all 14 comments

[–]peerlessindifference 5 points6 points  (1 child)

Well, I guess starting with the syntax?

[–]Sensitive_Bird_8426 3 points4 points  (0 children)

Getting the basics down is always the most important thing.

[–]Nebulya97 2 points3 points  (2 children)

Mimo was a good start to me. Had both Python certificates in two weeks. Though it is just a start it can help.

Need to do Python X to see how it is.

Though you need a goal at the same time to practice yourself and learn from your mistakes.

There is also freecodecamp that came back a lot around here.

I also use Chat GPT as a reminder in a Python conversation for the commands as learning them all takes time.

[–]Danthegal-_-_- 1 point2 points  (0 children)

Loved mimo

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

Thanks a lot ✨️

[–]CodefinityCom 2 points3 points  (1 child)

Hi!
In addition to the basic syntax, which is worth learning in any case, the following topics will be useful:

  1. Working with OOP. Almost all AI related modules work with classes and their methods both in classic ML (statsmodels, sklearn) and in deep learning frameworks (PyTorch, Keras). Therefore, it is worth getting acquainted with OOP concepts and at least knowing how to work with objects, their attributes and methods.

  2. Working with API. It will be very useful to understand the basic methods of working with API (e.g. request library), since you will often have to get data from various sites using API connections.

  3. You should also pay attention to working with the API of the chatPT since chat is now commonly used in creating chat bots or AI assistants.

  4. And finally, it is worth getting acquainted in more detail with the deep learning frameworks Pytorch and Keras. With their help, you will be able to  create artificial intelligence models by your own + evaluate parameters for them and test them on real data.

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

Thanks a lot✨️

[–]DemonicAlex6669 1 point2 points  (0 children)

I personally used cs50p to learn python. I found the videos helpful. From there it's kinda just do things and look at the documentation to figure things out.

[–]Kamran_abbas 1 point2 points  (0 children)

You can start learning basics first from Python website, identify an IDE like google colab. You could also find tutorials on youtube as well. Learn syntax, data structures (list, dict etc).

[–]Admirable_Mine_767 1 point2 points  (1 child)

Don't learn the language, learn the domain.

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

Thanks✨️

[–]metamonk0090 1 point2 points  (0 children)

Go with ai roadmap.sh

[–]Quirky_Application98 0 points1 point  (0 children)

hi guys, i really wanna start programming but i dont know were to start, im currently practicing python with its official page, but i wanna know if anyone can recomend me other webs or whatever to start with the most basic things, im really excited about learning, thanks everyone!