Python Basics and Structures ❯ LessonsLessons
日本語 ❯
LESSON 1BASIC DATA TYPES & LISTS
1.1 Variables
1.2 Strings
1.3 Numbers
1.4 Lists
1.5 List Methods
1.6 Slice Operator
Go to Lesson 1
LESSON 2FOR LOOP & IF STATEMENT
2.1 for Loop
2.2 List Comprehension
2.3 Boolean Operators
2.4 if Statement
2.5 Looping if Statement
Go to Lesson 2
LESSON 3TUPLES, SET, & DICTIONARIES
3.1 Tuples
3.2 Sets
3.3 Dictionaries
3.4 Looping in Dictionaries
3.5 Zip and Enumerate
Go to Lesson 3
LESSON 4FUNCTIONS & CLASSES
4.1 Functions
4.2 Lambda Functions
4.3 Handling Exceptions
4.4 Intro to RegEx
4.5 RegEx for Data Cleaning
Go to Lesson 4
LESSON 5NUMPYFOUNDATION
5.1 NumPy Arrays
5.2 Index and Reshape
5.3 Universal Functions
5.4 Join, Split, and Transpose
5.5 Search and Filter
Go to Lesson 5