-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
208 lines (127 loc) · 8.21 KB
/
index2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>PythonKC</title>
<meta name="author" content="The PythonKC Organizer Team">
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
</head>
<body>
<div class="container">
<header role="banner">
<div class="feeds">
</div>
<a href="" class="title">PythonKC</a>
</header>
<div class="wrapper">
<div role="main" class="content">
<article>
<h1><a href="/2017/05/pythonkc-may-2017-coffee-code/">PythonKC May 2017 Coffee & Code</a></h1>
<div class="highlight"><pre><span></span><span class="ch">#!/usr/bin/env python3</span>
<span class="c1"># -*- coding: utf-8 -*-</span>
<span class="kn">from</span> <span class="nn">datetime</span> <span class="kn">import</span> <span class="n">date</span>
<span class="n">today</span> <span class="o">=</span> <span class="n">date</span><span class="p">(</span><span class="mi">2017</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">13</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">greetings</span><span class="p">():</span>
<span class="k">print</span><span class="p">(</span><span class="s2">"Welcome to PythonKC Coffee & Code."</span><span class="p">)</span>
<span class="k">print</span><span class="p">(</span><span class="s2">"Today is {}"</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">today</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="s2">"%A, %B </span><span class="si">%d</span><span class="s2">, %Y"</span><span class="p">)))</span>
<span class="k">print</span><span class="p">(</span><span class="s2">"Thanks to the Johnson County Library system for hosting."</span><span class="p">)</span>
<span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s1">'__main__'</span><span class="p">:</span>
<span class="n">greetings</span><span class="p">()</span>
</pre></div>
<h2>PythonKC Coffee & Code</h2>
<ul>
<li><a href="https://www.meetup.com/pythonkc/events/239247016/">May 13th 2017</a></li>
<li><a href="https://www.jocolibrary.org/locations/cedarroe">JoCo Library, Cedar Roe</a></li>
</ul>
<h2>Upcoming Events</h2>
<ul>
<li><a href="https://www.eventbrite.com/e/june-techtalk-kcwit-x-python-kc-joint-meetup-tickets-32515143670?aff=website">June TechTalk : KCWiT X Python KC Joint Meetup</a></li>
<li><a href="https://djangogirls.org/kansascity/">Django Girls workshop</a></li>
<li><a href="https://kupce.ku.edu/iassist-conference">International Association for Social Science Information Services & Technology (IASSIST) Annual Conference</a></li>
<li><a href="https://www.papercall.io/devopsdayskc">DevOpsDays KC 2017 CFP</a></li>
</ul>
<h2>Python News and Resources</h2>
<ul>
<li><a href="https://github.com/nvbn/py-backwards#py-backwards-">Py-backwards (Python to python compiler)</a></li>
<li><a href="https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis">Write Fast Apps Using Async Python 3.6 and Redis</a></li>
<li><a href="http://djangostars.com/blog/asynchronous-programming-in-python-asyncio/">Asynchronous Programming in Python | Asyncio</a></li>
<li><a href="https://dbader.org/blog/queues-in-python#">Queues in Python</a></li>
<li><a href="https://semaphoreci.com/community/tutorials/generating-fake-data-for-python-unit-tests-with-faker">Generating Fake Data for Python Unit Tests with Faker</a></li>
<li><a href="https://www.autodeskresearch.com/publications/samestats">Same Stats, Different Graphs</a></li>
<li><a href="https://www.springboard.com/blog/beginners-guide-neural-network-in-python-scikit-learn-0-18/"> Beginner’s Guide to Neural Networks in Python</a></li>
<li><a href="https://github.com/geophile/osh">osh (Object Shell)</a></li>
<li><a href="https://github.com/fonnesbeck/statistical-analysis-python-tutorial">Statistical Data Analysis in Python (SciPy 2013)</a></li>
</ul>
<h2>Command Line Workshop Resources</h2>
<ul>
<li><a href="https://www.udacity.com/course/linux-command-line-basics--ud595">Udacity Linux Command Line Basics</a> - A free course teaching the Linux command line.</li>
<li><a href="https://docs.python.org/3.6/howto/argparse.html">Argparse Tutorial</a> - How to use Python's built-in <code>argparser</code> module to build command line applications.</li>
<li><a href="https://c9.io/">Cloud9 IDE</a> - An easy, free way to get to a Linux command line if you don't have a Linux machine/VPS or feel like fighting with Virtual Machines.</li>
</ul>
</article>
<hr />
<div>
<h3>Last posts</h3>
<ol class="archive">
<li>
<a href="/2017/03/pythonkc-spring-2017-meetup/" rel="bookmark" title="Permalink to PythonKC Spring 2017 Meetup">PythonKC Spring 2017 Meetup</a>
<time datetime="2017-03-22T00:00:00-05:00" pubdate>Wed 22 March 2017</time>
<p class="tags">tags: <a href="/tag/pythonkc/">pythonkc</a><a href="/tag/seasonal-meetups/">seasonal meetups</a></p></a> </li>
<li>
<a href="/2017/03/pythonkc-march-2017-coffee-code/" rel="bookmark" title="Permalink to PythonKC March 2017 Coffee & Code">PythonKC March 2017 Coffee & Code</a>
<time datetime="2017-03-10T00:00:00-06:00" pubdate>Fri 10 March 2017</time>
<p class="tags">tags: <a href="/tag/pythonkc/">pythonkc</a><a href="/tag/coffee-code/">coffee & code</a></p></a> </li>
<li>
<a href="/2017/02/pythonkc-february-2017-coffee-code/" rel="bookmark" title="Permalink to PythonKC February 2017 Coffee & Code">PythonKC February 2017 Coffee & Code</a>
<time datetime="2017-02-10T00:00:00-06:00" pubdate>Fri 10 February 2017</time>
<p class="tags">tags: <a href="/tag/pythonkc/">pythonkc</a><a href="/tag/coffee-code/">coffee & code</a></p></a> </li>
<li>
<a href="/2017/01/pythonkc-winter-2017-meetup/" rel="bookmark" title="Permalink to PythonKC Winter 2017 Meetup">PythonKC Winter 2017 Meetup</a>
<time datetime="2017-01-25T00:00:00-06:00" pubdate>Wed 25 January 2017</time>
<p class="tags">tags: <a href="/tag/pythonkc/">pythonkc</a><a href="/tag/seasonal-meetups/">seasonal meetups</a></p></a> </li>
<li>
<a href="/2017/01/pythonkc-january-2017-coffee-code/" rel="bookmark" title="Permalink to PythonKC January 2017 Coffee & Code">PythonKC January 2017 Coffee & Code</a>
<time datetime="2017-01-14T00:00:00-06:00" pubdate>Sat 14 January 2017</time>
<p class="tags">tags: <a href="/tag/pythonkc/">pythonkc</a><a href="/tag/coffee-code/">coffee & code</a></p></a> </li>
</ol>
</div>
</div>
<div class="sidebar">
<div class="sidebar-container" >
<nav>
<h2>Categories</h2>
<ul>
<li ><a href="/category/code-of-conduct/">Code of Conduct</a></li>
<li ><a href="/category/how-to/">HOW-TO</a></li>
<li ><a href="/category/meeting-notes/">Meeting Notes</a></li>
</ul>
</nav>
<aside>
<h2>Social</h2>
<ul class="social">
<li><a href="https://twitter.com/PythonKC">Twitter</a><i></i></li>
<li><a href="https://github.com/pythonkc">GitHub</a><i></i></li>
<li><a href="https://www.linkedin.com/groups/3996011">LinkedIn</a><i></i></li>
</ul>
</aside>
<aside>
<h2>Blogroll</h2>
<ul>
<li><a href="https://www.meetup.com/pythonkc/">PyKC Meetup.com</a></li>
<li><a href="https://pykc-slackipy.herokuapp.com/">PyKC Slack</a></li>
<li><a href="http://docs.getpelican.com/en/stable/">Pelican</a></li>
<li><a href="https://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
</ul>
</aside>
</div>
</div>
</div>
<footer>
<p role="contentinfo">
The PythonKC Organizer Team - Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>. Theme <a href="https://github.com/fle/pelican-sober">pelican-sober</a>.
</p>
</footer>
</div>
</body>
</html>