Skip to content

Collection of coding tutorials for Python. Aimed towards children.

Notifications You must be signed in to change notification settings

AADeLucia/coding-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Tutorials

Collection of various coding tutorials for Python. These tutorials are aimed towards children and beginning coders, but can be used by anyone!

Fun with Turtles

In order to play with turtles a package needs to be installed. Install with:

pip install turtle

Documentation for the Turtle class can be found here

World Cloud Visualization

Install word cloud:

pip install wordcloud

If you are on Windows and run into an error, try this and then run the above command again:
Go to this website and download 'wordcloud1.3.1cp27cp27mwin_amd64.whl', or the one that corresponds to your version of Python.
Navigate to the where you downloaded it and run

pip install wordcloud1.3.1cp27cp27mwin_amd64.whl

If you still have issues, please refer to the Word Cloud documentation

About

Collection of coding tutorials for Python. Aimed towards children.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages