My first Py script - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: My first Py script (/showthread.php?tid=2665) |
My first Py script - Kenji Harima - 11-07-2009 This is a script which tells you about python. here is a download link you don't have to worry its safe. http://www.mediafire.com/?cjzqynxzjmy RE: My first Py script - uber1337 - 11-07-2009 there are a couple of syntax errors in terms of indenting but that might just be a result of copy and pasting. Also if you want it to be more user friendly try breaking up the lessons, because when you pick an option, text flies down the screen and you have to scroll up to the top. Just throw in a little "raw_input('Press any key to continue')"'s here and there to break it up a little...other than that great job! RE: My first Py script - Kenji Harima - 11-07-2009 Just download it becuase when I load it to the site it doesn't indent so I uploaded to mediafire. RE: My first Py script - uber1337 - 11-07-2009 I just downloaded, looks nice :] RE: My first Py script - Kenji Harima - 11-07-2009 Thanks RE: My first Py script - Omniscient - 11-07-2009 Could you at least describe what it does? RE: My first Py script - Kenji Harima - 11-07-2009 Well it just gives some basic info on python. I'll eventually make a script that is a full tutorial on python. RE: My first Py script - Brainless Control - 11-08-2009 Not bad conrados1. RE: My first Py script - nevets04 - 11-08-2009 (11-07-2009, 07:00 PM)conrados1 Wrote: Just download it becuase when I load it to the site it doesn't indent so I uploaded to mediafire. If you use the code tags it should indent, however if it still doesn't paste bin would be a better alternative. RE: My first Py script - Kenji Harima - 11-08-2009 I'll try it next time for my next script I will make something maybe a Spanish to English? |