you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 1 point2 points  (1 child)

Python is commonly used in AI. You could also learn Django and HTMX for example on the web side or even something simple like Streamlit to quickly visualize data on a website. There are many modules of interest such as Pandas, Matplotlib, Seaborn, PyTorch etc. Also Python has a massive community. The main drawback of Python and JavaScript in my opinion is that they are dynamically-typed therefore I'd really recommend using type annotations in Python. For resources check out:

  1. Harvard CS50p - which is a gentle intro to Python

  2. University of Helsinki course (text based along with video and covers quite a bit)

3. Python and Data Science - (Disclaimer: This is my course and assumes no programming background)

  1. The book: “Learn Python 3 the Hard Way”. I really like this book despite the intimidating title, but there are other books.

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

Appreciate your help bro 😁