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 8 / 10
Newer►
194 results for tags
python
x
Argh: The Natural CLI — argh 0.21.1 documentation
Encore un module pour parser les arguments.
permalink
-
-
http://pythonhosted.org/argh/
python
SecureShell - Python Wiki
permalink
-
-
https://wiki.python.org/moin/SecureShell
python
ssh
QGIS : lancer des scripts Python ou des commandes Shell depuis la Console Python ou avec Script Runner (sans créer d'extension) | PortailSIG
voir aussi :
http://stackoverflow.com/questions/3503879/assign-output-of-os-system-to-a-variable-and-prevent-it-from-being-displayed-on
permalink
-
-
http://www.portailsig.org/content/qgis-lancer-des-scripts-python-ou-des-commandes-shell-depuis-la-console-python-ou-avec-scrip
python
Installing — WeasyPrint 0.20 documentation
permalink
-
-
http://weasyprint.org/docs/install/#platforms
pdf
python
Hautefeuille Lab - python log clize
Extraction d’adresses ip de fichiers log en python
permalink
-
-
http://www.hautefeuille.eu/tag/python-log-clize.html
log
python
Corelabs site : impacket
permalink
-
-
http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket
python
réseau
sécurité
tools
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
Links per page:
20
50
100
◄Older
page 8 / 10
Newer►