- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Core Tech
Python 3
Python is a versatile programming language, it stands out as an interpreted, high-level, and multi-purpose programming language, placing a strong emphasis on code readability. As a dynamically typed and garbage-collected language, it caters to a wide range of programming paradigms, including structured, object-oriented, and functional programming.
Often referred to as a "batteries-included" language, Python boasts an extensive standard library, providing users with a rich assortment of tools and resources. Embark on this learning journey to explore not only the fundamentals of Python, but also delve into advanced concepts such as object-oriented design and effective code organization.
Content in this path
Entry-Level
This section covers entry-level content.
Practitioner
This section covers practitioner content.
Advanced
This section covers advanced content.
- Python use cases
- Code organization
- Classes and functions
- Object oriented design
- Iterators and collections
- Error handling
- Introspection
- Numeric tower
- Hashing
- Generators
- Coroutines
- General Programming Knowledge