ANN: repology-client library to access Repology API

2024-01-10 Thread Anna (cybertailor) Vyalkova via Python-list
Hi newsgroup, I needed to fetch Repology data for my pet project and now it's a library: https://pypi.org/project/repology-client/ It uses aiohttp, if that matters. Feel free to use and contribute. -- https://mail.python.org/mailman/listinfo/python-list

Doing it Wrong: python-ldap and delete operations using ldifWriter

2017-03-16 Thread chloe . anna . talbot
I want to do (what I thought) would be quite a simple thing. I have an LDAP entry that looks like this(in LDIF format): dn: cn=myorg,ou=teams,ou=groups,o=company,c=us cn: myorg objectClass: top objectClass: CompanyTeams objectClass: groupOfUniqueNames owner: cn=john,ou=people,o=company,c=us uniqu

Re: Extended Call for Proposals for Presentations and Tutorials at PyCon SG 2013

2013-03-29 Thread Anna Ravenscroft
Just a followup - Alex Martelli and I attended PyCon SG 2012 and it was a wonderful experience. I highly encourage folks to consider submitting a proposal to this conference. It's a worthwhile conference and a chance to visit a fascinating place. cordially, Anna On Fri, Mar 29, 2013 at 5:

Re: python.org is down?

2011-07-24 Thread Anna Vester
On Jul 24, 2011 2:43 AM, "Laszlo Nagy" wrote: > > Can it be a problem on my side? I have tried from several different computers. I cannot even ping it. Looks like it is down for everyone according to this site: http://www.downforeveryoneorjustme.com/ . Anna http://annaves

Not able to get utf8 encoded string into a document

2008-05-09 Thread Lawrence, Anna K (US SSA)
greatly appreciated. Thanks, Anna -- http://mail.python.org/mailman/listinfo/python-list

Re: Game Programming Clinic and Online Gaming at PyCon

2007-02-18 Thread Anna Ravenscroft
clinic room with mini-talks on various game technologies. Ah - that's a really fun presentation - I saw it at CafeConf. Glad to hear they'll be helping folks on Satyrday night. Thanks for all the links Jeff. Very helpful. -- cordially, Anna -- It is fate, but call it Italy if

Re: PSF Infrastructure has chosen Roundup as the issue tracker for Python development

2006-10-21 Thread Anna Ravenscroft
n change the world; indeed, it's the only thing that ever has. Margaret Mead It just seems highly appropriate. I'm very glad we decided to go with Roundup. I've been impressed with its usability when I've had the opportunity to use it. -- cordially, Anna -- It is fate, but call it Italy if it pleases you, Vicar! -- http://mail.python.org/mailman/listinfo/python-list

Announcing edupython list

2006-03-13 Thread Anna Ravenscroft
theoretical and philosophical discussions, and for getting input and suggestions from a wider group, but is also necessarily higher bandwidth. We invite anyone working on Python-related education projects to join the list. Cordially,Anna Martelli Ravenscroft -- http://mail.python.org/mailman/listinfo

global name not defined :$

2005-06-20 Thread Anna M.
enough for you guys to see the problem, how ever the class is almost 200 lines so I just didn’t want to put it all in the post.   Many thanks, Anna M.   class node:     def __init__(self,g=None):     self.data="">     self.parent=None     self.child=[None,None]

RE: Tabnanny?

2005-06-08 Thread Anna M.
i-1)) sorter[radix].append(next) sorting = sorter return sorting n = 10 a = 0 b = 200 test = [] for i in range(n): test.append(randint(a,b)) print test test = radixsort(test) print test >Hi Anna ! > >Please post your code, so we can take a look to

Tabnanny?

2005-06-08 Thread Anna M.
statement.  I gather from the internet that it means I have a tab-error.  I just can’t seem to find it.  Is this something you can help me with?  Could I post my code here and you could look at it or is that a bit to much ;) Many thanks, Anna     -- http://mail.python.org/mailman/listinfo

hello

2005-04-04 Thread anna
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-10 Thread Anna
pposed to be... BTW - I am *quite* happy with the proposal for "where:" syntax - I think it handles the problems I have with lambda quite handily. Anna -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-10 Thread Anna
Same here. -- http://mail.python.org/mailman/listinfo/python-list

Re: Statement local namespaces summary (was Re: python3: 'where' keyword)

2005-01-10 Thread Anna
+1 I really like the idea of this. It removes all my objections to lambdas, and replaces it with something clear and readable. I look forward to seeing what comes of it. Anna -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-10 Thread Anna
Jacek Generowicz wrote: > "Anna" <[EMAIL PROTECTED]> writes: > > > With class and def, I at least have a *name* to start with - class > > Square pretty obviously is going to have something to do with > > geometric shapes, I would hope (or maybe w

Re: Securing a future for anonymous functions in Python

2005-01-09 Thread Anna
Jacek Generowicz wrote: > "Anna" <[EMAIL PROTECTED]> writes: > > > Having taken some calculus (derivatives, limits, some integrals) but > > never even heard of lambda calculus, to me, lambda means absolutely > > NOTHING. Less than nothing. > > And

Re: Securing a future for anonymous functions in Python

2005-01-07 Thread Anna
arently, they do), then at least lets get a word that actually *means* something. Every other word in Python has an obvious meaning. lambda doesn't. So, I guess I don't like the word itself - any more than I like how it's (mostly) used. Anna Martelli Ravenscroft -- http://mail.python.org/mailman/listinfo/python-list