Book Image

Real World Projects in Python 3.x [Video]

By : Matthew Macarty
Book Image

Real World Projects in Python 3.x [Video]

By: Matthew Macarty

Overview of this book

This course covers the essential concepts in Python 3 and shows you how to implement them in various applications. You’ll learn about Python 3.x's new features and develop the skills required to build robust, easily scalable, and maintainable code in Python. Throughout this course, you will be building multiple applications, ranging from simpler ones to more complex ones. Learning by doing has its advantages as you will immediately see concepts explained in action. You will learn how to build scalable, resilient, and effective applications as real-world Python 3.x projects that suit your software requirements and also further your understanding of the Python programming language. By the end of the course, you will enhance your basic programming skills, taking them to another level, and easily build any Python 3.x projects you need . The GitHub link to the course is here: https://github.com/PacktPublishing/Real-World-Projects-in-Python-3.x
Table of Contents (4 chapters)
Chapter 3
Working with Email
Content Locked
Section 5
Reading and Deleting Contacts
We start to add functionality in this video defining a function to read data, which will be relied on for a variety of functionality including the delete contact function also discussed. - Write function to parse data from the contacts file - Write function to delete contacts from contacts file