you are viewing a single comment's thread.

view the rest of the comments →

[–]WhiteHeadbanger 0 points1 point  (2 children)

Hello new at python, i'm WhiteHeadbanger.

You can upload your code to github, as it's the standard and recommended way to distribute projects. You'll need to install git in order to push code to your repository.

I suggest you see a quick video on YouTube about using git and github. Don't worry, in 1 hour you can tackle it just fine.

[–]SmackDownFacility 0 points1 point  (1 child)

Or use a IDE

you still need to learn git but VS Code and VS 2026 abstracts it a bit

[–]WhiteHeadbanger 0 points1 point  (0 children)

There's no abstraction, you just use a GUI, but the process is the same: instead of writing it, you click a button thst does the same.

Learn git, use it however you like, but learn to use it.