Skip to content
Open
Show file tree
Hide file tree
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
Binary file added Python/AutomateBoringStuff_AlSweigart_2020pdf.pdf
Binary file not shown.
15 changes: 15 additions & 0 deletions src/data/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,20 @@ export const books: Book[] = [
tags: ["Python", "Comprehensive", "Beginner"]
}
,
{
"id": "python-9",
"title": "Automate the Boring Stuff with Python",
"author": "Al Sweigart",
"category": "Python Programming",
"language": "Python",
"pages": 504,
"year": 2020,
"level": "Beginner",
"description": "Practical programming for total beginners. Learn to automate tasks like updating spreadsheets, downloading files, and sending emails.",
"downloadLink": "https://raw.githubusercontent.com/sasi-upparapalli/Free-programming-books/main/Python/AutomateBoringStuff_AlSweigart_2020.pdf",
"tags": ["Python", "Automation", "Beginner"],
"featured": false
},
// Java Books
{
id: "java-1",
Expand Down Expand Up @@ -892,6 +906,7 @@ export const categories = [
"Competitive Programming",
"Flutter Development",
"Operating System",

];

export const languages = [
Expand Down