Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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