saving . . . saved Problems in Python Tutorial has been deleted. Problems in Python Tutorial has been hidden .
Problems in Python Tutorial
Title
Question
Dear mam,
 
Greetings....
 
while going through tutorial of Python ... Students are facing problems as follows:
<ul style="font-family: arial, sans-serif; font-size: 13.333333015441895px; line-height: normal;"><li style="margin-left: 15px;">Mismatch in commands outputs of tutorial of level1 itself.</li><li style="margin-left: 15px;">difference in the version of tutorial software and software provided in CD.</li><li style="margin-left: 15px;">For example ... Interface prompt for very first command is different</li><li style="margin-left: 15px;">help commands are not running</li><li style="margin-left: 15px;">linspace command is not running</li><li style="margin-left: 15px;">tabs is not functioning</li><li style="margin-left: 15px;">ctrl+D command for exit is not working...</li></ul>
I am attaching the word file with print screen of tutorial and working prompts...Pls kindly advise us the solution because studenst are not able to correlate the tutorial.
 
<a href="http://www.scribd.com/doc/215649725/Problems" style="font-family: 'Varela Round', sans-serif; font-size: 15px; line-height: 1.428571429;">http://www.scribd.com/doc/215649725/Problems</a>
 
Regards
Dr Shikha
(Posted on behalf of Dr. Shikha Singh)

Python Getting-started-with-ipython None min None sec 01-04-14, 12:15 p.m. hardythe1

Answers:

<span style="font-size: 13.333333015441895px;">According to the screenshots provided and the problems you have described, the problems you are facing is because of the version Ipython that you are using.</span>

Also, you are using Windows OS so support for Ipython & its various packages differ a lot than that in Ubuntu (i.e the OS recording the tutorials).

Help commands, tab completion, linspace etc. commands are not working because you probably do not have the required packages installed.

Tab completion feature is not bundled with Ipython. You need to separately install "pyreadline" package to use that feature.

For linspace & other useful functions for plotting you need to install packages like NumPy & Matplotlib. 

I kindly request you to install the required packages & try out the tutorial exercises.
If you still have problems, feel free to ask us. We will be happy to assist you.

Here are some links that will help you to install the required packages.

Numpy: <a href="http://sourceforge.net/projects/numpy/files/NumPy/1.5.1/" style="color: rgb(17, 85, 204);" target="_blank">http://sourceforge.net/<wbr></wbr>projects/numpy/files/NumPy/1.<wbr></wbr>5.1/</a>
Pyreadline: <a href="https://pypi.python.org/pypi/pyreadline/2.0" style="color: rgb(17, 85, 204);" target="_blank">https://pypi.python.org/pypi/<wbr></wbr>pyreadline/2.0</a>
Matplotlib: <a href="http://matplotlib.org/downloads.html" style="color: rgb(17, 85, 204);" target="_blank">http://matplotlib.org/<wbr></wbr>downloads.html</a>

Note: Please be careful while choosing the download file. Choose the one (32 or 64 bit) appropriate for your OS. 
01-04-14, 12:23 p.m. hardythe1


Log-in to answer to this question.