|
15 | 15 | <meta name="msvalidate.01" content="B0487B46A104E90209E8A3BEA24ECA0E" />
|
16 | 16 | <meta name="yandex-verification" content="f044b3a12c7918f1" />
|
17 | 17 | <!--end-->
|
| 18 | + <meta name="description" content="pythonread.github.io is a free interactive Python tutorial for people who want to learn Python.The Complete Python Programming Course,Learning Python for Data Analysis and Visualization,Python for Beginners."/> |
| 19 | + <meta name="author" content="learnPython"/> |
| 20 | + <meta name="keywords" content="Learn Python for free,learn python for beginners,Core Python,Web frameworks,Multiprocess architecture,Serverside templating language,python tutorials,python4"/> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:description" content="This Python basics free course covers basic and advanced concepts in Python. You will learn about data types, variables, lists, tuples, dictionaries, decision-making statements, and loops,user-defined functions, object-oriented programming, threading, and Python scripting." /> |
| 23 | + <meta name=”geo.region” content="US-CA" /> |
| 24 | + <meta name=”geo.placename” content="353 Jane Stanford Way, Stanford, CA 94305, United States" /> |
| 25 | + <meta name=”geo.position” content="37.430089898615456;-122.17332683124829"/> |
| 26 | + <meta name=”ICBM” content="37.430089898615456, -122.17332683124829" /> |
| 27 | + <link href='https://pythonread.github.io/?m=1' rel='alternate'/> |
| 28 | + |
| 29 | + |
18 | 30 | <meta name="generator" content="Hexo 3.9.0">
|
19 | 31 | <meta charset="utf-8">
|
20 | 32 |
|
21 | 33 | <title>
|
22 | 34 | Learn Python Programming - Python Tutorial
|
23 | 35 | </title>
|
24 |
| - <link rel="canonical" href="https://pythonread.github.io/"> |
| 36 | + <link rel="canonical" href="https://pythonread.github.io/?m=1"> |
25 | 37 | <meta content="width=device-width, initial-scale=1" name="viewport">
|
26 | 38 | <meta name="theme-color" content="#4184f3">
|
27 | 39 |
|
|
5379 | 5391 | </li>
|
5380 | 5392 |
|
5381 | 5393 | <li>
|
5382 |
| - <a class="wave " href="/projects.html"> |
| 5394 | + <a class="wave" href="/projects.html"> |
5383 | 5395 | Projects
|
5384 | 5396 | </a>
|
5385 | 5397 | </li>
|
5386 |
| - |
5387 | 5398 | <li>
|
5388 |
| - <a class="wave " href="/free-course.html" |
5389 |
| - > |
5390 |
| - Free Course |
| 5399 | + <a class="wave" href="/free-course.html" |
| 5400 | + target="_blank"> |
| 5401 | + Free Course |
5391 | 5402 | </a>
|
5392 | 5403 | </li>
|
5393 | 5404 |
|
@@ -5417,16 +5428,11 @@ <h1>
|
5417 | 5428 | <h2 id="Table-of-Contents"><a href="#Table-of-Contents" class="headerlink"
|
5418 | 5429 | title="Table of Contents:"></a>Table of Contents:</h2>
|
5419 | 5430 | <p>Overview of articles and exercises:</p>
|
5420 |
| - <h3 id="Introduction"><a href="#Introduction" class="headerlink" |
5421 |
| - title="Introduction"></a>Introduction</h3> |
5422 |
| - <ul> |
5423 |
| - <li><a href="/7-reasons-to-learn-python.html">7 reasons to learn Python</a></li> |
5424 |
| - <li><a href="/why-python-is-awesome.html">Why Python is Awesome</a></li> |
5425 |
| - </ul> |
| 5431 | + |
5426 | 5432 | <h3 id="Learn-Python"><a href="#Learn-Python" class="headerlink"
|
5427 | 5433 | title="Learn Python"></a>Learn Python</h3>
|
5428 | 5434 | <ul>
|
5429 |
| - <li><a href="/getting-started/html">Getting started</a></li> |
| 5435 | + <li><a href="/getting-started.html">Getting started</a></li> |
5430 | 5436 | <li><a href="/execute-python-scripts.html">Execute Python scripts</a></li>
|
5431 | 5437 | <li><a href="/variables.html">Variables</a></li>
|
5432 | 5438 | <li><a href="/strings.html">Strings</a></li>
|
@@ -5685,9 +5691,12 @@ <h3 id="About"><a href="#About" class="headerlink" title="About"></a>About</h3>
|
5685 | 5691 | <a href="/cookie-policy.html">Cookie policy</a> |
|
5686 | 5692 | <a href="/privacy-policy.html">Privacy policy</a> |
|
5687 | 5693 | <a href="/terms-of-use.html">Terms of use</a> |
|
| 5694 | + <a href="/disclaimer.html">Disclaimer</a> | |
| 5695 | + <a href="/about-us.html">About Us</a> |
| 5696 | + |
5688 | 5697 | </p>
|
5689 | 5698 | <p>
|
5690 |
| - © 2023 https://pythonread.github.io |
| 5699 | + © 2023 <a href="https://pythonread.github.io">https://pythonread.github.io</a> |
5691 | 5700 | </p>
|
5692 | 5701 | </footer>
|
5693 | 5702 |
|
|
0 commit comments