|
4 | 4 | "cell_type": "markdown",
|
5 | 5 | "metadata": {},
|
6 | 6 | "source": [
|
7 |
| - "# Introduction: Python for Everyone\n", |
8 |
| - "Python for Everyon is a step by step guide to learn Python and programming in general.***Python For Everyone*** is a guide for both beginners and advanced Python developers. Welcome to *Python For Everyone*. \n", |
| 7 | + "<h1 align=\"center\" style=\"background-color:#306998;color:#FFD43B;font-size:64px;font-family:sans;padding:20px\">Python for Everyone<h1>" |
| 8 | + ] |
| 9 | + }, |
| 10 | + { |
| 11 | + "cell_type": "markdown", |
| 12 | + "metadata": {}, |
| 13 | + "source": [ |
| 14 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Introduction</h1>\n", |
| 15 | + "\n", |
| 16 | + "Python for Everyon is a step by step guide to learn Python and programming in general. ***Python For Everyone*** is a guide for both beginners and advanced Python developers. Welcome to *Python For Everyone*. \n", |
9 | 17 | "\n",
|
10 | 18 | "***Congratulations*** for deciding to learn Python. Python is eating the world. It has been the choice for developers to use python for different puprpose specifically to deal with data.\n",
|
11 | 19 | "\n",
|
|
19 | 27 | "cell_type": "markdown",
|
20 | 28 | "metadata": {},
|
21 | 29 | "source": [
|
22 |
| - "# Set up\n", |
| 30 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Set up</h1>\n", |
| 31 | + "\n", |
23 | 32 | "First install [Python](https://www.python.org/downloads/).\n",
|
24 | 33 | "To write python code, we need to have a code editor. Lets install text or code editor. There are many open source code editors which can help you to write python code. These are the most commonly used ones:\n",
|
25 | 34 | "- [Jupter Note book](https://www.anaconda.com/distribution/)\n",
|
|
35 | 44 | "cell_type": "markdown",
|
36 | 45 | "metadata": {},
|
37 | 46 | "source": [
|
38 |
| - "# Comment in Python\n", |
| 47 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Comment in Python</h1>\n", |
| 48 | + "\n", |
39 | 49 | "Comment is essential to make code readable to ourselves or for others. Commented part of our code is not interperated by Python interperator."
|
40 | 50 | ]
|
41 | 51 | },
|
|
64 | 74 | "cell_type": "markdown",
|
65 | 75 | "metadata": {},
|
66 | 76 | "source": [
|
67 |
| - "# Printing in Python" |
| 77 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\"> Printing in Python</h1>" |
68 | 78 | ]
|
69 | 79 | },
|
70 | 80 | {
|
|
117 | 127 | "cell_type": "markdown",
|
118 | 128 | "metadata": {},
|
119 | 129 | "source": [
|
120 |
| - "# Variables\n", |
| 130 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\"> Variables</h1>\n", |
| 131 | + "\n", |
121 | 132 | "Variables are containers or a means to store data in computer memory. pneumonic varialbes recommend to use in many programming langauges. \n",
|
122 | 133 | "\n",
|
123 | 134 | "Valid variable names\n",
|
|
233 | 244 | "cell_type": "markdown",
|
234 | 245 | "metadata": {},
|
235 | 246 | "source": [
|
236 |
| - "# Python Data types\n", |
| 247 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Python Data types</h1>\n", |
| 248 | + "\n", |
237 | 249 | "Different data types in python. There are different data type in python programming. To identify the data tpe we use the type method."
|
238 | 250 | ]
|
239 | 251 | },
|
|
679 | 691 | "cell_type": "markdown",
|
680 | 692 | "metadata": {},
|
681 | 693 | "source": [
|
682 |
| - "# Conditionals" |
| 694 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Conditionals </h1>" |
683 | 695 | ]
|
684 | 696 | },
|
685 | 697 | {
|
|
772 | 784 | "cell_type": "markdown",
|
773 | 785 | "metadata": {},
|
774 | 786 | "source": [
|
775 |
| - "# Loops" |
| 787 | + "<h1 align=\"center\" style = \"color:#306998,text-align:center\">Loops</h1>" |
776 | 788 | ]
|
777 | 789 | },
|
778 | 790 | {
|
|
0 commit comments