Ask HN: What made you learn Python?
21–30 of 34 posts
Re: Ask HN: What made you learn Python?
#22Why not Ruby?
Re: Ask HN: What made you learn Python?
#23I wanted to get SMS notifications from a constantly updated Google spreadsheet. Simplest way to work it and an SMS api was using Python.
Re: Ask HN: What made you learn Python?
#24Re: Ask HN: What made you learn Python?
#25I was working on Java at the time. While browsing tech sites, I came across Python. I think there was a good description of it as a VHLL, including the usual term "executable pseudocode"; also, there was a good online tutorial about Internet programming with Python, and I was new to both. Got hooked, and never looked back.
Re: Ask HN: What made you learn Python?
#26Glen joined the team and holy shit Glen was awesome. Was scripting in PERL with ObjectiveC bindings until Glen looked over my shoulder and told me that was crap. So he wrote Python bindings for ObjectiveC over the weekend and made me learn Python.
Can't remember the version, but the only support came from Guido Van Rossum via email so that was a magical time.
Re: Ask HN: What made you learn Python?
#27Note that I didn't have to "learn" Python. It brought nothing to the table other than a different syntax and concepts such as generators, iterators, metaclasses and list comprehensions were not new to me.
Fast forward a few years and while I admit that it probably has the best ecosystem a dynamic language has to offer, I still don't see the point of Python language-wise (disclaimer: I don't factor in implementations and ecosystems when talking about programming languages).