free-programming-books logo

Free Programming Books is a list of over 4,000 free programming books, 2,000 free courses and many other free programming resources, maintained collaboratively as a repository on Github. With lists in 43 spoken languages, it has helped countless programmers around the world acquire and improve their programming abilities.

History

Free Programming Books is a product of Open-Source culture, and continues to be a stunning example of what con be created when large numbers of people work together. It was originally a clone of a StackOverflow page that was moved to GitHub by Victor Felder for collaborative updating and maintenance. After going viral on Hacker News, it grew rapidly and is now one of the most popular repositories on Github, with over 243,000 "stars", over 7,100 commits, over 2000 contributors, and over 50,000 "forks". in 2017, the Free Ebook Foundation assumed responsibility for the administration and care of the repository. In 2022, an innovative search tool was added. "Free-Programming-Books Search" is accessible, completely free, at https://ebookfoundation.github.io/free-programming-books-search/.

How it Works

Git is an open-source collaboration and version-control system written by Linus Torvalds. Github is a website used by programmers to structure the workflow and collaboration around the software they develop. A developer wishing to contribute an improvement to a software project first "forks" the repository containing the software, then modifies the code to implement the new feature or bugfix. When they're satisfied with their changes and have tested it for functionality, they create a "pull request" asking that changes be pulled into the main branch of the projects code. If the owner of the repository likes the change, the pull request is merged.

Free Programming Books applies Github's workflow to the creation and maintenance of a list of books. The cycle of fork, modify, pull request and merge has happened over 4,000 times, resulting in the list's grand scope and comprehensiveness.

News