| | |
Difference between cTurtle and turtle
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Sep 2009
Posts: 108
Reputation:
Solved Threads: 12
•
•
•
•
please tell me that there is a difference because i've spent an entire week figuring out how to make cTurtle work. Now that I have succeeded, both modules appears to have the same functions.
Please tell me that there is a difference
Python Syntax (Toggle Plain Text)
try: import cTurtle as turtle except ImportError: import turtle
this will import cTurtle as turtle if cTurtle is installed, if its not it just imports turtle.
cTurtle.py has nothing to do with C. It is simply someones hack of the turtle.py with a few extra methods added. See the beginning of file cTurtle.py for details. You can also run it, as it has a built-in demo.
It comes in two versions, one for Python2 and another for Python3.
In similar fashion, there is also the module frog, here you can use a picture of a frog or anything you like, and it has even sound effects. Great for entertaining kids of any age! See:
http://www.daniweb.com/forums/post95...tml#post953952
It comes in two versions, one for Python2 and another for Python3.
In similar fashion, there is also the module frog, here you can use a picture of a frog or anything you like, and it has even sound effects. Great for entertaining kids of any age! See:
http://www.daniweb.com/forums/post95...tml#post953952
Last edited by Ene Uran; Sep 27th, 2009 at 6:21 pm.
drink her pretty
![]() |
Similar Threads
- Why can't i install cTurtle on my Ubuntu version of python? (Python)
- Python Turtle module, and math module problem. (Python)
- "difference patching" help (C)
- Turtle Beach or Creative Labs? (PCI and Add-In Cards)
- Whoa?! How can we not talk about these important things? (PCI and Add-In Cards)
Other Threads in the Python Forum
- Previous Thread: Bug in latest version of plot.py (wx version 2.8)...
- Next Thread: [Help] Koch snowflake from Python 2.5 [Turtle]
| Thread Tools | Search this Thread |
alarm ansi assignment avogadro backend beginner binary bluetooth character cmd code copy customdialog cx-freeze data decimals dictionary directory drive dynamic error examples excel exe file float format function gnu graphics gui halp heads homework http ideas import input java leftmouse line linux list lists logging loop module mouse number numbers output parsing path pointer port prime programming progressbar projects push py2exe pygame pyglet pyqt python random recursion schedule screensaverloopinactive script scrolledtext sqlite statistics stdout string strings sudokusolver sum table terminal text thread threading time tkinter tlapse tricks tuple tutorial ubuntu unicode urllib urllib2 variable ventrilo wikipedia windows write wxpython xlib






