Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 730 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 730 Bytes

Pet Fish Eric

Why the name?

Sample Introductory Python Code

description
01 basic objects - numbers and strings
02 basic math
03 basic string operations
04 variables, formatted strings
05 lists - part 1
06 lists - part 2
07 dictionaries
08 if statements
09 while loops
10 for loops
11 math library
12 reading and writing files
13 command-line arguments
14 regular expressions
15 functions
16 exceptions
17 classes and objects
18 matplotlib
19 pandas (Python Data Analysis Library) - part 1
20 pandas (Python Data Analysis Library) - part 2
21 pandas (Python Data Analysis Library) - part 3
22 sudoku :)