Skip to content

isaacdiniiz/python-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course Exercises and Examples

This repository contains a collection of exercises and examples that I have completed while studying the book "Python Crash Course" by Eric Matthes. The collection starts at Chapter 8, "Functions". I'm using this repository as a "progress bar" of my learning.

Structure

The repository is organized into chapters, with each chapter containing its respective exercises and examples. The directory structure is as follows:

python-crash-course/
│
├── chapter_01/
│   ├── exercise_1.py
│   └── example_1.py
│
├── chapter_02/
│   ├── exercise_2.py
│   └── example_2.py
│
└── ...

About

exercises from the book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages