Skip to content

AorbTech/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Python Course

01. Introduction to Python

1.1 What is Python?
1.2 Feature of Python
1.3 How to Install Python

02. Basics of Python

2.1 Writing Your First Program Using print
2.2 How to Install Packages Using pip
2.3 How to Use Modules in Python
2.4 How to Write Comments in Python

03. Variables, Datatype, Operations

3.1 How a Define a Variables
3.2 Datatypes like int, float, str, bool
3.3 Operations like Arithematic, Assginemnt, Comparison, Logical
3.4 Typecasting
3.5 Input Funcation

04. Strings

4.1 Syntax
4.2 Concatenation
4.3 Slicing
4.4 Functions
4.5 Special characters
4.6 Raw strings
4.7 String interpolation

05. Lists and Tuples

5.1 Create list
5.2 List Indexing
5.3 List Slicing
5.4 Change Item in List
5.5 List Methods
5.6 Create Tuple
5.2 Tuple Indexing
5.3 Tuple Slicing
5.5 Tuple Methods

06. Dictionaries and Sets

6.1 Creating Dictionaries
6.2 Accessing Dictionaries
6.3 Dictionary Methods
6.4 Creating Sets
6.5 Set Methods

07. Conditional Statement

7.1 if else statement
7.2 elif statement
7.3 Nested if else
7.4 Multiple if statement
7.5 Switch Case

08. Loops

8.1 While Loops
8.2 For Loops
8.3 The Range Function
8.4 Jump Statement
8.5 List Comprehension

09. Functions and Recursions

9.1 Functions
9.2 Recurcisions

10. File INPUT/OUPUT

10.1 File types
10.2 Opening files
10.3 Reading files
10.4 Modes and Writing to files
10.5 With statement

11. Object Oriented Programming I

11.1 Class
11.2 Object
11.3 Class Attributes
11.4 Instance Attributes
11.5 Self Parameter
11.6 Static Method
11.7 Constructor

12. Object Oriented Programming II

12.1 Inheritance
12.2 Overriding
12.3 Types of Inheritance
12.4 Super Method
12.5 Property decorators
12.6 Operator overloading
12.7 Dunder/Magic methods

©Aorb Tech

About

Python Complete Course by Aorb Tech

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •