473,748 Members | 7,608 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SQLALCHEMY - Method to have the last word, by Michael Bayer

[1]

-

/ metaperl:
>>TurboEntity was quite sweet. Supposedly a complete rewrite as a new
product is on its way though.
Ilias Lazaridis:
>>the first major problem of this rewrite:
it happens 'silently' (non-public)
Michael Bayer wrote within:
http://groups.google.com/group/sqlal...7a096a61abfc6f
>django was not available to the public until it was fully functional
(youd go to the site and just get a "coming soon"-style splash
page)..and even then it was already in production use in earlier forms.
they knew that if you release something that wasnt polished and would
lead to user frustration, people would get disinterested and leave.
the strategy seems to have worked for them.
I understand your elaborations.

Possibly "sqlalchemy " should do the same, until it's fully functional
and do not 'frustrate users'.

And "Turbogears ", too. And Django, as it's still not fully functional
(mainly due to it's deficient ORM layer).

Or all those projects remain open(!), allowing users and contributors
to review the source(!), in order to be able to contribute
requirements, ideas, patches, sources etc.!
>its not your grandfather's open source community !
Please keep relatives out of discussions.

-

[1]
Continueing a thread from "sqlalchemy group) within comp.lang.pytho n
(closest public usenet group), because "Michael Bayer" has closed the
thread within google.groups (no reply possible to anyone) prior to
enabling my answer to his message.

http://groups.google.com/group/sqlal...1b3b14d8108ac0

..

--
http://dev.lazaridis.com/base

Dec 19 '06 #1
6 1486
I understand your elaborations.
>
Possibly "sqlalchemy " should do the same, until it's fully functional
and do not 'frustrate users'.

And "Turbogears ", too. And Django, as it's still not fully functional
(mainly due to it's deficient ORM layer).

Or all those projects remain open(!), allowing users and contributors
to review the source(!), in order to be able to contribute
requirements, ideas, patches, sources etc.!

Except from outrageous demands and feeble default-parameter-alterations I've
yet to encounter anything that is an actual contribution to the half dozen
Python FOSS projects I've observed you "evaluating ". How about stop
whining, and start contributing real code? Better yet, start your fabled
ORM layer and see who's willing to join.
>>its not your grandfather's open source community !

Please keep relatives out of discussions.
Please keep discussions that for a good reason have been closed due to your
inability to communicate with fellow human beings where they belong: in the
dark abyss the news and mailing list archives of google are. And stop
hurling them over to c.l.py like a small child complaining that the others
won't play with it anymore, just because it smeared it's poo over their
toys.

You keep too much brain- and virtual-space occupied, space that otherwise
could be used to produce useful stuff.

So - stop it, go away, and please, pretty please with sugar on top: don't
come back. Python doesn't need you, this NG doesn't need you, no FOSS
project needs you. Buy a dog. That needs you. Until it runs away from
being "evaluated" .

Diez
Dec 19 '06 #2
Ο/Η Diez B. Roggisch *γραψε:
.... (several off-topics)

Please control yourself.

Ï/Ç metaperl:
>>TurboEntity was quite sweet. Supposedly a complete rewrite as a new
product is on its way though.
Ilias Lazaridis:
>>the first major problem of this rewrite:
it happens 'silently' (non-public)
3 projects (TurboEntity, ActiveMapper, and one unpublished) join, in
order to provide an better ORM layer for Python.

How is the project moving on?

How can one contribute?

I don't know - does anyone have more information?

..

--
http://case.lazaridis.com/wiki/Persist

Dec 19 '06 #3
Ilias Lazaridis wrote:
How can one contribute?
you can't.

</F>

Dec 19 '06 #4
"Diez B. Roggisch" <de***@nospam.w eb.dewrote:
So - stop it, go away, and please, pretty please with sugar on top: don't
come back. Python doesn't need you, this NG doesn't need you, no FOSS
project needs you. Buy a dog. That needs you. Until it runs away from
being "evaluated" .
This proves it.

Wearing skull socks makes you mean.

- Hendrik

Dec 20 '06 #5
Hendrik van Rooyen wrote:
"Diez B. Roggisch" <de***@nospam.w eb.dewrote:
>So - stop it, go away, and please, pretty please with sugar on top: don't
come back. Python doesn't need you, this NG doesn't need you, no FOSS
project needs you. Buy a dog. That needs you. Until it runs away from
being "evaluated" .

This proves it.

Wearing skull socks makes you mean.
Ahh, I guess you're right - that twitching in my feet.... I should get rid
of them, wear cherubim socks instead and take a more relaxed stance towards
Ilias and his kind.

If only I manage to really do this until "they" convince me to keep them,
wearing them even in my sleep...

Diez
Dec 20 '06 #6
"Diez B. Roggisch" <de***@nospam.w eb.dewrote:
Hendrik van Rooyen wrote:
Wearing skull socks makes you mean.

Ahh, I guess you're right - that twitching in my feet.... I should get rid
of them, wear cherubim socks instead and take a more relaxed stance towards
Ilias and his kind.

If only I manage to really do this until "they" convince me to keep them,
wearing them even in my sleep...
Is there some of way of suppressing the deadly information
in this thread before the Spanish Inquisition sees it ?

- Hendrik

Dec 21 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2355
by: oi | last post by:
http://www.bayerdiag.com/index.cfm is a financial PR site clicking on "diabetes blah blah" links on various sites, just sends one on a multi- branching pseudo-circular goose chase. (just as spam-link operators do) http://www.ascensia.com/ (glucose meters) http://www.bayercarediabetes.com/ I tried a Google site: search of www.bayer.com .. many pages must be META-ed out.
20
3909
by: John Salerno | last post by:
Are there any major differences between these two? It seems they can both be used with TurboGears, and SQLAlchemy with Django. I'm just wondering what everyone's preference is, and why, and if there are even more choices for ORM. Thanks.
0
1366
by: Karlo Lozovina | last post by:
I've just upgraded to Python 2.5, SQLAlchemy 0.3.3, and py2exe 0.6.5 (the py2.5 version, yes). Simple: --- import sqlalchemy print 'Test' ---
0
1432
by: Nathan Harmston | last post by:
HI, I posted this to sqlalchemy but didnt get a response, so I was wondering if anyone on python-list could help me. I m currently trying to build an api for a database and I really like the way that Djangos manager ( Class_name.objects ) is set up. This seems very intuitive for me. After reading through the some of the django source and getting slightly confused I ve implemented a basic version for one of my tables. The problem is I...
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9537
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8241
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3309
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.