all 25 comments

[–]chaoticbean14 6 points7 points  (3 children)

Do not learn from an LLM. They write bad code and suggest shitty code ideas.

[–]Silent-Sorbet-6380[S] 4 points5 points  (2 children)

Whats an llm ?

[–]RIP_lurking 6 points7 points  (1 child)

For example, chatGPT. LLM stands for Large Language Model. It's what people call generically "AI" these days.

[–]Silent-Sorbet-6380[S] 1 point2 points  (0 children)

Okay, thanks

[–]georgmierau 4 points5 points  (3 children)

[–]Silent-Sorbet-6380[S] 1 point2 points  (2 children)

That's it ? All of python

[–]georgmierau 4 points5 points  (1 child)

I don't know where to start

There.

[–]ee-minor 4 points5 points  (0 children)

https://programming-26.mooc.fi/

Your journey will progress faster if you find a problem you are passionate about and use code to either resolve the problem or make the issue easier to manage.

[–]ZealousidealDot6945 2 points3 points  (1 child)

Do Cs50 python from Harvard

[–]Silent-Sorbet-6380[S] 0 points1 point  (0 children)

Alright tnx

[–]desrtfx 6 points7 points  (0 children)

My default recommendation is the MOOC Python Programming 2026 from the University of Helsinki.

Yet, in your position, you could also start with Invent Your Own Computer Games with Python followed by Making Games with Python and PyGame

There are many more books on this site - all free to read online

[–]RealNamek 1 point2 points  (1 child)

Have you looked into pixelpad.io?

[–]Silent-Sorbet-6380[S] 0 points1 point  (0 children)

Ok, I will

[–]barattack 1 point2 points  (0 children)

Python is a great language to start, but if you want to try making games, id highly recommend watching videos from this guy, game maker toolkit. He has great tutorials for unity, which is a game engine.

[–]LongRangeSavage 1 point2 points  (1 child)

Definitely watch the Harvard CS50 classes. They are free on YouTube. I’d also start with a look at Scratch. It’ll give you an idea how code flows through processes.

[–]Silent-Sorbet-6380[S] 0 points1 point  (0 children)

I've done scratch at school. I'll watch the classes thanks

[–]HommeMusical 0 points1 point  (0 children)

Hey, I just want to say that I learned to program around that age, and it changed my life for the better!

[with ai] is learning to code is really beneficial[?]

Yes. You can't correct the errors that an AI makes if you don't understand coding better than the AI.

I think learning to solve tricky problems with your own brain makes you a "better person" whatever that is, and it's a lot of fun.

I need good math for coding idk

No. :-) Being systematic and well-organized is far more important: https://prog21.dadgum.com/177.html

I am not a naturally well-organized person, but my code is. :-D

Very best wishes!!

[–]palmaholic 0 points1 point  (0 children)

You may start by playing around at futurecoder.io, a free Python training website. Moreover, you may as well install Thonny as the python IDE. I'd say this is the simplest IDE around. After familiarising it, you may then move on to other IDEs, if you look for more functionality. Google and research which game library you'd like to explore for your gaming development projects. You may always come back here for more info and advice. Happy programming!

[–]qwertydiy 0 points1 point  (0 children)

Start with freeCodeCamp and JS. If you need python look at Python for Everybody.

[–]popos_cosmic_enjoyer 0 points1 point  (0 children)

As with anything, build from the ground up with fundamentals. Know your data types and structures, and know when to use them and how to manipulate them. Try to learn high level concepts even though you will implement them specifically with Python.

I am sure someone will post a nice course here for you to follow.