php array multi-dimensional bat python dict bihurtu

Ba hamen gabilz barriro python-egaz pellikan, oingutan php-tik curl bidez botaku array multi-dimensional bat post edo get bidez eta python-egaz hartun. Okin biharrekuek: python, web zerbitzaridxe php-gaz eta cgi-gaz Paketiek instala: su aptitude install python-pip php5-curl pip install querystring-parser exit curl.class.php artxibue: <?php class curl { public static function getURL($url, $params = array(), $type = […]

debian / python: sqlalchemy -gaz oracle -ra konekta

Paketiek instala: su aptitude install python-sqlalchemy alien libaio1 exit Jakitzeko ze bertsiño dakun python-ena: python -V erantzune: Python 2.7.2+ Jakitzeko oracle-n bertsiñue: select * from product_component_version; erantzune: NLSRTL                                  11.2.0.2.0 Production Oracle Database 11g Enterprise Edition  11.2.0.2.0 64bit Production PL/SQL                                  11.2.0.2.0 Production TNS for 64-bit Windows:                 11.2.0.2.0 Production Nire kasuen: python 2.7 eta oracle 11.2 Orduen […]

python: adierazpen erregularrakaz (regex) link-ek html-ra bihurtu

baguez kallue hartzien python-eri, oingutan texto batetik link-ek html-ra pasa’kuz #!/usr/bin/env python # -*- coding: utf-8 -*- import re text = “http://aaaaa       https://bbbbb ftp://ccccc\n http://dddddddd” m = re.sub(r'(?i)(^|\s+|\A)(http|https|ftp)(\://\S+)(\s+|\Z|$)’, ‘\\1<a href=\”\\1\\2\” onclick=\”window.open(this.href); return false;\”>\\2\\3</a>\\4’, text) print m Erantzune:   <a href=”http://aaaaa” onclick=”window.open(this.href); return false;”>       <a href=”https://bbbbb” onclick=”window.open(this.href); return false;”> <a href=”ftp://ccccc” onclick=”window.open(this.href); return false;”>  <a href=”http://dddddddd” […]

python: web2py apache-gaz imiñi martxan debian gnu/linux-en mod-wsgi bidez

web2py python-en framework bat da web aplikaziñuek python-egaz eitzeko, instalateko hau script-e prepara dot, kanbije usuaidxue, grupue eta proiektuen karpetie zeuon gustora: 1go gauzie root moduen konekta eta script-e sortu: su nano web2py_install.sh #!/bin/bash user=’zital’ group=$user project_path=’/home/projects’ current_path=`echo $PWD` me=`whoami` if [ “$me” == “root” ] then aptitude -y install libapache2-mod-wsgi unzip wget cd ${project_path} […]

python: tweet-eri tag bidezko iragazki bet pasa

Bueno ariñauko post-an ikusi’du zelan hartun python-egaz gaurko eguneko tweet-ek, bueno ba oingutan horreri tweeteri tag bidezko iragazki bet eingo’tzagu gai batzuri buruzko tweet-ek interesa doskuzelako eta ez edozein: #!/usr/bin/python2.6 # -*- coding: utf-8 -*- import urllib import datetime as date import time import simplejson as json import re users = [‘ZiTAL’, ‘g0re_k’] tags = […]