Live data from Hacker News

Ask HN: Can programming be learnt completely on smartphone?

news.ycombinator.com

21–30 of 75 posts

Re: Ask HN: Can programming be learnt completely on smartphone?

#21
It is probably possible if you are persistent. There are some online dev environments like js fiddle.

Also, if you can afford a vm in the cloud you could probably get an ssh client for your phone to log into it.

If you hook a Bluetooth keyboard to the phone you might just be able to really pull it off.

Edit; good luck :)

Re: Ask HN: Can programming be learnt completely on smartphone?

#23

Probably, yes; the first programmers did not even have keyboards or screens, but rather swapped out the relays manually and checked their voltmeters. But what is the point? You will not be able to complete the exercises as quickly and it will be a pain to download and configure all the software. You can get a cheap Chromebook for $200, stick Ubuntu on it ( https://www.lifewire.com/install-linux-on-chromebook-4125253…

Umm...$200 is a lot of money in many parts of the world. You never know who you might be responding to.

I have a 10 year old laptop I found at a thrift store for $15 which is both faster than his phone and infinitely more suitable for programming.

Re: Ask HN: Can programming be learnt completely on smartphone?

#25
I think it could work, but learning a programing language completely on smartphone is suck in a way in the past, the now the situation changed, you know the latest Android version -- Android O, which allow user to split App cards, and we can also use bluetooth keyboard to code(I did it when I was learning my first language before owning my first PC a year ago).

Re: Ask HN: Can programming be learnt completely on smartphone?

#29
Can you play tennis with chopsticks? Sure but it will be terrible.

Your phone is a terrible way to program...you will type 20x slower and see 10x less than a real screen. And you won't be able to quickly switch tabs, search Google, etc.

Just get a cheap laptop.

Re: Ask HN: Can programming be learnt completely on smartphone?

#30
If you are looking to learn python on the smartphone SoloLearn has a great free app that can give you enough to get started. It also has sample programs you can run in a simulated python programming environment so you can get your hands dirty. I highly recommend it.

I just checked out the edx website now (never heard of it till now) but some of their courses look interesting, might check them out.

I doubt either SoloLearn or edx can make you a python or r master, but if you want to program in python, going over them + a few other tutorials and writing some test programs doesn't seem like a bad way to get started.

Post reply on HN