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 8 / 10
Newer►
188 results for tags python x
  • bat-belt : Collection de snippets python de Sam & Max sur GitHub
    permalink -
    - https://github.com/sametmax/Bat-belt
    python
  • Variables d’environnement utilisées par Python | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/variables-denvironnement-utilisees-par-python/
    python
  • Developer Notepad: BeautifulSoup - comment extraire ou manipuler une page html en Python
    permalink -
    - http://domeu.blogspot.fr/2011/03/beautifulsoup-comment-extraire-ou.html
    beautifulsoup python
  • slug - String slugification in Python - Stack Overflow
    été -> ete
    "Ich heiße" -> ich heisse,...
    permalink -
    - http://stackoverflow.com/questions/5574042/string-slugification-in-python
    python
  • Beautiful Soup Documentation — Beautiful Soup 4.2.0 documentation
    permalink -
    - http://www.crummy.com/software/BeautifulSoup/bs4/doc/
    python
  • Ecrire en unicode dans un fichier txt
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-

    import codecs

    tab = [u'é',u'à']
    f = codecs.open('sortie.txt', encoding='utf-8', mode='w')
    for c in tab:
       f.write(c)
    f.close()
    permalink -
    - ?G_lSxw
    python unicode
  • Developer Notepad: Notation abrégée du IF-ELSE (IFF) en Python
    x = test_value>5 and 1 or 2

    soit :
    if test_value>5:
       x=1
    else:
       x=2
    permalink -
    - http://domeu.blogspot.fr/2011/04/notation-abregee-du-if-else-iff-en.html
    python
  • A Python htdigest Generator
    créer des fichiers htdigest :
       (sudo apt-get install apache2-utils)
       htdigest [ -c ] passwdfile realm username

    sinon, si htdigest n'est pas présent comme sous arch, il y a un script python qui fait la même chose !
    permalink -
    - http://jonforums.github.io/python/2011/03/07/python-htdigest.html
    archlinux lighttpd python script
  • 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
Links per page: 20 50 100
◄Older
page 8 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.