Files
python/docs/LEARNING.md
BethanyG aa3e379ff1 [DOCS]: Update Python Versions and Requirements (#3467)
* Additional sweep to update Python versions and supported Python versions.
* Fixed requirements and CONTRIBUTING.
* Trying a different line skip to see if it fixes CI.  CI is failing on test file generation again.
* Once again re-rendering tests to see if it fixes CI.
[no important files changed]
2023-07-16 15:09:14 -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 lean 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.