Getting started
To get started, you will need the Python interpreter or a Python IDE. An IDE is a tool that will make the experience of software development much better. Related course: Python interpreter You can download Python interpreter here: https://www.python.org/downloads/ The Python interpreter is a command line program, we’ll discuss it in the next lecture. Python […]