Skip to content

Commit

Permalink
updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 3, 2017
1 parent d0e9b05 commit 7b99fe6
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Python programming tutorial

Python is a high-level programming language. That means that it's easy
to learn and work with, so it's a great choice for a first programming
language.

No tutorial is good for everyone. This one is aimed at people with no
programming experience at all or very little programming experience. If
you have programmed a lot in the past using some other language you
probably want to read [the official
tutorial](https://docs.python.org/3/tutorial/) instead.
**If you like this tutorial, please [give it a
star](#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).**

This is a Python 3 programming tutorial for beginners. If you have never
programmed before click [here](basics/what-is-programming.md) to find
out what programming is like and get started.

This tutorial was written in Python 3, and you need Python 3 or newer to
be able to run the example code yourself. Python 2 is getting outdated
all the time, and more and more projects are moving to Python 3. There
are a few popular libraries that don't support Python 3 that well at the
time of writing this, but you don't need to worry about that just yet.
They will probably support Python 3 by the time you've learned the
basics and you may actually need them.
This tutorial is aimed at people with no programming experience at all
or very little programming experience. If you have programmed a lot in
the past using some other language you may want to read [the official
tutorial](https://docs.python.org/3/tutorial/) instead.

I have tested most of the code in this tutorial on Python 3.4, but
everything should also work on Python 3.3, 3.2 and all newer Pythons.
You can use Python 3.2 or any newer Python with this tutorial. Don't use
Python 2. If you write a Python 2 program now someone will need to port
it to Python 3 later, so it's best to just write Python 3 to begin with.
Python 3 code will work just fine in Python 4, so you don't need to
worry about that.

## List of contents

Expand Down

0 comments on commit 7b99fe6

Please sign in to comment.