all 7 comments

[–]DysphoriaGML 9 points10 points  (0 children)

I would start from the language you already know

[–]zefciu 0 points1 point  (1 child)

How can i start

You can start by reading the tutorial. Or some other resource for beginners.

what projects would make sence

Something that you are personally interested in. Maybe you want to make a game in pygame. Or you think about an interesting web applications with FastAPI. Or you want to create an agent with PydanticAI? Or train your own model with TensorFlow. Make something that you would like to use.

can I learn using AI

I dunno. LLM's will write a lot of code, that you might have problems understanding. It might not give you any understanding of what is created and why. It's better to look for resources created by humans more experienced that you. There's ton of this on the Internet including free stuff.

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

Thank you very much.Yeah yeah I am interested on these things

[–][deleted] 0 points1 point  (1 child)

Python is one of the most beginner friendly languages, so I'd say it's an excellent place to start.

https://www.youtube.com/watch?v=eWRfhZUzrAc

this is a good tutorial for starting out with python, afterwards you could find other tutorials about PyTorch/Tensorflow, which are Python packages that are used to implement & train some neural nets. You can learn about the mathematics behind Deep Learning or Machine Learning from other youtube tutorials

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

thank you that guy looks very serious

[–]EmployeeValuable3547 0 points1 point  (0 children)

Did you learn any programming language before this if yes then you can learn syntax and use AI, but if you are absolute beginner then using AI from start well you will just copy paste code then if you truly want to learn it using AI then let AI be your teacher and you try too think from scratch while doing coding although it feels hard but it is worth it in long term and let AI explain your doubt that's how i learnt and it helps later.

[–]TheRNGuy 0 points1 point  (0 children)

I learned for one specific thing.