Talk:Python (programming language)
This is the talk page for discussing improvements to the Python (programming language) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Archives: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11Auto-archiving period: 3 months |
Python (programming language) was one of the Engineering and technology good articles, but it has been removed from the list. There are suggestions below for improving the article to meet the good article criteria. Once these issues have been addressed, the article can be renominated. Editors may also seek a reassessment of the decision if they believe there was a mistake. | ||||||||||||||||||||||
|
This level-5 vital article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||
|
This article is written in American English, which has its own spelling conventions (color, defense, traveled) and some terms that are used in it may be different or absent from other varieties of English. According to the relevant style guide, this should not be changed without broad consensus. |
GA reassessment
[edit]The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
- Article (edit | visual edit | history) · Article talk (edit | history) · Watch • • Most recent review
- Result: No improvemnent, so delisted. ~~ AirshipJungleman29 (talk) 13:16, 9 February 2023 (UTC)
A 2007 listing of a still in-use programming language; no surprise that huge amounts of material is unsourced, violating GA criterion 2. I also feel that too much detail is being paid to the syntax of the language, possibly violating criterion 3b). ~~ AirshipJungleman29 (talk) 12:37, 1 February 2023 (UTC)
- See above for further issues. No harm in starting the reassessment now. ~~ AirshipJungleman29 (talk) 12:41, 1 February 2023 (UTC)
- @AirshipJungleman29: can you notify the major contributors, reviewers and initial nominator? Pings may be missed, and I only pinged those with over 5% authorship. Feel free to remove this comment afterwards. Femke (alt) (talk) 14:00, 1 February 2023 (UTC)
- @Abductive, Comp.arch, Thumperward, and Akeosnhaoe:
- Perhaps @Peterl, Gadfium, TJRC, MrOllie, and Peaceray: too. ~~ AirshipJungleman29 (talk) 14:36, 1 February 2023 (UTC)
- Femke (alt), this article annoyingly dates to before the days of nominator/reviewer.~~ AirshipJungleman29 (talk) 14:33, 1 February 2023 (UTC)
- I am not a major contributor to this article, I just ran a couple of bots on it. Abductive (reasoning) 14:37, 1 February 2023 (UTC)
- @Abductive, Comp.arch, Thumperward, and Akeosnhaoe:
- @AirshipJungleman29: can you notify the major contributors, reviewers and initial nominator? Pings may be missed, and I only pinged those with over 5% authorship. Feel free to remove this comment afterwards. Femke (alt) (talk) 14:00, 1 February 2023 (UTC)
Disambiguation addition
[edit]So there are 2 articles. 1 is about a TLD and the 2nd one is a redirect to this article. I was wondering if I should redirect users to the PYC Disambiguation page. Please drop a opinion! Robloxguest3 (talk) 00:45, 18 August 2024 (UTC)
- I had reverted the addition of the hatnote since I didn't immediately think it was undue for the TLD (.рус, which is actually made up of characters from Cyrillic script in Unicode § Basic Cyrillic alphabet).
- I agree that it is/was difficult to get to the TLD articles since if a user types the latin ".pyc" you only see .pyc, which is a redirect to this article. Just now the state was changed so that the latin .pyc has been retargeted to the TLD and the TLD has a hatnote added linking to the programming language. Skynxnex (talk) 14:57, 18 August 2024 (UTC)
- Yeah I did that I think. I kinda forgot if I did or not, but I'm pretty sure I did. Thanks for your reply! Robloxguest3 (talk) 18:57, 18 August 2024 (UTC)
Wiki Education assignment: Introduction to Technical Writing
[edit]This article was the subject of a Wiki Education Foundation-supported course assignment, between 13 August 2024 and 17 December 2024. Further details are available on the course page. Student editor(s): Christianjgarcia (article contribs).
— Assignment last updated by Christianjgarcia (talk) 17:22, 2 October 2024 (UTC)
Ease of Learning
[edit]- Not done – please clarify Merely pasting text onto a talk page will not get anything done. Is this a change that you want to see incorporated into the article? Please be specific about the change(s) that you want. Peaceray (talk) 17:10, 16 December 2024 (UTC)
Syntax for Beginners
[edit]- Print Function: Python uses the
print()
function to output data to the console. Unlike many languages, Python does not require semicolons at the end of statements, making it more readable. - Variable Assignment: Python is dynamically typed, meaning variables are assigned values directly without the need to declare their type. The type is inferred based on the assigned value. Example:
name = "JadPythonWiki"
- Indentation: Python uses indentation, rather than braces
{}
, to define blocks of code. Indentation must be consistent to avoid errors, making Python code clean and readable. - Input: Python uses the
input()
function to receive user input. By default, the input is returned as a string, which can be converted to other types if necessary. - Comments: Python supports single-line comments, which begin with the
#
symbol. Comments are ignored by the interpreter and are used to document the code. - Function Definition: Functions in Python are defined using the
def
keyword, followed by the function name and parameters in parentheses. Python functions can return values using thereturn
statement.
- Not done – please clarify Merely pasting text onto a talk page will not get anything done. Is this a change that you want to see incorporated into the article? Please be specific about the change(s) that you want. Peaceray (talk) 17:10, 16 December 2024 (UTC)
- Delisted good articles
- Old requests for peer review
- C-Class level-5 vital articles
- Wikipedia level-5 vital articles in Technology
- C-Class vital articles in Technology
- C-Class Computing articles
- High-importance Computing articles
- C-Class software articles
- High-importance software articles
- C-Class software articles of High-importance
- All Software articles
- C-Class Computer science articles
- Mid-importance Computer science articles
- C-Class Free and open-source software articles
- High-importance Free and open-source software articles
- C-Class Free and open-source software articles of High-importance
- All Free and open-source software articles
- All Computing articles
- High-importance Computer science articles
- WikiProject Computer science articles
- Wikipedia articles that use American English