Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ii:labs:s2:01 [2023/03/18 19:58]
florin.stancu
ii:labs:s2:01 [2023/03/27 15:20] (current)
radu.mantu
Line 36: Line 36:
 For most of them, you will be given a couple of notes with the concepts you will need to use and, optionally, an URL to their official documentations. For most of them, you will be given a couple of notes with the concepts you will need to use and, optionally, an URL to their official documentations.
 Also check out the [[https://​docs.python.org/​3/​tutorial/​|official Python Tutorial]] (at least take a look at its Table of Contents to get a sense of the available topics). Also check out the [[https://​docs.python.org/​3/​tutorial/​|official Python Tutorial]] (at least take a look at its Table of Contents to get a sense of the available topics).
 +
 +==== iPython ====
 +
 +Even when you're writing Python scripts, you'll want to do some quick prototyping every now and again. The shell that you choose for this can either make or break your experience. We recommend that you install [[https://​ipython.readthedocs.io/​en/​stable/​index.html|IPython]]:​
 +
 +<code bash>
 +$ sudo apt update && sudo apt upgrade
 +$ sudo apt install ipython3
 +
 +$ ipython3
 +</​code>​
  
 ===== Tasks ===== ===== Tasks =====
ii/labs/s2/01.txt ยท Last modified: 2023/03/27 15:20 by radu.mantu
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0