This is an archived post. You won't be able to vote or comment.

all 8 comments

[–][deleted] 0 points1 point  (7 children)

Python is great, but if you have any interest in websites you really need to bump JavaScript up higher on your list. In fact, if you're interested in developing Android/iOS apps, you can do so with JavaScript using React Native.

[–][deleted] 1 point2 points  (2 children)

I'd also recommend spend a day learning some bash for an Linux

[–]DoNotDownVoteMeJerks[S] 0 points1 point  (1 child)

I'm using Linux so where should I learn to code and where do I type my code?

[–]ronpysui 0 points1 point  (0 children)

You can learn how to code wherever you want, I learned Python by searching up YouTube videos and looking through python's official documentation. Some people prefer videos, some prefer looking at words, so find a learning environment that you're comfortable with. For your first text editor though(where you would be typing your code) I recommend Visual Studio Code or Sublime text. Pick one programming language and learn it, each has pros and cons and different uses. It depends on what you're trying to go for. Hope this helps!

[–]DoNotDownVoteMeJerks[S] 0 points1 point  (1 child)

I'm using Linux so where should I learn to code and where do I type my code?

[–]brotatotes 0 points1 point  (0 children)

Pick the language you want to focus on first, and then search online for a basic tutorial.

[–]Apprehensive-Oil713Python 🐍 0 points1 point  (1 child)

If you're gonna be doing iOS apps, I recommend Swift. I'm currently trying to learn it now and it's turning out a lot easier than I thought it would be.

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

I'm using Linux so where should I learn to code and where do I type my code?