Python it´s an incredible language that I have wanted to learn for years until I decided that moment is now! When will your moment be?
If you´re new in Python, this repository is for you. Here finds:
- Uses and practices for various topics about Python, like collections, functions, classes, OOP and much more.
- Documentation, best practices and other authors and experts links.
- Challenges and algorithms exercises in Python, with their answers and solution proposals.
Collections data types:
- Lists
- Tuples
- Dictionaries
- Set Collections
Functions:
- Simple functions without parameters.
- Functions with specific type like arguments, for example string, integer, boolean, etc...
- Tuple like argument.
- Dictionary like argument.
- Combination type like arguments for example (integer, tuple, dictionary).
Classes and Objects
- New Classes and Methods in Classes
- Encapsulation: https://www.geeksforgeeks.org/encapsulation-in-python/
- Private methods
More, more and much more ...