Difference between revisions of "Python"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(5 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 10: Line 10:
  
  
== Changelog ==
+
== [[Python versions|Changelog]] ==
* [[Python 3.9]] ([[Ubuntu 21.04]])
+
{{Python TOC}}
* [[Python 3.8]]
 
* [[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 35: Line 33:
 
* <code>[[print]]</code>
 
* <code>[[print]]</code>
 
* [[Python join()]]
 
* [[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 https://cs50.harvard.edu/python/2022/
+
* Follow this course from [[Harvard]]: https://cs50.harvard.edu/python/2022/
  
 
== See also ==
 
== See also ==

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: