The following Python project encompasses some of the most commonly used features in the language. Each file contains the minimum necessary to understand and refer to that feature. Below is the index of what we will find in each of the directories:
- Object-oriented programming
- Exceptions
- Using packages and modules
- Use of text and databases, specifically SQLite
- Using lambda expressions, filter, and map
- Plain and complex decorators
- Yield and yield from generators
- Using regular expressions
- Others
- Useful cheatsheets
The cheatsheets directory contains the following:
- Useful conda commands
- Useful pip commands
- Useful venv commands
- How to export a project to an executable file
- Interesting Cheatsheets