Disclaimer: The publishers and books mentioned in the repository are a personal choice that don't bring any provision.
Pymp My Coding Skills is a collection of tips, tricks and references to improve your programming skills in Python. The content of this repository is intended for advanced programmers and requires fundamental knowledge about Python - Comparable to Level 2 in Mastering Python: A Quick Guide. If you are not at this level yet, then it's recommended to work through the content of Level 1 and 2 to understand and the topics correctly.
The tips and tricks stuff is divided into chapters, each covering a specific aspect of Python:
- dict - Working with standard type dictionary
A good resource for (open-source) projects is github.com. By using online search engines the research can be specified, e.g. site:github.com awesome python3. Further content can be found at YouTube, e. g. searching Python3 Tricks or under realpython.com with many tutorials. If you like to read, there are several publishers that offer books about Python: no starch press, O'Reilly, Packt>, Manning Publications. A short list with personal recommendations:
- Effective Python by Brett Slatkin
- Clean Code in Python by Mariano Anaya
- Python Tricks The Book by Dan Bader
Further books, depending on programming level, can be found in Mastering Python: A Quick Guide (see Level 1 to Level 3).