Python Programming Course Packed With 15 Applications
- Description
- Curriculum
- FAQ
- Reviews
Learn the programming fundamentals with Python 3 ! Python for beginners Complete Python Bootcamp! Rise from a beginner to an advanced level programmer in no time ⌚! This specialized course is truly meant to make you an advanced level programmer !
Whether you become a Python developer, Full Stack Web Developer or Data Scientist – this course will help you in every way and we will do the same by not just learning but mastering the skills as well! And to the same we will create 15+ applications with python like:
-
Dice Roller : Python GUI application with tkinter to generate random dice outputs
-
Total Seconds & Days Counter : Another GUI Python application which will calculate how much days and seconds one has lived
-
Length Converter : Interchange length units like Foot, Meters & Inch with Python programming through a Python GUI application
-
Image to Icon Converter : Convert .png, .jpg, .jpeg, etc. images into icons with python gui programming
-
Random element selector : Pass a certain number of choices like blue dress or red dress and get a decision picked
-
Data Analysis : Analyze data with numpy and pandas library
-
Data Visualization : Plot different visuals of data like bar charts, pie charts, graphs, area plots, etc. with matplotlib
-
Trees Survey Report : Generate a survey report with data science
-
User Credentials Data : Manage the credentials of users like first name, last name, email, etc.
-
Sales Data Report : Analyze the sales report in a week with Python Data Analysis
-
eBook Store : Become an full stack developer with django 3 and create an ecommerce website development with html, css & bootstrap
-
Weight Predictor : Create a machine learning python model to predict the age of a person if his height is known
-
Rainy or Clear Weather : Predict whether it will rain or not by passing some parameters to classification model
-
Flavor Predictor : Find out what flavor does a person like if age & gender is known with machine learning
-
Rating Bot : Create a natural language processing model to rate comments & reviews automatically
-
Face Recognizer : Perform human face recognition with Computer Vision and opencv
But before jumping into creating the above applications we need to learn how to create them i.e. learning the basics of python programming. But just learning through video lessons isn’t enough so after each lesson you need to perform coding exercises, complete tests and take quizzes to master them as well.
Starting with the basics, we will learn from short video lessons to grasp information without turning it to boredom. Then you’ll take quizzes to test your knowledge and then perform coding exercise to practically apply your skills. There are over 100 exercise throughout this course in the form of video lessons, coding exercises, tests, quizzes, assignments and workbooks. After each level i.e. beginner or intermediate level you’d have to take a test to pass that level.
After creating the strong base, we will apply what we have learned and the best way to do so is to build applications! That’s why we will perform the followings:
-
Python GUI
-
Data Science
-
Full Stack Web Development with Django
-
Machine Learning
-
Artificial Intelligence
-
Natural Language Processing
-
Computer Vision
I’m very excited to lead you into the world of programming with python and make you successful whether it ‘s as a Python Developer, GUI Application Developer, Data Scientist, Machine Learning Researcher or AI Researcher; you’ll be able to run in any field without hesitation!
-
5Data Types in PythonVideo lesson
In this lesson you'll learn about :
What are data types?
What are the data types in Python?
Python Keywords
-
6VariablesVideo lesson
In this lesson you'll learn about :
What are variables?
How to create variables?
Different type of variables
-
7Data Types QuizQuiz
Review the lesson if you're not confident else, go ahead!
-
8Variable NamesVideo lesson
-
9Variables QuizQuiz
Take this quick quiz to check what you've learn't!
-
10Assigning values to variablesQuiz
-
11Python StringsVideo lesson
In this lesson you'll learn about :
What are strings?
How to create strings?
How to use the escape character
What are the backlash codes?
How to create multi-line strings?
What is string concatenation?
-
12Python StringsQuiz
Check your knowledge about strings!
-
13StringsQuiz
-
14Extracting values from strings : Strings Slicing & IndicingVideo lesson
In this lesson you'll learn about :
How to extract characters from a string?
What is Slicing & Indicing?
Indexing
-
15Strings Slicing and indicingQuiz
Check what you've learn't!
-
16String SlicingQuiz
-
17String Built-in FunctionsVideo lesson
In this lesson you'll learn about :
What are string built-in functions?
How to use these functions?
String operations
-
18String built-in functionsQuiz
Test what you've learnt!
-
19String built-in functionsQuiz
-
20Numbers in PythonVideo lesson
In this lesson you'll learn about :
What are different types of numbers in python?
What are integers?
What are floats?
What are complex numbers?
-
21Numbers in PythonQuiz
Test what you've learn't!
-
22Numeric FunctionsVideo lesson
In this lesson you'll learn about :
Basic operations with numbers in python
Mathematical functions with numbers
Built-in Functions for numbers in Python
-
23Numeric FunctionsQuiz
Test what you've learn't!
-
24Numbers in PythonQuiz
-
28Python ListsQuiz
Test what you've learn't!
-
29Python ListsVideo lesson
In this lesson you'll learn about :
What are Python Lists?
How to create Lists?
Lists Properties
List elements
How to extract a list element?
How to extract a sub-list?
-
30Unpacking listsQuiz
-
31List Built-in FunctionsVideo lesson
-
32List Built-in FunctionsQuiz
Test what you've learn't!
-
33List Built-in FunctionsQuiz
-
34Python TuplesVideo lesson
In this lesson you'll learn about :
What are tuples?
How to create tuples?
Tuple properties
Accessing tuple elements
-
35Python TuplesQuiz
Test what you've learn't!
-
36TuplesQuiz
-
37Tuple Operations and Tuple Built-in FuncitonsVideo lesson
In this lesson you'll learn about :
What are tuple built-in functions?
How to perform these functions?
Basic operations with tuples
-
38Tuple Operations and Tuple Built-in FuncitonsQuiz
Test what you've learnt!
-
39Tuple OperationsQuiz
-
40Pythons SetsVideo lesson
In this lesson you'll learn about :
What are sets?
How to create sets?
Sets properties
Sets elements
-
41Python SetsQuiz
Test what you've learnt!
-
42SetsQuiz
-
43Sets Built-in FunctionsVideo lesson
In this lesson you'll learn about :
What are sets built-in functions?
How to use these functions?
Basis set operations
-
44Sets Built-in FunctionsQuiz
Test what you've learn't!
-
45Sets Built-in FunctionsQuiz
-
46Mathematical Sets OperationsVideo lesson
In this lesson you'll learn about :
What are mathematical set operations?
How to perform union on sets?
How to perform intersection on sets?
How to perform difference on sets?
How to perform symmetric difference on sets?
-
47Mathematical Sets OperationsQuiz
Test what you've learnt!
-
48Sets Mathematical OperationsQuiz
-
49Python DictionariesVideo lesson
In this lesson you'll learn about :
What are dictionaries?
What are key-value pairs?
How to create dictionaries?
How to create dictionaries with tuples as keys?
Accessing key-value pairs
Accessing values in a dictionary
Accessing keys in a dictionary
-
50Python DictionariesQuiz
Test what you've learnt!
-
51DictionariesQuiz
-
52Dictionary Built-in FunctionsVideo lesson
In this lesson you'll learn about :
What are dictionary built-in functions?
How to perform dictionary functions?
Basic operations with dictionaries
-
53Dictionary Built-in FunctionsQuiz
Test what you've learnt!
-
54Dictionary Built-in FunctionsQuiz
-
57Decision Control using if statementsVideo lesson
What you'll learn in this lesson :
Decision control in Python
What are if statements?
How to write if statements?
-
58Creating conditions using or & and keywordsVideo lesson
What you'll learn in this lesson :
How to use or keyword?
How to use and keyword?
Creating conditions
-
59elif statementsVideo lesson
What you'll learn in this lesson :
What are elif statements?
How to write elif statements?
-
60else statementsVideo lesson
What you'll learn in this lesson :
What are else statements?
How to else statements?
-
61Decision control with strings and listsVideo lesson
-
62if statementsQuiz
-
63If statements Exercise - 1Quiz
-
64If statements Exercise - 2Quiz
-
65If statements Exercise - 3Quiz
-
66Creating loops using while statementsVideo lesson
What you'll learn in this lesson :
What are loops?
How to create loops using while statements?
Creating conditions for while loops
Exiting a loop
Nested if-else statements in while loops
continue keyword
break keyword
-
67While loopsQuiz
-
68While loopsQuiz
-
69Iterating over data-types using for loopsVideo lesson
What you'll learn in this lesson :
What are for loops?
How to iterate over elements in data type?
Nesting if-else statements
Nesting for loops in a for loops
-
70for LoopsQuiz
-
71for loops Exercise - 1Quiz
-
72for loops Exercise - 2Quiz
-
73for loops Exercise - 3Quiz
External Links May Contain Affiliate Links read more