Category:Python

From CoMakingSpace Wiki

Revision as of 13:28, 22 August 2017 by Lukas (talk | contribs) (was outdated)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Python is an easy to use and easy to learn high level programming language.

There are two incompatible versions of python in nowadays use, python-2.7.x and python-3.x. This means you can't use a python2 interpreter to execute python3 code and in general it's also not possible to execute python2 code with a python3 interpreter.
But you can easily write code which is executable with both interpreters using __future__ definitions.

Check out the "Heidelberg Python Meetup Group"!

Links

Pages in category "Python"

The following 2 pages are in this category, out of 2 total.