Book Image

Python in Practice - 15 Projects to Master Python [Video]

By : Rahul Mula
Book Image

Python in Practice - 15 Projects to Master Python [Video]

By: Rahul Mula

Overview of this book

In this course, the initial few sections help you take a tour of programming in Python, covering all the basic to advanced concepts that are further used to build projects from scratch. You will create 15+ applications with Python. First, you will be creating a Dice Roller (a Python GUI application with Tkinter to generate random dice outputs) and Total Seconds and Days Counter. After that, you will create a Length Converter Python GUI application. Next, you will work on the image-to-icon converter to convert .png, .jpg, and .jpeg images into icons. You will work on a random element selector, perform data analysis and data visualization with the help of NumPy, Pandas, and matplotlib. You will also create a trees survey report, user credentials data, and sales data report. You will create eBook Store with Django 3 and an eCommerce website with HTML, CSS, and Bootstrap. You will also create a weight predictor, rainy or clear weather, and flavor predictor. Finally, you will make a rating bot, which will create a natural language processing model to rate comments and reviews automatically, and Face Recognizer that performs human face recognition with computer vision and OpenCV. By the end of this course, you will have learned the programming fundamentals to an advanced level with Python 3 and become an advanced-level programmer. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Python-In-Practice---15-Projects-to-Master-Python
Table of Contents (29 chapters)
Free Chapter
1
Programming with Python: Basics and Environment Setup
2
Data Types and Variables
4
Numeric Data Types
5
Boolean
12
Iterating over Elements
Chapter 24
eBook Web Store
Content Locked
Section 6
Admin Application and Creating Our Own Applications
This video explains the Admin application and creating our own applications.