Coder Social home page Coder Social logo

python-tutorial's Introduction

Python programming tutorial

Python is a high-level, interactive and object-oriented programming language. Its simple syntax makes it a great choice for a first programming language for a beginner.

No tutorial is good for everyone. This one is aimed at people with no programming experience at all. If you have programmed in the past with some other language you probably want to read the offical tutorial instead. Like most other tutorials, this tutorial starts with maths. You can skip that if you hate maths.

This tutorial uses Python 3. Python 2 is not under active developement anymore, and more and more projects are moving to Python 3. Currently there are a few packages that don't support Python 3 that well at the time of writing this (such as twisted), but if you haven't programmed yet Python 3 is a great choice.

In this tutorial (and in most other tutorials) it's completely fine to simply read nothing but the example code, then come back and read the explonation for it if you don't fully understand it. There's nothing wrong with not reading every word in the documentation when all you need is the example code.

When learning a programming language it's important to experiment and not fear trying new things that you didn't read from a tutorial. It's almost impossible to break your computer accidentally with Python. Typing something wrong will simply make an error message that tells you what's wrong, it will not destroy anything.

Here's a list of chapters in this tutorial:

  1. Installing Python and using it as a calculator
  2. Strings and variables

python-tutorial's People

Contributors

akuli avatar

Forkers

theelous3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.