Python For Mac 3.6
Latest Version:
Requirements:
Mac OS X 10.6 or later
Author / Product:
Python Software Foundation / Python for Mac
Old Versions:
Filename:
python-3.6.1-macosx10.6.pkg
Distributing Python Applications on the Mac¶ The “Build Applet” tool that is placed in the MacPython 3.6 folder is fine for packaging small Python scripts on your own machine to run as a standard Mac application. This tool, however, is not robust enough to distribute Python applications to other users.
software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.Python runs on macOS, Windows, Linux/Unix, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. The tool has also been ported to the Java and .NET virtual machines. The app is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.
Some of its key distinguishing features include:
- Very clear, readable syntax
- Strong introspection capabilities
- Intuitive object orientation
- Natural expression of procedural code
- Full modularity, supporting hierarchical packages
- Exception-based error handling
- Very high level dynamic data types
- Extensive standard libraries and third party modules for virtually every task
- Extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
- Embeddable within applications as a scripting interface
Also Available: Download Python for Windows
- Submit New Release
- Edit Python Information
- Submit a New Software
Interpreted, interactive, object-oriented programming language.
- Development
- Languages
- Python
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.
The Python implementation is portable: it runs on many brands of UNIX, on Windows, DOS, OS/2, Mac, Amiga.
- 32218
- LicenseOpen Source
- UNIX, Windows, DOS, OS/2, Mac, Amiga
Downloads / Release History
Related Apps
PyQt 4.12.1Comments
Nidhogg platforms. I am new to coding, learning Python via the interactive version of 'How to think Like a How to Think Like a Computer Scientist' and distance courses.My lecturer is not a native speaker of my language, and I am pretty certain that I'm missing some information that she would be able to give me clearly if I could understand/she could teach in her native language. She is running her examples in CMD during her lectures, and that helps me naught when I am required to code in the prescribed interpreter, PyCharm. Does anyone know of a decent, concise tutorial that I might be able to watch to supplement her lectures?Has anyone else used this method to learn to code?Also, I might simply be dumb. I am not ruling that out. I really wish I understood Japanese.