320 links
  • Sbgodin
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
4 results tagged python x
  • GitHub - Sbgodin/freeMobileSms: Sends SMS using a Free Mobile feature
    Sends SMS using a Free Mobile feature. It uses URL like this one:
    wget -O- 'https://smsapi.free-mobile.fr/sendmsg?user=USER&pass=PASS&msg=ping
    Tue 07 Mar 2017 01:54:43 PM CET * - permalink -
    QRCode
    - https://github.com/Sbgodin/freeMobileSms
    en hack python
  • Python: create any empty variable of the same type as a known variable
    knownVar = ['value']
    newVar = type(knownVar)()
    type(newVar) # --> <class 'list'>
    type(knownVar) # --> <class 'list'>
    not knownVar # --> False
    not newVar # --> True
    Thu 14 Jan 2016 08:58:14 AM CET - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?GBFZeg
    en hack info python
  • PEP 8 -- Style Guide for Python Code
    Thu 26 Dec 2013 09:43:18 PM CET - permalink -
    QRCode
    - http://www.python.org/dev/peps/pep-0008/#names-to-avoid
    code en python
  • L’encoding en Python, une bonne fois pour toute | Sam & Max: Python, Django, Git et du cul
    «
    1. Le texte brut n’existe pas.
    2. Utilisez UTF8. Maintenant. Partout.
    3. Dans votre code, spécifiez l’encoding du fichier et déclarez vos chaînes comme ‘unicode’.
    4. À l’entrée, connaissez l’encoding de vos données, et décodez avec decode().
    5. A la sortie, encodez dans l’encoding attendu par le système qui va recevoir la données, ou si vous ne pouvez pas savoir, en UTF8, avec encode().
    Tue 30 Apr 2013 09:32:23 PM CEST - permalink -
    QRCode
    - http://sametmax.com/lencoding-en-python-une-bonne-fois-pour-toute/
    fr info python
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation