Not sure what to do after learning basic Python?
Are you comfortable with Python but are out of fun project ideas?

Presenting...

Practical Python Projects

Now free to read online!

book cover image Only for $34.99 Read Online

The Practical Python Projects book demonstrates how to combine different libraries and frameworks to build amazing things.
When learning to program, most books, websites, and tutorials focus on teaching the intricacies of the language. They do not teach how to create and implement end-to-end projects for things like aggregating movie trailers, tracking sports teams, getting information about video games, and other real-world topics.

This often leaves a void in people's understanding of how to execute the very things that inspire them to get into coding. This book is my attempt to fix this problem. I will teach you everything you need to know to take your project from idea to execution and eventually deployment.

You will learn how to take basic Python knowledge and ship something useful!

What will we be making?

Glad you asked! There are 12 chapters in total and in each chapter, I will be guiding you from start to finish on how to implement an end-to-end project. I will show you how I take an idea and do the required research before writing any code. A few of the projects that we will be implementing in this book are:

What is included?

  • โœ…   320+ Pages of content
  • โœ…   A PDF, MOBI and an EPUB
  • โœ…   12 end-to-end projects
  • โœ…   All project code included

Practical Python Projects book Only $34.99

Read Online

Is this book for you?

You will benefit from this book if you fall into one of the following categories:

Here are just a few of the libraries that we will be working with...

List of Python libraries used in the book

Are there any prerequisites?

It might already be clear that this book is not for complete beginners. I do show you every single line of code but I don't teach you the basics of Python. I expect you to know and be comfortable with the idea of functions and basic classes. I will give you a quick refresher on some concepts before we use them (e.g. list comprehensions) but will not go into too much detail. If you don't know the basics of Python then I recommend you read Automate the Boring Stuff With Python by Al Sweigart. He does a good job at teaching the basics. The online version of the book is free but do buy the paid version if you find it useful.

Most of the projects we will work on are public-facing and this requires some HTML and CSS knowledge. Only a few projects require it and you only need to know the basics. If you are completely new to HTML and CSS then you can take a codecademy course. I have audited one of their courses in the past and I liked it.

Table of Contents

What are people saying?

You don't have to take my word for it. Listen to what these wonderful people are saying about my work.

Yasoobโ€™s book really embraces the idea of building small practical projects. He takes the reader on a tour of over a dozen projects, reinforcing research and coding skills along the way. His technical acumen combines with unbridled enthusiasm to make for a delightful and informative book.

Daniel Roy Greenfeld

Daniel Feldroy
Author Two Scoops of Django

Often, especially as a mentor for budding programmers, I get asked where and how can one identify projects to begin with. I usually point them to open-source repositories or a web blog, but I believe now I have this book as the perfect resource to point to. The book contains a bunch of carefully crafted projects with step-by-step instructions and code snippets on how to carry out the execution. Yasoob has put in extra efforts to include many useful tips throughout the course of the content. I especially appreciate the pointers at the end of each project regarding how one could build on top of it, customize, and take it forward from there.

If you are fairly new and looking to gain some experience in building end-to-end Python projects, I would highly recommend using this book as a stepping stone to further your skills.

Sample avatar

Jigyasa Grover
Author Sculpting Data for ML | ML Engineer at Twitter

Iโ€™m a fan of Yasoobโ€™s work. His previous work โ€˜Intermediate Pythonโ€™ has helped me enormously in my Python career so far, so it was a no brainer to purchase his latest book โ€˜Practical Python Projectsโ€™. On first inspection, this looks like a very thorough, and modern treatment of how to create projects, and I look forward to coming up with my own projects spawned from ideas in this book.

Sample avatar

Ant L
Reader

Very neat book. Thanks for writing it @yasoob!

Trey Hunner profile

Trey Hunner
Truthful Technology LLC.

Just encountered the online book Intermediate Python recently. Fills a void, I think. Rather impressed by @yasoobkhalid's work. https://book.pythontips.com

Jonathan profile picture

Jonathan Bowman
Candoris

๐Ÿ˜ฅ I was missing out so much for not knowing this book before...
๐Ÿ Recently I stumbled across the book Intermediate Python, which has many useful tips and tricks for coding more efficiently. Beginner Python classes don't quite cover intermediate concepts like these. I wish I had found this book earlier.

Travis Tang

Travis Tang
Data Analyst at Gojek

Who am I?

Yasoob Khalid
๐Ÿ‘‹   Hi there!

My name is Yasoob Khalid. I am a writer, programmer, and public speaker, currently living in NY, USA. I have been programming for around 10 years and started when I was 13 y/o. I have worked on and successfully deployed Python, Node, Go, and C# projects to production.

A couple of years ago, I published the free and open-source Intermediate Python book. It has been read by 5+ million people and has been translated into Portuguese, Russian, Chinese, Korean, and Spanish. I have previously worked at Microsoft and different startups. My open-source work has benefited people at Intel, Google, Apple, and Cisco (among others) and my books and articles have been used as supplementary material at different universities. I have written 150+ articles on programming, most of which you can find on my blog.

You can follow @yasoobkhalid on Twitter or hang out on my blog to see what I am up to. You can also take a look at my GitHub or follow me on LinkedIn.

FAQ

๐Ÿ   Which Python version is required?
I use Python version 3.8+ in the book but you can use any Python 3.5+ version and the code should work.

๐Ÿ˜•   What if I don't like the book?
I am giving you a 100% no-questions-asked money-back guarantee. If you don't like the book within the first 30 days, simply send me an email with your order number and I will return your money. You don't have to assume any risk while buying this book.

๐Ÿ“–   Can I get a print version?
I am so sorry but I don't have a print version yet. If there is enough interest I might try and get one out. I will keep you posted once it comes out. All pre-existing customers will receive a discount coupon if it does come out.

๐ŸŒŽ   I am in country XYZ and can't buy the book!
If you are from Iran or India (+ a few others) and do not have access to payment options that work with my merchant then please send me an email and I will make sure we can figure something out. I don't want you to be left out because of stupid regulations.

๐Ÿ“ฉ   Will I receive updates?
I have done a good faith effort to release an error-free book but I am sure there must be some lingering errors in the text and code. If I publish an update, you will receive an email with the changelog. All such updates will be 100% free.

๐Ÿ“š   What formats are included in my purchase?
You will get a MOBI, an EPUB, and a PDF with your purchase.

๐Ÿšข   Can I look at final projects?
Yes, you sure can! I have uploaded all the projects and the code samples to GitHub. This repository is also used to submit and track all bug reports.

๐Ÿ›   I found a bug!
If you find any mistakes in prose or code, please open an issue on GitHub. I will fix the issue and acknowledge you in the book and on this website. It can be as small as a punctuation error!

๐Ÿ’ธ Are there any discounts?
If you are a student or simply can not afford the book, please send me an email at hi @ yasoob.me, and I will see what I can do.

โ“  Wait! I have more questions.
You can reach out to me at hi @ yasoob.me and I will make sure I respond to you as soon as possible ๐Ÿ˜Š

Acknowledgment

The following people helped make the book better by submitting bug reports in the alpha version of the book:

Money back guarantee

Practical Python Projects book Only for $34.99

If you don't learn something new from the book, send me an email
with your order no within the first 30 days and I will refund you.
Your purchase is totally risk-free!