Skip to content

Commit a8f85b0

Browse files
committed
deploy: c8bd6d6
1 parent 8ab8f8e commit a8f85b0

File tree

6 files changed

+123
-4
lines changed

6 files changed

+123
-4
lines changed

.lektor/buildstate

12 KB
Binary file not shown.

meetups/2024/8/8/20240808-reticulate-when-python-and-r-play-nice/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<title>Reticulate: When Python and R play nice — MadPy</title>
2323

2424

25-
<meta property="og:image" content="https://madpy.com/static/images/2024-08-08-reticulate-when-R-and-Python-play-nice-with-banner-1200x630.png"/>
25+
<meta property="og:image" content="https://madpy.com/static/images/2024-08-08-reticulate-when-R-and-Python-play-nice-1-1200x630.jpg"/>
2626
<meta property="og:image:width" content="1200"/>
2727
<meta property="og:image:height" content="630"/>
2828

@@ -77,9 +77,9 @@ <h2>Reticulate: When Python and R play nice</h2>
7777
Thursday, August 8 2024, 6:00 PM<br />
7878
Madison Public Library, 201 W Mifflin St, Room 302 [<a href="https://maps.app.goo.gl/UpdANHPrWpstdDHe6">Map</a>]<br />
7979
RSVP on <a href="https://www.meetup.com/madison-python/events/302439320">Meetup</a>
80-
80+
<b>(Note: This Meetup has already occurred.)</b>
8181
</p>
82-
<p><img src="../../../../../static/images/2024-08-08-reticulate-when-R-and-Python-play-nice-with-banner-1200x630.png" alt=""></p>
82+
<p><img src="../../../../../static/images/2024-08-08-reticulate-when-R-and-Python-play-nice-1-1200x630.jpg" alt=""></p>
8383
<p>This August, we're partnering again with <a href="https://madisonwomen.tech">Madison's Women-in-Tech (WiT)</a> meetup group. All genders are welcome at this event. Feel free to arrive between 6:00pm and 6:30pm to network with other attendees. The presentation will start at 6:30pm.</p>
8484
<p>Developers and data scientists often work together towards common goals, but sometimes they use different tools to achieve those goals. It is often said that Python is the second-best language at everything; however when it comes to data science, R reigns supreme. Fortunately, there's a package for that! Reticulate is an R package that provides a comprehensive set of tools for interoperability between Python and R. Come by the MadPy August meeting to learn how to have the best of both worlds!</p>
8585
<p>Jennifer Knack is a microbiologist, molecular biologist, and data scientist with International Flavors and Fragrances (IFF), where she works in probiotics R&amp;D. Jennifer learned R in graduate school while pursuing a PhD in microbial ecology, and she began learning Python after joining IFF. She's a cat mom to two fuzzy boys, and in her spare time she enjoys crafting, playing outside, and filling her brain with as much knowledge as possible.</p>
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<head>
4+
5+
<link rel="stylesheet" href="../../../../../static/normalize.css">
6+
<link rel="stylesheet" href="../../../../../static/skeleton.css">
7+
<link rel="stylesheet" href="../../../../../static/style.css">
8+
<link rel="stylesheet" href="../../../../../static/pygments.css">
9+
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
13+
<link rel="manifest" href="/site.webmanifest">
14+
15+
<!-- Mobile Specific Metas
16+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
<!-- FONT
20+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
21+
22+
<title>DevOps for Python — MadPy</title>
23+
24+
25+
<meta property="og:image" content="https://madpy.com/static/images/2024-09-12-DevOps-for-Python-1200x630.png"/>
26+
<meta property="og:image:width" content="1200"/>
27+
<meta property="og:image:height" content="630"/>
28+
29+
30+
31+
32+
<meta property="og:title" content="DevOps for Python, Thu, Sep 12 @ 6:30 PM | MadPy"/>
33+
34+
35+
36+
37+
<meta property="og:description" content="Join MadPy for our September meetup, where we&#39;ll hear about how DevOps is best practiced with Python. This event, hosted at Madison&#39;s downtown library, is free and open to the public. Newcomers welcome! We&#39;ll have pizza and beverages provided by our sponsor, Verve Industrial"/>
38+
39+
40+
</head>
41+
<body>
42+
<div class="container">
43+
44+
<div class="row">
45+
<div class="three columns">
46+
<nav>
47+
<h3 id="logo"><img src="../../../../../static/images/madpy-logo.svg" alt="MadPy logo" width="200" height="200"></h3>
48+
<ul>
49+
<li><a href="../../../../../">About</a></li>
50+
51+
<li class="active"><a href="../../../../">Events</a></li>
52+
53+
<li><a href="../../../../../sponsorship/">Sponsorship</a></li>
54+
55+
<li><a target="_blank" href="https://slack.madpy.com/">Slack</a></li>
56+
<li><a target="_blank" rel="me" href="https://fosstodon.org/@madpy">Mastodon</a>
57+
<li><a target="_blank" href="https://github.com/madison-python">GitHub</a>
58+
<li><a target="_blank" href="https://www.meetup.com/MadPython/">Meetup.com</a>
59+
</ul>
60+
</nav>
61+
&nbsp;
62+
</div>
63+
64+
<div class="nine columns">
65+
66+
67+
<div class="blog-post">
68+
69+
<h2>DevOps for Python</h2>
70+
71+
<p class="meta">
72+
Presented by:
73+
74+
David Webber
75+
76+
<br /><br />
77+
Thursday, September 12 2024, 6:30 PM<br />
78+
Madison Public Library, 201 W Mifflin St, Room 302 [<a href="https://maps.app.goo.gl/UpdANHPrWpstdDHe6">Map</a>]<br />
79+
RSVP on <a href="https://www.meetup.com/madison-python/events/302758261">Meetup</a>
80+
81+
</p>
82+
<p><img src="../../../../../static/images/2024-09-12-DevOps-for-Python-1200x630.png" alt=""></p>
83+
<p>Software isn’t just developed; it is operated.</p>
84+
<p>DevOps is a philosophy combining development and operations in a tight loop to shorten the software development lifecycle. This September, David will introduce some tools and design practices to make python software deployments more manageable, faster, and easier. Starting with a Python script that performs a useful function, we’ll webify it, containerize it, put it in the cloud, and monitor its health.</p>
85+
<p>David Webber, PhD, is co-founder and chief scientist of Scanalytics, Inc. Founded in 2013, Scanalytics makes smart pressure-sensitive flooring underlayment to understand real-time occupancy and movement within physical spaces, with applications including building energy efficiency and security. David also served as a PI within the ARPA-E SENSOR program. Prior to Scanalytics, David studied muon and neutrino particle physics. In his spare time, David enjoys playing cooperative tabletop, RPG, and online games.</p>
86+
87+
</div>
88+
89+
90+
</div>
91+
92+
</div>
93+
</div>
94+
95+
<!-- JS
96+
================================================== -->
97+
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
98+
99+
<!-- <script>
100+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
101+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
102+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
103+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
104+
105+
ga('create', 'UA-100252062-1', 'auto');
106+
ga('send', 'pageview');
107+
108+
</script> -->
109+
</body>

meetups/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ <h2 class="index-title">Upcoming Meetups</h2>
6161

6262

6363

64-
<li>Thursday, August 8 2024, 6:00 PM: <a href="2024/8/8/20240808-reticulate-when-python-and-r-play-nice/">Reticulate: When Python and R play nice</a></li>
64+
<li>Thursday, September 12 2024, 6:30 PM: <a href="2024/9/12/20240912-devops-for-python/">DevOps for Python</a></li>
65+
66+
67+
68+
6569

6670

6771

@@ -206,6 +210,12 @@ <h2 class="index-title">Past Meetups</h2>
206210

207211

208212

213+
<li>Aug 8, 2024: <a href="2024/8/8/20240808-reticulate-when-python-and-r-play-nice/">Reticulate: When Python and R play nice</a></li>
214+
215+
216+
217+
218+
209219
<li>Jul 11, 2024: <a href="2024/7/11/20240711-madpy-social-great-dane-downtown/">MadPy Social: Great Dane Downtown</a></li>
210220

211221

283 KB
Loading
842 KB
Loading

0 commit comments

Comments
 (0)