473,811 Members | 3,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Guido at Google

JB
It seems that our master Guido van Rossum had an offer from google and
he accepted it!!

long life to Guido & Goole ! many things to come ;)

ju²
Dec 21 '05
108 5351
For what is worth,
all of the native administration tools of RedHat (all versions) and
Fedora Core are written in python (system-config-* and/or
redhat-config-* ). And even more importantly, yum (the official
software package manager for Fedora and RHEL) and Anaconda (OS
installer) are written in Python, too.

So RedHat, too, has a big interest in Python :-)

--
Renato Ramonda

Dec 22 '05 #41
Cameron Laird wrote:
In article <11************ **********@g14g 2000cwa.googleg roups.com>,
<bo****@gmail.c om> wrote:
.
Well, this may be the CPython way of open source but I don't know if
that is "Open source" in general. Another way is that if someone(or
group) don't like the current state of a project, they fork. I don't
know if that is possible in the context of python, and programming
language in general. Can it still be called python ?

.
While I don't understand the question, it might be pertinent to
observe that, among open-source development projects, Python is
unusual for the *large* number of "forks" or alternative imple-
mentations it has supported through the years <URL:
http://phaseit.net/claird/comp.lang....varieties.html >.


....though not a lot of forks/variations that have persisted past the
early-alpha phase. Many of those projects are stale or defunct, alas.

Personally, I'd point out Scheme as an "open" HLL with a vast number of
implementations . But I guess it helps when the language itself is a
spec and there's no canonical implementation.

This all reminds me of one my favourite quotes from python-list of
yore:

<Thaddeus Olczyk> So python will fork if ActiveState starts
polluting it?

<Brian Quinlan> I find it more relevant to speculate on whether
Python would fork if the merpeople start invading our cities
riding on the backs of giant king crabs. [1]

Merry _('Christmas') to all,
Graham

----
[1] http://mail.python.org/pipermail/pyt...il/037142.html

Dec 22 '05 #42
Steve Holden wrote:
Nicola Musatti wrote:
Of course, I'm going on vacation next week and there was talk
about a one-way ticket to Mexico. The real question is will they let me *back* in? :-)

I would be careful coming back across the border. I heard that the PSU

[suspicous premature end-of-sentence]

Steve, I hope that the PSU is just jamming your comms, and not holding
you captive over the holidays for your transgressions against the
cabal!

Graham

Dec 22 '05 #43
bo****@gmail.co m wrote:
Cameron Laird wrote:
In article <11************ **********@g14g 2000cwa.googleg roups.com>,
<bo****@gmail.c om> wrote:
.
.
.
Well, this may be the CPython way of open source but I don't know if
that is "Open source" in general. Another way is that if someone(or
group) don't like the current state of a project, they fork. I don't
know if that is possible in the context of python, and programming
language in general. Can it still be called python ?


.
.
.
While I don't understand the question, it might be pertinent to
observe that, among open-source development projects, Python is
unusual for the *large* number of "forks" or alternative imple-
mentations it has supported through the years <URL:
http://phaseit.net/claird/comp.lang....varieties.html >.


The question is, can anyone just fork a new one using the python name,
as part of the project, without the permission from the foundation ?
Say for example, anyone want to implement java needs permission from
Sun(or is it javasoft), if I rememeber correctly. Therefore, the only
way to make change to java the language is to convince Sun, very
similar to the model of Python. But many open source project is not
using this model.

Well the name "Python" is a trade mark of the Python Software
Foundation. So if you invent another language and start calling it
"Python" just to get an audience you should expect to receive a
cease-and-desist letter.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC www.holdenweb.com
PyCon TX 2006 www.python.org/pycon/

Dec 22 '05 #44

Steve Holden wrote:
Well the name "Python" is a trade mark of the Python Software
Foundation. So if you invent another language and start calling it
"Python" just to get an audience you should expect to receive a
cease-and-desist letter.

That is what I expect but don't know to what extend. Can it be called
PythonModified like when people enhance vi so there is vim and nvi etc
?

What about the copyright in CPython ? Can I someone take the codebase
and make modifications then call it Sneak ?

Dec 22 '05 #45
On Thu, 2005-12-22 at 08:18, bo****@gmail.co m wrote:
Cameron Laird wrote:
In article <11************ **********@g14g 2000cwa.googleg roups.com>,
<bo****@gmail.c om> wrote:
.
.
.
Well, this may be the CPython way of open source but I don't know if
that is "Open source" in general. Another way is that if someone(or
group) don't like the current state of a project, they fork. I don't
know if that is possible in the context of python, and programming
language in general. Can it still be called python ?

.
.
.
While I don't understand the question, it might be pertinent to
observe that, among open-source development projects, Python is
unusual for the *large* number of "forks" or alternative imple-
mentations it has supported through the years <URL:
http://phaseit.net/claird/comp.lang....varieties.html >.

The question is, can anyone just fork a new one using the python name,
as part of the project, without the permission from the foundation ?
Say for example, anyone want to implement java needs permission from
Sun(or is it javasoft), if I rememeber correctly. Therefore, the only
way to make change to java the language is to convince Sun, very
similar to the model of Python. But many open source project is not
using this model.


