Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.29 KB

File metadata and controls

27 lines (16 loc) · 1.29 KB

PythonTipsAndTricks

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

The Book's Image

Prerequisites

To get started with the Python Tips and Tricks, you need the following:

  1. Download and install Python from their official website at Python's Official Website Downloads
  2. Download and install Visual Studio Code from their official website at VS Code's Official Website Downloads
  3. You need to know basics of Python which you can learn from Mosh Hamedani's YouTube Channel at codewithmosh
  4. The Zen of Python(Run the below code to get principles of effective python coding)
import this

print(this)
  1. At last you need yourself, discipline and consistency!!