Skip to content

Commit 348eb2e

Browse files
committed
ver101
1 parent 940f474 commit 348eb2e

File tree

2 files changed

+525
-1
lines changed

2 files changed

+525
-1
lines changed

README.md

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,84 @@
1-
# python-full-course-for-beginners
1+
# Python Full Course for Beginners
2+
23
Learn Python from very basics to very advance. Learn All the fundamentals and core concepts of Python Programming language.
4+
5+
6+
Follow the course:
7+
8+
On this [Website](https://coding-aqyanoos.github.io/python-full-course-for-beginners/) or On [YouTube](https://youtu.be/9r-_NUvxko4).
9+
10+
11+
> _Thanks for Supporting our YouTube Channel_
12+
13+
### Table of Content + Timing
14+
15+
<ul>
16+
<li><strong>0:00 </strong> Welcome</li>
17+
<li><strong>0:27 </strong> What is Python used for?</li>
18+
<li><strong>2:01 </strong> Course Overview</li>
19+
<li><strong>3:12 </strong> Installing Python on Windows</li>
20+
<li><strong>6:40 </strong> Installing Python on Linux</li>
21+
<li><strong>10:28 </strong> Install Visual Studio Code on Windows</li>
22+
<li><strong>11:44 </strong> Install Visual Studio Code on Linux</li>
23+
<li><strong>12:23 </strong> Explore Visual Studio Code or VS Code Tutorial</li>
24+
<li><strong>17:53 </strong> Your First Program in Python</li>
25+
<li><strong>18:50 </strong> Python Syntax</li>
26+
<li><strong>24:35 </strong> Comment in Python</li>
27+
<li><strong>25:30 </strong> Variables in Python</li>
28+
<li><strong>32:46 </strong> Naming Conventions in Python</li>
29+
<li><strong>35:24 </strong> Data Types in Python</li>
30+
<li><strong>48:43 </strong> Type Conversions in Python</li>
31+
<li><strong>52:28 </strong> Operators in Python</li>
32+
<li><strong>52:34 </strong> Arithmetic Operators in Python</li>
33+
<li><strong>54:31 </strong> Comparison Operators in Python</li>
34+
<li><strong>55:33 </strong> Logical Operators in Python</li>
35+
<li><strong>56:46 </strong> Identity Operators in Python</li>
36+
<li><strong>57:26 </strong> Membership Operators in Python</li>
37+
<li><strong>58:00 </strong> Bitwise Operators in Python</li>
38+
<li><strong>1:00:00 </strong> Assignment Operators in Python</li>
39+
<li><strong>1:02:13 </strong> Order of Operation in Python or Operator Precedence in Python</li>
40+
<li><strong>1:04:03 </strong> Examples of Arithmetic operators in Python</li>
41+
<li><strong>1:05:58 </strong> Project: Create Calculator in Python</li>
42+
<li><strong>1:09:12 </strong> Examples of Comparison Operators in Python</li>
43+
<li><strong>1:11:55 </strong> Examples of Logical Operators in Python</li>
44+
<li><strong>1:15:48 </strong> Examples of Identity Operators in Python</li>
45+
<li><strong>1:18:12 </strong> Examples of Membership Operators in Python</li>
46+
<li><strong>1:19:40 </strong> Examples of Bitwise Operators in Python + How to convert Decimal
47+
to Binary? how to convert Binary to Decimal?</li>
48+
<li><strong>1:27:58 </strong> Examples of Assignment Operators in Python</li>
49+
<li><strong>1:39:18 </strong> Conditionals in Python or if else statement in Python</li>
50+
<li><strong>1:47:28 </strong> Project: Job Interview Simulator</li>
51+
<li><strong>1:52:26 </strong> Loops in Python</li>
52+
<li><strong>1:52:31 </strong> For Loop in Python</li>
53+
<li><strong>1:57:07 </strong> Project: Inverted Triangle in Python</li>
54+
<li><strong>1:58:19 </strong> While Loop in Python</li>
55+
<li><strong>2:01:34 </strong> Functions in Python</li>
56+
<li><strong>2:14:36 </strong> Recursion in Python</li>
57+
<li><strong>2:16:13 </strong> Lambda Function in Python</li>
58+
<li><strong>2:19:56 </strong> Python Strings / String Methods in Python</li>
59+
<li><strong>2:33:56 </strong> Escape Sequences or special characters in Python</li>
60+
<li><strong>2:35:57 </strong> Python Collections or Python Arrays</li>
61+
<li><strong>2:36:27 </strong> Python Lists</li>
62+
<li><strong>3:01:25 </strong> Python Tuples</li>
63+
<li><strong>3:12:15 </strong> Python Sets</li>
64+
<li><strong>3:20:32 </strong> Python Dictionaries</li>
65+
<li><strong>3:38:59 </strong> Python Booleans</li>
66+
<li><strong>3:41:03 </strong> Python Numbers</li>
67+
<li><strong>3:46:10 </strong> Manage Python Libraries and projects + Manage Project dependencies
68+
in Python + Manage Environment variable in Python + Manage Dependencies in Python.</li>
69+
<li><strong>3:54:58 </strong> Object-oriented Programming in Python, Classes and Objects in
70+
Python</li>
71+
<li><strong>3:55:28 </strong> What are the advantages of Object oriented programming?</li>
72+
<li><strong>3:58:24 </strong> Examples of Class in Python</li>
73+
<li><strong>4:00:19 </strong> Examples of Objects in Python</li>
74+
<li><strong>4:05:45 </strong> Inheritance in Python</li>
75+
<li><strong>4:14:59 </strong> Project: Build Task Manager Application with SQLite using Python
76+
</li>
77+
<li><strong>4:24:56 </strong> Handling Exceptions / Errors in Python</li>
78+
<li><strong>4:26:26 </strong> CRUD operation SQL Database in Python</li>
79+
<li><strong>4:42:14 </strong> Python Pandas. Using Pandas Library in Python</li>
80+
<li><strong>4:44:57 </strong> Final Words and Thanks</li>
81+
</ul>
82+
83+
84+
## Enjoy Learning with me.

0 commit comments

Comments
 (0)