Giter VIP home page Giter VIP logo

build-app-with-python-antitextbook's Introduction

Build applications in Python the anti-textbook

Source Read online Watch Download Code Donate
On Github Free on Gitbooks The YouTube series Leanpub On Github Paypal

Is this for me?

This book is not for a completely noob programmer, it expects some initial programming experience, if you are completely new to programming, we recommend learning the C programming language before jumping ship to Python.

What is this?

This book is an easy to understand introduction to the Python programming language by using examples. You will build a command line todo list manager after you understand the basics of the language. Please have a Python 3 interpreter with you because you'll need to run code as you read!

Why Python?

There are a large number of languages out there and new ones coming out every week, so this question is important, why learn Python over X. There is one simple answer for this, Python is an open source language having a very wide adoption and it has one of the simplest syntaxes of all languages, it literally feels like writing English. You can quickly write programs to solve problems in Python (it takes less number of lines and less time for writing a Python script).

Installation

Linux and Mac, congrats! You already have Python installed, use your package manager in Linux to install the python3 package, and brew for Mac.

Windows, you can download the .msi or .exe file from https://python.org, run the installer, click on Next Next until it finishes.

Android, install termux (https://termux.com/help.html) & run apt-get install python3 to install python inside it.

Background

This tutorial is the culmination of the Python trainings I have given in the past. As I took the trainings, I wanted to refer the participants to a tutorial which would be light weight yet effective and would explain by example rather than by theory. There are many guides for Python, but I didn't find the one I was looking for. As someone said, "If your dream book hasn't been written, write it!", hence I started to write this guide.

I don't profess to be a God at anything, but I do feel that good things happen when a group comes together for one goal. This is an open source guide and I invite you to contribute.

Multiversity

This guide is a part of the Multiversity initiative. The aim is to have high quality open source tutorials along with screencasts.

2Or3

This guide focuses only on Python3, Python2 is on life support and we do not recommend using it, unless there is an exceptional scenario.

Writing Style

We have thirteen chapters:

  • Each chapter has an associated YouTube screencast.
  • Each chapter has concepts explained by an example (can be as stupid as 1+1=2)
  • Code that is supposed to run on the Interpreter starts with >>> like >>> not True.
>>> not True
	False

In this case, >>> not True is the statement and False is the output.

  • Code that doesn't start with >>> is supposed to be run in a file of the extension .py
  • If there is significant code for the chapter, you can find a file in the code repository, please look on the basis of chapters.

How to use?

  • Read the chapters end to end.
  • Watch the YouTube screencast, there is a reason why they are free!
  • Do NOT search the Internet for things like "how to do X in python", use the documentation.

Contribution

We need your help to become a great guide! All contributions are welcome. Please raise an issue on Github!

Links
Next Index

build-app-with-python-antitextbook's People

Contributors

drbraden avatar thewhitetulip avatar

Watchers

 avatar  avatar

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.