EvilZone

Programming and Scripting => Beginner's Corner => : hack3rcon August 07, 2015, 06:56:28 PM

: Which book is good for learning Python programming from Basic to Advanced?
: hack3rcon August 07, 2015, 06:56:28 PM
Hello.
Can anyone recommend a book fro Learning Python programming language from basic to advanced?


Thank you.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: Blackoutt August 07, 2015, 07:01:25 PM
Learn Python from O'Reilly, Blackhat python and Violent Python are good books.

Learn Python The Hard Way is a good alternative too.

I think you can find all of them here.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: 0E 800 August 08, 2015, 12:29:16 AM
Is it just me, or is this question asked every week?

: Re: Which book is good for learning Python programming from Basic to Advanced?
: aes256 August 15, 2015, 11:57:22 AM
Is it just me, or is this question asked every week?


It's not just you.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: D4RKS3C August 24, 2015, 12:28:36 AM
Personally i think the books, greyhat python and blackhat python are pretty good.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: aziel2 September 29, 2015, 06:47:56 PM
I just read Violent Python and it is pretty good
: Re: Which book is good for learning Python programming from Basic to Advanced?
: kenjoe41 September 29, 2015, 07:42:42 PM
No matter what i write, these guys just never get it.

No book is gonna teach you how to be an expert at anything. Just get your principles down and your syntax in your head and relax. When you need complicate or advanced python, i am sure there are 100 tutorials to teach you just that. You will just forget what decorators are and how to get them right if you just read them from a book and mov on to the next book. Rather, when you get your basics down, get a project idea and google. When you don't know how to achieve  this and that, google then learn what is needed. No need for concurrency and multicore programming when you can't write a decent function.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: BhupsR September 29, 2015, 08:55:03 PM
srsly man no one can make a good programmer by giving a tutorial if you want to learn something then learn from google by yourself and always try your codes and do modify them to know what the code is capable of. You have google means you have world in your hand just google everything new you found on internet and check every article as much as you can watch to know the accurate knowledge.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: Datura September 30, 2015, 05:04:38 PM
Heyhey,

So i didn't really want to make a new thread for this but what version of python would be best to learn most books are 2.7 tho.
: Re: Which book is good for learning Python programming from Basic to Advanced?
: rocketballz September 30, 2015, 05:11:47 PM
'Black hat python programming for hackers ' that one is really good.

Sent from my SGH-M919 using Tapatalk

: Re: Which book is good for learning Python programming from Basic to Advanced?
: novaccainne October 01, 2015, 04:01:58 PM
There are a lot of great books published. It depends on what you want to do. 

Some useful books :
 - Black hat python
 - Gray hat python
 - Learning python 5th edition
 - Programming in python 3
 - Violent Python A cookbook for hackers forensic ...