Getting started
Title
Question
First if all I can't locate any code files.
And how is ipython differnt from python?what window shoud we open to start the modules.
Also, why are different paths given for differnt level of modules.I cant locate those paths.whats pylab interactive shell and python interactive shell?where do I find them.
I dont understand any of those terms.please help
Python-3.4.3 Getting-started-with-IPython 00-01 min 0-10 sec
Answers:
Code files are located in the Code files section of the relevant module/video lesson. If that lesson needs any files to be used, they will be provided in the code files section in the bottom right menu , please see <a href="https://spoken-tutorial.org/watch/Python+3.4.3/Loading+Data+From+Files/English/">https://spoken-tutorial.org/watch/Python+3.4.3/Loading+Data+From+Files/English/</a>
IPython is an interactive interpreter shell, it is more feature loaded than the regular Python interpreter shell, both have the same function, IPython just gives you a better more featurefull interface (analogous to comparison between Notepad and Word)
Which paths and modules? Python modules have different paths based on how they have been built and developed.
Which paths and modules? Python modules have different paths based on how they have been built and developed.
Pylab is a package to import all math related packages. There is no Pylab interactive shell, you run Pylab inside Python interpreter
Login to add comment