Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 16th, 2006, 10:09 AM   #1
Que
Newbie
 
Que's Avatar
 
Join Date: Apr 2006
Location: where kennedy got popped.
Posts: 5
Rep Power: 0 Que is on a distinguished road
Red face okay patience please... a good starting point??

first of all sorry for the vague header but I'm not sure where to start,

let me catch you up (won't take long) I started reading in c/c++ and got djpp all set-up and started w/ a bottle of advil and a lot of reading.

ended w/ an empty bottle and a couple seemingly "stupidly" simple (lack of better words) program's that I could not get to function correctly.
they were just mathematical prog's that wouldn't give me the answer just shut.
getchar() would not work. :eek: (run away )

okay I read python was a better starting place so I've read some tutorials (byte of python), seems simpler, but before I go back to drinking (advil that is)...

I figured I would bug some experts with a couple ?'s

are there any extreme newb reads that are/should be mandatory??

is there any simple codes that could be run and examined, this seems to be a good way to get a real feel for programming??

any other advice would be greatly appreciated, thnx in advance.
__________________
"ignorance is bliss", to be given any merit, had to be said by an ignorant person, so how much merit do we give it???
Que is offline   Reply With Quote
Old Apr 16th, 2006, 10:21 AM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,835
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Extreme newb reads? I guess you could try Dive into Python? I haven't looked at though.

I wouldn't say there's any specific code that you should try to run and examine. Anything you can make, no matter how seemingly pointless, will help you gain a better perspective and become better acquainted with Python.

I've only read 3 chapters in one Python tutorial, and I've still managed to develop my knowledge (slowly however). It's all about practice and motivation. There aren't any "uber special ultimate methods for greatness". Just go for it.
Sane is offline   Reply With Quote
Old Apr 16th, 2006, 10:21 AM   #3
demon101
Hobbyist Programmer
 
demon101's Avatar
 
Join Date: Mar 2006
Location: westboro, ohio
Posts: 159
Rep Power: 0 demon101 is an unknown quantity at this point
Send a message via Yahoo to demon101
i am starting out with python and i found a good book to read on. http://diveintopython.org
__________________
Demon101 Production's

Code Forums
demon101 is offline   Reply With Quote
Old Apr 16th, 2006, 10:48 AM   #4
Que
Newbie
 
Que's Avatar
 
Join Date: Apr 2006
Location: where kennedy got popped.
Posts: 5
Rep Power: 0 Que is on a distinguished road
thanks for the info. (and the patience)

I'm looking into the guide/book I see it's a free dl

I guess I just ask because about code because although my motivation is high I guess my creativity is waining this morning.

okay one more I see there is a ver. 2.5 now should this be a must as I dl'ed about a week ago 2.4.3 I think or can I just keep on keeping on?

Q
__________________
"ignorance is bliss", to be given any merit, had to be said by an ignorant person, so how much merit do we give it???
Que is offline   Reply With Quote
Old Apr 16th, 2006, 11:29 AM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I'd recommend How To Think Like A Computer Scientist: Learning With Python - 'tis a good book.

Get v2.4.3 - you won't need the new features until 2.5 is live at the very least.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Apr 16th, 2006, 12:22 PM   #6
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

Python 2.5 is an alpha version only, a precursor/test for Python 3.0 at best. Keep using Python 2.4 until the dust has settled!

For some rather simple starting Python advice take a look here:
http://www.daniweb.com/techtalkforums/thread20774.html
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote
Old Apr 16th, 2006, 2:03 PM   #7
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by Dietrich
Python 2.5 is an alpha version only, a precursor/test for Python 3.0 at best.
I was under the impression that 2.5 would eventually be a new release. Python 3.0, AKA Python 3000, will introduce a lot more features than 2.5 introduces.
Arevos is offline   Reply With Quote
Old Apr 16th, 2006, 2:27 PM   #8
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Thanks for your highly qualified input Arevos!

You are most likely right, there will probably be Python 2.5 to 2.9 before the much awaited Python 3000 is born. I was hoping that I wouldn't have to upgrade so many times. Sane seems to have noticed a fair amount of optimization in Python 2.5, another reason to eventually upgrade.

A stupid question, can you run Python24 next to Python25 on the same machine?
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote
Old Apr 16th, 2006, 3:43 PM   #9
Yarvin
Programmer
 
Join Date: Sep 2005
Location: Anchorage, Alaska
Posts: 37
Rep Power: 0 Yarvin is on a distinguished road
Quote:
Originally Posted by Dietrich
A stupid question, can you run Python24 next to Python25 on the same machine?
yes... yes you can....
Yarvin is offline   Reply With Quote
Old Apr 18th, 2006, 10:19 PM   #10
Que
Newbie
 
Que's Avatar
 
Join Date: Apr 2006
Location: where kennedy got popped.
Posts: 5
Rep Power: 0 Que is on a distinguished road
man sorry but I'm a slow reader lol

@Dietrich thanks that s"simple guide" was a good starting place especially for someone who has no prior languages under his belt. I do see it was rather simple but thats where I'm @ plus it included some code for a newb to fiddle w/ thnx

the books will take a bit more time to get a feel for (ahh time I think I remember what it is ,if only I was that short of stress the world would be beautiful) the dive into python looks promising but have only glimpsed.

I will heed the advice to keep the studies in 2.4.3 as its' frustrating not getting over one learning curve before tackling another

you guy's have turned ou tto be a wealth of knowledge so I'll continue to lurk around through old posts looking to grow an understanding. but I'm sure i'll be bugging you soon enough

Q
__________________
"ignorance is bliss", to be given any merit, had to be said by an ignorant person, so how much merit do we give it???
Que is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:50 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC