473,748 Members | 2,239 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

glossary wiki

Hi all,

in a recent thread

Bengt Richter said unto the world upon 2004-09-04 15:31:

<SNIP>
This brings up the question of standard terminology (e.g. for
namespace). If one googles for python glossary, the top references are
mostly

http://manatee.mojam.com/python-glossary

which seems not to have caught on so far (mea culpa too, since it takes
volunteers ;-/ ).
<SNIP>
Re defintions, perhaps it is time to reinvigorate Skip's wiki or
something like that?
<SNIP>
Regards,
Bengt Richter


I've been reading this newsgroup and the Tutor list for a while (I'm still
a relative novice). It seems to me that a more lively glossary wiki might
well help reduce the repetition of some responses on both lists. (Sure,
not everyone will search before asking, but one can hope, right?) I can
say that as a learner, I would very much value a more vigorously
maintained glossary wiki.

On "the effort where my mouth is" principle I have gone and added several
entries: duck typing, dynamically typed, statically typed, and type. But,
as a newbie, I am not wholly confident that what I have said is entirely
right.

So please, if anyone has an interest in keeping a good glossary up to
date, surf by http://manatee.mojam.com/python-glossary and heal my errors
or extend the glossary yourself.

Best to all and thanks,

Brian vdB

Jul 18 '05 #1
4 1735
Brian van den Broek wrote:
So please, if anyone has an interest in keeping a good glossary up to
date, surf by http://manatee.mojam.com/python-glossary and heal my
errors or extend the glossary yourself.


I guess it would be nice to put this glossary on
http://www.python.org/moin/.

Regards,
Nicolas
Jul 18 '05 #2

Nicolas> I guess it would be nice to put this glossary on
Nicolas> http://www.python.org/moin/.

That's fine with me. If someone does it let me know and I'll dump mine and
redirect to the relevant page.

Skip
Jul 18 '05 #3
At some point, Skip Montanaro <sk**@pobox.com > wrote:
Nicolas> I guess it would be nice to put this glossary on
Nicolas> http://www.python.org/moin/.

That's fine with me. If someone does it let me know and I'll dump mine and
redirect to the relevant page.

Skip


Done; it's the PythonGlossary page, linked off of the Documentation
page.

(It's very easy when both wikis use MoinMoin :-)

--
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/
|c******@physic s.mcmaster.ca
Jul 18 '05 #4

Nicolas> I guess it would be nice to put this glossary on
Nicolas> http://www.python.org/moin/.
That's fine with me. If someone does it let me know and I'll dump
mine and redirect to the relevant page.


David> Done; it's the PythonGlossary page, linked off of the
David> Documentation page.

David> (It's very easy when both wikis use MoinMoin :-)

And the old glossary now redirects to the new one.

Skip
Jul 18 '05 #5

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

Similar topics

0
1519
by: Skip Montanaro | last post by:
Awhile ago, in response to confusion about the meaning of "iterable", I decided the Python documentation needed a glossary and created one with that single entry. Adding a glossary to the documentation with a single term seemed kind of pointless, so I didn't check anything into CVS. I'm still interested in getting this off the ground, though. To make it more likely that something significant gets done, I created a Wiki to which people...
1
2437
by: Skip Montanaro | last post by:
Thanks to people who submitted content for the Python Glossary: http://manatee.mojam.com/python-glossary I just completed a first pass at folding it into the Python tutorial. It's now a separate appendix to that document. It will take awhile for the changes to show up on the website and in distributions, but if you have named CVS access to the Python distribution, you can get to it now. People with only anonymous CVS access or no...
0
1466
by: Andy Rossmeissl | last post by:
Hi there- I run a rather large website that serves primarily as a technical information repository. I've been researching ways to process documents as they're served in such a way that technical terms which have glossary entries are made into hyperlinks pointing at their entry in a glossary. The site is XHTML 1.0 Strict compliant, but unfortunately it's necessary that I serve it from IIS (Windows). Am I correct that this is something that...
7
2648
by: Andreas Prilop | last post by:
I'm looking for an appropriate markup for a dictionary/glossary. A dummy example is English German eight acht five fünf four vier nine neun one eins seven sieben
1
3073
by: syamlalz | last post by:
Hi all.. I want to create a math glossary in flash using XML to load data. http://www.icoachmath.com/SiteMap/MathDictionaryMain.html This is a sample site contains data. I would like to make one lik this in flsh...Any one please help me to find a samle flash glossary site....
1
1046
by: =?Utf-8?B?bWRyYXl3ZWxzaA==?= | last post by:
Would someone instruct me how to access the Glossary with the computer terminology. Thank you! Mark -- "I know that I do not know."
3
5140
by: LongpreC | last post by:
Hi, I've been using Oracle Translation Hub with the Trados glossary to translate my application. It worked fine for the past 2 years. It stopped working for the past couple of days. Here's the problem. After adding translations to the glossary, i'm trying to apply the glossary to a report. In the output window, i've got the message saying that the glossary was applied, but the status remains NEW for all labels and nothing actually...
0
864
by: Paddy | last post by:
The official glossary entry here: http://docs.python.org/tut/node18.html#l2h-46 says: " duck-typing Pythonic programming style that determines an object's type by inspection of its method or attribute signature rather than by explicit relationship to some type object ("If it looks like a duck and quacks like a duck, it must be a duck.") By emphasizing interfaces rather than specific types, well-designed code improves its flexibility by...
0
781
by: Terry Reedy | last post by:
skip@pobox.com wrote: Arnaud Delobelle wrote a python script to convert the entries into a nice 4-column table in an html file. I will be adding that, with a couple of corrections, to the downloads page. It should be a separate page. Could an html file be loaded into a wiki page? (I looked but did not see anything about file uploading in the help files.) If not, that is your answer.
0
8830
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
9544
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
9247
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...
1
6796
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
6074
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
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3313
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
2783
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.