-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notes
52 lines (45 loc) · 1.29 KB
/
Notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Agenda:
[ 'Python', 'Git', 'Alorithms' ]
Basic About Programming Languages(Python, Java, C, ...)
How does a program becomes process(Process and Threads)
Explanation of Memory Layout (using a c code example)
Memory Leakage (Python solve the issue)
OOPs Concepts Class and Objects
Coding Practice on Hacker-Rank
Git Introduction
Python
Syntax Indentation
Data Types
Mutable : List, Array, Dictionary, Set,
Immutable : Number, String, Tuple, FrozenSet
Functions
Arguments
Normal Function
lambda Function
Decorators
Class
Inheritance
Polymorphism ( Method Overriding )
Regular Expression
Re module
Modules
Built in : os, os.path, sys
User Define
Python Virtual Environment
venv
File Handling
Using With Operator
Exception Handling
Builtin
User Define
Multi Processing
Multi Threading
Common Problem related to Process synchronisation
Python Testing framework
Unittesting
PtTesting
Python API Framework
flask
Django
Database
Sqlite