Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions bot/resources/tags/learn-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
embed:
title: "Go-to beginner resources"
---
Here are the top free resources we recommend for people who are new to programming:
* The [Automate the Boring Stuff](<https://automatetheboringstuff.com/#toc>) book (free to read online, also available as a physical book)
* [Corey Schafer's YouTube playlist](<https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7>)
* Harvard’s [CS50P course](<https://cs50.harvard.edu/python/>) — video lectures with exercises
* The [Python Programming MOOC 2026](<https://programming-26.mooc.fi/>) course — text lessons with exercises

For a full, curated list of educational resources we recommend, please see our [resources page](<https://www.pythondiscord.com/resources/>)
Loading