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.
Ask HN: What made you learn Python?
11–20 of 34 posts
Re: Ask HN: What made you learn Python?
#12Re: Ask HN: What made you learn Python?
#13Re: Ask HN: What made you learn Python?
#14Re: Ask HN: What made you learn Python?
#15Re: Ask HN: What made you learn Python?
#16Re: Ask HN: What made you learn Python?
#17Simplest way to work it and an SMS api was using Python.
Re: Ask HN: What made you learn Python?
#18Re: Ask HN: What made you learn Python?
#19Re: Ask HN: What made you learn Python?
#20Other 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