Skip to content

Exercises solutions from the book Python Crash Course by Eric Matthes

Notifications You must be signed in to change notification settings

sshenzha/Python-Course

Repository files navigation

Python Course

All the exercise are from the book Python Crash Course from Eric Matthes.
Link to the book on amazon: https://www.amazon.com/Python-Crash-Course-Eric-Matthes/dp/1718502702

Chapter 1 - Getting started

A brief introduction to Python where you install the code editor, Python and create your first program.

Chapter 2 - Variables and simple data types

How to declare meaningful variables and principles of keeping the code as simple as possible, whenever possible.

Chapter 3 -Introducing lists

How to define a list and perform basic operations on a list

Chapter 4 - Working with lists

How to loop through a list in different ways

Chapter 5 - If statements

Introduction on how to use if, if-else, if-elif-else

Chapter 6 - Dictionaries

Introduction to dictionaries

About

Exercises solutions from the book Python Crash Course by Eric Matthes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages