Book Image

The Art of Doing: Code 40 Challenging Python Programs Today! [Video]

By : Michael Eramo
4.5 (2)
Book Image

The Art of Doing: Code 40 Challenging Python Programs Today! [Video]

4.5 (2)
By: Michael Eramo

Overview of this book

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-Python-Programs-Today
Table of Contents (49 chapters)
3
Challenge Problem 1: Letter Counter Application
4
Challenge Problem 2: Miles Per Hour Conversion Application
5
Challenge Problem 3: Temperature Conversion Application
6
Challenge Problem 4: Right Triangle Solver Application
7
Challenge Problem 5: Multiplication/Exponentiation Application
9
Challenge Problem 6: Grade Sorter Application
10
Challenge Problem 7: Different Types of Lists Program
11
Challenge Problem 8: Grocery List Application
12
Challenge Problem 9: Basketball Roster Program
13
Challenge Problem 10: Favourite Teachers Program
15
Challenge Problem 11: Binary Hexadecimal Conversion Application
16
Challenge Problem 12: Quadratic Equation Solver Application
17
Challenge Problem 13: Factorial Calculator Application
18
Challenge Problem 14: Fibonacci Calculator Application
19
Challenge Problem 15: Grade Point Average Calculator Application
21
Challenge Problem 16: Shipping Accounts Program
22
Challenge Problem 17: Coin Toss Application
23
Challenge Problem 18: Voter Registration Application
24
Challenge Problem 19: Guess My Number Application
25
Challenge Problem 20: Rock–Paper–Scissors Application
27
Challenge Problem 21: Thesaurus Application
28
Challenge Problem 22: Database Admin Program
29
Challenge Problem 23: Yes/No Polling Application
30
Challenge Problem 24: Frequency Analysis Application
31
Challenge Problem 25: Code Breakers Application
33
Challenge Problem 26: Factor Generation Application
34
Challenge Problem 27: Even/Odd Number Sorter Application
35
Challenge Problem 28: Prime Number Application
36
Challenge Problem 29: Guess the Word Application
37
Challenge Problem 30: Powerball Simulation Application
39
Challenge Problem 31: Python Dice Application
40
Challenge Problem 32: Python Calculator App
41
Challenge Problem 33: Bank Deposit Application
42
Challenge Problem 34: Head-to-head Tic-tac-toe Application
48
Challenge Problem 39: Epidemic Outbreak Terminal Application
Chapter 5
Challenge Problem 3: Temperature Conversion Application
Content Locked
Section 1
Program Demonstration
This video provides a demonstration of the application program.