Shaare your links...
3416 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 9 / 10
Newer►
200 results for tags python x
  • flup 1.0 : Python Package Index
    Flup offers three sets of WSGI servers/gateways, which speak AJP 1.3, FastCGI, and SCGI. Each server comes in two flavors: a threaded version, and a forking version.
    permalink -
    - https://pypi.python.org/pypi/flup/1.0
    python
  • lighttpd: Configuring Python Support
    permalink -
    - http://tdistler.com/2012/05/24/lighttpd_config_python
    lighttpd python
  • How do I get Python working with lighttpd? (Page 1) / Newbie Corner / Arch Linux Forums
    python fastcgi dans lighttpd
    -- voir le dernier commentaire --

    Nécessite l'installation de flup.
    permalink -
    - https://bbs.archlinux.org/viewtopic.php?pid=734173
    lighttpd python
  • string — Common string operations — Python v2.6 documentation
    "".format()
    permalink -
    - http://docs.python.org/release/2.6/library/string.html
    memo python
  • Apprendre à programmer avec Python
    permalink -
    - http://python.developpez.com/cours/TutoSwinnen/?page=page_19
    cgi python
  • Sept petites libs qui changent la vie d’un dev Python | Sam & Max: Python, Django, Git et du cul
    clize, dateutil, requests, bottle, peewee, beautiful soup, paramiko
    permalink -
    - http://sametmax.com/sept-petites-libs-qui-changent-la-vie-dun-dev-python/
    lib python
  • [Python] Classer un liste d'objets en fct d'un attribut
    Après avoir fait un "import operator", il suffit de faire:
       taListe.sort(key=operator.attrgetter('nom_de_ton_attribut'))

    "taListe" étant une simple liste d'objets de ta classe contenant les attributs "nom_de_ton_attribut".

    voir aussi :
        http://doughellmann.com/2008/04/pymotw-operator.html
    permalink -
    - http://www.tomsguide.fr/forum/id-554150/python-classer-liste-objets-fct-attribut.html
    python
  • How To Install Python, pip, and virtualenv on Windows with PowerShell : Tyler Butler
    permalink -
    - http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/
    lib powershell python virtualenv windows
  • pyexiv2, a python binding to exiv2
    lib pour manipuler les données EXIF des appareils photos.
    cf. http://tilloy.net/dev/pyexiv2/tutorial.html

    import pyexiv2
    metadata = pyexiv2.ImageMetadata('test.jpg')
    metadata.read()

    metadata.exif_keys # liste de toutes les entrées EXIF
    tag = metadata['Exif.Image.DateTime']
    tag.raw_value
    #'2004-07-13T21:23:44Z'
    tag.value
    #datetime.datetime(2004, 7, 13, 21, 23, 44)
    tag.value.strftime('%A %d %B %Y, %H:%M:%S')
    #'Tuesday 13 July 2004, 21:23:44'

    Now let’s modify the value of the tag and write it back to the file:

    >>> import datetime
    >>> tag.value = datetime.datetime.today()

    >>> metadata.write()
    permalink -
    - http://tilloy.net/dev/pyexiv2/
    exif lib photo python
  • Script python Hubic (ZeroBin)
    Le script de Oros pour utiliser Hiubic en ligne de commande (adapté de Mitsu - bash : http://root.suumitsu.eu/wiki/doku.php?id=bash:hubic-upload) fonction aussi avec python 2.7 (testé)
    permalink -
    - https://www.ecirtam.net/zerobin/?0ee5f8980652f913#3cjMrAfikE2Yvim7qH+i4M3agI8GGpe8OSXw6X3mH5A=
    python
  • Index of Packages : Python Package Index
    pillow : librairie image
    permalink -
    - https://pypi.python.org/pypi/Pillow/
    lib python
  • Writing your first Django app, part 1 | Django documentation | Django
    permalink -
    - https://docs.djangoproject.com/en/1.5/intro/tutorial01/
    django python tuto web
  • Un serveur web intégré à OSX | Korben
    Lancer un serveur HTTP minimaliste en une ligne de python :
    python -m SimpleHTTPServer 8000
    permalink -
    - http://korben.info/un-serveur-web-integre-a-osx.html
    html python web
  • Python Regex Tool
    permalink -
    - http://www.pythonregex.com/
    online python regex
  • Simple Python Motion Jpeg (mjpeg server) from webcam. Using: OpenCV,BaseHTTPServer
    Un serveur mjpeg en quelques lignes de python avec BaseHTTPServer
    permalink -
    - https://gist.github.com/n3wtron/4624820
    image python raspberry video webcam
  • Python tutorial
    Tuto pour python. A noter la lecture agréable et un menu de navigation à gauche qui permet de trouver rapidement ce que l'on cherche.
    D'autres tutos sont disponibles :
    ASP.NET | jQuery | AJAX | ANT | JSP | Servlets | log4j | iBATIS | Hibernate | JDBC | Struts | HTML5 | SQL | MySQL | C++ | UNIX
    permalink -
    - http://www.tutorialspoint.com/python/
    python tuto
  • SimpleCV: SimpleCV Tutorial — Tutorial
    Binding pour opencv simple+++ !
    Nécessite Numpy, Scipy et PIL
    pour installer:
        sudo apt-get install python-scipy
        sudo pip install simplecv
    permalink -
    - http://tutorial.simplecv.org/en/latest/
    image python
  • Basic Image Processing - Physical Computing with Raspberry Pi
    imgproc
    permalink -
    - http://www.cl.cam.ac.uk/~db434/raspi/image_processing/
    image python
  • OS.Walk and Fnmatch in Python
    import fnmatch
    import os

    images = ['*.jpg', '*.jpeg', '*.png', '*.tif', '*.tiff']
    matches = []

    for root, dirnames, filenames in os.walk("C:\\"):
       for extensions in images:
           for filename in fnmatch.filter(filenames, extensions):
               matches.append(os.path.join(root, filename))
    permalink -
    - http://www.pythonforbeginners.com/systems-programming/os-walk-and-fnmatch-in-python/
    python
  • L’encoding en Python, une bonne fois pour toute | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/lencoding-en-python-une-bonne-fois-pour-toute/
    python
Links per page: 20 50 100
◄Older
page 9 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.