https://practicalpython.yasoob.me Practical Python Projects FAQ Buy Now 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 book cover image Only for $34.99 Buy Now 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: * A Twilio bot that keeps you updated with the latest match scores from the FIFA World Cup * A Facebook Messenger bot the shares latest memes, jokes, and shower-thoughts scraped from Reddit * An automated invoice generator and deploying it using Flask * Making automated cinema-preshow by downloading and stitching together related movie trailers using moviepy * Generating automated article summaries and overlaying them on top of images * Understanding and decoding JPEG images using vanilla Python * Creating a GUI application using PyQt for downloading online videos * Implementing a TUI email client that allows reading emails in the terminal What is included? Book page sample image 1 Book page sample image 2 Book page sample image 3 * 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 Sample Buy Now Is this book for you? You will benefit from this book if you fall into one of the following categories: * You are a beginner and have read the intro-level Python books. You are trying to figure out how to get to the next level and don't feel confident writing a complete program from scratch. * You are an experienced Python programmer and are looking for fun new project ideas. Maybe you have been focused too much on the back-end or front-end programming and want to create more end-to-end projects. * You are a Data scientist and have more experience with data-oriented programming. Now you are planning on getting into the "engineering" side of things * You are well versed in another programming language and want to quickly get started with Python. You want to see what generally useful libraries are out there in the Python world. * You learn by building projects and want to read a book that teaches you exactly how experienced developers tackle projects. You want to learn the process of breaking down a seemingly complex project into small chunks. 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 * [?] Introduction * [?] FIFA World Cup Twilio Bot * [?] Making a Reddit + Facebook Messenger Bot * [?] Scraping Steam Using lxml * [?] Automatic Invoice Generation * [?] Article Summarization & Automated Image Generation * [?] Cinema Pre-show Generator * [?] Understanding and Decoding a JPEG Image using Python * [?] Full Page Scroll Animation Video * [?] Visualizing Server Locations * [?] Making a TUI Email Client * [?] A Music/Video GUI Downloader * [?] Deploying Flask to Production * [?] Afterword 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. It will come out later in the year. I will keep you posted once it comes out. All pre-existing customers will receive a discount coupon! 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: * Trey Hunner * Jeff Czarniak * Audrey Feldroy * Jorge Alberto Alvarado Segura * Peter Huynh * Chris Hill 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! Buy Now Copyright (c) 2021-Infinity by Yasoob Khalid. Facebook Twitter Instagram Blog