My Top 10 Articles for Python (Updated in August, 2021)
Some helpful Python tips
Greetings, readers! It’s been one and half years since I started blogging on Medium, and thank you all for the continous support.
Here’s a list of my top 10 articles for Python. I hope you’ll find some of them useful.
- 30 Simple Tricks to Level Up Your Python Coding: a collection of 30 Python techniques that you can use in your projects
- 9 Things to Know to Master List Comprehensions in Python: all you need to know to master list comprehensions
- Advanced Python: 9 Best Practices to Apply When You Define Classes: a review of the best practices for creating Python classes
- Getting Started to Work With Jupyter Notebooks in Visual Studio Code: want to use Jupyter Notebooks? You can try with VSC
- Python Decorators — 5 Advanced Features to Know: have a deep understanding of Python decorators
- Advanced Python: Consider These 10 Elements When You Define Python Functions: define readable Python functions
- 4 Python Concepts That Beginners May Be Confused About: know the confusing concepts
- How to Use for Loops Better in Python: improve the for loops in Python
- 5 Advanced Operations Using Dictionaries in Python: take advantage of dictionaries — a powerful data structure
- Write Better Python Code with These 10 Tricks: write better Python code