Looking for a Python book recommendation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OS-66930
    Junior Member
    • 2020-Feb
    • 12

    #1

    Looking for a Python book recommendation

    Hi, the title says it all. Looking for a quick and dirty python book that will get me up and running as I jumped into PWK without any python experience.

    Thanks in advance!
  • OS-66316
    Junior Member
    • 2020-Jan
    • 18

    #2
    Violent python is a nice one (uses ptyhon2 though)

    Comment

    • OS-66930
      Junior Member
      • 2020-Feb
      • 12

      #3
      Thanks, I will check that out!

      Comment

      • OS-47848
        Junior Member
        • 2019-Jun
        • 10

        #4
        Python Crash Course (No Starch Press) is also good.

        Comment

        • OS-43423
          Senior Member
          • 2018-Dec
          • 144

          #5
          Originally posted by OS-66930
          Hi, the title says it all. Looking for a quick and dirty python book that will get me up and running as I jumped into PWK without any python experience.

          Thanks in advance!
          If you are a beginner I would suggest RealPython site with many nice guides. To understand Python3 in deep I recommend the book : "Programming in Python 3: A Complete Introduction to the Python Language" - Mark Summerfield. It taught me a lot about Python but I do not recommend this book for beginners but I think this one is the best.

          Comment

          • OS-71028
            Junior Member
            • 2020-Mar
            • 5

            #6
            You can check also https://diveintopython3.problemsolving.io/index.html and https://docs.python.org/3/tutorial/ if you have previous programming experience you can use them as reference.

            Comment

            • OS-44066
              Junior Member
              • 2018-Dec
              • 14

              #7
              Originally posted by OS-66930
              Hi, the title says it all. Looking for a quick and dirty python book that will get me up and running as I jumped into PWK without any python experience.

              Thanks in advance!
              Python docs would be your best starting place, really. It's very well written & a great reference. If you wanted to jump right in with examples to learn from, https://docs.python.org/3/tutorial/index.html .

              As far as books on the subject, I recommend Justin Seitz's book: Black Hat Python.

              The code in the book is Python 2, but, industrious people have converted the code to pure Python 3, https://github.com/EONRaider/blackhat-python3 .

              Comment

              • OS-548745
                Senior Member
                • 2021-Aug
                • 152

                #8
                black hat python for sure
                PEN-200Lab 66 Proofs and Owning...

                Comment

                Working...