Skip to content

Commit 81edcb5

Browse files
committed
update readme with more posts
1 parent 791ccc6 commit 81edcb5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ Posts and associated code:
77

88
|Post|Code Directory|
99
|---|---|
10-
|[First Steps with GitPython](https://www.fullstackpython.com/blog/first-steps-gitpython.html)|[first-step-gitpython](https://github.com/fullstackpython/blog-code-examples/tree/master/first-steps-gitpython)|
11-
|[DevOps, Thank You Maintainers and Contributing to Open Source](https://www.fullstackpython.com/blog/devops-python-maintaining-contributing-open-source.html)|No code for this post.|
10+
|[First Steps with GitPython](https://www.fullstackpython.com/blog/first-steps-gitpython.html)|[first-steps-gitpython](https://github.com/fullstackpython/blog-code-examples/tree/master/first-steps-gitpython)|
11+
|[DevOps, Thank You Maintainers and Contributing to Open Source](https://www.fullstackpython.com/blog/devops-python-maintaining-contributing-open-source.html)|No code in post.|
12+
|[DevOps, Continuous Delivery... and You](https://www.fullstackpython.com/blog/devops-continuous-delivery-you.html)|No code in post.|
13+
|[PyDev of the Week, Django 2.0 and Twilio Voices](https://www.fullstackpython.com/blog/pydev-week-django-2-twilio-voices.html)|No code in post.|
14+
|[PyCon US 2018 CFP, Python Bytes and Pelican](https://www.fullstackpython.com/blog/pycon-us-2018-cfp-python-bytes-pelican.html)|No code in post.|
1215
|[How to Monitor Python Web Applications](https://www.fullstackpython.com/blog/blog/monitor-python-web-applications.html)|[monitor-python-bottle-apps](https://github.com/fullstackpython/blog-code-examples/tree/master/monitor-python-bottle-apps)|
13-
|[How to Provision Ubuntu 16.04 Linux Servers on Linode](https://www.fullstackpython.com/blog/provision-ubuntu-linux-servers-linode.html)|No code for this post.|
16+
|[How to Provision Ubuntu 16.04 Linux Servers on Linode](https://www.fullstackpython.com/blog/provision-ubuntu-linux-servers-linode.html)|No code in post.|
1417
|[Creating Bar Chart Visuals with Bokeh, Bottle and Python 3](https://www.fullstackpython.com/blog/python-bottle-bokeh-bar-charts.html)|[bar-charts-bokeh-bottle-python-3](https://github.com/fullstackpython/blog-code-examples/tree/master/bar-charts-bokeh-bottle-python-3)|
1518
|[How to Add Hosted Monitoring to Flask Web Applications](https://www.fullstackpython.com/blog/hosted-monitoring-flask-web-apps.html)|[monitor-flask-apps](https://github.com/fullstackpython/blog-code-examples/tree/master/monitor-flask-apps)|
19+
|[How to Create Your First Static Site with Pelican and Jinja2](https://www.fullstackpython.com/blog/generating-static-websites-pelican-jinja2-markdown.html)|[generating-static-websites-pelican-jinja2-markdown](https://github.com/fullstackpython/blog-code-examples/tree/master/generating-static-websites-pelican-jinja2-markdown)|
1620
|[Responsive Bar Charts with Bokeh, Flask and Python 3](https://www.fullstackpython.com/blog/responsive-bar-charts-bokeh-flask-python-3.html)|[bar-charts-bokeh-flask-python-3](https://github.com/fullstackpython/blog-code-examples/tree/master/bar-charts-bokeh-flask-python-3)|
21+
|[How to Become A Successful Self-Taught Software Developer](https://www.fullstackpython.com/blog/become-successful-self-taught-software-developer.html)|No code in post.|
1722
|[How to Create Your First Python 3.6 AWS Lambda Function](https://www.fullstackpython.com/blog/aws-lambda-python-3-6.html)|[aws-lambda-python-3-6](https://github.com/fullstackpython/blog-code-examples/tree/master/aws-lambda-python-3-6)|
1823
|[Getting Started with AWS Lambda & Python 2.7](https://www.fullstackpython.com/blog/aws-lambda-python-2-7.html)|[aws-lambda-python-2-7](https://github.com/fullstackpython/blog-code-examples/tree/master/aws-lambda-python-2-7)|
24+
|[How to Choose the Right DevOps Tools for You and Your Team](https://www.fullstackpython.com/blog/choose-right-devops-tools.html)|No code in post.|
25+
|[Creating SSH Keys on macOS Sierra](https://www.fullstackpython.com/blog/ssh-keys-macos-sierra.html)|No code in post.|
26+
|[Creating SSH Keys on Ubuntu Linux 16.04 LTS](https://www.fullstackpython.com/blog/ssh-keys-ubuntu-linux.html)|No code in post.|
27+

0 commit comments

Comments
 (0)