Learnpython.org exercises: Difference between revisions

From CommunityData
(add link)
No edit summary
Line 1: Line 1:
[https://www.learnpython.org/ LearnPython.org] provides a series of self-guided tutorials for familiarizing yourself with basic Python concepts, syntax, and operations.  
[https://www.learnpython.org/ LearnPython.org] provides a series of self-guided tutorials for familiarizing yourself with basic Python concepts, syntax, and operations.  


You can spend the afternoon session working through these lessons on your own if you want more practice.
You can spend the afternoon session working through these lessons on your own if you want more practice. Mentors will be nearby and ready to help with any questions you might have!


If you would like to run through the lessons in Jupyter Notebooks rather than on LearnPython.org, you can download notebooks for each of the "Learn the Basics" lessons [https://communitydata.science/~mako/learnpython_basics_notebooks_2020-01-18.zip here]  and run them on your computer by unzipping the file, placing the .ipynb files on your desktop, and opening them in Jupyter!
If you would like to run through the lessons in Jupyter Notebooks rather than on LearnPython.org, you can download notebooks for each of the "Learn the Basics" lessons [https://communitydata.science/~mako/learnpython_basics_notebooks_2020-01-18.zip here]  and run them on your computer by unzipping the file, placing the .ipynb files on your desktop, and opening them in Jupyter!


[[Category:CDSW]][[Category:Shared Pages]]
[[Category:CDSW]][[Category:Shared Pages]]

Revision as of 22:49, 18 January 2020

LearnPython.org provides a series of self-guided tutorials for familiarizing yourself with basic Python concepts, syntax, and operations.

You can spend the afternoon session working through these lessons on your own if you want more practice. Mentors will be nearby and ready to help with any questions you might have!

If you would like to run through the lessons in Jupyter Notebooks rather than on LearnPython.org, you can download notebooks for each of the "Learn the Basics" lessons here and run them on your computer by unzipping the file, placing the .ipynb files on your desktop, and opening them in Jupyter!