Python Logo PNG

from wikipedia

Python is a high-levelinterpretedgeneral-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library. Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0.Python 2.0 was released in 2000 and introduced new features such as list comprehensionscycle-detecting garbage collection, reference counting, and Unicode support. Python 3.0, released in 2008, was a major revision that is not completely backward-compatible with earlier versions. Python 2 was discontinued with version 2.7.18 in 2020.Python consistently ranks as one of the most popular programming languages

Python Logo PNG
 

The Zen of Python

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

 

 


 

 
 Anaconda Logo

https://docs.conda.io/en/latest/miniconda.html



Stackoverflow: 2020 developer survey (No.3):
 
The State of Developer Ecosystem 2021:
https://www.jetbrains.com/lp/devecosystem-2021/
 
TIOBE-index 2022(No.1):
 

ios apps for Python

        pythoni(2.7): https://itunes.apple.com/cn/app/pythoni/id493505744?mt=8

        pythoni3.3:https://itunes.apple.com/cn/app/pythoni3.3/id585633449?mt=8

 

android apps for Python

http://www.qpython.com/


run python in the cloud

https://www.pythonanywhere.com/

http://pythontutor.com

 

https://colab.research.google.com/