Live data from Hacker News

Ask HN: What made you learn Python?

news.ycombinator.com

11–20 of 34 posts

Re: Ask HN: What made you learn Python?

#11
post #9
post #3

highschool

When was this? I graduated highschool only 2 years ago and all through it they forced us to use Delphi, because the old teachers didn't know anything else. At least I learnt Java in my spare time back then.

2006, but my highschool was really early in Germany with this (and e.g. we weren't allowed to use Python in our exit exams years later, since it hadn't been approved yet)

Re: Ask HN: What made you learn Python?

#15
I 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?

#20
I work in the aerospace industry as an embedded software engineer. There are a great deal of engineers in the department that use Ruby over Python (long story so please don't ask). However, I find that Python shines in it's community of contributors and users. There are tons of free online documentation, resources, forums, tutorials and even free courses.

Other than the above, my mentors have stressed the advantages of automating my tasks now rather than later. This was the main drive in getting on board with learning a scripting language quite quickly. I initially tried Ruby and it didn't seem like a language an embedded software engineer should be using "daily" over the alternative (the language I wanted to learn in first place) being python. I'm sure someone has an alternative opinion on that. Another main contributor at the time was the amount of time I spent scp'n files back and forth between two hosts. There's an awesome python library called paramiko that solved all the annoyances with doing this manually. Cheers~D

Post reply on HN