The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Python Programming
|
2nd Edition Learning Python Book?
Discuss 2nd Edition Learning Python Book? in the Python Programming forum on Dev Shed. 2nd Edition Learning Python Book? Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

December 1st, 2003, 11:36 PM
|
|
Junior Member
|
|
Join Date: Nov 2003
Location: US
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
2nd Edition Learning Python Book?
Any one know when the 2nd Edition Learning Python Book by O'Reily is coming out?
Last edited by Beast4rmDaEast : December 2nd, 2003 at 05:14 PM.
|

December 14th, 2003, 10:20 PM
|
|
Junior Member
|
|
Join Date: Nov 2003
Location: US
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
hello? can someone answer my question, im despratly searching for one...
|

December 14th, 2003, 11:13 PM
|
|
Contributing User
|
|
Join Date: Mar 2003
Posts: 325
Time spent in forums: 7 h 58 m 36 sec
Reputation Power: 11
|
|
I have to say that If you've done any OO programming, you'll be fine .. prob take a week to pick up enough python to program well in it.
If you haven't done much programming, this is excellent :
http://www.ibiblio.org/obp/thinkCSpy/
|

December 15th, 2003, 01:26 AM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
its an ok tutorial, its not my fav' since it seems to teach a few bad ideas but should get you started.. obviously check out the Python tut in your copy of the docs! That should teach you everything you need to know...
Mark.
__________________
programming language development: www.netytan.com – Hula
|

December 15th, 2003, 07:40 AM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 35
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|

December 18th, 2003, 03:00 PM
|
|
Junior Member
|
|
Join Date: Dec 2003
Location: Canada
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: Originally posted by netytan
its an ok tutorial, its not my fav' since it seems to teach a few bad ideas |
What are those bad ideas? Even a general outline would be nice.
|

December 18th, 2003, 03:46 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
Ah nothing really major, just little things like not pushing new users to use string formatting which can provide a nice preformance boost over string consination in alot of cases etc. Don't get me wrong overall its an ok tutorial 
|

December 18th, 2003, 06:12 PM
|
|
Contributing User
|
|
Join Date: Mar 2003
Posts: 325
Time spent in forums: 7 h 58 m 36 sec
Reputation Power: 11
|
|
|
I don't get why everyone mentions that about python. A coleague mentioned that in my example code I gave to get them to accept me for my current job, that I could learn something about programming in python. And when I asked for an example he gave that (string interpolation).
It's certainly not a bad idea or bad design choice. It's not even an issue unless ur parsing enourmous amounts of text at a time.
Having said that, knowledge is most important, and I'm glad to know it.
However, it is a small technicality and I find people always make way too big a deal about it.
Eli
edit: hope that didn't come off as rude to you Mark, it wasn't intended to be.
Last edited by lazy_yogi : December 18th, 2003 at 06:17 PM.
|

December 18th, 2003, 06:41 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
Naw not at all ele, i dont take offence that easily  .
And your right there isnt really a problem with the preformance of either method untill your start working with large strings however it simply is that one is more efficent at this than the other and if your not worried about prefomance then dont worry about it. But if you are then your gonna save yourself alot fo time (especially in loops) by using string formatting instead of consination
Its not really the length of the string were worried about here its more the number of copies the interpriter has to pass around
To each his own,
Mark.
Last edited by netytan : December 18th, 2003 at 06:47 PM.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|