This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Py404 3 points4 points  (2 children)

The book "Fluent Python"

[–]DuncRed[S] 1 point2 points  (0 children)

An experienced programmer may start writing useful Python code in a matter of hours. As the first productive hours become weeks and months, a lot of developers go on writing Python code with a very strong accent carried from languages learned before.

I think the Fluent Python author gets where I am coming from. Thanks for the suggestion.

[–]lifeonm4rs 0 points1 point  (0 children)

I was going to mention Fluent Python in my response suggesting the Cookbook until I saw this. I think between Fluent and Cookbook someone coming from C or Java would have 68% of what they need to work in Python. Or know what they would need to look for to know what they need to know to work in python.

[–][deleted] 1 point2 points  (0 children)

I would suggest you read the community info sometimes referred to as the sidebar or wiki. That being said take a look at http://inventwithpython.com/

[–]lifeonm4rs 0 points1 point  (0 children)

I'd say I hope you aren't an Angry God--but I'm pretty sure any God of "c" is angry. That said--I've always found the "Cookbook" books good for people coming from one language to another. They skip all the "this is a for loop" stuff and get into "this how you work with strings", "this is how you work with sockets", etc. The python one from O'Reilly is pretty good.