-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f3fe65
commit e0cd9a7
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...2023-11-30-message-parsing-and-ruff-building-saas-with-python-and-django-176.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Message Parsing and Ruff - Building SaaS with Python and Django #176" | ||
description: "In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously." | ||
image: img/2023/HgKcO_mBmFs.jpg | ||
video: https://www.youtube.com/embed/HgKcO_mBmFs | ||
type: post | ||
categories: | ||
- YouTube | ||
- Python | ||
- Django | ||
tags: ['Python', 'Django', 'SaaS', 'SendGrid', 'parsing', 'Heroku', 'scheduler', 'Ruff'] | ||
|
||
--- | ||
|
||
In this episode, we finished off the core portion of the application by parsing entries out of the messages sent back by SendGrid. We set up the Heroku Scheduler to start the daily flow of emails to get the system started. After completing that, I set up the project to use Ruff instead of the collection of tools used previously. |
15 changes: 15 additions & 0 deletions
15
content/blog/2023-12-01-switch-an-existing-python-project-to-ruff.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Switch an Existing Python Project To Ruff" | ||
description: "On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool" | ||
image: img/2023/ETG5azrc4F4.jpg | ||
video: https://www.youtube.com/embed/ETG5azrc4F4 | ||
type: post | ||
categories: | ||
- YouTube | ||
- Python | ||
- Django | ||
tags: ['Python', 'Django', 'SaaS', 'Ruff', 'flake8', 'Black', 'isort', 'bandit'] | ||
|
||
--- | ||
|
||
On a recent Building SaaS stream, we switched from using flake8, Black, isort, and bandit completely over to a single tool, Ruff. Watch an experienced Pythonista work through many of the options and do a full conversion to this powerful tool |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.