Python is a general-purpose programming language that is quickly gaining in popularity. Unlike JavaScript, HTML, and CSS, it can be used in applications outside of web development, which makes it a very flexible programming language. Python’s basis is in English syntax, making it easy to read and accessible to first-time coders.
In this course, you will learn all the basics of Python 3.7 to get the hang of it from installation to implementing codes in Jupyter Notebook.
1 - Why Python
2 -Python 2 VS Python 3
3 -Website Install
4 -Anaconda Install
5 -Miniconda
6 -CMD Basics
7 - Running Python - Text Editor
8 -Runnin Python - IDE pt1
9 -Runnin Python - IDE pt2
10 -Runnin Python - Notebook
11 - Variables
12 - Data type Strings - Part 1
13 - Data type Strings- Part 2
14 - Data type Strings - Part 3
15 - Data type Strings - Part 4
16 - Data type Strings - Part 5
17 - Data type Numbers - Part 1
18 - Data type Numbers - Part 2
19 - Data type Numbers - Part 3
20 - List Part 1(Accessing Elements)
21 - List - Part 2(Slicing)
22 - List - Part 3(Modify)
23 - List - Part 4(Append)
24 - List - Part 5 Insert Elements
25 - List - Part 6 Remove Elements
26 - List - Part 7 Pop() Elements
27 - List - Part 8 Remove() Elements
28 - Organize List - Sort()
29 - Organize List - Sorted()
30 - Organize List - Reverse()
31 - List - Index Error
32 - For Loop in List - pt 1
33 - For Loop in List - pt 2
34 - For Loop in List - pt 3
35 - Numerical List - pt 1
36 - Numerical List - pt 2
37 - Numerical List - pt 3
38 - Numerical List - pt 4 Statistics
39 - Numerical List - pt 5 List comprehension
40 - Working with List- slicing
41 - Working with List- Looping through slice
42 - Working with List- Copying through slice
43 - Tuple - Defining
44 - Tuple - Looping
45 - Tuple - Writing
46 - If stmt - Example
47 - If stmt - Conditional test
48 - If stmt - Conditional test - Cases
49 - If stmt - Conditional test Inequality
50 - Numerical Comparisons
51 - Numerical Comparisons - Multiple conditions
52 - Check Values in List or not
53 - Boolean Expressions
54 - If, If else statement
55 - If elif else statement
56 - Multiple elif Blocks
57 - Omitting else block
58 - Test Multiple conditions
59 - If statement with List - Pt 1
60 - Check for Empty List
61 - Multiple Lists
62 - Dictionaries
63 - Dictionaries - Access value
64 - Dictionaries - Adding value
65 - Dictionaries - Modify value
66 - Dictionaries - Removing key-value
67 - Dictionary of similar objects
68 - Dictionary Looping pt1
69 - Dictionary Looping pt2
70 - Dictionary Looping pt3
71 - Dictionary Looping pt4
72- Nesting Pt 1
73- Nesting Pt 2
74- Nesting Pt 3
75 - User Input pt1
76- User Input pt 2
77 While Loop pt 1
78 While Loop pt 2
79 While Loop pt 3
80 Functions Introduction
81 Functions Definition
82 Function Call