Re: easy 3D graphics for rendering geometry?

2007-11-08 Thread Kjell Magne Fauske
and rendering tool. However, my favorite feature is the Python API which allows you to access most of the functionality using Python. You can create simple GUIs and create 3d-objects programatically. - Kjell Magne Fauske -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: YahooQuote 0.1.0

2007-06-26 Thread Kjell Magne Fauske
- Kjell Magne Fauske -- http://mail.python.org/mailman/listinfo/python-list

Re: Generate report containing pdf or ps figures?

2007-04-23 Thread Kjell Magne Fauske
are familiar with LaTeX, an easy solution would be to automatically generate a LaTeX document that includes your images. This also allows you to add captions, scale the images and much more. You can then run the generated document through pdflatex and you have a nice looking report. Regards, Kjell Magne

Re: PyMedia - some questions

2006-12-06 Thread Kjell Magne Fauske
is used to glue it all togheter. - Kjell Magne Fauske Lad wrote: Hi, Can anyone answer the following questions? Question 1. Can pyMedia create/convert FLV format? I explain in details. As I would like to publish videos for viewing in a browser , I need a good video format. I learned that FLV

Re: Python and CMS

2006-10-22 Thread Kjell Magne Fauske
I recommend taking a look at Django [1]. It is not a CMS right out of the box, but writing one using the Django framework is not that difficult. [1] http://www.djangoproject.com/ - Kjell Magne Fauske Echo wrote: I am going to start working on a church website. And since I like python, I

Re: 3D Vector Type Line-Drawing Program

2006-10-13 Thread Kjell Magne Fauske
://asymptote.sourceforge.net/ [3] http://www.frontiernet.net/~eugene.ressler/ [4] http://www.fauskes.net/nb/threedill/ Regards, Kjell Magne Fauske -- http://mail.python.org/mailman/listinfo/python-list

Re: War chest for writing web apps in Python?

2006-07-28 Thread Kjell Magne Fauske
Django(http://www.djangoproject.com/) is a nice Python based framework for writing web applications. It comes bundled with a simple web server that is usefull for local developing. A desciption on how to install Django on windows can be found at http://effbot.org/zone/django.htm#installing -

Re: PIL and PSDraw

2006-03-01 Thread Kjell Magne Fauske
If you want to create charts and plots, matplotlib is also an excellent tool: http://matplotlib.sourceforge.net/ Regards, Kjell Magne Fauske http://fauskes.net -- http://mail.python.org/mailman/listinfo/python-list