> I'm looking for a crawler that can spider my site and toss the results
> into mysql so, in turn, that database can be indexed by Sphinx Search.
>
> Since I don't want to reinvent the wheel, is anyone aware of any open
> source projects or code snippets that can already handle this?
Have a look a
>> > Actually, I'm wrong: it's perfectly clear as long as the programmer
>> > is able to follow all the necessary reflexion path; then probably
>> > also able to solve the problem without any help from python.
>> >
>> > The issue here is that a very specific (and meaningful) case
>> > (dict-like be
On 4/10/09, Philip Semanchuk wrote:
>
> On Apr 10, 2009, at 10:37 PM, Lawrence D'Oliveiro wrote:
>
>> In message ,
>> Philip
>> Semanchuk wrote:
>>
>>> I'd love to open source it and if someone wants to pay me to make
>>> it open
>>> source-able, let's talk!
>>
>> Nobody's going to pay you for som
> I'm doing some work in programming languages and I'm looking for a
> short history of python development, from the point of view of the
> initial development of the syntax. I know I can go through the mailing
> lists and news groups (and I am doing that at the moment), and the
> python history bl
[off but interesting topic]
Hi folks, I've come across many times the claim that 'joins are bad'
for large databases because they don't scale. Okay, makes sense, we
agree. But what I don't get, although I watched a couple of online
videos on this topic (one by the creator of flickr who gave a talk
>> Hi folks, I've come across many times the claim that 'joins are bad'
>> for large databases because they don't scale.
>
> I think that means joins with very large result sets and lots of
> different values being matched on between the two tables. The usual
> use of a join in, say, web server pr
>> Hi folks, I've come across many times the claim that 'joins are bad'
>> for large databases because they don't scale
>
> IMO that's bull...
If you think that's bull, why do you think the google app engine or
bigtable doesn't support joins?
Cheers,
Daniel
--
Psss, psss, put it down! - http:/
Hi folks, I've come across many times the claim that 'joins are bad'
for large databases because they don't scale
>>> IMO that's bull...
>>
>> If you think that's bull, why do you think the google app engine or
>> bigtable doesn't support joins?
>
> "Large database" is not synonymous with
>> If you think that's bull, why do you think the google app engine or
>> bigtable doesn't support joins?
>
> Join is a relational database concept. Bigtable is not a relational
> database. Of course it does lookups, but they are not the same as
> relational joins.
True! I gave a use case that c
>> [off but interesting topic]
>
>
>> What would be the corresponding database layout that would scale and I
>> could get the total number of legs in the zoo or total number of
>> animals in the zoo without join(s)?
>>
>> Cheers,
>> Daniel
>>
>> [/off but interesting topic]
>>
>
> That all comes d
>> Well, I gave the concrete example of zoo/cage/animal/leg because this
>> *is* the business logic. I need to know for example the total number
>> of animals, this is pretty understandable if you have a zoo. Or you
>> mean that I should give another example?
>
> It might be the business logic but
>> In an relational database setting you would have a table for artists,
>> a table for cd's and a table for songs and a table for comments where
>> people can comment on songs. All of this with obvious foreign keys.
>> Now you want to display on your website the total number of cd's, the
>> total
> I'm working on a python package manager gui. Mainly because I struggle on
> windows
> getting python packages installed. In my mind, there seemed to be some
> minor
> problems, but then I did the numbers. Do the numbers I writa about here
> reflect
> reality?
>
> Should we discuss stuff like this
>> Have a look at http://www.snakebite.org/
>
> I'm not clear...
>
> - are you saying they already test all the packages on pypi?
They definitely don't do that currently and I don't know what their plans are.
> - are they doing it in a one off manner?
I don't know what their plans are :)
> Pa
>>> Why? Why should every package on PyPI need to support all those Python
>>> versions? That should be the decision of the package maintainer. If
>>> they want to support every version of Python back to 1.0, they can, and
>>> if they want to only support version 2.5 that's fine too.
>>
>> Why shou
> Why? Why should every package on PyPI need to support all those
> Python versions? That should be the decision of the package
> maintainer. If they want to support every version of Python back to
> 1.0, they can, and if they want to only support version 2.5 that's
> fine too.
>> The OP is just thinking out loud that it would be great if developers
>> could count on some help for testing various platforms and versions.
>> And I agree, it would indeed be great.
>>
>
> I think you interpreted the OP differently. As I said before the idea
> is not a bad one, but as a packag
> I was wondering if anyone has seen this problem before?
>
> I have a job that runs hourly. Part of the processing is to rename a
> file using os.rename. The file name is the same every hour.
> Sometimes the os.rename fails and the file does not get renamed. It
> only happens occasionally. Mos
> What easyToLearn tools you suggest for creating:
> 1. powerfull web applications
Have a look at http://wiki.python.org/moin/WebFrameworks
You will find that there are many options each with its own fan crowd
emphasizing the advantages and downplaying the disadvantages of their
favorite framewor
>>> What easyToLearn tools you suggest for creating: 1. powerfull web
>>> applications
>>
>> Have a look at http://wiki.python.org/moin/WebFrameworks
>>
>> You will find that there are many options each with its own fan crowd
>> emphasizing the advantages and downplaying the disadvantages of their
> Are you aware of any python module that automatically gives you a
> screenshot of a web page?
http://mail.python.org/pipermail/tutor/2008-December/065847.html
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-li
hon but you enjoy using a
GUI maybe Wing IDE or Eclipse with the pydev plugin will be to your
liking.
Cheers,
Daniel
> "Daniel Fetchinson" wrote in message
> news:mailman.4767.1241024136.11746.python-l...@python.org...
>>>>> What easyToLearn tools you suggest f
> Python
> for i,j in topgirls, richgirls:
> print i,j
for i, j in zip( topgirls, richgirls ):
print i,j
HTH,
Daniel
> Cheetah
> #for $i,$j in $topgirls, $richgirls$i, $j
> #end for
> This doesnt work
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.pyt
> On behalf of the Python development team, I'm thrilled to announce the first
> and
> only beta release of Python 3.1.
..
> Other features include an ordered dictionary implementation
Are there plans for backporting this to python 2.x just as
multiprocessing has been?
I know that the
On 5/8/09, dpapathanasiou wrote:
> I wrote a python script called xml_utils.py which parses xml using
> minidom.
>
> It works when it's run on its own, but when I try to import it and run
> it inside a mod_python handler, I get this error:
>
> File "../common/xml_utils.py", line 80, in parse_ite
> I need to get the creation date from a jpeg file in Python. Googling
> brought up a several references to apparently defunct modules. The best
> way I have been able to find so far is something like this:
>
> from PIL import Image
> img = Image.open('img.jpg')
> exif_data = img._getexif()
> cre
>> >> On the one hand, there are developers who love big IDEs with lots of
>> >> features (code generation, error checking, etc.), and rely on them to
>> >> provide the high level of support needed to be reasonably productive
>> >> in heavy-weight languages (e.g. Java).
>> >>
>> >> On the other han
>>> > If you have the source code of a p2p text chat engine please send to me
>>>
>>> I found that & a pot of gold under my bed. Care to give me your address
>>> so that I can send it to you?
>>>
>>> SCNR,
>>> Diez
>>
>> Hello, can you sent it to me ?
>> ave...@gmail.com
>> Many thanks!!!
>
> I nee
>> I have a large list of strings that I am unpacking
>> and splitting, and I want each one to be on a new line.
>>
>> An example:
>>
>> recs =
>> 'asdfasdfasdfasdfasdf','asdfasdfasdfasdfasdf','asdfasdfasdfasdfasdf'
>> [(rec.split('f')) for rec in recs]
>>
>> output:
>>
>> [['asd', 'asd', 'asd', 'a
> >> Again a noob question.
> >> Based on this URL http://wiki.python.org/moin/DatabaseInterfaces , is it
> >> correct to conclude that there is no RDBMS agnostic, single/uniform DB
> >> access API for Python ?
> >> Something in the lines of JDBC for Java, DBD for Perl etc. ?
> >> How is the RDB
Hi Dave,
Flaming Thunder looks interesting especially the fact that you claim to have
maintainable multi-platform assembler code. Does this mean that if in the
next 3 years a new processor architecture comes out you will be able to port
your assembler code easily? Can you give us more detail about
> I have trouble understanding something in this code snippet:
>
> class TextReader:
> """Print and number lines in a text file."""
> def __init__(self, file):
> self.file = file
> .
> .
> .
>
>
> When would you do a thing like self.file = file ? I really d
> Hey all. Just thought I'd ask a general question for my own interest. Every
> time I think of something I might do in Python, it usually involves creating
> a GUI interface, so I was wondering what kind of work you all do with Python
> that does *not* involve any GUI work. This could be any littl
>
> Hey all. Just thought I'd ask a general question for my own interest.
>> Every time I think of something I might do in Python, it usually
>> involves creating a GUI interface, so I was wondering what kind of
>> work you all do with Python that does *not* involve any GUI work.
>> This could be
>>> Or just:
>>>
>>> If command is "quit" ...
>>
>> Hmmm. In Flaming Thunder, I'm using "is" (and "is an", "is a", etc)
>> for assigning and checking types. For example, to read data from a
>> file and check for errors:
>>
>> Read data from "input.txt".
>> If data is an error then go to
Does anyone have a pure python implementation of the builtin 'set'
object so that I could use that in python 2.3? If this would be the
case that would be really great as I wouldn't have to change my code
that runs happily on 2.5 and makes use of 'set'. Speed and performance
doesn't matter, any impl
>> Does anyone have a pure python implementation of the builtin 'set'
>> object so that I could use that in python 2.3?
>
> Yes. You have one in Python 2.3 already
> http://www.python.org/doc/2.3.5/lib/module-sets.html>, it's just
> not a builtin.
>
>> If this would be the case that would be really
> I need a script to keep running in the background after it's loaded
> some data. It will make this data available to the main program in the
> form of a dictionary, but I don't want to reload the calculated data
> every time the user needs it via the main program.
>
> I won't be working with an U
> Hi. I'd like to port a Perl function that does something I don't
> know how to do in Python. (In fact, it may even be something that
> is distinctly un-Pythonic!)
>
> The original Perl function takes a reference to an array, removes
> from this array all the elements that satisfy a particular c
> Suppose I have two different command windows going on the same
> machine, each running their own Python interpreters.
>
> Is it possible to access the variables in one of the interpreter-
> sessions from the other?
>
> It turns out I have limited control over one of the sessions (i.e.
> cannot co
> Hello,
> I have developed a python tool that basically does two things:
> 1. Allow the user to search for a keyword or a group of Keywords in a
> specailized collection of text files. This search option is part of a
> massive custom tree control that was developed using wxpython.
> 2. The rest o
> howto split string with both comma and semicolon delimiters?
>
> i.e. (for example) get ['a','b','c'] from string "a,b;c"
>
> I have tried s.split(',;') but it don't work
A very pedestrian solution would be:
def multisplit( s, seps ):
words = [ ]
word = ''
for char in s:
if
> What is the most Pythonic way to maintain a configuration file?
> Are there any libraries mimicking registry / ini file writing that many
> windows programming languages/environments offer?
Check this out: http://www.voidspace.org.uk/python/configobj.html
Cheers,
Daniel
--
Psss, psss, put it d
> Okay, this is my first post to this mailing list, so first off if I
> shouldn't be sending something here, PLEASE correct me. Okay, so I
> want to create an app that has a GUI (most likely Tkinter) and will
> prompt the user to choose files and such and then will upload those
> files, either regu
> Okay, well I wouldn't be creating the app, so, any hints on how to
> figure out the API of a web app I don't know super well?
Is it something like google, youtube, facebook, etc? These have
publicly available API specifications.
If it's just a random website without a well maintained public API
>>> Okay, well I wouldn't be creating the app, so, any hints on how to
>>> figure out the API of a web app I don't know super well?
>>
>> Is it something like google, youtube, facebook, etc? These have
>> publicly available API specifications.
>>
>> If it's just a random website without a well main
Hi folks, this seems like a very basic thing but I couldn't find a solution.
I always do the following after starting the python interpreter (on linux):
import rlcompleter
import readline
readline.parse_and_bind("tab: complete")
Is there a way of making python execute the above whenever it starts
>> Hi folks, this seems like a very basic thing but I couldn't find a
>> solution.
>> I always do the following after starting the python interpreter (on
>> linux):
>>
>> import rlcompleter
>> import readline
>> readline.parse_and_bind("tab: complete")
>>
>> Is there a way of making python execute
How difficult would it be to implement a system in python that would
warn if there are unnecessarily imported packages/modules/objects in
the code? I mean that when developing some code one frequently imports
stuff, deletes the import, changes stuff here and there, imports other
stuff, later decide
> I'm really new to Python and I've been reading up some texts on older
> versions of Python (2.2 to be specific).
>
> The text briefly mentioned new style and classic classes.
>
> I'd really like to know in the current context of Python 2.5, besides
> in the cases of multi-inheritance, where would
> Ecmascript (Jscript) is Active-Scripting compliant.
> With PyWin32, you can :
> - call JScript functions (with parameters)
> - define pieces of code (& run it)
>
> Another way, is to drive Internet-Explorer (via COM). You can set the
> IE-Windows as invisible, and connect the motor of exe
>> Is there a way to do similar things on linux?
>
> I think no. Because these tech use COM. And COM don't exist under xxnux.
> But:
> - look if XPCOM, or dBus) can help you
> - search with the word "MOZLAB", who work a solution (plugin) for
> drive Firefox, from an external software.
Wow, moz
>> I'm wondering whether anyone can offer suggestions on FOSS projects/
>> apps which exhibit solid OO principles, clean code, good inline
>> documentation, and sound design principles?
>
> This is somewhat subjective... Some would say that Python's object
> model is fundamentally broken and crappy
> I have a list of objects that generate code. Some
> of them depend on others being listed first, to
> satisfy dependencies of others.
>
> I wrote a cmp function something like this:
>
> def dep_cmp(ob1, ob2):
>
> if ob1.name in ob2.deps:
> return -1
> else:
>
>> I work on a desktop application that has been developed using python
>> and GTK (see www.leapfrog3d.com). We have around 150k lines of python
>> code (and 200k+ lines of C). We also have a new project manager with
>> a C# background who has deep concerns about the scalability of python
>> as o
>> Is there a way to do similar things on linux?
>
> NJSModule?
> http://en.wikipedia.org/wiki/NJS
This seems to be very good indeed. Just downloaded njs but the only
njsmodule version I could find was for python 2.1. Does anyone have a
recent copy?
Cheers,
Daniel
--
Psss, psss, put it down! - h
>> I am working in an organization, which is using a very strict
>> webcontent filter management suite. Due to this i am unable to
>> download any exe file, or surf web (even the necessary downloads from
>> sourceforgenet are blocked). I was wondering, if python could be of
>> any help. Say i have
>>>NJSModule?
>>>http://en.wikipedia.org/wiki/NJS
>
>> This seems to be very good indeed. Just downloaded njs but the only
>> njsmodule version I could find was for python 2.1. Does anyone have a
>> recent copy?
>
> 1. You might ask here:
> http://lists.njs-javascript.org/cgi-bin/mailman/listinfo/u
>> >> I am working in an organization, which is using a very strict
>> >> webcontent filter management suite. Due to this i am unable to
>> >> download any exe file, or surf web (even the necessary downloads from
>> >> sourceforgenet are blocked). I was wondering, if python could be of
>> >> any he
> I need what I'd call (in .Net) a timer, ie I need to run a function eg
> every 2 seconds - it doesn't need to be millisec accurate but it would
> be nice if it wasn't eg every 4 seconds or something.
>
> Rather surprisingly, Core Python (Chun) doesn't seem to index 'timer'
> or 'scheduler', which
> I've been working on a python web framework which I think might be of
> interest to you.
> Details may be found at http://code.google.com/p/keg/wiki/Concept.
>
>
> All suggestions or comments will be greatly appreciated.
I fail to see what the advantages of your framework are over django or
turb
[Heavily off-topic fun stuff]
Hi folks,
This is a quick poll to have scientific data on our beloved troll community:
Whose trolling behaviour is more professional? (check one)
[ ] - Xah Lee
[ ] - castironpi
More specifically, who can create a bigger mess on c.l.py? (check one)
[ ] - Xah Le
> We are happy to announce release 2.0 of Cubictemp, a small, elegant
> templating system for Python.
>
>
> Features
>
>
> * Simple, well-tested and well-documented.
> * Integrates tightly with Python - pass arbitrary Python objects into a
> template, walk sequences and iterators, evaluate
> I would want to know which could be the best programming language for
> developing web spider.
> More information about the spider, much better,,
I hear Larry and Sergei were not exactly unsuccessful with a python
implementation although you might of course try something even better
:)
If you a
> I'm trying to parse an HTML file. I want to retrieve all of the text
> inside a certain tag that I find with XPath. The DOM seems to make
> this available with the innerHTML element, but I haven't found a way
> to do it in Python.
Have you tried http://www.google.com/search?q=python+html+parse
> Hi all,
>
> I've been playing around with the identity function id() for different
> types of objects, and I think I understand its behaviour when it comes
> to objects like lists and tuples in which case an assignment r2 = r1
> (r1 refers to an existing object) creates an alias r2 that refers to
> I found out about the new methods on properties, .setter()
> and .deleter(), in python 2.6. Obviously that's a very tempting
> syntax and I don't want to wait for 2.6...
>
> It would seem this can be implemented entirely in python code, and I
> have seen hints in this directrion. So before I go
>
> > The backend data store, while it has a vaguely SQLish query language is an
> > object database not a relational database, i.e. more like ZODB than MySQL.
> > It uses similar concepts to django's data api but isn't the same. It
> should
> > be possible to write something simple to replace it,
> I assembled a good conventions set for Java. View it at
> http://www.martinrinehart.com/articles/code-conventions.html (is that
> better, Steve?)
>
> It followed a logical organization; it was built from four other
> extensive (if not well-organized) convention sets and it scrupulously
> avoided
> > I'm sorry to disappoint you but this project has already been completed:
> >
> > http://www.python.org/dev/peps/pep-0008/
>
> Daniel, PEP 8 is anything but complete. How much of the following
> simple question can you answer from there:
>
> Given that you can name things with UpperAndLower, low
Hi folks, I have a number of issues with matplotlib and was wondering
if any of you had similar experiences:
1. I was trying to use the stock matplotlib package that comes with
fedora 8, python-matplotlib-0.90.1-2.fc8 for saving graphs in png
format. This failed, because the written files are all
On Sun, Apr 13, 2008 at 12:18 AM, James West <[EMAIL PROTECTED]> wrote:
> Let me explain my situation a bit.
>
> I've been contracted to develop an ecommerce site. It's nothing too
> huge but requires a lot of custom development that's not typical for
> your run of the mill webstore. I've got abou
> I want to rewrite a request url under apache2.0 based on its special
> header, like, the "Accept-Encoding:" one.
>
> With C I think I can do it, but since I get begin with python,so I ask
> that can I do it under mod_python? what's the guide?
The guide is this: http://modpython.org/live/current/
> The project I'm working on is motion detection, involving a bit of image
> processing. No worries: no image processing background needed.
>
> Suffice to say that I initially wrote a script that goes through every pixel
> of a 320x240 picture (turned into an array using PIL) and performs some
> ca
> I've written up a stripped down version of the code. I apologize for the bad
> coding; I am in a bit of a hurry.
>
> import random
> import sys
> import time
>
> sizeX = 320
> sizeY = 240
> borderX = 20
> borderY = 20
>
> # generates a zero matrix
> def generate_zero():
> matrix = [[0 for y i
ent.
>
> On Tue, Apr 15, 2008 at 11:04 PM, Daniel Fetchinson <
> [EMAIL PROTECTED]> wrote:
>
> > > I've written up a stripped down version of the code. I apologize for
> > the bad
> > > coding; I am in a bit of a hurry.
> > >
> >
On 4/15/08, Daniel Fetchinson <[EMAIL PROTECTED]> wrote:
> > Can I then simply ignore the time data then? I do see better performance
> > obviously the smaller the box is, but I guess my issues is how seriously
> to
> > take all this data. Because I can't claim &quo
> > > On Apr 16, 9:19 am, Grant Edwards <[EMAIL PROTECTED]> wrote:
> > >> This morning almost half of c.l.p was spam. In order to try to
> > >> not tar both the benign google group users and the malignant
> > >> ones with the same brush, I've been trying to kill usenet spam
> > >> with subject pat
> can anyone tell me hw to start with webapplication scripting(e.g login
> page..etc)
> if anyone has soln for this or simple e.g that mention above please send me
There are many choices, too many actually. Good entry points are:
http://wiki.python.org/moin/WebApplications
http://wiki.python.org
> Hello Guys...
>
> I just had one moment of exceptional clarity, during which realized
> how I could get the GIL out of my way... It's so simple, I cannot help
> wondering why nobody has thought of it before. Duh! Now I am going to
> sit and and marvel at my creation for a while, and then go to be
> yes, there's a thread with the same title, but I believe mine is more
> appropriate title.
> so, as much as I search on the web, read manuals, tutorials, mail-lists
> (including this one) I cannot figure it out how to search a string in a
> list of lists.
> like this one:
>
> someList = [['somest
On 4/20/08, Hank @ITGroup <[EMAIL PROTECTED]> wrote:
> Hi, people!
>
> Greetings~
> These days I have been running a text processing program, written by
> python, of cause.
> In order to evaluate the memory operation, I used the codes below:
>
> """
> > string1 = ['abcde']*99# this took up
> anyone have a small cherrypy-webapp and are willing to post the code.
> could be a nonsense-app just wanna see some code.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
Did you try google? And the cherrypy website?
--
http://mail.python.org/mailman/listinfo/python-list
> I am a software tester and I see lot of testers on the forums saying Python
> is a wonderful scripting language that testers use on a daily basis.
>
> I would also like to learn to script in Python but I do not have any
> programming background.
This is a good starting point: http://wiki.python
> Does Python 2.5.2's embedded SQLite support full text searching?
>
> Any recommendations on a source where one can find out which SQLite
> features are enabled/disabled in each release of Python? I'm trying to
> figure out what's available in 2.5.2 as well as what to expect in 2.6
> and 3.0.
Sql
> >> Sqlite itself is not distributed with python. Only a python db api
> >> compliant wrapper is part of the python stdlib and as such it is
> >> completely independent of the sqlite build.
> >
> > Don't most binary distributions include SQLite itself? I installed
> > 2.5.2 on a new WinXP VM,
> > While reading feedback to my post "Does Python 2.5.2's embedded SQLite
> > support full text searching?" I noticed that there appears to be some
> > confusion regarding whether Python 2.5 includes the SQLite engine.
> >
> > My Windows 2.5.2 binary download includes SQLite.
> >
> > But other pos
> >> Does Python 2.5.2's embedded SQLite support full text searching?
> >>
> >> Any recommendations on a source where one can find out which SQLite
> >> features are enabled/disabled in each release of Python? I'm trying to
> >> figure out what's available in 2.5.2 as well as what to expect in 2.6
> >> And as such, I find it hard to believe you could lose your job
> >> over it.
> >
> > Me too. That is, until I tried to Google Belcan and Blubaugh
> > together. May I suggest a new thread to clear that ugly
> > results? :D
>
> I know it's not nice to laugh at things like that, but I can't
> hel
>
> For serveral years, I have been looking for a way to migrate away from
> desktop GUI/client-server programming onto the browser based network
> computing model of programming. Unfortunately, up until recently,
> browser based programs are very limited - due to the limitation of
> HTML itself.
> Hi all, where can I find the reference manual from the psycopg2 or the
> dbapi2.0 because in their official pages I could'nt find
> thx
>
>
Once you have the source of any package you can create a reference manual
using e.g. epydoc.
--
http://mail.python.org/mailman/listinfo/python-list
> > I don't often feel like using this word
>
> Look at languages like OCAML or F #
>
I looked at OCAML and F#. Now what?
Cheers,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
I know it's popular and very handy, but I'm curious if there are purists
> out there who think that using something like:
>
> for x in range(10):
>#do something 10 times
>
> is unPythonic. The reason I ask is because the structure of the for loop
> seems to be for iterating through a sequence.
> Good day Mr. Guido, excuse my poor english.
>
> I am looking for HTMLgen module but not to find this, the link
> referenced in www.python.org it does not exist.
>
> I have need to develop in cgi and would want to do it of the possible
> traditional form but, i like any module for my help.
Since
>> Are there any known alternatives
>> to the traditional RDBMS (MySQL,
>> PostgreSQL, SQLite, Oracle, etc0 /
>>
>> I know of 3 written in Python:
>> * buzhug
>> * kirbybase
>> * PyDbLite
>
> ZODB. Without any problems usable without ZOPE, clusterable, ACID-conform
> and so forth.
There is als
> I know I'm to late to ask you for helpbut please help me out..I
> am really new to unix and dont know how to finish this assignment on
> time.proff. said he will be using MOSS to detect whether I
> downloaded the code..please help me..
>
> email me : [EMAIL PROTECTED]
>
> Assignment 1
>> Thanking you,
>>
>> Ms. Vaidehi Pawar
>
> How much do you pay?
>
>> How much do you ask for
>>
>> cheers
>> Ms. Vaidehi
I was just kidding. But if you seriously need people to do this kind
of job it's better to post the amount you are willing to pay otherwise
nobody will take it seriously
> I've produced a 4 page document that provides a very concise summary
> of Python 2<->3 differences plus the most commonly used new Python 3
> features. It is aimed at existing Python 2 programmers who want to
> start writing Python 3 programs and want to use Python 3 idioms rather
> than those fr
> I am developing a Python application and I need to call a C program which
> needs one parameter and it returns another one.
You mean you need to call a C function from python? Here is an example
with a C function that adds two integers:
/* call this source file mymo
> I'm looking for a small, simple, fast, Python based web server
> for a simple, client side application we're building. We don't
> want to distrubute and support a "real" web server like Apache or
> Tomcat or depend on the presence of local web server such as IIS.
> The application in question wil
201 - 300 of 499 matches
Mail list logo