Hi, I'm new to this Reddit community. Does anyone know of any online games to learn Python? Thanks!
For those who learned Python from scratch, which topic was the hardest at first, and what finally helped it click for you?
I'm trying to compile something, but it requires the use of py instead of python.
The thing is, whenever I try to use py, the command line will just say No installed Python found! This doesn't happen when I use python for calling an action.
I wanted to make sure py is in my PATH, so doing where py does show the path to py.exe. I know that py does exist in PATH, but it just doesn't work when trying to use it compared to using python.
Uninstalling and reinstalling Python doesn't seem to do anything new, so what should I do?
I should probably mention that I'm using Wine on MacOS because compiling on MacOS seems to require specific Windows executable files, and I need Wine for that.