On Sun, Jan 31, 2021 at 5:26 AM jackson kwame via Python-list <python-list@python.org> wrote: > > Hi > > I'm new to Python and currently taking part in a Data Science course. Python > is the main coding/programming language for the course. We were guided to > download the Python application through Anaconda which worked. I have been > using Jupyther through a browser to practice Python exercises. However > anytime we are given an assignment in Python and I download, it doesn't open > in Python. > > > How can I lunch Python on my PC and secondly how can I open Python files on > my PC. >
I would recommend looking in your Start menu for Idle, for a start. There are quite a few ways to have lunch with Python, although most of them would end up with the python having lunch with you. So I would recommend looking through your course's instructions for how they advise you to run things. Are you supposed to use a text editor and then run a script? Are you supposed to work interactively? ChrisA -- https://mail.python.org/mailman/listinfo/python-list