“Web browsers are ubiquitous, but how do they work? This book explains, building a basic but complete web browser, from networking to JavaScript, in a couple thousand lines of Python.” By Pavel Panchekha & Chris Harrelson
Separated into four parts:
- Part I: Drawing Graphics
- Part II: Viewing Documents
- Part III: Running Applications
- Part IV: Modern Browsers
This is a full and comprehensive resource that will show you how to build your own web browser.