Difference between revisions of "Python"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[wikipedia:Python (programming language)]] (1991)
+
[[wikipedia:Python (programming language)]] (1991) is [[dynamically typed]] and [[garbage-collected]].
  
 
* [[Shebang]]: <code>#![[/usr/bin/env]] [[python]]</code>
 
* [[Shebang]]: <code>#![[/usr/bin/env]] [[python]]</code>
Line 7: Line 7:
 
* <code>[[apt install python]]</code>
 
* <code>[[apt install python]]</code>
  
 +
* [[Python: variables]], [[casting]]
  
== Changelog ==
+
 
* [[Python 3.9]] ([[Ubuntu 21.04]])
+
== [[Python versions|Changelog]] ==
* [[Python 3.8]]
+
{{Python TOC}}
* [[Python 3.5]] (2015)<ref>https://www.python.org/downloads/release/python-350/#:~:text=is%20available%20here.-,Python%203.5.,released%20on%20September%2013th%2C%202015.</ref> has added support for <code>async/[[await]]</code> as described in [[PEP]] 492 (https://www.python.org/dev/peps/pep-0492/).
 
  
 
== Related ==
 
== Related ==
Line 22: Line 22:
 
* <code>[[import]]</code>, <code>[[from]]</code>
 
* <code>[[import]]</code>, <code>[[from]]</code>
 
* [[Flake8]], [[pylint]]
 
* [[Flake8]], [[pylint]]
* [[Pandas]] library
+
* [[Pandas]] [[library]]
 
* [[Tuple]], [[list]], [[Set (python)|set]]
 
* [[Tuple]], [[list]], [[Set (python)|set]]
 
* [[await]]
 
* [[await]]
Line 31: Line 31:
 
* [[Classes]]: <code>[[class:]]</code>
 
* [[Classes]]: <code>[[class:]]</code>
 
* [[Methods]]
 
* [[Methods]]
 +
* <code>[[print]]</code>
 +
* [[Python join()]]
 +
* {{FROM}}
  
 
== Activities ==
 
== Activities ==
 
* Read https://stackoverflow.com/questions/tagged/python?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/python?tab=Votes
 +
* Follow this course from [[Harvard]]: https://cs50.harvard.edu/python/2022/
  
 
== See also ==
 
== See also ==
 
* {{python}}
 
* {{python}}
* {{langs}}
 
 
* {{languages}}
 
* {{languages}}
  
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Latest revision as of 10:39, 8 September 2023

wikipedia:Python (programming language) (1991) is dynamically typed and garbage-collected.


Changelog[edit]

Related[edit]

Activities[edit]

See also[edit]

  • https://www.python.org/downloads/release/python-350/#:~:text=is%20available%20here.-,Python%203.5.,released%20on%20September%2013th%2C%202015.
  • Advertising: