Opleiding: Python Fundamentals
Attain a solid foundation of Python for developing software solutions
You will learn the most important concepts of software development in Python and learn the essentials of object oriented programming. Next to this, the unique features and quirks of Python will be addressed. You will learn to give shape to Python projects in a professional manner.
- List the important characteristics of Python. [Remember]
- Apply the basic programming features of Python. [Apply]
- Understand data structures in Python. [Understand]
- Understand functions in Python. [Understand]
- Understand Object Orientation in Python. [Understand]
- Apply reading and writing to files in Python. [Apply]
- Understand modules and packages in Python. [Understand]
- Understand functional programming features of Python. [Understand]
- Understand magic methods in Python. [Understand]
- Understand generators, iterators and decorators [Understand]
- Understand project structure, virtual environments and unit testing in Python [Understand]
- Understand Python internals. [Understand]
- Python basics
- Object oriented programming
- Functional programming
- Magic methods
- Iterators, Generators and Decorators
- Project structure and packages