Talk:Python (programming language): Difference between revisions

Content deleted Content added
Problems: new section
Reverted 1 edit by 2001:4455:344:CE00:7D79:6CA7:6885:4151 (talk): Off topic
 
(14 intermediate revisions by 12 users not shown)
Line 43:
{{Wikipedia:Good article reassessment/Python (programming language)/1}}
 
== Ease of Learning ==
{{Inappropriate comment
|action=tag over
|reason=[[WP:TALK#PROPOSE]]
|comment=
Python is often considered one of the easiest programming languages to learn, making it accessible to people of all ages. Its simple, readable syntax emphasizes clarity, allowing beginners to quickly grasp fundamental programming concepts without being overwhelmed by complex rules. Even children can learn Python, thanks to its straightforward design and beginner-friendly resources. The language encourages an interactive learning experience, where users can immediately test and run code in a simple way, making it ideal for newcomers to programming.
 
Python's clean and consistent syntax reduces the learning curve, enabling new programmers to focus on solving problems rather than struggling with complicated syntax rules. This simplicity, combined with its powerful capabilities, makes Python an excellent choice for people who are just starting to learn coding. [[User:JadPythonWiki|JadPythonWiki]] ([[User talk:JadPythonWiki|talk]]) 15:44, 16 December 2024 (UTC)
}}
:{{Not done unclear}} 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. [[User:Peaceray|Peaceray]] ([[User talk:Peaceray|talk]]) 17:10, 16 December 2024 (UTC)
 
== Syntax for Beginners ==
{{Inappropriate comment
|action=tag over
|reason=[[WP:TALK#PROPOSE]]
|comment=
Python's syntax is designed to be simple and easy to read, contributing to its popularity as an introductory programming language. Some key features of Python's syntax include:
 
* '''Print Function''': Python uses the <code>print()</code> 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: <code>name = "JadPythonWiki"</code>
* '''Indentation''': Python uses indentation, rather than braces <code>{}</code>, to define blocks of code. Indentation must be consistent to avoid errors, making Python code clean and readable.
* '''Input''': Python uses the <code>input()</code> 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 <code>#</code> symbol. Comments are ignored by the interpreter and are used to document the code.
* '''Function Definition''': Functions in Python are defined using the <code>def</code> keyword, followed by the function name and parameters in parentheses. Python functions can return values using the <code>return</code> statement.
 
[[User:JadPythonWiki|JadPythonWiki]] ([[User talk:JadPythonWiki|talk]]) 15:53, 16 December 2024 (UTC)
}}
 
:{{Not done unclear}} 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. [[User:Peaceray|Peaceray]] ([[User talk:Peaceray|talk]]) 17:10, 16 December 2024 (UTC)
== "[[:Pyston]]" listed at [[Wikipedia:Redirects for discussion|Redirects for discussion]] ==
[[File:Information.svg|30px]]
Line 93 ⟶ 64:
 
1, Why does the programing language template doesn't use an [https://www.python.org/community/logos/ offical logo] of Python, like it [https://en.wikipedia.org/w/index.php?title=Python_(programming_language)&oldid=1299817513 did before]? [[User:Xzkdeng|Xzkdeng]] ([[User talk:Xzkdeng|talk]]) 08:51, 15 July 2025 (UTC)
 
== "Batteries included" removed ==
 
Because in the first reference that was given the term "batteries" doesn't show up anymore, and the second reference is a long-withdrawn PEP. [[User:Jae|jae]] ([[User talk:Jae|talk]]) 12:20, 17 July 2025 (UTC)