Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-17-2009, 05:47 AM   #1 (permalink)
Junkie
 
Hektore's Avatar
 
Location: Greater Harrisburg Area
Simple programming tasks

So, I thought in my free time I would teach myself a programming language. I'm not totally new at this - I've programmed (if you can call it that) various odds and ends on some graphing calculators and this weird 'kiddie computer' I had growing up. Nothing special, things to do math problems for me (I had my whole high school geometry book in there) or word/trivia/number guessing games.

The 'real' language I've decided to start with is python. I was hoping some of you could help me out with it though, I need tasks to try. I know one of the best ways to learn is to keep attempting things just outside your current ability.

What I'm looking for from all of you are ideas for programs to write that vary from very simple to relatively complex but can still be completed by a single person in a reasonable amount of time - say 30-40 hours. If anyone knows of a good book or resource that does this too I'd like to know about it.



/PS: If I stick it out with this, I was hoping maybe I could post some code here and have you all look at it for tips suggestions, and maybe even someone could bounce some code back and forth with me so I can learn how to jump in and leave in the middle of something while keeping it workable the whole time. I'll cross that bridge when I get there though.
__________________
The advantage law is the best law in rugby, because it lets you ignore all the others for the good of the game.
Hektore is offline  
Old 07-18-2009, 08:39 AM   #2 (permalink)
Junkie
 
Just google online for beginner programming problems and do them.

However, I have to say python probably isn't the best language to learn. One clear thing about programming is for most people the first language you learn (i mean really learn) is your strongest language. Thus pick a language that will give you the most value to learn on. For this I would say C++ first and then Java.

If you learn C++ you basically know C++, C, and Java which gives you a lot of value. I suggest learning C++ first because then you learn about pointers and memory which is something you don't learn in Java. I have taught many students who started out with C and many who started out with Java. I have found that Java students tend to be at a sever disadvantage when it comes to memory management.
Rekna is offline  
Old 07-18-2009, 11:14 AM   #3 (permalink)
Junkie
 
Location: My head.
^^ What she said. You will get tons of sample code for C++ and a full out offline tutorial for java here.

The thing with C++ is it's very much unlike it's subsidiaries. You have to understand what the code does otherwise you will never exceed you abilities. With Java you can copy and paste an entire project.
Xerxys is offline  
 

Tags
programming, simple, tasks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 10:03 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73