https://github.com/thegoldenpro/snakelings
🐍 A collection of small exercises to assist beginners at reading and writing Python code. [WIP]
https://github.com/thegoldenpro/snakelings
python-exercise python-exercises rustlings
Last synced: 4 months ago
JSON representation
🐍 A collection of small exercises to assist beginners at reading and writing Python code. [WIP]
- Host: GitHub
- URL: https://github.com/thegoldenpro/snakelings
- Owner: THEGOLDENPRO
- License: mit
- Created: 2024-06-07T13:40:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T23:33:36.000Z (9 months ago)
- Last Synced: 2025-02-02T06:11:17.251Z (5 months ago)
- Topics: python-exercise, python-exercises, rustlings
- Language: Python
- Homepage: https://pypi.org/project/snakelings
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 Snakelings
Learn Python the right way. By actually writing code and solving problems!
> [!Warning]
> This project is a work in progress so it is not complete yet.## The problem.
Learning Python involves **actually** doing things practically; sitting down and watching YouTube tutorial after another won't get you anywhere. Beginners tend to fall into this, we even have a name for it, Tutorial 🔥 Hell. Tutorials are good for getting to know the basics but that's where I believe you should stop, and begin actually writing code.🐍 Snakelings helps with 🌟 that. 🐍 Snakelings provides a set of short exercises to immerse you into developing and debugging Python code. Inspired by [Rustlings](https://github.com/rust-lang/rustlings), each exercise in Snakelings has intentional faults designed to expose you to as many Python exceptions and errors as possible. 🐍 Snakelings bridges the gap between the theoretical and practical coding knowledge by providing a **real** environment.
## TODO
Todo has been moved over here --> https://github.com/THEGOLDENPRO/snakelings/issues/10
> more readme coming soon...