Re: [Tutor] build a really simple json api from a db

2007-07-30 Thread Picio
- ORM - db then view - json - ajax app The second path is something I really have to figure out! I hope It's right. Daniele 2007/7/30, Kent Johnson [EMAIL PROTECTED]: Picio wrote: The beginning idea was to build a json API myself. Since I need only to generate json from a db, maybe Django

[Tutor] build a really simple json api from a db

2007-07-28 Thread Picio
Hello, I'd like to know the necessary steps to build a json api for two table on my db. The design will be: an ajax app asking for data to my server, that fetches those data from a db then build the answer in json. Ajax n the client will then use json data to do some staff. I'd like to build this

[Tutor] python to serve xml or json or....

2007-07-18 Thread Picio
Hello, I' ve a bunch of things to ask about using Python as a server side language in a web application: I have a mysql db and I've alredy developed a python app that query the db and shot-out an xml file (made by the nice elementtree module like some people here on the list suggested). This file

[Tutor] python and Java developers, same team

2007-07-18 Thread Picio
Hello, a friend of mine want me to join a team on a project. They use Java (the IDE is java studio creator), and the deployment server is Tomcat. Anyway I have all my apps in python and I'd like to continue my development using it instead of learning java. Is it possible to translate my apps from

[Tutor] python and javascript

2007-07-05 Thread Picio
Hello, I'd like to have some advice about a good mailing list about javascript. I'm asking here because I'd like to have both python and javascript people on the same mailing list. My idea is that some of you participates also in other mailing lists and maybe some of those are about javascript:

[Tutor] MySQL --Python--XML for JSviz

2007-07-03 Thread Picio
Hello all, I need some advice to choose an xml generator for jsviz a tool in javascript to create some wonderful graphs (SnowFlake or Force directed). Starting from a SQL table (mysql) I need to create a XML file with a structure like this: node root node id... text... /node node

[Tutor] python google gear

2007-06-05 Thread Picio
Salve, qualcuno sa dirmi se esiste una API in python per google gear? code.google.com/apis/gears Daniele -- http://picio.gotdns.com ...Il mio blog su NSLU2 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] SAX, DOM, XSLT api

2006-11-10 Thread Picio
Hello, what are the equivalent Pyhton tools you suggest to handle: SAX DOM and which api for XSLT ? I know that this is a really newbie question...But I'm a true python newbie ;) ! Daniele P.s: I know I can also google-it a little bit to find those answers but your advices are better.

[Tutor] rabbit core microcontrollers - Django

2006-10-22 Thread Picio
using a python API. Sorry if I'm not using the rights technicals words. Picio ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] python applets

2006-10-17 Thread Picio
Hello, I'm evaluating a way to build applets in python. Actually google told me that I can use Grail Jython Can you add/suggest other ways? The more easy to learn wins !!! thanks a lot for any answer. Picio ___ Tutor maillist - Tutor@python.org http

Re: [Tutor] python RMI

2006-10-09 Thread Picio
scritto: PS. Any Italian speakers on the list who can cover this? I think I can as far it's possible,Alan! :-) Picio [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Salve, dovrei usare python per due progettini universitari, su RMI e l'altro sui Web Services. Ho notato

[Tutor] a Apache-python-postgres kit

2006-10-09 Thread Picio
Hello, last week I configured three home made servers to host a little python web app (django based). Searching on the web about a kit/script to have Apache+PostgreSQL+Python, I found only Apache2triad. That is a littlel overweight for me because I got also: PHP Perl Mysql Slimftpd Xmail OpenSSL