Skip to content

Commit da6e921

Browse files
committed
Make site updates for 2019.
1 parent 50afbf2 commit da6e921

8 files changed

Lines changed: 46 additions & 46 deletions

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ people:
3030

3131
- name: Lugene
3232
pic: 4
33-
position: Co-Organizer
33+
position: Co-Organizer Emeritus
3434
social:
3535
- title: meetup
3636
url: https://www.meetup.com/python-frederick/members/3763715/

_includes/resources.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<div class="row">
33
<div class="col-md-6 col-md-offset-3">
44
<h2>We Want To Help</h2>
5-
<p>
5+
<p class="large">
66
Whether you are a high school student,
77
a hobbyist,
88
or a budding data scientist,
99
we all benefit from those who came before us.
1010
</p>
11-
<p>
11+
<p class="large">
1212
To help <strong>you</strong> start,
1313
Python Frederick members assembled this set of resources.
1414
We hope that what you find here will speed you
1515
on your way to becoming a master <i>Pythonista</i>.
1616
</p>
17-
<p>
17+
<p class="large">
1818
If you have questions that we don’t answer here,
1919
please feel free to contact us on Twitter or Slack.
2020
</p>
@@ -24,62 +24,62 @@ <h2>We Want To Help</h2>
2424
<div class="row">
2525
<div class="col-md-4">
2626
<h3>For beginners</h3>
27-
<p>
27+
<p class="large">
2828
Never written a line of code before?
2929
No idea what a variable is?
3030
That’s okay!
3131
We all had to start somewhere.
3232
</p>
33-
<p>
33+
<p class="large">
3434
Python is a great first programming language.
3535
</p>
3636
<ul>
37-
<li><p>You’ll need a text editor to get started. <br><a href="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38-
<li><p>Get started with Python by following <a href="https://realpython.com/python-first-steps/" target="_blank">First Steps With Python</a> tutorial. </p></li>
39-
<li><p>Check out this article: <a href="https://www.makeuseof.com/tag/basic-python-examples-learn-fast/" target="_blank">10 Basic Python Examples That Will Help You Learn Fast.</a></p></li>
40-
<li><p>If you are a visual learner, check out this YouTube tutorial: <a href="https://www.youtube.com/watch?v=Z1Yd7upQsXY&list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg" target="_blank">Python Tutorial for Absolute Beginners.</a></p></li>
37+
<li><p class="large">You’ll need a text editor to get started. <br><a href="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38+
<li><p class="large">Get started with Python by following <a href="https://realpython.com/python-first-steps/" target="_blank">First Steps With Python</a> tutorial. </p></li>
39+
<li><p class="large">Check out this article: <a href="https://www.makeuseof.com/tag/basic-python-examples-learn-fast/" target="_blank">10 Basic Python Examples That Will Help You Learn Fast.</a></p></li>
40+
<li><p class="large">If you are a visual learner, check out this YouTube tutorial: <a href="https://www.youtube.com/watch?v=Z1Yd7upQsXY&list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg" target="_blank">Python Tutorial for Absolute Beginners.</a></p></li>
4141
</ul>
4242
</div>
4343
<div class="col-md-4">
4444
<h3>For data scientists</h3>
45-
<p>
45+
<p class="large">
4646
If you’re here to learn how to do data science
4747
in Python, then you’re in for a treat.
4848
</p>
49-
<p>
49+
<p class="large">
5050
Python is a <strong>fantastic</strong> language
5151
for doing scientific analysis!
5252
</p>
53-
<p>
53+
<p class="large">
5454
Christine, our resident data scientist co-organizer,
5555
put together an excellent introduction
5656
into the tools to use
5757
to do data science in Python.
5858
</p>
5959
<ul>
60-
<li><p>Check out the <a href="https://github.com/python-frederick/talks/blob/master/2017-12-data-science/Data%20Science%20in%20Python.ipynb" target="_blank">presentation material on GitHub</a>.</p></li>
61-
<li><p>You can also find the accompanying <a href="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</p></li>
60+
<li><p class="large">Check out the <a href="https://github.com/python-frederick/talks/blob/master/2017-12-data-science/Data%20Science%20in%20Python.ipynb" target="_blank">presentation material on GitHub</a>.</p></li>
61+
<li><p class="large">You can also find the accompanying <a href="https://www.youtube.com/watch?v=3kTOLVD0ZCg" target="_blank">presentation on YouTube</a>.</p></li>
6262
</ul>
63-
<p>
63+
<p class="large">
6464
The presentation is full of great information.
6565
</p>
6666
<br>
6767
</div>
6868
<div class="col-md-4">
6969
<h3>For experienced devs</h3>
70-
<p>
70+
<p class="large">
7171
Maybe you’re a Java expert?
7272
Or perhaps you learned enough PHP
7373
to understand the basics of programming.
7474
</p>
75-
<p>
75+
<p class="large">
7676
There are some great resources
7777
for people who already understand programming
7878
and want to learn a new language.
7979
</p>
8080
<ul>
8181
<li>
82-
<p>
82+
<p class="large">
8383
Do code exercises and get mentoring
8484
from the team
8585
at <a href="https://exercism.io/" target="_blank">Exercism</a> (for free!).

