Python
Python: User input
If you are building a game with the turtle tool, you might want to have a way to detect user input. The turtle module has a few built-in ways to h...
What are snake_case and camelCase?
Snake case and camel case are two naming conventions used in text coding when writing functions and variables that require multiple words. There usual...
Python: Graphing with turtles
You can use the turtle tool to make graphs and data visualizations. Let's say we wanted to draw a simple line, the kind that you may have seen in ma...
Python: How do I use the turtle library?
The turtle is a Python module that allows you to draw on your screen using code. You can check the official Python documentation for the turtle ...
Which version of Python does Tynker run?
On Tynker, you can create projects in one of two different versions of Python. Python Interactive Projects run Python 3.2.0, while Python Computing Pr...