Python Tips and Tricks is a series of exercises I have been doing in Python to challenge my understanding and also practice the concepts I have learned.
It comes from the book Python Tips and Tricks by Benjamin Bennett Alexander
You can get a copy of the book from libraries or even on Amazon using the following link: link to Amazon.com
To get started with the Python Tips and Tricks, you need the following:
- Download and install Python from their official website at Python's Official Website Downloads
- Download and install Visual Studio Code from their official website at VS Code's Official Website Downloads
- You need to know basics of Python which you can learn from Mosh Hamedani's YouTube Channel at codewithmosh
- The Zen of Python(Run the below code to get principles of effective python coding)
import this
print(this)
- At last you need yourself, discipline and consistency!!