mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: 6b5bd7047f
This commit is contained in:
92
categories/python/index.html
Normal file
92
categories/python/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "BlogPosting",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "/"
|
||||
},
|
||||
"articleSection" : "categories",
|
||||
"name" : "Python",
|
||||
"headline" : "Python",
|
||||
"description" : "",
|
||||
"inLanguage" : "en-US",
|
||||
"author" : "",
|
||||
"creator" : "",
|
||||
"publisher": "",
|
||||
"accountablePerson" : "",
|
||||
"copyrightHolder" : "",
|
||||
"copyrightYear" : "2018",
|
||||
"datePublished": "2018-07-18 20:48:15 -0400 EDT",
|
||||
"dateModified" : "2018-07-18 20:48:15 -0400 EDT",
|
||||
"url" : "/categories/python/",
|
||||
"wordCount" : "0",
|
||||
"keywords" : [ "Blog" ]
|
||||
}
|
||||
</script>
|
||||
<title>Python</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
|
||||
crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-98710982-2', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/">Home</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/about/">About</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/categories/">Categories</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/tags/">Tags</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/index.xml">Subscribe</a></li>
|
||||
|
||||
</ul>
|
||||
<hr/>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<h1>Python</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<span class="date">2018/07/18</span>
|
||||
<a href="/blog/2018/07/18/why-learn-python/">Why Learn Python?</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
<hr/>
|
||||
© Dave Gallant 2018 | <a href="https://github.com/davegallant">Github</a> | <a href="https://twitter.com/__dave_g__">Twitter</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
26
categories/python/index.xml
Normal file
26
categories/python/index.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Python on davegallant.github.io - tech micro-blog</title>
|
||||
<link>/categories/python/</link>
|
||||
<description>Recent content in Python on davegallant.github.io - tech micro-blog</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 18 Jul 2018 20:48:15 -0400</lastBuildDate>
|
||||
|
||||
<atom:link href="/categories/python/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>Why Learn Python?</title>
|
||||
<link>/blog/2018/07/18/why-learn-python/</link>
|
||||
<pubDate>Wed, 18 Jul 2018 20:48:15 -0400</pubDate>
|
||||
|
||||
<guid>/blog/2018/07/18/why-learn-python/</guid>
|
||||
<description><p>Python is a high-level, general-purpose language that has a wide range of use cases from the mundanely simple to the increasingly complex.</p>
|
||||
|
||||
<p></p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user