All Projects → PythonTurtle → Pythonturtle

PythonTurtle / Pythonturtle

Licence: mit
A learning environment for Python suited for beginners and children, inspired by Logo.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pythonturtle

Awesome Python In Education
A curated list about Python in Education 🐍 🎓
Stars: ✭ 535 (+94.55%)
Mutual labels:  education, learning-python
Awesome Algorithms Education
A curated list to learning and practicing about algorithm.
Stars: ✭ 267 (-2.91%)
Mutual labels:  education
CircuitPython-online-IDE
CircuitPython online IDE
Stars: ✭ 15 (-94.55%)
Mutual labels:  education
First-Hacktoberfest2021-Contribution
bhavesh1129-first-hacktoberfest2021-contribution.netlify.app/
Stars: ✭ 16 (-94.18%)
Mutual labels:  education
algorithmic-awareness
Home for the IMLS Grant RE-72-17-0103-17 - “RE:Search” - Unpacking the Algorithms That Shape Our UX. Deliverables include a teaching curriculum, syllabi for a week-long workshop and semester-length course, an action handbook for teaching algorithmic awareness concepts, and a software prototype that demonstrates algorithms in action.
Stars: ✭ 25 (-90.91%)
Mutual labels:  education
schedulemaker
A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.
Stars: ✭ 52 (-81.09%)
Mutual labels:  education
geticon
Web / IT project stack / tool / technique icon / logo collection & markdown / HTML generator 🚀
Stars: ✭ 101 (-63.27%)
Mutual labels:  logo
Awesome Courses
List of free online programming/CS courses [Massive Open Online Courses]
Stars: ✭ 273 (-0.73%)
Mutual labels:  education
Foxford courses
Шапка треда, посвященного курсам Фоксфорда и не только.
Stars: ✭ 268 (-2.55%)
Mutual labels:  education
landscape
🌄The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.
Stars: ✭ 8,067 (+2833.45%)
Mutual labels:  logo
jitsi-box
A Raspberry Pi based box to automate holding hybrid conferences with Jitsi
Stars: ✭ 15 (-94.55%)
Mutual labels:  education
schulcloud-server
HPI Schul-Cloud Core Server
Stars: ✭ 50 (-81.82%)
Mutual labels:  education
Ultimate Python
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Stars: ✭ 3,309 (+1103.27%)
Mutual labels:  learning-python
python tour of data science
A Python Tour of Data Science
Stars: ✭ 28 (-89.82%)
Mutual labels:  education
Haskell Study Startup
Launch your own Haskell study group. Now.
Stars: ✭ 269 (-2.18%)
Mutual labels:  education
prezzy-vdom-example
👓 From my Youtube Video, "Let's Build a Virtual DOM from Scratch"
Stars: ✭ 58 (-78.91%)
Mutual labels:  education
TortoiseGraphics
A turtle graphics (a key feature of the Logo ) engine written in Swift.
Stars: ✭ 81 (-70.55%)
Mutual labels:  logo
reactathon2017
Information and resources for Reactathon SF 2017
Stars: ✭ 16 (-94.18%)
Mutual labels:  education
Livecodelab
a web based livecoding environment
Stars: ✭ 276 (+0.36%)
Mutual labels:  education
Python reference
Useful functions, tutorials, and other Python-related things
Stars: ✭ 3,125 (+1036.36%)
Mutual labels:  learning-python

Python Turtle

Travis CI AppVeyor Checks Tests GitHub issues GitHub PRs Python versions MIT license Gitter

An educational environment for learning Python, suitable for beginners and children. Inspired by LOGO.

Homepage: http://pythonturtle.org

An Appealing Environment to Learn Python

PythonTurtle strives to provide the lowest-threshold way to learn Python. Students command an interactive Python shell (similar to the IDLE development environment) and use Python functions to move a turtle displayed on the screen.

An illustrated help screen introduces the student to the basics of Python programming while demonstrating how to move the turtle. Simplicity and a colorful visual appearance makes the learning environment more appealing to students.

Screen shot

Installation

Installers for Microsoft Windows and macOS are available from pythonturtle.org and GitHub.

Ubuntu Linux:

sudo apt-get install -y python3-wxgtk4.0

Fedora:

python3 -m pip install wxpython

On any GNU/Linux distribution: (after installing prerequisites from above)

python3 -m pip install --user PythonTurtle
PythonTurtle

If you're into automation:

Ansible tasks for setting up PythonTurtle including a desktop shortcut for GNOME.

Troubleshooting

ImportError: libpng12.so.0: cannot open shared object file: No such file or directory

See https://askubuntu.com/a/978338/14650

Compatibility

Tested with Python version 3.6 and wxPython version 4.0.1. Reported to run on Windows, macOS, Ubuntu Linux, and Fedora.

Development

git clone https://github.com/PythonTurtle/PythonTurtle.git
cd PythonTurtle
python3 -m pythonturtle

Build application bundles like this:

python3 setup.py clean bundle

Please open a pull request for contributions or bug fixes. If you can, please also add tests.

About

This project is licensed under the MIT license.

PythonTurtle was created by Ram Rachum as a side-project in 2009. I also provide freelance Django/Python development services. I give Python workshops to teach people Python and related topics. (Hebrew website.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].