Category:Python: Difference between revisions

From CoMakingSpace Wiki

m (was outdated)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 16:31, 22 August 2017

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.