By encouraging you to build 40 applications, this course will make you well-versed with numerous ideas, theories, and fundamentals of computer science and Python.
The course begins with the installation process of Python and an explanation of basic data types used in Python programming. You will then start building 40 meaningful, engaging, and purposeful Python applications that will help you to understand the concepts of Python programming in detail. Some of the applications that you will learn to build are letter counter application, grade sorter application, voter registration application, thesaurus application, and a lot more.
By the end of this course, you will be well-versed in Python programming and will have developed the skills to build real-world applications in Python.
The code files for this course is available at https://github.com/PacktPublishing/The-Art-of-Doing-Code-40-Challenging…
Understand and work with Python data types
Apply control flow statements in your programs
Distinguish between various types of operators
Find out how to use Python built-in functions and methods
Discover how to create GUI interfaces for Python applications
Uncover techniques to write error-free code
First, you are given a description of the program that you are expected to create.
Second, you are given a guide that will assist you in successfully coding your program.
Third, you are given a completed code, with comments, to highlight how to accomplish the end goal.