_includes/services.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,29 @@ <h3 class="section-subheading text-muted">
2323
<i class="fa fa-users fa-stack-1x fa-inverse"></i>
2424
</span>
2525
<h4 class="service-heading">Python Talks</h4>
26-
<p class="text-muted">We want people to discover the awesome things Python can do! Python Frederick hosts monthly talks every second Wednesday.</p>
26+
<p class="large text-muted">We want people to discover the awesome things Python can do! Python Frederick hosts monthly talks every second Wednesday.</p>
2727
</div>
2828
<div class="col-md-4">
2929
<span class="fa-stack fa-4x">
3030
<i class="fa fa-circle fa-stack-2x text-primary"></i>
3131
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
3232
</span>
3333
<h4 class="service-heading">Open Workshops</h4>
34-
<p class="text-muted">Every third Saturday we host an open workshop along with the rest of Frederick Tech. Help with a common project, bring your own, or bring your questions!</p>
34+
<p class="large text-muted">Every third Saturday we host an open workshop along with the rest of Frederick Tech. Help with a common project, bring your own, or bring your questions!</p>
3535

3636
</div>
3737
<div class="col-md-4">
3838
<span class="fa-stack fa-4x">
3939
<i class="fa fa-circle fa-stack-2x text-primary"></i>
40-
<i class="fa fa-book fa-stack-1x fa-inverse"></i>
40+
<i class="fa fa-cutlery fa-stack-1x fa-inverse"></i>
4141
</span>
42-
<h4 class="service-heading">Book Club</h4>
43-
<p class="text-muted">
44-
Join us for our book club where we dive into the design of open source software applications, learn the fundamentals of Python, and more!
42+
<h4 class="service-heading">Social Dinners</h4>
43+
<p class="large text-muted">
44+
The groups gets together to share a meal with each other
45+
at a local Frederick restaurant.
46+
Come join us to hang out
47+
with other people
48+
who are interested in Python and technology.
4549
</p>
4650
</div>
4751
</div>
@@ -56,7 +60,7 @@ <h4 class="service-heading">Book Club</h4>
5660
<br>
5761
<br>
5862
<br>
59-
<p class="text-muted">
63+
<p class="large text-muted">
6064
Python Frederick events are hosted
6165
by our partner,
6266
the <a href="http://cs.hood.edu/" target="_blank">Hood College Computer Science Department</a>.

_posts/2016-08-10-python-for-humans-1.markdown

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Python Testing 101
3+
subtitle: An intro to pytest
4+
layout: default
5+
modal-id: 2
6+
date: 2019-03-13
7+
thumbnail: pytest.png
8+
youtube: https://www.youtube.com/embed/etosV2IWBF0
9+
project-date: March 2019
10+
location: Hood College
11+
category: Software Testing
12+
description: >-
13+
Matt Layman introduced automated testing
14+
and how to use pytest to test your Python code.
15+
16+
---

img/portfolio/pytest.png

29.5 KB
Loading
-35.4 KB
Binary file not shown.
-79.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)