python
Table of Contents
computerstuff > software > coursinformatique
Python
Lectures
- Introduction à Python, O'Reilly
- Apprendre à programmer avec Python, PDF sur la page web de l'auteur
Documentation
- en local (file: /usr/share/doc/python2.3-doc/html/index.html)
- prospection: quand je cherche quelque chose, je fais dir(objet) et puis help(objet.attribut) dans le shell python
IDE
Anaconda
Formations
Frédéric Aidouni (2004)
J'ai suivi une formation python du 6 au 9 avril 2004.
Formateur: F. Aidouni
Trucs intéressants:
Faire un serveur web : tcpserver (package ucspi-tcp), de djb
tcpserver -v -R -H 0 10078 /home/carl/python/tp_web1.py
Voir aussi dnsbe
MOOC : Python 3 : des fondamentaux aux concepts avancés du langage
Novembre 2017
Installation des logiciels
python 3 est déjà installé :
dpkg -l python3 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii python3 3.5.3-1 amd64 interactive high-level object-ori
Installer idle pour la version 3 de Python :
sudo aptitude install idle3
Installer ipython :
sudo aptitude install python3-pip sudo pip3 install ipython
Data wrangling in Python
Suivi les 25/11/2024 et 02/12/2024 à UGent : Data Wrangling in Python
Prérequis : Learn Python ou the chapter on the Python language from the Scipy Lecture Notes
python.txt · Last modified: by carl
