GitHub
github.com › FarhaKousar1601 › Python_EBook_Free
GitHub - FarhaKousar1601/Python_EBook_Free: In an act of generosity, I have uploaded a Python book for free, providing an invaluable resource to aspiring programmers. This gesture aims to empower individuals with knowledge, allowing them to explore the realm of Python programming and its vast applications. · GitHub
𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗔I.pdf - Python for Artificial Intelligence. Thank you for visiting the Python Free Ebook repository.
Starred by 98 users
Forked by 37 users
GitHub
github.com › py-pdf › pypdf
GitHub - py-pdf/pypdf: A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files · GitHub
pypdf is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files.
Starred by 9.9K users
Forked by 1.6K users
Languages Python
Free Python books
Hi, I'm the author of Automate the Boring Stuff with Python. All of my books are released under a Creative Commons license, so you can find them all on https://inventwithpython.com More on reddit.com
Free Python books [xpost from /r/Python]
Anything that people would recommend out of the whole group for an intermediate python programmer looking to improve their skills? More on reddit.com
A thin (less than 50 pages) free book for a total Python (and coding) beginner?
Here's one I wrote for my students - it's not under 50 pages, but it is free. Link: https://drive.google.com/file/d/1ajYJZLGUaVmNbuG98LnRfHMTzvnZx9el/view?usp=drivesdk More on reddit.com
New to GitHub (Learning Python)
Github isn't meant to be a portfolio of your work, but it's usually used like one. Github is a public server to host git repositories. (Gitlab is another one) It will give you a cloud backup of your code that you'll be able to access from anywhere as long as you have git in your hand. Beware of its policy thought, your code might be used to train AI or be forked by other people, and it will be public, so don't host private or sensitive data on it. Git is a distributed version control system. It allows you to tag versions of your code and organize team work on a source code. It's not the only tool to do that, but it's the most widely spread in the development industry. (Using github or the likes will also show recruiters that you have a bit of knowledge with git). Frequent commits will gives you the opportunity to revert your code if you made changes you don't want anymore. It was built for code, but it can be used with any text files. Binary files are usually badly supported. I suggest you do not put .pyc, .pyw or databases in git. I suggest you push everything, as often as possible even if it's a work in progress and use tag to identify versions of your code. Don't be afraid to contribute to other open source project if you want to. I don't know how useful the activity chart is used by recruiters though. You shouldn't give attention to it IMO. More on reddit.com
GitHub
github.com › py-pdf › awesome-pdf
GitHub - py-pdf/awesome-pdf: A curated list of resources around PDF files · GitHub
It is commonly used for client-side scripting or server-side processing of PDFs. pypdf : a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
Starred by 154 users
Forked by 21 users
GitHub
github.com › pamoroso › free-python-books
GitHub - pamoroso/free-python-books: Python books free to read online or download · GitHub
Python books free to read online or download. Contribute to pamoroso/free-python-books development by creating an account on GitHub.
Starred by 5K users
Forked by 703 users
GitHub
github.com › boringbyte › free-python-books-1
GitHub - boringbyte/free-python-books-1: Python books free to read online or download
Python books free to read online or download. Contribute to boringbyte/free-python-books-1 development by creating an account on GitHub.
Starred by 12 users
Forked by 6 users
GitHub
github.com › animator › learn-python
GitHub - animator/learn-python: 📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface. - animator/learn-python
Starred by 382 users
Forked by 195 users
Languages Python
GitHub
github.com › ewertoncodes › python-books
GitHub - ewertoncodes/python-books: free python books · GitHub
Python Programming - PDF · Python Scientific Lecture Notes · Snake Wrangling For Kids · The Art and Craft of Programming · The Programming Historian - William J. Turkel, Adam Crymble and Alan MacEachern · Think Python - Allen B. Downey · Problem Solving with Algorithms and Data Structures ·
Starred by 62 users
Forked by 16 users
GitHub
github.com › py-pdf › fpdf2
GitHub - py-pdf/fpdf2: Simple PDF generation for Python · GitHub
Simple PDF generation for Python. Contribute to py-pdf/fpdf2 development by creating an account on GitHub.
Starred by 1.5K users
Forked by 337 users
Languages Python
GitHub
github.com › manjunath5496 › Python-Programming-Books › blob › master › py(5).pdf
Python-Programming-Books/py(5).pdf at master · manjunath5496/Python-Programming-Books
"Walking on water and developing software from a specification are easy if both are frozen." ― Edward V. Berard - Python-Programming-Books/py(5).pdf at master · manjunath5496/Python-Programming-Books
Author manjunath5496
GitHub
github.com › topics › python-pdf
python-pdf · GitHub Topics · GitHub
An automated what to fill PDF forms with information extracted form an Excel, so you can easily fill many forms with many products. ... A professional, modular, and open-source Python command-line tool to extract data from PDFs — including plain text, tables, images, and OCR content — using best-in-class libraries like PyMuPDF, pdfplumber, and pytesseract.
GitHub
github.com › yuvaraj119 › Python-Pdf-Books
GitHub - yuvaraj119/Python-Pdf-Books: Python books in pdf · GitHub
Python books in pdf. Contribute to yuvaraj119/Python-Pdf-Books development by creating an account on GitHub.
Starred by 62 users
Forked by 34 users
Languages Jupyter Notebook
GitHub
github.com › pikepdf › pikepdf
GitHub - pikepdf/pikepdf: A Python library for reading and writing PDF, powered by QPDF · GitHub
February 23, 2026 - Jupyter integration -- render PDF and page previews inline in notebooks · Binary wheels everywhere -- pre-built for Linux, macOS, Windows (x86-64 and ARM64) Liberal license -- MPL-2.0, compatible with most open and closed source projects ... Python has several PDF libraries, each with different strengths.
Starred by 2.7K users
Forked by 221 users
Languages Python 77.3% | C++ 22.1%
GitHub
github.com › EOEboh › Free-Software-Books › blob › main › books › dev-books › Python › python.md
Free-Software-Books/books/dev-books/Python/python.md at main · EOEboh/Free-Software-Books
A repo where you can find FREE tech resources from books, courses and docs - Free-Software-Books/books/dev-books/Python/python.md at main · EOEboh/Free-Software-Books
Author EOEboh
GitHub
github.com › FarhaKousar1601 › Python_EBook_Free › blob › main › Python GUI programming with Tkinter.pdf
Python_EBook_Free/Python GUI programming with Tkinter.pdf at main · FarhaKousar1601/Python_EBook_Free
In an act of generosity, I have uploaded a Python book for free, providing an invaluable resource to aspiring programmers. This gesture aims to empower individuals with knowledge, allowing them to explore the realm of Python programming and its vast applications.
Author FarhaKousar1601
GitHub
github.com › letspython3x › Books › blob › master › Deep Learning with Python.pdf
Books/Deep Learning with Python.pdf at master · codams-org/Books
This repository is a collection of famous books that a person who has keen to learn programming, should go through in his career. - Books/Deep Learning with Python.pdf at master · codams-org/Books
Author codams-org
GitHub
github.com › CodeWithHarry › The-Ultimate-Python-Course › blob › main › The Ultimate Python Handbook.pdf
The-Ultimate-Python-Course/The Ultimate Python Handbook.pdf at main · CodeWithHarry/The-Ultimate-Python-Course
CodeWithHarry / The-Ultimate-Python-Course Public · Notifications · You must be signed in to change notification settings · Fork 885 · Star 1.8k · main · / Copy path · More file actions · More file actions · History · History · 1.65 MB · main · / Top · 1.65 MB ·
Author CodeWithHarry
GitHub
github.com › camoverride › lit › blob › master › Effective-Python.pdf
lit/Effective-Python.pdf at master · camoverride/lit
Literature for the self-taught AI practitioner! 📚. Contribute to camoverride/lit development by creating an account on GitHub.
Author camoverride
Reddit
reddit.com › r/github › learn python 3: a free and open source book published on github
r/github on Reddit: Learn Python 3: A Free and Open Source Book published on GitHub
November 1, 2022 - Hi GitHub community, I published a Free & Open Source book to Learn Python 3 on GitHub. ... This book touches a lot of core Python concepts in a crisp way and end goal is to help developers master the fundamentals of Python programming. It is entirely available on GitHub, along with links to a nice website for online reading and a PDF for offline reading.
GitHub
github.com › topics › pdf-document
pdf-document · GitHub Topics · GitHub
python windows macos linux pdf converter pdf-converter pillow python3 pdf-document numba poppler python36 python37 pdf-document-processor python38 python39 python310 ... CoverUp is free software for redacting PDF files. Text passages can be ...