Tag: miniconda

Install Python on your computer

Before you can run any Python code, you have to install a Python interpreter on your computer. The interpreter is what reads, translates, and executes your Python code (which is just a text file with a .py extension). At this point that's the most you need to know. Don't get bogged down in the technical jargon for now. (Read More)