Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
10 views

Course3. Python For Data Science, AI & Development

Uploaded by

trang
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Course3. Python For Data Science, AI & Development

Uploaded by

trang
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 85

Week 1

1. Types

11 Int (intergers) Int(‘1’):1


Int(1.1):1
21.213 Float (real numbers) Float(2):2.0
“Hello Python 101” Str (string-word) Str(4.5):’4.5’
Str(1):”1”
2. Expressionsbiểu thức and
Variablesbiến
Số hạng
toán tử
+ Addition
- Substraction
* Multiplication
/ division
// Interger division
3. Strings
Week 2
1. Tuples (bộ dữ liệu)
2. Lists
3. Labs
4. Dictionaries

5. Labs
6. Set
7. Labs
Week 3
Conditions and Branching
Loops
Function
Exception Handling
Objects and Classes
Labs
Week 4
Writing files with Open
Pandas
Numpy in Python
One Dimensional Numpy
Two Dimensional Numpy
Week 5
Access REST APIs & HTTP Requests
API Examples

RandomUser API
Fruitvice API
Webscraping
Working with different file formats

You might also like