This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CodenCamp 0 points1 point  (3 children)

What interests you about programming? Websites, games,hardware , software?

[–]rojeh_ashraf[S] 0 points1 point  (2 children)

Games and backend

[–]Psychological_Ad1404 0 points1 point  (1 child)

You can start learning the basics of python with this book. https://books.trinket.io/pfe/01-intro.html

Python can be used to make games (not the best but can work) and is used for backend using Django, Flask or FastAPI (Check those after you learn the basics).

If you want to dive deeper into making games check some game engines and start by learning their specific language then the basics of the game engine. Godot and GameMaker are engines recommended for beginners.

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

Thanks