Frank Corso

Frank's Blog

Data lover | Python dev

My Articles Topics About Contact

January 11, 2021 in Python | Part of my Python 101 series

Reading From and Writing to CSV Files in Python

Need to work with CSV files in Python? Learn how to open, read, and write to CSV files!

Read more...

December 14, 2020 in Python | Part of my Python 101 series

Setting Up Your Python Environment With Venv and requirements.txt

Learn how to use virtual environments and requirements.txt to maintain your projects better.

Read more...

November 29, 2020 in Python

Using Jinja for HTML Email Templates in Python

Instead of hardcoding your emails within Python, you can move them to HTML templates using Jinja!

Read more...

October 25, 2020 in Python | Part of my Setting Up A Pelican Site series

Deploying Your Pelican Static Site To Netlify

Ready to deploy your static site built by Pelican? Learn how to deploy to Netlify!

Read more...

September 18, 2020 in Development Tools

Automatically Run Build Script When Switching Branchs Using Git Hooks

Have build scripts that you have to run every time you switch branches in git? Use git hooks to run them automatically!

Read more...

September 01, 2020 in Python | Part of my Setting Up A Pelican Site series

Setting Up Pelican Static Site Generator

Interested in setting up a static site using Pelican? Check out how I set up this site!

Read more...

Twitter icon GitHub icon Instagram icon dev.to icon

© 2021 Frank Corso