From 24a2cba6583025dd459087cf079dcebff1e9bd43 Mon Sep 17 00:00:00 2001 From: M4ximumPizza <109777745+M4ximumPizza@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:20:35 +0000 Subject: [PATCH] Add Introduction to Python Programming (OpenStax) (#12448) * Add OpenStax Introduction to Python resource * Added PDF to fix linter error * Added license info * Fix link for OpenStax Introduction to Python * Fixed link --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 9bdb7c0cd..ebbc2ae85 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2011,6 +2011,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Introduction to Programming with Python](http://opentechschool.github.io/python-beginners/en/) (3.3) * [Introduction to Programming Using Python](http://python-ebook.blogspot.co.uk) - Cody Jackson (1st edition) (2.3) * [Introduction to Python](http://kracekumar.com/post/71171551647/introduction-to-python) - Kracekumar (2.7.3) +* [Introduction to Python](https://openstax.org/details/books/introduction-python-programming) - OpenStax (PDF) (CC BY) * [Introduction to Python for Econometrics, Statistics and Numerical Analysis](https://www.kevinsheppard.com/files/teaching/python/notes/python_introduction_2020.pdf) - Kevin Sheppard (PDF) (3.8) * [Introduction to Scientific Programming with Python](https://library.oapen.org/bitstream/id/56d27e73-e92a-4398-8198-239be7aacc93/2020_Book_IntroductionToScientificProgra.pdf) - Joakim Sundnes (PDF) (CC BY) * [Invent Your Own Computer Games With Python](https://inventwithpython.com/invent4thed/) - Al Sweigart (3.4)