Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 5 / 10
Newer►
188 results for tags python x
  • SimpleXMLRPCServer – Implements an XML-RPC server. - Python Module of the Week
    permalink -
    - http://pymotw.com/2/SimpleXMLRPCServer/
    pymotw python xmlrpc
  • Quickstart — Requests 2.4.0 documentation
    et: Advanced Usage — Requests 2.4.0 documentation
    http://docs.python-requests.org/en/latest/user/advanced/
    permalink -
    - http://docs.python-requests.org/en/latest/user/quickstart/
    python requests
  • Requests: HTTP pour les humains — Requests 0.13.9 documentation
    permalink -
    - http://fr.python-requests.org/en/latest/
    python
  • Confused by python file mode "w+" - Stack Overflow
    permalink -
    - https://stackoverflow.com/questions/16208206/confused-by-python-file-mode-w
    python
  • Python pip: Upgrade Packages Command Under Unix or Linux
    pip install PackageNameHere --upgrade
    permalink -
    - http://www.cyberciti.biz/faq/unix-linux-python-pip-upgrading-installed-packages/
    pip python
  • xmlrpclib – Client-side library for XML-RPC communication - Python Module of the Week
    permalink -
    - http://pymotw.com/2/xmlrpclib/
    pymotw python xmlrpc
  • Testing Multiple Pi Camera Options With Python | Raspberry Pi Spy
    Contrôler la picamera avec python
    et aussi :
    http://www.raspberryconnect.com/hardware-add-ons/item/137-raspberry-pi-camera-module
    permalink -
    - http://www.raspberrypi-spy.co.uk/2013/06/testing-multiple-pi-camera-options-with-python/
    picamera python raspberry
  • [Python] Lancer une appli via python [Résolu]
    Pour passer des paramètre, il suffit de les donner sous forme de liste à popen.

    Exemple: Je lance le programme compress et je lui passe 2 options:
    -V et un nom de fichier:

    p = subprocess.Popen(args=["compress","-V",nomdefichier], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
    outputlines = p.stdout.readlines()
    p.wait()
    print outputlines
    permalink -
    - http://www.commentcamarche.net/forum/affich-2231600-python-lancer-une-appli-via-python
    memo python
  • Get DreamPie
    Shell python :
    sous windows, nécessite :
       * python (of course)
       * PyGTK (http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/)
       * pygtksourceview (http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtksourceview/2.10/)

    via Sam&Max : http://sametmax.com/mon-environnement-de-travail/
    permalink -
    - http://www.dreampie.org/download.html
    python
  • Remplacer sed, awk, cut et Perl par Python (= orgasme pour sysadmin) | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/remplacer-sed-awk-cut-et-perl-par-python-orgasme-pour-sysadmin/
    python
  • Les time zones en Python | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/les-time-zones-en-python/
    python
  • ipython 2.1.0 : Python Package Index
    permalink -
    - https://pypi.python.org/pypi/ipython#downloads
    python
  • Raspberry Pi Documentation
    permalink -
    - http://www.raspberrypi.org/documentation/usage/camera/python/README.md
    picamera python
  • optparse – Command line option parser to replace getopt. - Python Module of the Week
    permalink -
    - http://pymotw.com/2/optparse/
    python
  • python 2.7 quick reference : string.format
    Je cherchais depuis longtemps une page qui détaille "".format() en python... quelques exemples :

    >>> "{:05d}".format(36)
    '00036'
    >>> "{:4x}".format(255)
    '  ff'
    >>> "{:#4x}".format(255)
    '0xff'
    >>> "{:b}".format(9)
    '1001'
    >>> "{:08b}".format(9)
    '00001001'
    >>> "{:c}".format(97)
    'a'
    >>> "{:d}".format(0xff)
    '255'
    >>> "{:x}".format(105199)
    '19aef'
    >>> "{:X}".format(105199)
    '19AEF'
    >>> "{:<#9X}".format(105199)
    '0X19AEF  '
    permalink -
    - http://infohost.nmt.edu/tcc/help/pubs/python/web/format-spec.html
    memo python
  • Pratiques avancées et méconnues en Python
    générateurs (yield) et co-routines
    +++
    permalink -
    - http://fr.openclassrooms.com/informatique/cours/pratiques-avancees-et-meconnues-en-python
    python
  • Host, run, and code Python in the cloud: PythonAnywhere
    permalink -
    - https://www.pythonanywhere.com/
    python web
  • Lire et écrire un fichier binaire avec Python - Chicoree
    permalink -
    - http://www.chicoree.fr/w/Lire_et_%C3%A9crire_un_fichier_binaire_avec_Python
    python
  • How to use Pillow, a fork of PIL
    pillow est un fork de Python Image Library (PIL)
    permalink -
    - http://www.pythonforbeginners.com/gui/how-to-use-pillow
    image python
  • 30 Python Language Features and Tricks You May Not Know About
    permalink -
    - http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html
    python
Links per page: 20 50 100
◄Older
page 5 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.