So, going through the Beginners course for Python trying to automate excel spreadsheet,
I right click on the Hello world project folder, go to open in > Finder > select the transactions xlsx > open > … nothing. Nothing shows up in the projects menu.
Even weirder is that when i go to click away from Python like to Chrome, it just forces me back to Python like theres something active in Python that it wants me to interact with, but theres nothing there.
Just to make sure it’s clear: you are talking about an issue with the PyCharm IDE, which is not itself “Python”. It is a program that you can use to write Python code. Python itself is just a program that runs the code. It’s important to understand your tools before figuring out what’s wrong with them.