|
![]() |
#1 | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: Shella, Kenya
Posts: 51
|
![]() :bye:,
I read through Kon Tiki's post on programming tutorials, and thought I would give it a go. I have just started Python, mainly because I haven't heard of that language and it sounded cool. I have lots of computer knowledge, have been around them for over 15 years, but have never really got into programming. ANYWAY! I was wondering if some of you Computer Science students would mind sending me assignments?? It would be a lot easier to learn with concrete examples to work through. Any advice on introductory programing, etc welcome. |
||
![]() ![]() |
|
![]() |
#2 | ||
![]() ![]() ![]() Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
|
![]() Two generic ones're: Make Connect Four for two players and make Tic-Tac-Toe for two players. Those're probably the two most frequently used programming assignments out there.
|
||
![]() ![]() |
|
![]() |
#3 | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: Shella, Kenya
Posts: 51
|
![]() hrm. all good, thank ye.
|
||
![]() ![]() |
|
![]() |
#4 | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2003
Location: Johannesburg, South Africa
Posts: 308
|
![]() Also try something that involves databases, like a simple ecommerce system.
|
||
![]() ![]() |
|
![]() |
#5 | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2005
Location: ,
Posts: 42
|
![]() Or try to create something similar to Bittorrent, as it was created in Python.
|
||
![]() ![]() |
|
![]() |
#6 | ||
![]() ![]() ![]() Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
|
![]() What's good fingerpractice too, is making a very basic RPG. Text-based if you don't want to bother with graphics. First is character creation, by choosing between race, occupation, gender, etc. Then just fighting random monsters and leveling up. No need for exploring or anything like that.
|
||
![]() ![]() |
|
![]() |
#7 | ||
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2004
Location: ,
Posts: 7
|
![]() My teacher had us make designs in text without actually typing it out. Try to make something like this:
Code:
* * * * * ** * * * * * * * * ** * * * * Example: Code:
for( var/i=5; i>=0; i-- ); { *printf("*"); } |
||
![]() ![]() |
|
![]() |
#8 | ||
![]() ![]() ![]() ![]() ![]() |
![]() Here is an assignment I had done a few years ago.
Quote:
__________________
Rdy to play even older game :P |
||
![]() ![]() |
|