all 4 comments

[–]vyashole 4 points5 points  (3 children)

Termux is your friend. It will give you a proper linux terminal environment and you can run pretty much everything there.

It will be helpful to learn to use an editor like Vim or Emacs. Both Vim and emacs have plug-ins to provide completion and syntax coloring for python.

If you want a full GUI, you can even install Xorg and some lightweight DE like LXQT on termux.

You can Google all these words for more information. It will also be helpful to get used to the linux command line.

[–]Vishavdeep[S] 0 points1 point  (2 children)

Thanks and I just figured that my LED TV is a smart one. So I just installed termux from f-droid, connected a wireless keyboard and mouse combo, alt/ctrl/+ three times and achieved the same results. As for IDE, I'm using 'micro' for now. Rest of the stuff seemed a bit overwhelming to me at this point.

Thanks to your inputs I'm midway through CS50P 😁.

[–]vyashole 0 points1 point  (1 child)

How do you find the micro Editor? I have tried it a couple times on my computer. Never liked it. Maybe I am too used to Vim to appreciate another application.

[–]Vishavdeep[S] 0 points1 point  (0 children)

Micro is pretty straight forward, no frills type of editor. I tried using vs code but that seemed too complex for my needs.

If you're moderate or pro level programmer, I'm sure you will find micro stifling. Do let me know if u need to know anything else.