Live data from Hacker News

Intermediate Python

book.pythontips.com

71–80 of 81 posts

Re: Intermediate Python

#72
post #68

I see that that the book has a section on usage of For-Else construct. Personally I found this construct to be confusing, and avoid its usage as one can achieve the same by setting a flag (say). Is this construct much used ?

No. It is not used widely. AFAIK.

Re: Intermediate Python

#73
post #72
post #68

I see that that the book has a section on usage of For-Else construct. Personally I found this construct to be confusing, and avoid its usage as one can achieve the same by setting a flag (say). Is this construct much used ?

No. It is not used widely. AFAIK.

Then probably it might be a good idea to add a note about avoiding its usage in your book. Thanks for the book and making it available for free.

Re: Intermediate Python

#74
post #5

Hi guys! I am the author of this book. Thanks heyalexej for posting this here. If there is anything I can help you guys with then kindly let me know. :)

I get to program python maybe 300 hrs a year. And I love every minutes. But there are times that I wonder if I'm doing it in an idiomatic way. There are a lot of good resources out there on python but this one has helped me a lot in my first 30 minutes of reading it.

Thank You!!!!

Re: Intermediate Python

#75
post #36
post #33

Shit, what I need is "How to publish a package to PyPi in 3 easy steps." I go around and round with the Python Packaging Authority's documentation.

I learned from this: http://peterdowns.com/posts/first-time-with-pypi.html Not bad.

Thanks! If you have any suggestions / feedback I'd be happy to hear it – I've been planning on updating the post sometime soon to show how to upload wheels and in general just clean up the language and approach.

Re: Intermediate Python

#76
post #74
post #5

Hi guys! I am the author of this book. Thanks heyalexej for posting this here. If there is anything I can help you guys with then kindly let me know. :)

I get to program python maybe 300 hrs a year. And I love every minutes. But there are times that I wonder if I'm doing it in an idiomatic way. There are a lot of good resources out there on python but this one has helped me a lot in my first 30 minutes of reading it. Thank You!!!!

I am really happy that it helped! :)

Re: Intermediate Python

#78
post #4

Earlier quoted context omitted.

That is totally different from my book :) I haven't read it so I can not tell how much different it is from mine. Perhaps you can tell if you have read it?

I was right about to buy it, completely blind, based on the similar title, because a good deed deserves a good deed: I support anyone who gives their book away for free online and offers a hard-copy (Learn You a Haskell, I'm looking at you) for purchase. Let me know if you have an Amazon affiliate link, tipjar, or need help with any projects. Edit: whoa, at least 5 redditors had the same "do you have a paypal?" senti…

You guys can donate me if you want to by buying the donation version of Intermediate Python from [@gumroad](https://gumroad.com/l/intermediate_python) :)

It is only for $10 but if you want to pay less then kindly let me know (pm) and I can give you a custom link.

Cheers!

Re: Intermediate Python

#79
post #5

Hi guys! I am the author of this book. Thanks heyalexej for posting this here. If there is anything I can help you guys with then kindly let me know. :)

Would be cool to see you demonstrating some of the tips in a livestream on Livecoding.tv.

Re: Intermediate Python

#80
post #67

From related Reddit thread[0]: Note: This is not related with that paid "intermediate Python" book in any way. I became aware of it today. I had been using this name internally for a couple of months. If the author of paid "Intermediate Python" has any issue with this I would be more than happy to change the name of my book because he definitely beated me to the finish line. :) [0] http://redd.it/3hbb46

A little correction here; intermediate python on leanpub is absolutely free.

Hey! I am sorry. I realized that just now after reading your comment. :)
Post reply on HN