Most of your question can be answered by reading the license. Section 3
of version 2 of the PSF license states:
"""
3. In the event Licensee prepares a derivative work that is based on
or incorporates Python or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to Python.
"""

In other words, you can change Python to your liking and distribute the
changed version, as long as you tell people how it differs from Python.
Since the changed version is different from Python, calling it Python
would be a) boneheaded and b) as Steve Holden points out, a trademark
violation. Note that section 7 states that "This License Agreement does
not grant permission to use PSF trademarks or trade name in a trademark
sense to endorse or promote products or services of Licensee, or any
third party" and the Python name is a trademark of the PSF.

So, if there is something you don't like about Python, you have two
choices:
1) Seek consensus with the Python community and have your changes
accepted into the "official" Python version, or
2) Fork Python into something else with a different name. If the
different name contains 'Python', you'll probably have to ask PSF for
permission. In any case, as outlined above, you have have to state that
the fork is based on Python and summarize how it differs from Python.

Hope this clears things up,

Carsten.
Dec 22 '05 #46

Carsten Haese wrote:
So, if there is something you don't like about Python, you have two
choices:
1) Seek consensus with the Python community and have your changes
accepted into the "official" Python version, or
2) Fork Python into something else with a different name. If the
different name contains 'Python', you'll probably have to ask PSF for
permission. In any case, as outlined above, you have have to state that
the fork is based on Python and summarize how it differs from Python.

Hope this clears things up,

Thanks, though I don't have urgent need(if at all) to see changes in it.

Dec 22 '05 #47
bo****@gmail.co m wrote:
Steve Holden wrote:
Well the name "Python" is a trade mark of the Python Software
Foundation. So if you invent another language and start calling it
"Python" just to get an audience you should expect to receive a
cease-and-desist letter.


That is what I expect but don't know to what extend. Can it be called
PythonModified like when people enhance vi so there is vim and nvi etc
?

What about the copyright in CPython ? Can I someone take the codebase
and make modifications then call it Sneak ?

Far answers to this and all other (as far as I can determine)
hypothetical questions please refer to the license.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC www.holdenweb.com
PyCon TX 2006 www.python.org/pycon/

Dec 22 '05 #48
On Thu, 22 Dec 2005 06:18:52 -0800, Graham Fawcett wrote:
Steve Holden wrote:
I would be careful coming back across the border. I heard that the PSU

[suspicous premature end-of-sentence]

Steve, I hope that the PSU is just jamming your comms, and not holding
you captive over the holidays for your transgressions against the
cabal!


No, you don't understand. There is no PSU, and Steven doesn't know about
them (since it doesn't exist), and he nor I were held captive by the PSU,
since it doesn't exist. Nor is there, in fact, a PSU. Please stop
spreading rumours about the PSU. Not that you would be hunted down and
silenced forcefully by the PSU, which doesn't exist, if you continued to
spread such malignant lies about the existance of the non-existant PSU,
which doesn't exist, of course. Because it doesn't exist. So it wouldn't
be able to do that. Trust me.

Not-brainwashed-after-a-long-but-utterly-unsuspicious-and-PSU-unrelated-absense'ly
y'rs,
--
Thomas Wouters <th****@xs4all. net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!

Dec 22 '05 #49
Graham Fawcett wrote:
Steve Holden wrote:
Nicola Musatti wrote:
Of course, I'm going on vacation next week and there was talk
about a one-way ticket to Mexico. The real question is will they let me *back* in? :-)

I would be careful coming back across the border. I heard that the PSU


[suspicous premature end-of-sentence]

Steve, I hope that the PSU is just jamming your comms, and not holding
you captive over the holidays for your transgressions against the
cabal!


At about the same instant that he sent that message to group, I was
trying to call Steve on Google Talk and he suddenly went offline. I
haven't seen him since.

While I'm worried for him personally, all I can say is that I think it's
a darn good thing for the community...

....I mean, that he's not the PyCon conference chair this year!

-Peter

Dec 22 '05 #50

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

Similar topics

24
1993
by: Dave Benjamin | last post by:
Guido gave a good, long interview, available at IT Conversations, as was recently announced by Dr. Dobb's Python-URL! The audio clips are available here: http://www.itconversations.com/shows/detail545.html http://www.itconversations.com/shows/detail559.html I'd like to comment on a few parts of that interview. One thing Guido mentions in his comparison of ABC (Python's predecessor) and
99
4695
by: Shi Mu | last post by:
Got confused by the following code: >>> a >>> b >>> c {1: , ], 2: ]} >>> c.append(b.sort()) >>> c {1: , ], 2: , None]}
2
1935
by: Luis M. González | last post by:
This article is in Dutch: http://www.computable.nl/nieuws.htm?id=1039941&WT.mc_id=rss According to this blog entry, it says that Guido has been hired by Google to work on Pypy: http://zephyrfalcon.org/weblog2/arch_e10_00870.html Is there anyone who can confirm this information? Luis
267
10877
by: Xah Lee | last post by:
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python. In Guido's blog written in 2006-02-10 at http://www.artima.com/weblogs/viewpost.jsp?thread=147358
0
9731
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, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
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
10393
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
10136
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
9208
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 project—planning, coding, testing, and deployment—without 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
7671
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...
0
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5556
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5697
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.