Jump to content

Learning Python for the non OO geek!


evildrneil

Recommended Posts

I've just picked up what looks to be a very usefull tool for some of the research I'm doing, however it's written in Python which I don't know at all! I'm an old fashioned procedural programmer (show me PERL, PHP or C and I'm pretty happy - JAVA makes me :gag:!) and never got into all this object oriented malarky. However this looks usefull enough that I'm prepared to put in the time to pick up enough Python to use it - are there any python users out there who can tell me a) how easy it is to pick up from a non OO background and b) what the best resources / books / whatever are for trying to learn it.

 

Thanks in advance :thumbsup:

Link to comment
Share on other sites

The O'Reilly book is good, but nothing is better than playing with a copy of the docs and vim.

 

Its pretty easy to learn, took me about a month to get a decent grip on it. Its pretty funky when it comes to network stuff, I wrote our factory monitoring system in it, and it took less than 50 lines for the client, and about 100 for the server.

 

Joel

Link to comment
Share on other sites

I've just picked up what looks to be a very usefull tool for some of the research I'm doing, however it's written in Python which I don't know at all! I'm an old fashioned procedural programmer (show me PERL, PHP or C and I'm pretty happy - JAVA makes me :gag:!) and never got into all this object oriented malarky. However this looks usefull enough that I'm prepared to put in the time to pick up enough Python to use it - are there any python users out there who can tell me a) how easy it is to pick up from a non OO background and b) what the best resources / books / whatever are for trying to learn it.

 

Thanks in advance :thumbsup:

 

As with practically every other subject known to man, Google is your friend... :D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.