Re: Thanks from the Java Developer
Me too. I feel like I've been living under a rock. Did all this just happen in the last few years? -- http://mail.python.org/mailman/listinfo/python-list
perspective on ruby
I apologize if this is a stupid question, I'm asking Python group for perspective on Ruby, but I don't see how the alternative of going to a ruby group for a perspective on Ruby is going to do me any good... I just unpacked and tried out InstantRails, after turning off the local Plone stack. Looking over the IR stack, making the required hacks to the examples, looking at all it's pieces(including some of the more powerful PHP support mixed in), looking at the shipped examples, I had to marvel again at how far behind these folks are compared to something like Zope. They are 10 years behind an integrated platform like that. I just don't get it. The scripted object-oriented clean programming language is done. I'm more than willing to supprt RoR if it's being sold as the popular alternative to .NET programming, which it is in some CS curriculum (where Java being thrown out). But, all those "END"s are getting on my nerves. Thx -- http://mail.python.org/mailman/listinfo/python-list
Re: proposed Python logo
That's a good try... Can we get some street pros? http://www.graffitifonts.com/ -- http://mail.python.org/mailman/listinfo/python-list
Re: R Paul Johnson is out of the office.
ok, who's been playing with mailman? -- http://mail.python.org/mailman/listinfo/python-list
Re: python application ideas.
I need a python source code diagrammer that actually works out-of-the-box to explore all the code already written out there. something like SmallWorlds was to java before they got rid of it. -- http://mail.python.org/mailman/listinfo/python-list
newbie: plain old object kernel already built in?
I'm looking to do something like POJO/AOP in Python. (ref pojo, aspectj for Java, CodeFarms for C++ http://www.codefarms.com/ , esp see two-layer diagram #2 here: http://incode.sourceforge.net/index.html ). The thing with a two-layer design and plain old objects is you need a kernel to manage it, seems to me. JBoss is a pojo kernel in the java arena. Is this already built-in to python somehow? (had gone looking for unit testing in python and found it built-in, figured this question worth a shot) The trouble with existing pojo kernels implemented with aspect syntax is that the aspects are in the language, seems to me you need the second layer to be implemented in a rdbms if you want to be taken seriously by enterprises. Thanks, -Rich -- http://mail.python.org/mailman/listinfo/python-list
Python date time API
Hi, I am python novice, trying to convert a boost::gregorian::date out to python using PyDateTime C-api interface. I was coring because the C- API failed to initialize. The error was: AttributeError: "module" object has not attribute datetime_CAPI As indicated by the error, a dir(datetime) gives me the following output. ['MAXYEAR', 'MINYEAR', '__doc__', '__file__', '__name__', 'date', 'datetime', 'time', 'timedelta', 'tzinfo'] I am note sure why datetime_CAPI is missing? I would appreciate any input. Regards, Ramesh -- http://mail.python.org/mailman/listinfo/python-list
