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

https://github.com/pirple/python-is-easy

Code snippets and challenges for the "Python Is Easy" course, available at Pirple.com
https://github.com/pirple/python-is-easy

Last synced: 9 months ago
JSON representation

Code snippets and challenges for the "Python Is Easy" course, available at Pirple.com

Awesome Lists containing this project

README

          

# Python is Easy

> Code snippets for the "Python is Easy" course, available at Pirple.com/python

## About this Repository

These code snippets are for following along with the lectures, and running the code yourself.

Everything is organized by section. Click on a section to find the lecture code you're looking for.

## Never used Git or Github before?

No worries. You can learn how to use it in just a few minutes. Start by watching these videos:

#### Git
[https://git-scm.com/videos](https://git-scm.com/videos)

#### Github
[https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-)

After that, you'll know enough to grab this code yourself and "clone" it down to your machine.