year,
using Western, Orthodox or Julian algorithms;
* More than 450 test cases.
Where to get it?
http://labix.org/python-dateutil
--
Gustavo Niemeyer
http://niemeyer.net
--
http://mail.python.org/mailman/listinfo/python-list
world timezone information based on
Olson's database.
* Computing of Easter Sunday dates for any given year,
using Western, Orthodox or Julian algorithms;
* More than 400 test cases.
Where to get it?
https://moin.conectiva.com.br/DateUtil
--
Gustavo Niemeyer
ive backtracking solver
- Minimum conflicts solver
Predefined constraint types currently available:
- FunctionConstraint
- AllDifferentConstraint
- AllEqualConstraint
- ExactSumConstraint
- MaxSumConstraint
- MinSumConstraint
- InSetConstraint
- NotInSetConstraint
- SomeInSetConstraint
- SomeNotInS
ably. I confess that even though I'm using CSP logic on
other real world projects, I wrote that module completely for
fun, and was not really caring if I was reinventing the wheel
or not.
> Alexandre Fayolle LOGILAB, Paris (France).
I'm currently in
ive backtracking solver
- Minimum conflicts solver
Predefined constraint types currently available:
- FunctionConstraint
- AllDifferentConstraint
- AllEqualConstraint
- ExactSumConstraint
- MaxSumConstraint
- MinSumConstraint
- InSetConstraint
- NotInSetConstraint
- SomeInSetConstraint
- SomeNotInS
> To reply to the last part of the discussion and esspecially to Gustavo
> Niemeyer, I really apriciate the way in which I had been answered. And
> I won't have any questions about the re module that I had before I
> post this threat.
Great! As I said, that's a nic
oup takes an argument, anyway).
That's what I love in that news group. Someone comes with a
stupid and arrogant question, and someone else answers in a
calm and reasonable way.
Thanks Erik.
--
Gustavo Niemeyer
http://niemeyer.net
--
http://mail.python.org/mailman/listinfo/python-list
- Changed weekday to spell the not-set n value as None
instead of 0.
- Fixed other reported bugs.
[1] http://www.twinsun.com/tz/tz-link.htm
--
Gustavo Niemeyer
http://niemeyer.net
--
http://mail.python.org/mailman/listinfo/python-list
tion use the "*" character and
> to do a Regular Expression search inside a Python code?
>>> import fnmatch
>>> fnmatch.fnmatch("myfilename", "*yf*nam*")
True
>>> fnmatch.translate("*")
'.*$'
>>> fnmatch.translate("?yf*nam?")
'.yf.*nam.$'
--
Gustavo Niemeyer
http://niemeyer.net
--
http://mail.python.org/mailman/listinfo/python-list
> Is there any news regarding Python on the Palm OS front?
As an interesting side effect of the recently announced PalmOS
on Linux, porting Python for that platform will become a lot
easier, hopefully. If only I could find Tim's time-machine and
bring a unit from the future. ;-)
--
10 matches
Mail list logo