Part 15: Web Development Foundations with Python

Python Learning Series: Web Development Foundations Part 15 of my 17-part series on learning Python as a finance professional After exploring all the fundamentals of Python programming, it’s time to put those skills to practical use by diving into web development. As a finance manager, I’ve found that building simple web applications can help automate reports, create interactive dashboards, and share financial data across teams. In this post, I’ll cover three popular approaches to web development with Python: ...

Hugo & PaperMod Theme

Hugo + PaperMod Theme: A Complete Crash Course Introduction Hugo is a blazing fast static site generator written in Go. Combined with the elegant PaperMod theme, it’s a powerful solution for creating modern websites, blogs, and documentation. This crash course will guide you through setting up, configuring, and customising your Hugo site with PaperMod. This is how I created my site. Installation Install Hugo First, you need to install Hugo on your system: ...