Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodat-12/book_pythoncrashcourse
Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming by Eric Matthes
https://github.com/dodat-12/book_pythoncrashcourse
learning-exercise learning-python
Last synced: about 2 months ago
JSON representation
Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming by Eric Matthes
- Host: GitHub
- URL: https://github.com/dodat-12/book_pythoncrashcourse
- Owner: DoDat-12
- Created: 2024-07-01T17:44:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T16:16:47.000Z (6 months ago)
- Last Synced: 2024-11-13T22:36:35.253Z (about 2 months ago)
- Topics: learning-exercise, learning-python
- Language: HTML
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Python from Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming by Eric Matthes
## Chapter list
### Part I - Basics
1 - Getting Started
2 - Variables and Simple Data Types
3 - Introducing Lists
4 - Working with Lists
5 - if Statements
6 - Dictionaries
7 - User Input and while Loops
8 - Functions
9 - Classes
10 - Files and Exceptions
11 - Testing your code
### Part II - Projects
#### Project 2 - Data Visualization
1 - Generating Data
2 - Downloading Data
3 - Working With APIs