Python lunch and file accessing challenges

Chris Angelico rosuav at gmail.com
Sat Jan 30 13:31:06 EST 2021


On Sun, Jan 31, 2021 at 5:26 AM jackson kwame via Python-list
<python-list at 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


More information about the Python-list mailing list