• long running

[eBook] Free - Python Programming - A Beginner's Guide to Learn Python in 7 Days @ Amazon AU / US

1550
This post contains affiliate links. OzBargain might earn commissions when you click through and make purchases. Please see this page for more information.

Available on Amazon US / Amazon Au

The French love it

Why Python?
Python is the easiest to learn and once you have a good grounding in it, you can move on to another, more complicated language. Python is a beautiful computer language. It is simple, and it is intuitive. Python is used by a sorts of people – data scientists use it for much of their number crunching and analytics; security testers use it for testing out security and IT attacks; it is used to develop high-quality web applications and many of the large applications that you use on the internet are also written in Python, including YouTube, DropBox, and Instagram.
Are you interested in learning Python? Then settle in and learn the basics in just 7 days - enough for you to be comfortable in moving on to the next level without any trouble.

Are you interested in learning Python? Then settle in and learn the basics in just 7 days - enough for you to be comfortable in moving on to the next level without any trouble.

Related Stores

Amazon AU
Amazon AU
Marketplace
Amazon Cloud Reader
Amazon Cloud Reader

Comments

  • +3

    You purchased this item on 13 May 2021.

    • +2

      Purchased on 12 March 2022

    • +10

      You must be a master now.

    • +3

      Purchased 13 November 2020

      • -1

        You win…

        • +5
          # How to find out who the winner is among Ozbargainers...
          from datetime import date
          
          book = Book("Python Programming - A Beginner's Guide to Learn Python in 7 Days")
          earliestPurchaseDate = date.today()
          
          for ozbargainer in ozbargainers:
            purchaseDate = ozbargainer.getBookPurchaseDate(book)
            if purchaseDate < earliestPurchaseDate:
              earliestPurcahseDate = purchaseDate
              winner = ozbargainer
          
          print("The winner is %s, purchased %s on %s" % (ozbargainer.getName(), book.getName(), earliestPurchaseDate))
          
          • @tg:

            book = Book("Python Programming - A Beginner's Guide to Learn Python in 7 Days")
            winner = min(ozbargainers, key=lambda o: o.getBookPurchaseDate(book), default=None)
            if winner:
              print(f"The winner is {winner})
            

            I think I should stop browsing Ozbargain while at work…

            • @huuuuugo:

              book = Book("Python Programming - A Beginner's Guide to Learn Python in 7 Days")
              found = book.search("lambda")
              if not found:
                print("huuuuugo's codes are too advanced (for beginners)!!")
              

              :) :) :)

          • +1

            @tg:

            purchaseDate = ozbargainer.getBookPurchaseDate(book)

            PEP-8 will haunt you in your sleep. This is not Java!

            • +1

              @bio:

              purchaseDate = ozbargainer.getBookPurchaseDate(book)
              

              PEP-8 will haunt you in your sleep. This is not Java!

              No wonder I have been losing my nights of sleep recently….

              Here you go…

                purchase_date = ozbargainer.get_book_purchase_date(book)
              
    • +1

      Bahaha - I thought you guys were so darned funny, then I clicked the link and it says "You purchased this item on March 13, 2022." 🤣😂🤣😂

  • +12

    Customers reported quality issues in this eBook. This eBook has: Typos, Poor Formatting.
    The publisher has been notified to correct these issues.

    🤔

    • +1

      Saw a typo in the sample, so not a great sign.

      • +7

        Mine came with the cover ripped… Not happy.

  • -8

    Lol, don't learn programming from a book.

    • +2

      Lol, yes you can.

      • You can but you shouldn't.

        Source: Am a code monkey for a large tech company, but do take my advice with a grain of salt because the OzBargain community is obviously better versed in this field than I.

        • +2

          Not Microsoft I hope 😋

          You’re partially right, I have a bunch of old C/C++ books which I used to use as a handy reference, but best way to learn is to do it. And plenty of reference stuff online these days.

          • @GeneralSkunk:

            but best way to learn is to do it.

            You need to know what to do, before you do it…

            • +2

              @jv: We live in the age Wikipedia and memes. This generation just reads a line online and they instantly become experts. No wonder software is becoming more and more complicated with each iteration without adding much productive value.

              • +3

                @[Deactivated]: There was no internet when i learnt how to code.

                • +1

                  @jv: I'm siding with you mate. I'm being sarcastic. Seinfeld would be on the streets if he had to make it as a comedian in this age.

        • I personally am waiting for the hardcover edition of StackOverflow

  • +31

    Python foundation has a better free guide:

    https://docs.python.org/3/tutorial/

    • my man upvoted

    • upvoted. this was what i was looking for ages but forgot what its called. Thanks for sharing again :D

  • It's been a while since I last visited Dealabs…

  • +2

    I just went to amazon had a look at the same page, and already notice a spelling mistake in the coding….. pass.

    • +4

      I just went to amazon had a look at the same page, and already notice a spelling mistake in the coding….. pass.

      book = Book("Python Programming - A Beginner's Guide to Learn Python in 7 Days")
      
      for page in book.getPages():
        if page.getCodeSpellingMistakeCount()!=0:
            pass
      
  • Thanks, looking for my next job

  • +4

    Finally, an easy way to learn parseltongue. Does it work on other snakes?

    • Yes, as long as you import the species

    • It's sliding scales

  • +2

    I found this to be quite good https://automatetheboringstuff.com/

  • +1

    It looks like it is for Python 2, which is deprecated now. Although there are minor differences between Python 2 and 3 I wouldn't waste my time and confuse myself by starting with this book.

  • Why have I spent years learning this when 7 days is all one needs? 🤔

  • Not even 4.4 hmmm

  • The day they add curly braces is the day python becomes recognised as a serious language..

    Absolutely decimates my eyes how people can simply add functions and conditional statements with out curly braces.

  • +1

    So can you learn python in your 30's and get a new career or nahhhh?

Login or Join to leave a comment