Do I need a coding program that supports Python?

lu
- in Twitch
4

I've seen a lot of "Twitch Chat controls the game" videos right now. I would like to do that too, but I can't find a program that works with Python. I know that the Python from the website works somehow, but I don't know how. Can someone please suggest a clear coding program? That would be very nice!

Ad

On the one hand, you need Python yourself so that your computer understands the source code - that's the program from the side

I use Visual Studio Code and Python Plugin for programming

lu

Ok, thanks I'll try that out right away!

ha

Look for "Anaconda" in connection with "JupyterLab". Perfect environment to start with! 😊

Link: https://www.anaconda.com/

ju

PyCharm is pretty much the best development environment for Python. Of course, you have to learn more because the functionality is immense, but the effort pays off and you can then use all other JetBrains development environments (which are always the best for the respective language).

The Community Edition is free of charge, the Professional Edition is free of charge only for pupils and students.