Files
python/docs/LEARNING.md
Vidar 62ac923ed4
Some checks failed
Configlet / configlet (push) Has been cancelled
Test Runner / test-runner (push) Has been cancelled
Exercises check / housekeeping (push) Has been cancelled
Exercises check / canonical_sync (3.7) (push) Has been cancelled
Exercises check / canonical_sync (3.8) (push) Has been cancelled
Exercises check / canonical_sync (3.9) (push) Has been cancelled
Exercises check / canonical_sync (3.10.6) (push) Has been cancelled
Exercises check / canonical_sync (3.11.2) (push) Has been cancelled
Tools / sync-labels (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
Fix a typo (#4016)
This commit will:
- Fix the typo "lean" to "learn"
2025-10-22 05:47:00 -07:00

2.5 KiB

Learning

Learning Python From Scratch

Python is (as Wikipedia says), a general-purpose and high-level programming language. It can be used to write a wide variety of different kinds of software, from video games to HTTP servers to command-line tools - and a whole lot else. It is especially good at 'gluing' different systems and programs together.

And we think the best way to learn is to play and to practice with coding projects big and small - or with small problems like the ones here on exercism!

Below you will find some additional jumping-off places to start your learning journey, recommended by our community.