Re: [Tutor] Recommendations for best tool to write/run Python

2016-03-02 Thread Aneeque Khan
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

Re: [Tutor] Fwd: RE: How to source a shell script through python to set the environment variables.

2016-02-26 Thread Aneeque Khan
: 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

[Tutor] How to source a shell script through python to set the environment variables.

2016-02-23 Thread Aneeque Khan
>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