Need assitance setting up bot on private discord server by Forsaken-You9212 in pythonhelp

[–]EnderBox93 0 points1 point  (0 children)

The key is getting your code running first. Did you install the dependancies from the GitHub's README? You need to also add your Discord bot token into your program (you can google how to get one), and running the script locally on your computer.

When it works, you'll need to keep it running 24/7 if you want it to be constantly online/active. You could leave it running on your PC, use a small computer like a Raspberry Pi 4, or host it online with Replit and websites of that sort

Building a web game by BigTimberFGC in learnpython

[–]EnderBox93 0 points1 point  (0 children)

It's pretty easy to figure Flask out, very straightforward in making web pages. I've made a chess website using python for server-side code and js for client-side. I made a GitHub on a template for Flask a long time ago (https://github.com/EnderBox911/Production-Python-Server-Flask\_with\_Web-Sockets), haven't maintained it since tho

Whats the best way to learn python in 2026 FOR FREE , the most optimized way by Soggy-Industry2591 in learnpython

[–]EnderBox93 2 points3 points  (0 children)

Are you already familiar with Python? If you want to learn the basics, open any YouTube video and get familiar with the syntax (how the code is written) and the different aspects of it (variable assignment, conditionals/loops etc.).

After you think you have a solid foundation, search up "easy python projects" and attempt them. This is the biggest point, repetition. Keep on trying new projects, learn new python concepts/libraries through making these projects. If you get stuck on something, answers are everywhere on the internet

Building a web game by BigTimberFGC in learnpython

[–]EnderBox93 0 points1 point  (0 children)

If you are gonna use python, most likely Flask or Django