https://github.com/syssos/holberton_school
This repository contains all of the core material learned at Holberton School. This repository will cover C, Python, and Dev-op related topics
https://github.com/syssos/holberton_school
bash-scripting c concepts devops holbertonschool langauge learning material python
Last synced: 4 months ago
JSON representation
This repository contains all of the core material learned at Holberton School. This repository will cover C, Python, and Dev-op related topics
- Host: GitHub
- URL: https://github.com/syssos/holberton_school
- Owner: Syssos
- Created: 2021-05-03T06:24:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T07:27:00.000Z (about 4 years ago)
- Last Synced: 2025-01-08T12:13:44.681Z (6 months ago)
- Topics: bash-scripting, c, concepts, devops, holbertonschool, langauge, learning, material, python
- Language: C
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Holberton School
### The place for C and PythonAbove is all of the material that was covered at Holberton school. The goal for this material being on github was to both check our work over the course, and display the material that we went over. Orignally each of the folders here were there own repo, but to clear up my repo list and make it organized they were removed and added back here in this Repo dedicated to there material.
Originally the code in this repository will be a little messy, but with commits and over time the best practices I have picked up from then till now will be displayed as I clean up once written code and create much better documentation.
## holberton-system_engineering-devops
This Repository was dedicated to material based around concepts important to System devops work. Here we will see most of the Shell code, as well as networking and firewall related concepts and configurations.## holbertonschool-higher_level_programming
This Repository was dedicated almost entirely to python, however some javascript is sprikled in towards the end. This was not the First programming langauge the school had showed us, so this is more oriented in learning the differences between C and python, and what makes python the powerful langauge that it is.## holbertonschool-lower_level_programming
This Repository was dedicated to learning C, it was my first real langauge I learned. In here we cover a large amount of concepts, to not just understand the code we are writing but the process in which the computer is taking to do the tasks we ask of it.## holbertonschool-zero_day
This Repository was dedicated to learning how to we would interact with github and our C code.