Skip to content
Merged
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
12 changes: 12 additions & 0 deletions bot/resources/tags/learn-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
aliases: ["learn", "start", "beginner", "slorb"]
embed:
title: Go-to beginner resources
---
Here are the top free resources we recommend for people who are new to programming:
* [Automate the Boring Stuff](<https://automatetheboringstuff.com/#toc>) — an online book (also available to purchase as a physical book)
* Harvard’s [CS50P course](<https://cs50.harvard.edu/python/>) — video lectures (slides and notes provided) with exercises
* [Python Programming MOOC 2026](<https://programming-26.mooc.fi/>) course — text-based lessons with exercises
* [Corey Schafer's YouTube playlist](<https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7>)

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