Skip to content

Commit 332f6e2

Browse files
authored
Update index.html
1 parent 8798f5a commit 332f6e2

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

index.html

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,25 @@
1515
<meta name="msvalidate.01" content="B0487B46A104E90209E8A3BEA24ECA0E" />
1616
<meta name="yandex-verification" content="f044b3a12c7918f1" />
1717
<!--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+
1830
<meta name="generator" content="Hexo 3.9.0">
1931
<meta charset="utf-8">
2032

2133
<title>
2234
Learn Python Programming - Python Tutorial
2335
</title>
24-
<link rel="canonical" href="https://pythonread.github.io/">
36+
<link rel="canonical" href="https://pythonread.github.io/?m=1">
2537
<meta content="width=device-width, initial-scale=1" name="viewport">
2638
<meta name="theme-color" content="#4184f3">
2739

@@ -5379,15 +5391,14 @@
53795391
</li>
53805392

53815393
<li>
5382-
<a class="wave " href="/projects.html">
5394+
<a class="wave" href="/projects.html">
53835395
Projects
53845396
</a>
53855397
</li>
5386-
53875398
<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
53915402
</a>
53925403
</li>
53935404

@@ -5417,16 +5428,11 @@ <h1>
54175428
<h2 id="Table-of-Contents"><a href="#Table-of-Contents" class="headerlink"
54185429
title="Table of Contents:"></a>Table of Contents:</h2>
54195430
<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+
54265432
<h3 id="Learn-Python"><a href="#Learn-Python" class="headerlink"
54275433
title="Learn Python"></a>Learn Python</h3>
54285434
<ul>
5429-
<li><a href="/getting-started/html">Getting started</a></li>
5435+
<li><a href="/getting-started.html">Getting started</a></li>
54305436
<li><a href="/execute-python-scripts.html">Execute Python scripts</a></li>
54315437
<li><a href="/variables.html">Variables</a></li>
54325438
<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>
56855691
<a href="/cookie-policy.html">Cookie policy</a> |
56865692
<a href="/privacy-policy.html">Privacy policy</a> |
56875693
<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+
56885697
</p>
56895698
<p>
5690-
&copy; 2023 https://pythonread.github.io
5699+
© 2023 <a href="https://pythonread.github.io">https://pythonread.github.io</a>
56915700
</p>
56925701
</footer>
56935702

0 commit comments

Comments
 (0)