You can go for JetBrain`s PyCharms IDE (community edition), its free and
available for Windows, MacOS and Linux.
https://www.jetbrains.com/pycharm/download/
For learning purposes community edition will serve all the needs but if you
want to do some advanced and professional work go for paid Pr
: Aneeque Khan
To: Alan Gauld
Please see my comments with [AK]
-Original Message-
From: Tutor [mailto:tutor-bounces+aneeque.khan=ericsson@python.org] On
Behalf Of Alan Gauld
Sent: Tuesday, February 23, 2016 4:16 PM
To: tutor@python.org
Subject: Re: [Tutor] How to source a shell
>From the past week I am struggling to source a shell script through python
>script, to set the environment variables. Problem details are :-
I have a shell script named "env_test.sh", through which I set some environment
variables by using command "source env_test.sh".
env_test.sh looks like th