Author Topic: Which book is good for learning Python programming from Basic to Advanced?  (Read 1687 times)

0 Members and 2 Guests are viewing this topic.

Offline hack3rcon

  • Peasant
  • *
  • Posts: 80
  • Cookies: -216
    • View Profile
Hello.
Can anyone recommend a book fro Learning Python programming language from basic to advanced?


Thank you.

Offline Blackoutt

  • Serf
  • *
  • Posts: 31
  • Cookies: 4
  • Just fooling around
    • View Profile
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.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Is it just me, or is this question asked every week?

The invariable mark of wisdom is to see the miraculous in the common.

aes256

  • Guest
Is it just me, or is this question asked every week?


It's not just you.

Offline D4RKS3C

  • /dev/null
  • *
  • Posts: 12
  • Cookies: -29
    • View Profile
Personally i think the books, greyhat python and blackhat python are pretty good.

Offline aziel2

  • NULL
  • Posts: 1
  • Cookies: -2
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #5 on: September 29, 2015, 06:47:56 pm »
I just read Violent Python and it is pretty good

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #6 on: 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.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline BhupsR

  • NULL
  • Posts: 2
  • Cookies: -1
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #7 on: 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.

Offline Datura

  • NULL
  • Posts: 1
  • Cookies: -1
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #8 on: 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.

Offline rocketballz

  • /dev/null
  • *
  • Posts: 17
  • Cookies: -3
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #9 on: 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


Offline novaccainne

  • Serf
  • *
  • Posts: 29
  • Cookies: 2
    • View Profile
Re: Which book is good for learning Python programming from Basic to Advanced?
« Reply #10 on: 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 ...