Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales
Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library
Python interpreters are available for many operating systems. CPython, the reference implementation of Python, is open source software and has a community-based development model, as do nearly all of its variant implementations. CPython is managed by the non-profit Python Software Foundation.
At ALX, there are several tracks to become a full stack software engineer. One of those tracks is the high level programming track which covers the following:
- Data structure
- Exceptions
- Classes
- Test Driven Development
- Objects and more
- Ubuntu 20.04 LTS
- pycodestyle
2.8.*
- 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
Collaborators are acknowledged within each project