a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by sfereng
sfereng  ·  2033 days ago  ·  link  ·    ·  parent  ·  post: Transforming Code into Beautiful, Idiomatic Python

I am currently learning Python. Is it worth it?



Devac  ·  2033 days ago  ·  link  ·  

Absolutely. It's one of the best languages to get started on programming. Versatile, quite fast and has a huge user base. The last part is important for practical reasons: there are many people who can help you get through problems, write tutorials, implement additional libraries and so on.

EDIT: Seeing how you wrote 'full stack freelancer' on your profile, I'd like to add that Python can be used as a server backend and host projects with frameworks like Django, but I'm not very experienced with it myself. Most of my coding relates to scientific computing with packages like Pandas or Scipy

---
sfereng  ·  2032 days ago  ·  link  ·  

Okay, that's motivational, which is needed on my end. I haven't yet installed Python, and I wouldn't need to while I'm going over the lessons with DataQuest. Oh, I've so much to learn.

---
sfereng  ·  2030 days ago  ·  link  ·  
This comment has been deleted.
Devac  ·  2032 days ago  ·  link  ·  

You can experiment with Python on repl.it. You also can't go wrong with Python for Everybody (it's free). If you'd have questions I (and quite a few other people here) can try answering them.

---
sfereng  ·  2030 days ago  ·  link  ·  

Thank you so much, Devac. I'll bookmark the links and check them out.

---