python-tutorial
A Python 3 programming tutorial for beginners. (by Akuli)
python_koans
Python Koans - Learn Python through TDD (by gregmalcolm)
| python-tutorial | python_koans | |
|---|---|---|
| 3 | 15 | |
| 1,532 | 5,075 | |
| 0.7% | 0.3% | |
| 0.0 | 0.0 | |
| almost 2 years ago | almost 2 years ago | |
| Python | Python | |
| GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
python-tutorial
Posts with mentions or reviews of python-tutorial.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-25.
-
python-tutorial VS Spindle - a user suggested alternative
2 projects | 25 Dec 2024
-
Learning.py
Other poster listed basics rather well. I recommend to check computer-science curriculums that go with python. You will find plenty of content, I know edx.org offers free video courses but personally I recommend to read papers/books to get all the basics and reproduce stuff in your own projects. A quick google gave me this as an example: https://github.com/Akuli/python-tutorial (github has great content)
-
Python Free Resources
Python 3 Tutorial
python_koans
Posts with mentions or reviews of python_koans.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-16.
- 100 Exercises to Learn Rust
-
Gaming VS Programming
- python
-
How difficult is it to get into the IT field?
The learn to code in 2 months boot camps are largely rubbish but self teaching the basics in something like Python (I like the Koans https://github.com/gregmalcolm/python_koans as they will reach you coding, Google skills, testing, and source control) will at least tell you if you like coding.
-
A question about efficiency : Coin flip from Automate The Boring Stuff With Python.
This reminds me of the Python Koans .. I loved doing those :) https://github.com/gregmalcolm/python_koans
-
Learning Python3 after already knowing C++
After that, I'd work through something interactive. Lots off choices here, but maybe something like the Python koans: https://github.com/gregmalcolm/python_koans
-
Seeking Advice on Mentoring a New Python Developer
When I started my current job I was given a couple of weeks to learn python. (I was a ruby dev previously). I really enjoyed the Python koans (https://github.com/gregmalcolm/python_koans) as a change from just reading docs, and something that gave me some small sense of achievement
-
Struggle with python.
I'm learning a new language right now and I'm finding its "koans" helpful. "Koans" are a format for tutorials that take the form of a script that runs on your computer, that you gradually fix up like Stardew Valley. There are Python koans here - https://github.com/gregmalcolm/python_koans
-
Good FREE Python learning websites?
Not exactly what you asked for but a good addition to learning. https://github.com/gregmalcolm/python_koans
- Anyone know any cheap/free resources to learn python over the summer?
-
Learning Python
github.com/gregmalcolm - Python Koans
What are some alternatives?
When comparing python-tutorial and python_koans you can also consider the following projects:
python-minecraft-clone - Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
Think-Python-2E-My_solutions - My solutions to the exercises contained in the "Think Python 2nd Edition" book by Allen B. Downey.
awesome-python-for-data-science - A curated list of awesome resources such as books, tutorials, courses, open-source libraries, exercises, and other materials that support Pythonistas in the making, and Pythonistas migrating into Data Science! 📊
javascript-koans - Koans to learn Javascript
bigpython - Source code for Big Python tutorials on YouTube
scientific-python-lectures - Lectures on scientific computing with python, as IPython notebooks.