From the course: Create Your Own Data Blog with Quarto and Python

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Why use Quarto for a Python data blog?

Why use Quarto for a Python data blog?

- [Instructor] So why use Quarto for your Python data blog? Well, maybe you're sick of seeing this when trying to read other people's blogs. "Sorry. You need an account to read my blog post." Medium is the most common data blogging platform, and people won't be able to read your content there unless they have an account. That is just not a thing in Quarto. Next, you've probably read data blog posts and the author has shared their code as an image. Code as an image that is not helping anyone. In a Quarto data blog, your posts are built with Python, and as you'll see in this course, you can write your posts in your IDE, Visual Studio, or whatever you choose. That means you can include the real codes in your posts. Your audience can read and importantly copy and paste your code to test it themselves. Your post can also directly include the actual outputs of your code. Here's how it works if you don't use Quarto.…

Contents