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 4
Setting up the Email App
In this video, we set up the structure of the application by implementing a text based menu and defining placeholder functions. - Create a dict of menu options - Create placeholder functions - Create control structure to execute menu commands