Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: echo2 on August 16, 2011, 09:31:02 PM



Title: Does anyone have an ebook on python coding
Post by: echo2 on August 16, 2011, 09:31:02 PM
Just starting to code py

i used to code java but i found out on python you dont have to declare anything which will save hundreds of lines

ty in advance


Title: Re: Does anyone have an ebook on python coding
Post by: vv01f on August 23, 2011, 06:28:00 PM
i can offer a German one.. if you like.
also google seems to have some in its index.. e.g.: http://diveintopython.org/


Title: Re: Does anyone have an ebook on python coding
Post by: ElectricMucus on August 23, 2011, 06:33:08 PM
the google python code university is pretty much all you need. Later the oreily book for reference.


Title: Re: Does anyone have an ebook on python coding
Post by: deepceleron on September 01, 2011, 01:54:21 PM
Although late is not better than never, A Byte of Python (http://www.swaroopch.com/notes/Python) is probably what you need, somewhere between teaching you what a byte and cpu is first, and assuming you know design patterns.