issues
search
caadvn-storage
/
Python_learning
Python learning repository
0
stars
0
forks
source link
Thuan_Checklist
#6
Open
tonypham4649
opened
1 year ago
tonypham4649
commented
1 year ago
Learn The Basics
[x] Basic Syntax
[x] Variables
[x] Conditionals
[x] Typecasting
[x] Functions
[x] Lists, Tuples, Sets, and Dictionaries
Data Structures and Algorithms
[x] Arrays and Linked lists
[x] Heaps Stacks and Queues
[x] Hash Tables
Advanced Topics
[x] Iterators
[ ] Regular Expressions
[ ] Decorators
[ ] Lambdas
[x] Pip
[x] List Comprehensions
[x] Generator Compressions
[x] Python Paradigms
OOP
[ ] Classes
[ ] Inheritance
[ ] Methods and Dunder
Learn The Basics
Data Structures and Algorithms
Advanced Topics