|
| 1 | +# Python programming tutorial for beginners |
| 2 | + |
| 3 | +This is a concise Python 3 programming tutorial for people who think |
| 4 | +that reading is boring. I try to show everything with simple code |
| 5 | +examples; there are no long and complicated explanations with fancy |
| 6 | +words. |
| 7 | + |
| 8 | +This tutorial is aimed at people with no programming experience at all |
| 9 | +or very little programming experience. If you have programmed a lot in |
| 10 | +the past using some other language you may want to read [the official |
| 11 | +tutorial](https://docs.python.org/3/tutorial/) instead. |
| 12 | + |
| 13 | +You can use Python 3.5 or any newer Python with this tutorial. **Don't |
| 14 | +use Python 2 because it's no longer supported.** |
| 15 | + |
| 16 | +### How can I read this tutorial without an Internet connection? |
| 17 | + |
| 18 | +1. Go [here](https://github.com/SamirPaul1/SamirPaul1.PYTHON) if you aren't |
| 19 | + here already. |
| 20 | +2. Click the big green "Clone or download" button in the top right of |
| 21 | + the page, then click "Download ZIP". |
| 22 | + |
| 23 | +  |
| 24 | + |
| 25 | +3. Extract the ZIP and open it. Unfortunately I don't have any more |
| 26 | + specific instructions because how exactly this is done depends on |
| 27 | + which operating system you run. |
| 28 | +4. Run `make-html.py` and follow the instructions. |
| 29 | + |
| 30 | +If you have git and you know how to use it, you can also clone the |
| 31 | +repository instead of downloading a zip and extracting it. An advantage |
| 32 | +with doing it this way is that you don't need to download the whole |
| 33 | +tutorial again to get the latest version of it, all you need to do is to |
| 34 | +pull with git and run `make-html.py` again. |
| 35 | + |
| 36 | + |
1 | 37 | --- |
2 | 38 | <p align=center> |
3 | 39 | <img src="https://raw.githubusercontent.com/SamirPaul1/SamirPaul1/main/SocialLogo/ThankYou.gif" height="162" /> |
|
0 commit comments