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
- Host: GitHub
- URL: https://github.com/pirple/python-is-easy
- Owner: pirple
- Created: 2018-12-02T13:05:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:40:14.000Z (about 3 years ago)
- Last Synced: 2025-03-31T14:14:16.326Z (10 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 147
- Watchers: 40
- Forks: 224
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.