Installing it is a bit techy. (I'm assuming windows) First you have to install Python (python.org) - then you have to run python setup again (in Add remove programs under windows control panel) and choose the option to add python to the environment variables. Finally you can install VS code, and then the platformIO extension from inside VS code. Give installing it a try, and then it will be ready on your machine... - Source: Reddit / 2 days ago
So if you can see someone visiting sites github.com and python.org and then uploading something big to youtube, this can be your suspects. - Source: Reddit / 9 days ago
In order to install Python, pick an installer from https://python.org (depending on your operating system). If you are using Windows or macOS, you are lucky, since you will have a fully featured installer at your hand. Make sure to add Python to your PATH (which might be an issue here) and restart your device. - Source: Reddit / 6 days ago
I've got just Python itself installed from python.org , I write my code in Notepad or Notepad++, and I run it at the command line. That's literally all you need. Everything else is frosting on the cake. - Source: Reddit / 10 days ago
I manualy deleted them after trying the uninstaller. Got it from python.org. Full link. - Source: Reddit / 17 days ago
Py, python or pip need to be added to your system's PATH environment variable. The python.org windows installer should set it all up for you correctly, to use py. - Source: Reddit / 17 days ago
I am not sure if this is a good question to ask here, but honestly I am very confused with all the pascal compilers out there. I cannot seem to find THE Pascal compiler. You know how Python has the interpreter on python.org, or java from oracle, there doesn't seem to be a "pascal download". I found that FreePascal seems to be the most popular one, however there are others such as Turbo Pascal and Delphi. All 3... - Source: Reddit / 30 days ago
I've read a couple of the same problems and the solution was always "json" not being defined and it had to be imported first. But that's what the first line is doing, right!? I started out using Visual Studio Code and the Python/Pylance/Jupyter extensions. After getting this error I decided to install Python from python.org and using the IDLE and Python Launcher. - Source: Reddit / 30 days ago
You go to python.org, download and install, probably get VS Code for your editor. Then spend a week working through the basics of the language, so you have the gist of how to put concepts together. Then you go to a decent youtube channel - I suggest Algovibes or Part Time Larry (I do not know them, or have any relationship with them). They have decent tutorials on setup, testing and automation. Then you go to Open... - Source: Reddit / about 1 month ago
Another example, searching for python.org does return some results, a query for "Visual Studio" does not return anything useful. - Source: Reddit / about 1 month ago
Try downloading and installing python from https://python.org instead. - Source: Reddit / about 1 month ago
It does actually! Install python from https://python.org and then open the program "IDLE". - Source: Reddit / about 1 month ago
I recommend you take the python tutorial on python.org and learn about functions, code reuse, loop conditions and much more. Go on youtube and watch someone else write RPS in python for ideas. Come back here and ask questions when you get stuck. - Source: Reddit / about 1 month ago
When I ever I use messagebox.showinfo() in my python program to display a message the program crashes due to a segmentation fault. I tried upgrading my version through python.org but no luck in fixing it. - Source: Reddit / about 1 month ago
I suggest a non-video course. The official python.org tutorial. - Source: Reddit / about 1 month ago
Install directly from python.org and then use `pythonX.Y -m venv .venv && source ./.venv/bin/activate` and that's it. - Source: Reddit / about 1 month ago
For example, to install python, do you use brew? Or install directly from python.org? Or use conda? Or another method? - Source: Reddit / about 1 month ago
Unfortunately, that spec started out as the behavior of CPython. The "Language Reference" at python.org is essentially retro-created from that behavior. - Source: Reddit / about 1 month ago
Download it at python.org - READ it through, read it again, and read it again. Get a few other books on the topic - not quick starts, some deep stuff. - Source: Reddit / about 2 months ago
Tried several different versions also, including the latest on python.org, 3.11.2, and some 3.9 versions, all coming up with the same error. - Source: Reddit / about 2 months ago
Install from Source: If you prefer to install Python from source, you can download the source code from the official Python website (python.org). Once you have the source code, extract it and navigate to the extracted directory in a Terminal window. Then, run the following commands: “./configure”, “make”, and “sudo make install”. This will compile and install Python from source on your system. - Source: Reddit / about 2 months ago
Do you know an article comparing Python to other products?
Suggest a link to a post with product alternatives.