Skip to content

Commit dfb99bc

Browse files
committed
add latest email newsletter to blog
1 parent a633232 commit dfb99bc

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

content/pages/09-data/25-matplotlib.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ toolkits.
3333
* [Matplotlib Cheat Sheet: Plotting in Python](https://www.datacamp.com/community/blog/python-matplotlib-cheat-sheet)
3434
contains some handy snippets of code to perform common plotting operations
3535
in Matplotlib.
36+
37+
* [5 Quick and Easy Data Visualizations in Python](https://towardsdatascience.com/5-quick-and-easy-data-visualizations-in-python-with-code-a2284bae952f)
38+
shows several code examples with explanations for performing exploratory
39+
data analysis using Matplotlib.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
title: ReportLab and Future Community Project Launches
2+
slug: python-community-project-launches
3+
meta: Full Stack Python is here to lend a hand in spreading the word about great Python community projects.
4+
category: post
5+
date: 2018-03-04
6+
modified: 2018-03-04
7+
newsletter: True
8+
headerimage: /img/visuals/email-post-header.jpg
9+
headeralt: Python programming language and Full Stack Python logos.
10+
11+
12+
Congratulations to fellow Python developer
13+
[Mike Driscoll](https://github.com/driscollis) for his successful
14+
**[ReportLab: PDF Processing with Python Kickstarter](https://www.kickstarter.com/projects/34257246/reportlab-pdf-processing-with-python/)**
15+
that just concluded with over double the funds goal he requested.
16+
17+
I was excited to back Mike's project for a couple of reasons. First, I've
18+
used [ReportLab](https://www.reportlab.com/opensource/) on past projects
19+
and it is a handy library for working with PDFs. Second, it is super useful
20+
to have entire books written on niche Python code libraries such as ReportLab.
21+
22+
[Full Stack Python](https://www.fullstackpython.com/) will gladly back and
23+
spread the word about other awesome, legitimate Python community projects. Let
24+
me know via email (matthew.makai@gmail.com or mattmakai@fullstackguides.com)
25+
when you are getting ready to launch a Python project so I can help give a
26+
boost.
27+
28+
Michael Kennedy and I know from our
29+
[own Kickstarter experience](https://www.kickstarter.com/projects/mikeckennedy/python-for-entrepreneurs-video-course)
30+
how much work goes into making these ideas come to fruition. It's a big
31+
confidence boost to have a community tailwind at your back and I am always
32+
happy to be part of that tailwind.
33+
34+
Got questions or comments about
35+
[Full Stack Python](https://www.fullstackpython.com/)? Send me an email or
36+
[submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues)
37+
to let me know how to improve the site
38+
as I continue to
39+
[fill in the table of contents](https://www.fullstackpython.com/table-of-contents.html)
40+
with [new pages](https://www.fullstackpython.com/change-log.html)
41+
and
42+
[new tutorials](https://www.fullstackpython.com/blog.html).

0 commit comments

Comments
 (0)