We are pleased to announce the official guidebook for the EuroPython 2015
conference:
*** https://ep2015.europython.eu/en/events/mobile-schedule/ ***
We will regularly issue updates to the guidebook when there are changes in
schedule.
Available for all platforms
---
48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
> On Wed, May 13, 2015 at 10:34 AM, Cristiano Cortezia <
> cristiano.corte...@gmail.com> wrote:
can walk and get an ice cream
instead of a tram ticket.
Speaker preparations
If you are a speaker, please read the nice guide written by Harry
Percival:
Tips for speakers
https://ep2015.europython.eu/en/speakers/tips/
In particular, please check your talk time. The
EuroPython is now over and was a great success thanks to everyone who
helped make it happen.
Unfortunately, we did not properly acknowledge all the volunteers who
were working on the event during the closing session and we would like
to apologize for this, so here’s the full list of all
Thanks to our Media Work Group (WG) and especially Anthon and Luis,
the conference videos are now cut, edited and uploaded to our YouTube
channel as well as our archive.org collection:
http://europython.tv
http://archive.europython.tv
A total of 173 talk videos were processed, so there’s
On 12.08.2015 18:53, Laura Creighton wrote:
> Are only English language blogs eligible for planet python?
> This showed up on Python list. I don't want to ask him if he wants to
> get his blog added if we have a language policy that I am unaware of.
Apparently, we do:
https://git
Hello Marc,
I think you have gotten quite a few answers already, but I'll add my
voice.
> I'm writting an application that saves historical state in a log
> file.
If I were in your shoes, I'd probably use the logging module rather
than saving state in my own log f
The EuroPython 2016 Team is pleased to account the dates for
EuroPython 2016 in Bilbao, Basque Country, Spain:
Sunday, July 17 - Sunday, July 24 2016
Pre-launch Website
--
To keep you updated, we have put together a pre-launch website for the
conference
on a
major role in the financial and legal infrastructure of the conference
organization.
This team is your contact in case you have questions related to
on-site setups.
* Oier Echaniz Beneitez (Chair)
* Borja Ayerdi Vilches
* Darya Chyzhyk
* Ion Marqués
* José David Nuñez
* Alexandre Savio
(This post is also available for online reading at:
http://www.europython-society.org/post/99718376575/europython-workgroups-call-for-volunteers)
Dear EuroPython community,
the EuroPython Society is happy to announce a new organizational
concept that we'd like to put in place for the
Hi,
I would like to enable loggin in my script using the logging module that comes
with Python 2.7.3.
I have the following few lines setting up logging in my script, but for
whatever reason I don't seem to get any output to stdout or to a file
provided to the basicConfig method.
Any
I'm writing a simple python code that will upload files onto a ftp
server. Everything's fine and working great except that the script I
wrote don't know is an upload is successful or not. Is there a way to
obtain the ftp status codes with this module? Thanks in ad
[EMAIL PROTECTED] wrote:
Send Python-list mailing list submissions to
python-list@python.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/python-list
or, via email, send a message with subject or body 'help' to
[EMAIL PROTE
Greetings!
Is there any way I can obtain the HTTP status codes when using the
urllib module? As of now I can only think of doing a regex on the
result of the read(). Thanks in advance! ^_^
--
http://mail.python.org/mailman/listinfo/python-list
I'm very sorry, newbie here! @_@ I'm still getting the hang of Thunderbird.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks! Will try httplib! ^_^
--
http://mail.python.org/mailman/listinfo/python-list
emacs has been my long time companion for php, perl, and python. My boss
recommended to me Wing2.0, I find it hard to adjust though. What can you
say about this IDE? He say's if I think it could improve my productivity
he's willing to buy it for me. Suggestions for better python IDE's are
welc
Thanks for all the recommendations! I took a look on wingide2.0 on my
linux box and it seems pretty good and has a lot of nifty features
(which is pretty daunting to use since I've been programming with no IDE
at all) and it debugger work pretty well but for a price tag of $179 I
think i
Mike Meyer <[EMAIL PROTECTED]> wrote:
> 1) Executing software involves several copy operations. Each of those
> potentially violate the copyright, and hence the copyright holder
> can restrict execution of a program.
#include
In the U.S. at least, there's a specific sta
uch an exemption to our copyright law.
Actually, the U.S. does as well:
http://www.copyright.gov/title17/92chap1.html#117
> (We also have the explicit right to make backup copies of legal software,
> although Australian copyright law is firm that this is for backup ONLY,
> and not
Hi everybody,
Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
programming. I'm being reading and training with the language, but I
still wondering about what Classes are used to. Could you please give
me some examples??
Thanks.
--
http://mail.python.org/mailman/listinfo/
Thanks, I'll do that.
--
http://mail.python.org/mailman/listinfo/python-list
Duncan Booth wrote:
> Alex Martelli wrote:
>
>> It IS true that in Python you cannot set arbitrary attributes on
>> arbitrary objects. The workaround is to use a dict, indexed by the id
>> of the object you want to "set arbitrary attributes on"; this has the
&g
beza1e1 wrote:
> Is there a library which can parse strings and output a datetime
> object? It should be as magical as possible and allow things like:
> 12:30
> tomorrow
> 10.10.2005
> 02-28-00
> 28/03/95
> 1995-03-28
> 1996.Feb.29 (Thu) 16:45:23.7
>
> Is there
I'm sending this on behalf of Sebastian Bergmann, one of the
organizers of FrOSCon:
Hello,
The first Free and Open Source Conference "FrOSCon" takes place on 24th
and 25th June 2006 in St. Augustin, near Bonn, Germany, Organized by a
committed team, it aims to become a signif
Greetings!
Does anyone know a good reference on how to implement SMPP in python. I
can't find any besides NET::SMPP in perl and I don't want to get my
hands for that. Thanks in advance!
--
http://mail.python.org/mailman/listinfo/python-list
John,
Saw
your post at http://mail.python.org/pipermail/python-list/2004-January/201290.html
when I was googling to see if anyone might have ported Python to
Tandem.
Wonder what the business case is for a project of porting Python to
Tandem?
We
really could use a good scripting
Though Python is the language I use the most, there are several things
that I still hate, mostly about the implementation (CPython)...
The good thing is that some of these warts are now resolved, like the
exec dict issue.
Here is another one:
The object's __dict__ can only be a dict deriv
Fredrik Lundh wrote:
> Alex A. Naanou wrote:
>
> > To mention several tasks that can be made trivial using this technique
> > are, for instance zope-like acquisitions, various ACLs, interfaces and
> > other namespace manipulation patterns.
>
> eh ? why not use P
Steven Bethard wrote:
> Alex A. Naanou wrote:
> > The object's __dict__ can only be a dict derivative and at that none of
> > the Python's mapping API will be used (the dict is accessed directly).
> [snip]
> > I wrote a patch some time back, it appears rather
hon\problem.py", line 25, in
? x.display2()AttributeError: FirstClass instance has
no attribute 'display2'
This is because x after the statement x += 1 has
been executed is an object of class FirstClass because the method implementing
addition in FirstClass explicitly returns
On 24 Nov 2006 09:03:41 -0800
[EMAIL PROTECTED] wrote:
> Stefaan A Eeckels wrote:
> > On 21 Nov 2006 13:02:14 -0800
> > [EMAIL PROTECTED] wrote:
> >
> > > The fact that it does this in Python code instead of C is the main
> > > cause of the slowness.
On Nov 30, 3:19 am, "gavino" <[EMAIL PROTECTED]> wrote:
> I want to learn to program and I can't seem to pick a direction. A
> java guy I know makes a lot of $, but a lot of reading I have done
> shows lisp smalltalk and haskell to be really nice, as well as of
>
is not clear from your description if the event number
> equals to the size of the associated data.
I'm sorry, George. The event number has nothing to do with the size of
the associated data. I meant the program has a way to discover the size
from the event number.
--
Romulo A. Ceccon
'
Greetings,
I have to write a python script that would continously monitor and
process a queue database. Once the script sees an unprocessed record it
will create a thread to process it otherwise it will do nothing. I've
been planning to do an infinite loop within the script to do thi
Thanks for the quick heads up! The comparison between implementing an
infinite loop and cron is great. I'm beginning to see cron as the better
solution between the two specially during crash instances. I'll try to
code the script using the two solutions and do some stress testing to
determine w
Greetings,
I was the last time who asked your opinion about Infinite Loops and
crontab. I settled with crontab where in the python program selects a
number of records from a mysql database and then releases Threads (which
is actually CORBA clients) that report to a CORBA server, wait a
Is there any way to fetch the Return results of spawned threads within
the parent script? I would like to do that because I'm having problems
with Threads that do queries to a database, I often encounter Threads
failing due to MySQL connection failures. As much as possible I plan to
mak
Thanks a lot for the links that you gave me. I will look into that
today! :-)
--
http://mail.python.org/mailman/listinfo/python-list
I have read about parrot. How is that progressing?
Stelios Xanthakis wrote:
> Hi.
>
> pyvm is a program which can run python 2.4 bytecode (the .pyc files).
> A demo pre-release is available at:
> http://students.ceid.upatras.gr/~sxanth/pyvm/
>
>
> Facts a
Andreas Kostyrka <[EMAIL PROTECTED]> wrote:
> *) GPL is not acceptable for "library" stuff, because as a software
> developer I'm sometimes forced to do "closed" stuff.
> (Yep, even nowadays there are place where it's basically a legal
>requ
Stephen A. Silen
Polaroid Corporation
1265 Main Street - Bldg. W3-3
Waltham, Massachusetts 02451
U.S.A.
tel: 781-386-8410
fax: 781-833-8410
--
This transmission is intended only for use by the addressee(s) named herein and may contain information that is proprietary, confidential and/or
I've been packaging a set of scripts using py2app, and until now the app
that results has run without issues on MacOS10.4, either intel or ppc.
The latest version made by py2app, however, only runs on intel (on which I
made the py2app package). The problem seems to be with eGenix mx
Hello,
just wanted to let you know that we've put up a few of our conference
talks and presentations on the web-site:
http://www.egenix.com/library/presentations/
At EuroPython this year, we'll be giving talks on relational
databases with Zope and show how mxTextTools can be put t
Hello,
we are currently looking into setting up a partner network of
companies interested and able to sell and support our products with a
more regional focus than we can deliver.
The idea is to provide customers with a closer and more direct contact
for first level support. Network partners
:
>
> ---
> $ python
> Python 2.4.3 (#1, Jan 15 2007, 15:46:19)
> [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>&g
es' of WTC1, WTC2, & WTC7. In this interview he lists numerous
> reasons to suspect controlled demolition and expresses support for
> alternative theories."
>
> A common mistake - I frequently confuse CalTech and U of Iowa.
>
> http://scholar.google.com/scholar?hl=en
Mitchell Jones wrote:
> If I seem to be ignoring you, consider the possibility
> that you are in my killfile. --MJ
Ditto.
--
Service to my country? Been there, Done that, and I've got my DD214 to
prove it.
Member of DAV #85.
Michael A. Terrell
Central Florida
--
http://mail
James Beck wrote:
>
> Yep, you must have access to better drugs than I do.
> You get to hallucinate your stuff up.
> Don't forget to adjust your tin beanie!
Its not a beanie. He had his head tin plated. :(
--
Service to my country? Been there, Done that, and I've go
James Beck wrote:
>
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
> > James Beck wrote:
> > >
> > > Yep, you must have access to better drugs than I do.
> > > You get to hallucinate your stuff up.
> > > Don't forget t
On Mon, 14 May 2007 20:56:20 +
Fabian Braennstroem <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to track the cpu usage of a couple of
> programs using python. Maybe it works somehow with
> piping 'top' to python read the cpu load for a greped
Hello all. I think I should explain my problem in detail, so everyone
understands what I'm trying to do and why. There may be a better
approach to the whole problem then I am using.
I am working on a game, with most of my AI code & such divided up into
generator functions (really corout
On 2007-07-21 22:54, Sean Davis wrote:
> I have read a couple of blogs suggesting that pyodbc is buildable
> under linux. I am running suse 10.2 on a 64-bit intel machine with
> unixODBC installed. Upon building, I get a slew of pretty horrid
> looking errors that make me wonde
On 2007-08-01 23:41, Ian Witham wrote:
> Hello,
>
> I'm hoping someone here can put me on the right track with some broad
> concepts here.
>
> What I am hoping to achieve is a simple HTML page to be served over
> our company LAN, into which the users (Real Estate Agen
On Mar 4, 2:49 pm, "Nile" <[EMAIL PROTECTED]> wrote:
> This is not a big deal but I would like to use Tix with 2.5. My
> understanding is this bug will be fixed in the 2.5.1 release. Does
And while we're waiting for 2.5.1, can somebody post a clear (as
opposed to
e examples?
>
> I have used odbc in other environments, so just need to know what modules,
> and
> the lines to connect and execute a sql command.
Here's a very simple example for mxODBC:
# mxODBC is available from http://www.egenix.com/products/python/mxODBC/:
# On Windows:
from mx.O
On 2007-09-23 01:11, coldpizza wrote:
> Hi,
>
> I want to run a database query and then display the first 10 records
> on a web page. Then I want to be able to click the 'Next' link on the
> page to show the next 10 records, and so on.
>
> My question is how to i
On 2007-09-28 19:22, Sugrue, Sean wrote:
> Is this the right email list to be on for asking rather elementary
> python questions?
> If not do you have a suggestion
It's the right place, indeed :-)
Here's an example using mxODBC:
# mxODBC is available from http://www.egenix.
On 2007-09-28 20:07, Steve Holden wrote:
> [EMAIL PROTECTED] wrote:
>> On Sep 28, 9:57 am, "Sugrue, Sean" <[EMAIL PROTECTED]> wrote:
>>> I'm trying to make an odbc connection to postgresql which is on a server
>>> using python.
>>> Does any
On 2007-10-01 15:32, Besturk.Net Admin wrote:
> Hi..
> I am using python with postgresql.
> And i have a query :
>
> aia.execute("SELECT id, w from list")
> links=aia.fetchall()
> print links
>
> and result
> [(1, 5), (2,5)...] (2 million result)
>
MindMaster32 wrote:
> I am writing a script that has to read data from an ASCII file of
> about 50 Mb and do a lot of searches and calculations with that data.
> That would be a classic problem solved by the use of a database
> (SQLite would suit just fine), but that would require
On 2007-10-15 17:16, goldtech wrote:
> Using Python and OBDC in MS-Access DBs. So, I'm able to run SQL
> statements from Python on an Access DB.
>
> Is there an SQL statement that will give me column information? For a
> table I want to know the data type and of course colum/
On 2007-01-09 20:57, Mike Orr wrote:
> What's the best way to summarize data by week? I have a set of
> timestamped records, and I want a report with one row for each week in
> the time period, including zero rows if there are weeks with no
> activity. I was planning to use
Toby wrote:
> Any idea how to improve the script and solve this problem?
Hello Toby, excellent name you have there. What advantage (if any) does
this method have over standard UNIX-style pipes?
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
--
h
you can't get off-net because there aren't
> any routers.
... or you can't get off-net because you don't *know* the routers.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/CSS/Javascript/SQL/Perl/PHP/Python*/Apache/Linux
* =
Scripter47 wrote:
> How do i get my ip address?
Which IP address. One computer might have many IP addresses. (Indeed a
typical network-connected computer will tend to have at least one for each
connected network device, plus the special address 127.0.0.1 for the
loopback network.) How is Pyt
anthony.cutrone wrote:
> Files and folders have to be in an SQL database, mounted in ext3-like
> system. File would be identified by a single ID, and links with names
> should be connected on these IDs.
Take a look at FUSE.
Also, have you considered subversion?
--
Toby A Inkster
Mizipzor wrote:
> One thing is that in c++ im used to have private members in classes and
> no member is altered except through the public functions of the class.
By convention, class members starting with a single underscore are
considered private.
This is much the same as the conventio
Mizipzor wrote:
> I searhed around a little and it seems that not only do i need a
> newsreader, i need a newsserver to. To fetch all the messages from
> here. I learned that sometimes the ISP provides one, however, mine do
> not. But then I discovered that Google has a free news
Maxim Veksler wrote:
> And what is the "f" object? An integer? a pointer? an Object?
A function.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/CSS/Javascript/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
--
http
[EMAIL PROTECTED] wrote:
> Reid wrote:
>
>> I do not need 3d stuff. Just a couple of buttons and menu's.
>
> That's not "3D", that's GUI (Graphical User Interface). "3D" usually
> refers to "3D graphics"...
Hence the original
Here it is-nearly four and a half years since Mike Henley posted 'File name'
is not recognized as an internal or external command, operable program-and
the problem still persists. Some weeks ago I installed ActiveState 8.3.5.0
on Windows XP and many things stopped working. Like Mike, I
Steven D'Aprano wrote:
> Carl Banks wrote:
>>
>> Since when is Larry Wall benevolent? He should be called the SDFL.
>
> I can't think what the S stands for... if it was M, I'd say Malevolent,
> but S?
Scented, Sexy, Spanish... no, probably not those.
I
Jorge Vargas wrote:
> shouldn't it mention Linus, Larry Wall, others?[3]
Despite the link you posted, I don't think Linus, Larry Wall, Rasmus
Lerdorf, etc describe themselves as BDFLs, even if they fulfil similar
roles within their respective development communities.
--
Toby
aleaxit wrote:
> If anybody who has easy access to Microsoft's MSVC++.NET (and is willing
> to try building GMP 4.2 with/for it), or a PPC Mac with XCode installed
> (possibly with MacOSX 10.3...)
I'm writing this message on a MacOS 10.3.9 box with Xcode 1.5 (gcc 3.3)
instal
bg_ie wrote:
> What I'd like to do is scan a directory and list all the
> files in it that contain a non ascii character.
Not quite sure what your intention is. If you're planning a one-time scan
of a directory for non-ASCII characters in files, so that you can manually
fix thos
[EMAIL PROTECTED] wrote:
> On Nov 9, 8:36 am, Tim Golden <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> Hi,
>>> I am trying to get a small group of volunteers together to create
>>> Windows binaries for any Python extension developer that needs
ons on how to use Visual Studio 2003 that I've
>>> found, just some old free edition. those directions were incompatible
>>> with VS2003. I'll post VS2003's correct usage eventually, but it's
>>> basically just installing it and then using distutils.
&
Dennis Lee Bieber wrote:
> On Wed, 21 Nov 2007 08:36:28 -0800 (PST), mike5160 <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> Thanks to you for your reply. I am a newbie to Python and appreciate
>> you helping me. Now, I am importing d
t')
Is the example wrong? In this case, Where can I find a working
example? Have I messed up the example putting 'localhost'? (don't
think so, because I tried with '127.0.0.1' and I got the same error).
And the big one, Why I get the error and how can I avoid it in fu
t I get the following error:
> > Traceback (most recent call last):
> > File "C:\Python25\eclient.py", line 11, in
> > data = s.recv(1024)
> > error: (10053, 'Software caused connection abort')
>
> >Is the example wrong
Hello!
I tried to use this class in my work. But I Can't understand the next.
I have an XML file, where I store an information by this way
Wesley
Hunter ie.
How can I get the value between and ?
Thanks in advance.
aum wrote:
> Hi folks,
>
> I've just released an XML object wrapper called XMLO
Hello there!
I got some trouble trying to insert data into the database with MySQLdb
module.
I have such code:
from MySQLdb import *
def loc_connect_db():
"""
The DB connection subroutine
"""
db = MySQLdb.connect(host = "localhost",
user = "root",
server. Before I upload the script to the server I just switch
loc_connect_db to connect_db. That's it :)
John Salerno wrote:
Nicolay A. Vasiliev wrote:
def loc_connect_db():
"""
The DB connection subroutine
"""
db
Hi!
> Number two suggestion: try committing the transaction (autocommit
> might not be enabled in your environment).
>
commit() - is what I need :)
Thank you very much!
--
http://mail.python.org/mailman/listinfo/python-list
John D Salt wrote:
> <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
>
> [Snips]
>
>>Wrong. We live in a paradise of ideas and possibilities well beyond the
>>wildest dreams of only 20 years ago.
>
>
> What exciting new ideas exist in software t
he point of bringing
clpmisc into this argument.
Anyway, *PLONK*
Sinan
--
A. Sinan Unur <[EMAIL PROTECTED]>
(remove .invalid and reverse each component for email address)
--
http://mail.python.org/mailman/listinfo/python-list
On 2008-01-04 16:07, Yaakov Nemoy wrote:
> Hi list,
>
> Firstly, this is my first post here, so I hope I'm not breaking some
> unwritten etiquette rule about asking questions involving several
> different libraries.
>
> I'm trying to plug some memory leaks in
On 2008-01-04 17:23, Yaakov Nemoy wrote:
> On Jan 4, 2008 11:10 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
>> If you're using lots of small objects, you may be running into a
>> problem with the Python memory allocation mechanism, pymalloc. It used
>> to not
On 2008-01-05 03:19, Yaakov Nemoy wrote:
> On Jan 4, 2008 11:56 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
>>> The most common answer I heard was possible fragmentation, meaning
>>> there are no or few completely empty blocks to be found. If there are
>>
To Anyone out there!!
I was wondering if anyone out there has had any experience with pygep
program. this program is an open source version for Gene Expression
Programming, which I will need to utilize in order to complete my
Master's Thesis. Thanks for any help!!
David Blubaug
stalled. And you don't want the 75Kb
>>>>>> BeautifulSoup?
>>>> Ugh. Found it. Sorry about that, but I still don't understand why
>>>> there isn't a simple way to do this without using PyXML, BeautifulSoup
>>>> or libxml2dom. Wha
To Anyone,
Has anyone worked with Gene Expression Programming??? Specifically, has
anyone out there worked with pygep software package??? I have a few
questions
David Blubaugh
--
http://mail.python.org/mailman/listinfo/python-list
wrote:
>> I'm not sure I'm following you here. So a "chromosome" is bit of
>> functionality, right? So basically it is a function. So my advice
>> would be to write these functions and store it to the
>> "indivuals"-list like
>> so:
&
:10 PM
To: python-list@python.org
Subject: Python-list Digest, Vol 52, Issue 437
Send Python-list mailing list submissions to
python-list@python.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/python-list
or, via email, send a
To Everyone on the planet Earth,
Please accept my apologies for
Why the Hell has nobody answered my question.
I am just trying to finish a Masters thesis that is quite beyond
anything in this world.
David Blubaugh
-Original Message-
From
To All,
I have been evaluating the python environment ever more closer. I
believe I can interface python with a development environment known as
the ImpulseC environment. The ImpulseC environment develops C to VHDL
for FPGA development. I would especially love to interface Python
with
Dan,
I would be honored to start a project such as that in mind. How do we
begin ??
David Blubaugh
-Original Message-
From: chewie54 [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 31, 2008 9:34 PM
To: python-list@python.org
Subject: Re: Will Python on day
replaceMATLAB
Dan,
Thank you very much for your reply. My Master's thesis is for Wright
State University and is of the following nature:
I am currently engaged with a Masters project, that utilizes a linear
array of isotropic sensors, or in my case electromagnetic antennas. I am
trying to deve
On 2008-02-02 21:36, agc wrote:
> Hi,
>
> I'm looking for a fast way of accessing some simple (structured) data.
>
> The data is like this:
> Approx 6 - 10 GB simple XML files with the only elements
> I really care about are the and ones.
>
> So what I'
501 - 600 of 1193 matches
Mail list logo