EvilZone
Programming and Scripting => Beginner's Corner => : 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.
-
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.
-
Is it just me, or is this question asked every week?
-
Is it just me, or is this question asked every week?
It's not just you.
-
Personally i think the books, greyhat python and blackhat python are pretty good.
-
I just read Violent Python and it is pretty good
-
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.
-
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.
-
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.
-
'Black hat python programming for hackers ' that one is really good.
Sent from my SGH-M919 using Tapatalk
-
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 ...