Shaare your links...
3379 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 6 / 10
Newer►
194 results for tags python x
  • 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
  • Basic Operations on Images — OpenCV 3.0.0-dev documentation
    permalink -
    - http://docs.opencv.org/trunk/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.html#basic-ops
    opencv python
  • OpenCV pour Python - Centre de Ressources Numériques - Labomedia
    permalink -
    - http://wiki.labomedia.org/index.php/OpenCV_pour_Python
    opencv python
  • Basic Operations on Images — OpenCV-Python Tutorials 1 documentation
    permalink -
    - http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_core/py_basic_ops/py_basic_ops.html#basic-ops
    opencv python
  • Basic Image Manipulations in Python and OpenCV: Resizing (scaling), Rotating, and Cropping - PyImageSearch
    permalink -
    - http://www.pyimagesearch.com/2014/01/20/basic-image-manipulations-in-python-and-opencv-resizing-scaling-rotating-and-cropping/
    opencv python
  • Cédric Verstraeten
    permalink -
    - http://blog.cedric.ws/opencv-simple-motion-detection
    detect_motion opencv python
  • Motion Tracking with Python | Derek Simkowiak
    permalink -
    - http://derek.simkowiak.net/motion-tracking-with-python/
    detect_motion opencv python
  • Apply Threshold Filter to Image Using OpenCV 2.4 | Sameer Khan
    permalink -
    - http://samkhan13.wordpress.com/2012/12/07/apply-threshold-filter-to-image-using-opencv-2-4/
    opencv python thresholding
  • OpenCV-Python: Thresholding
    permalink -
    - http://opencvpython.blogspot.fr/2013/05/thresholding.html
    opencv python thresholding
  • 3. Quick Start — Picamera 1.3 documentation
    picamera est une API python pour jouer avec la camera du raspberry. Les possibilités sont vraiment intéressantes !
    permalink -
    - http://picamera.readthedocs.org/en/release-1.3/quickstart.html
    camera picamera python raspberry
  • Seafile un dropbox like
    via http://sebsauvage.net/links/?08KY2w
    permalink -
    - http://linuxfr.org/news/seafile-un-dropbox-like-libre-a-heberger-sort-en-version-3
    cloud dropbox python
  • Scrapy | An open source web scraping framework for Python
    permalink -
    - http://scrapy.org/
    crawler python web
  • hachoir-parser 1.3.4 : Python Package Index
    permalink -
    - https://pypi.python.org/pypi/hachoir-parser#downloads
    python
  • Ca y est, on peut coder en Python 3 | Sam & Max: Python, Django, Git et du cul
    permalink -
    - http://sametmax.com/ca-y-est-on-peut-coder-en-python-3/
    python
  • Créer un site avec bottle en 5 minutes (parceque 7 c’est impossible voyons !) | Sam & Max: Python, Django, Git et du cul
    pour l'authentification avec Bottle : http://cork.firelet.net/
    merci Max ;-)
    permalink -
    - http://sametmax.com/creer-un-site-avec-bottle-en-5-minutes-parceque-7-cest-impossible-voyons/
    bottle python
Links per page: 20 50 100
◄Older
page 6 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.