This repository contains a collection of programs and scripts created during the higher-level programming track of the ALX Software Engineering Program. The projects are primarily written in Python, with some also covering JavaScript, SQL, and other technologies.
The ALX Higher-Level Programming track focuses on advanced programming concepts, including data structures, algorithms, web scraping, and more. This repository serves as a comprehensive guide and reference for the projects completed during the course.
- 0x00. Python - Hello, World
- 0x01. Python - if/else, loops, functions
- 0x02. Python - import & modules
- 0x03. Python - Data Structures
- 0x04. Python - More Data Structures
- 0x05. Python - Exceptions
- 0x06. Python - Classes
- 0x07. Python - Test-driven development
- 0x08. Python - More Classes
- 0x09. Python - Everything is object
- 0x0A. Python - Inheritance
- 0x0B. Python - Input/Output
- 0x0C. Python - Almost a Circle
- 0x0D. SQL - Introduction
- 0x0E. SQL - More queries
- 0x0F. Python - Object-relational mapping
- 0x10. Python - Network #0
- 0x11. Python - Network #1
- 0x12. JavaScript - Warm up
- 0x13. JavaScript - Objects, scopes, and closures
- 0x14. JavaScript - Web scraping
- 0x15. JavaScript - Web jQuery