Support Forums

Full Version: Projects for Beginners 6-10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
I'm glad to see see you got this done. This will help a lot of people.

(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
(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.