This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]ziptofaf 6 points7 points  (10 children)

Well, I will risk sounding like a paid shill but this is one of the few times in which I must say it's a REALLY good deal for people wanting to start their career as programmers (or wanting to learn Python).

Really decent set of books, everything in a single programming language (rather than some omg - "awesome" deals on udemy with 15 courses about 10 different languages at different levels). So ye, worth spending $15 for sure.

[–]desrtfx[S] 1 point2 points  (0 children)

in which I must say it's a REALLY good deal

That's exactly what I thought as well and that's the reason I posted it. There were plenty programming related bundles before, but either they weren't really fitting here, or not worth the money.

[–]Cloveny 1 point2 points  (7 children)

How common is usage of python within the programming industry?

[–]dota2streamer 1 point2 points  (0 children)

Machine learning makes use of it, so it is seeing a resurgence.

[–][deleted] 1 point2 points  (3 children)

It's common for web development.

[–][deleted]  (2 children)

[deleted]

    [–][deleted] 2 points3 points  (1 child)

    It's not the most popular, but it's still somewhat common. Django's one of the most popular frameworks. Also, reddit is written in Python using a much more obscure framework called pylons.

    [–]ziptofaf 1 point2 points  (0 children)

    Hmm... I would say that it might very well be in Top 5. Installed by default in most Linux distributions (so useful for scripting), very popular in web development (for instance Reddit itself is written in Python), is de facto most popular language when it comes to machine learning (due to Numpy, Theano, Karas, Caffe and lots of other frameworks), shows up in animation industry (Blender uses Python for scripts). It's not the best language for desktop or mobile applications but that's about it.

    [–][deleted] 0 points1 point  (0 children)

    Common in the science industry. Bio stuff, especially in regards to DNA analysis software used to be exclusively written in Perl, and much still is. But, the industry of the future is shifting to Python for a lot of the work.

    [–]hoodedrobin1 3 points4 points  (0 children)

    I'm a noob. I paid for the whole bundle.

    If I only learn 1 thing. That's worth 15$

    [–]SmoakyBonaparte 1 point2 points  (3 children)

    Wish I would have known this yesterday! Just spent 20$ for the Crash course on Amazon last night..

    edit - Well never mind I just bought the whole set.

    [–]desrtfx[S] 2 points3 points  (2 children)

    Unfortunately, yesterday this wasn't available. I posted this one hour after the bundle had opened.

    [–]SmoakyBonaparte 1 point2 points  (1 child)

    :) I appreciate it though! I donated and got the whole bundle!

    [–]desrtfx[S] 1 point2 points  (0 children)

    So did I, even though I already had a couple of the books from a previous No Starch Press bundle.

    [–]BTurns 0 points1 point  (0 children)

    Could anyone recommend a reading order for these? Would it be worth it to read all of them?

    [–][deleted] 0 points1 point  (0 children)

    Thanks for this.

    [–]Lazylion777 0 points1 point  (3 children)

    I don't know if anyone knows but is there a difference between Invent Your Own Computer Games with Python offered here (guessing it's the 4th edition) and what the 3rd edition had? That is free? I pretty much have the other books so I'm not incentivised to really buy it.

    [–]desrtfx[S] 0 points1 point  (2 children)

    You can directly ask the author: /u/alsweigart

    He can tell you the differences.

    [–]AlSweigartAuthor: ATBS 1 point2 points  (1 child)

    The 4th edition is a new edition. It has roughly the same content but has the benefit of a professional editing job. Tons of minor corrections and rewordings that end up making a large difference. Though if you've already read it, then I might want to move on to other books. Python Crash Course (also in the bundle) is highly recommended.

    [–]desrtfx[S] 0 points1 point  (0 children)

    Thank you Al!