![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 3
Rep Power: 0
![]() |
Got any project ideas ?
First I want to say HI !!
I'm new and I hope to get help, and maybe help other. So, I want to make a project in python but I have no idea about what to do/need to be done. I have some exp with python and Tkinter (on and off for a year soon). Do you have anything you think would be intresting and/or useful to write as a learning project?? Thanks. |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Python... well, if you want to get into networking, you could try a BitTorrent client.
|
|
|
|
|
|
#3 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
How about a program to keep track and cross reference code snippets and helpful hints.
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#4 |
|
Newbie
Join Date: May 2005
Posts: 3
Rep Power: 0
![]() |
Ooble: I dont think I can handle a BitTorrent client yet...
Dietrich: Can you please explain better your idea ? Thanks! |
|
|
|
|
|
#5 | |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Quote:
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Feb 2005
Posts: 24
Rep Power: 0
![]() |
How about an anagram generator? It'd go something like: -
1.) Prompt the user to enter a word 2.) Generate all permutations of the letters (using recursion) 3.) Check each newly constructed word against all the words in a word list 4.) If the word appears in the word list, it's an anagram 5.) Print the anagram(s) I'd suggest putting a limit on the length of the word which the user can enter. Recursion is a resource hungry process, and a 10 letter word will generate over 3 million permutations! If you want, you could give the program a GUI. Imagine 2 columns - one with all the words to check, and another with the anagrams found so far. PythonCard would make doing this relatively easy. Good luck whatever project you end up doing |
|
|
|
|
|
#7 |
|
Newbie
Join Date: Feb 2005
Posts: 24
Rep Power: 0
![]() |
An automated Googlewhacker might make a nice project (see example http://www.uselesspython.com/showcon...hp?category=17)
Don't forget about simple encryption algorithms such as ROT13 (if you can even call it encryption). Note that ROT13 is included with the standard Python distribution (see the folder e.g. C:\Python24\Lib\encodings). It could still be fun to write your own version, though. Even more fun - write a game! |
|
|
|
|
|
#8 |
|
Newbie
Join Date: May 2005
Posts: 3
Rep Power: 0
![]() |
I like the "Code Librarian" idea, and if I will not find anything better I'll do it.
About the google wacker, I have no idea what does it do (I checked the example)... I liked the game idea, but I dont know what it takes to build one. Do I need any graphic skills (draw charcters, etc) for it?? How hard would be to make a simple game (like tetris or pacman) with pyGame? Thanks :-) |
|
|
|
|
|
#9 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
If you want to learn and use a computer language, you really need to use the help of a good "code librarian". When I learned C++ I used the free "gbCodeLib" from:
http://www.garybeene.com/free/gbcodelib.htm Take a look at it, it is good, but also tries to do too many things for all sorts of languages that makes it a big program and a little cumbersome to use in the end. I always wanted to write one in C++, mean and lean and safe. Maybe the right group of people could make one in Python for Python.
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#10 |
|
Newbie
Join Date: Jul 2005
Posts: 1
Rep Power: 0
![]() |
gbCodeLib
In response to interest for a simpler version of gbCodeLib, I just released a no-install version that can simply be copied to a folder and run in place. It is of particular use for runing gbCodeLib off a flash drive.
But, it has a simpler user interface and some users might prefer its simplicity over the more powerful, full verison of gbCodeLib. Both use the same database, so moving between the two version is easy to do. Gary Beene Author of gbCodeLib |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|