Category:Python

From CoMakingSpace Wiki

Revision as of 16:31, 22 August 2017 by Lukas (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.