Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.5 KB

LEARNING.md

File metadata and controls

43 lines (34 loc) · 2.5 KB

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.