cdsleiden / python-tutorial

Beginner's introduction to programming in Python
https://cdsleiden.github.io/python-tutorial/
3 stars 2 forks source link

Add examples of using Python in practice to Other Resources #3

Open bencomp opened 2 years ago

bencomp commented 2 years ago

"You can do anything with Python" isn't very informative for learners starting from scratch. We should add examples of simple achievements and larger projects to the resources page.

Simple projects may be cleaning up a text or tabular data file. Larger projects could be computer vision, processing instrument data from chemical or medical labs.

bencomp commented 2 years ago

From a previous edition I noted that the API section could use examples of when it makes sense to use them. This really applies to all topics, of course.