Talk:Q28865

From Wikidata
Jump to navigation Jump to search

Autodescription — Python (Q28865)

description: general-purpose programming language
Useful links:
See also


Keep old and maintained Python versions as privileged

[edit]

@Premeditated: Can we keep last versions of Python v3.5 and v3.6 as privileged. There are still maintained by the Python project. That way, they get displayed in the French infobox. Why do you want to remove them? −− Mo5ul (talk)

@Mo5ul: Hi, thanks for reaching out to me. You are right I made a mistake, I had v3.4 in mind for the v3.5 edit. So I will correct both of them. Thanks for pointing it out for me :) - Premeditated (talk) 11:29, 12 June 2019 (UTC)[reply]
@CupIvan: Could you read upper discussion. Thank you.

Keep versions in development in privilege rank

[edit]

@Dieter123:. Can we keep the versions in development state with the privilege rank. Today it would be the 3.9.0b4 and 3.8.4rc1. Otherwise, the French infobox model for programming language is displaying all versions in development (alpha, beta, RC) in particular the old ones: fr:Python_(langage). Can you explain for which reason did you move them to the normal rank. Thank you. Mo5ul (talk)

Das wusste ich nur nicht, das dies im französischen Infobox-Model geht, ist o.k., danke--Dieter123 (talk) 17:21, 7 July 2020 (UTC)[reply]
Noch etwas hierzu, die Infobox in der deutschen Wikipedia ins nicht so gut programmiert wie die Infobox in der französischen Wikipedia. In der deutschen Wikipedia-Infobox wird automatisch die Version als aktuelle stabile Version angezeigt, welche bei Wikidata an erster Stelle mit "Bevorzugter Rang" gelistet ist, egal ob Beta oder Stable etc.! https://fr.wikipedia.org/wiki/Python_(langage), https://de.wikipedia.org/wiki/Python_(Programmiersprache) --Dieter123 (talk) 14:32, 14 July 2020 (UTC)[reply]

Influenced by Java?

[edit]

There's no reference.

Actually, Python was released before Java. Some influence may have come in more recent versions, but it would be marginal, if any.

I have searched extensively and I have not found any grounding. Opinions tend to be in agreement about the fact there is *no* significant influence:

https://www.quora.com/Is-the-Python-language-based-on-the-Java-programming-language

Lacking any reason for it, I suggest to remove the association.  – The preceding unsigned comment was added by 11 February 2022 (talk • contribs) at 08:08 (UTC).

Class hierarchy

[edit]

I'm new to wikidata but something seems strange about this entry. When I execute the sparql query on https://query.wikidata.org/,

 PREFIX wdt: <http://www.wikidata.org/prop/direct/>
 PREFIX wd: <http://www.wikidata.org/entity/>
 SELECT ?class ?classLabel WHERE {
   wd:Q28865 wdt:P31 ?class.
   SERVICE wikibase:label {
         bd:serviceParam wikibase:language "en" .
     }
 }

, I get only a single class as result:

wd:Q899523 object-based language

If I do the same for other languages, for example Haskell, I get all classes including programming-language as superclass. Does anyone know why this is so? Matto155 (talk) 09:30, 17 January 2024 (UTC)[reply]