Support Forums
Projects for Beginners 6-10 - 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: Projects for Beginners 6-10 (/showthread.php?tid=4531)



Projects for Beginners 6-10 - uber1337 - 01-26-2010

Well here it is, 6-10. The original post containing all the projects can be found here and my tutorial for 1-5 can be found here
6-10:


6. Prompt for an existing path and file name, if it doesn't exist reprompt (Click to View)
7. Prompt for a new path and file name, if it does exist reprompt (Click to View)
8. Read data from a file, sort it, and write it back out (Click to View)
9. Build a grid (columns and rows) and fill it with data (Click to View)
10. Create a simple game. (Click to View)



RE: Projects for Beginners 6-10 - nevets04 - 01-28-2010

I'm glad to see see you got this done. This will help a lot of people.




RE: Projects for Beginners 6-10 - uber1337 - 01-28-2010

(01-28-2010, 07:29 PM)nevets04 Wrote: I'm glad to see see you got this done. This will help a lot of people.


Ya I was wondering what happened to you. At one point I thought you gave up on Python entirely and went to Java. I'm getting better at python because I bought a book that covers system tools, GUI, CGI, Iron Python, and Jython. Soon I will be able to write programs that people can actually use! Tongue


RE: Projects for Beginners 6-10 - nevets04 - 02-18-2010

(01-28-2010, 08:30 PM)uber1337 Wrote: Ya I was wondering what happened to you. At one point I thought you gave up on Python entirely and went to Java. I'm getting better at python because I bought a book that covers system tools, GUI, CGI, Iron Python, and Jython. Soon I will be able to write programs that people can actually use! Tongue

I was trying out java, but everything I did took an hour, and I would say to myself, I could have done that in python in 5 minutes.