You are viewing a single comment's thread from:

RE: Python: Starting Small

in STEMGeeks3 years ago

I like Python. I've been "coding" (sort of) for quite some time, and when given the choice, python is always my goto language.

When you're still learning I do highly suggest that you keep using the same editor; different editors handle indents differently, and it can cause a python script to go into convulsions.

Great work! It always feels good to have that sense of accomplishment.

Sort:  

Thanks for the great tips and feedback. Python definitely seems like it’s going to be a good language to get started with. It’s straight forward and not overly complicated like C. I tried C and hated it lol.

I’ve been using Pycharm. It seems to be a pretty good software program so I’m definitely going to keep using that. I know there are other ones out there but this one seemed like it was easy to install and use.

Pycharm is definitely good. Great choice. I've found that Visual Studio Code works for me, mainly because it has some great plugin support for other languages I'm forced I use, too.