Skip to content

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

License

Notifications You must be signed in to change notification settings

stephenombuya/PythonTipsAndTricks

Repository files navigation

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!!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages