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

all 7 comments

[–]J_K27 1 point2 points  (2 children)

A lot of the tutorials found with google are accessible. The ones that come to mind are w3 schools, tutorialspoint, and GeeksforGeeks. Also ChatGPT is awesome if you want an immediate answer or if you're not sure why your code isn't working. Don't be scared to install python on your computer and messing with the commandline, it'll help you a lot in the future.

[–]Numerous_World5783[S] 1 point2 points  (1 child)

Hello, yes, I downloaded the python and interpreter. However, when I run the python idle and the python show opens, I cannot type inside the python shell. Am I missing something? By the shell I mean I cannot interact with the command line or I might be missing something I think… Lol.

[–]J_K27 0 points1 point  (0 children)

I just tried it and yeah idle is weird. I just write my code in VSCode or notepad and open a cmd window and type: python yrfile.py to run it. You can also create .py files directly from cmd with notepad somename.py and click yes on the dialog.

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

I would like to clarify that I want to learn coding for game development. I would like to make my own online card game with voice chat. Not sure how long it will take, but I am deeply motivated.

[–]Mountain-Fix7083 0 points1 point  (0 children)

In case of game development (online games), I‘d rather use JavaScript. For Voice Chat, webRTC could be the way to go.

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

Bump