Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Projects For Beginners
#1
If your beginning python, try to make some of these. It depends how you like to learn. But this helped be a lot, because I like learning from applying what I know, and if you don't now how to do something, It gives you something you can ask or look up.

1. Prompt the user to input a number, and if it is not a number reprompt.
2. Prompt the user to enter a word, and if it is not a single word reprompt.
3. Write the user's input to a file.
4. Read the user's input from a file.
5. Append the user's input to an existing file.
6. Prompt for an existing path and file name, if it doesn't exist reprompt.
7. Prompt for a new path and file name, if it does exist reprompt.
8. Read data from a file, sort it, and write it back out.
9. Build a grid (columns and rows) and fill it with data (Address book, Birthday list, whatever).
10. Create a simple game.

This is from python-forum. I'm currently working on #6
Reply
#2
interesting Smile

i shall take a look at this, mayby even try a thing or two
Reply
#3
Would you be able to post a tut on each of these if your free, i would like to learn this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python tutorial websites for beginners BigdaddyV 6 1,837 04-08-2012, 11:15 AM
Last Post: Mysterious
  Projects for Beginners 6-10 uber1337 3 1,699 02-18-2010, 09:13 PM
Last Post: nevets04
  [TUT]Projects For Beginners 1-5[TUT] uber1337 2 1,173 11-18-2009, 08:25 PM
Last Post: Yoshi
  Python for beginners L0iz 20 4,285 11-10-2009, 04:52 PM
Last Post: skilla215
  [TUT] Python Tutorial, Learn To Make Many Different Projects And Fuctions! nevets04 3 1,872 10-26-2009, 04:37 PM
Last Post: nevets04

Forum Jump:


Users browsing this thread: 1 Guest(s)