Vezano za MIT (1) Are There Problems That Computers Can’t Solve? - YouTube
Introduction to Computer Science and Programming Using Python 6.00.1x, INSTRUCTOR-PACED!
Upgrade by September 02 and save 15% [Original price: $75, discount price: $63.75 $75] Use code EDXWELCOME at checkout! Upgrade Now
-
We have deadlines you’ll need to meet, with something due approximately every week; All deadlines are in the Calendar
-
Students should be able to get the work done in at most 15 hours a week
Python
Switch to Python3 instead of Python2
|
|
Fix pip
|
|
So we don’t need to type pip3
but normal pip
will do.
Fix ipython
This works:
|
|
But to be able to start it simply by ipython
you must type with sudo:
|
|
Now, normal command ipython
works
About IPython
How is this interpreter an improvement over the default interpreter?
- Run Native Shell Commands
- Syntax Highlighting
- Proper Indentation
- Tab Completion
- Documentation (suffix command with ?)
https://www.codecademy.com/articles/how-to-use-ipython
Result
The following commands work as expected:
|
|