William Richard: The Python Project Book, Kartoniert / Broschiert
The Python Project Book
- Build Games, Web Apps, and AI Tools
Sie können den Titel schon jetzt bestellen. Versand an Sie erfolgt gleich nach Verfügbarkeit.
- Einband:
- Kartoniert / Broschiert
- Sprache:
- Englisch
- ISBN-13:
- 9781918722024
- Artikelnummer:
- 12694764
- Umfang:
- 368 Seiten
- Gewicht:
- 630 g
- Maße:
- 235 x 191 mm
- Stärke:
- 19 mm
- Erscheinungstermin:
- 27.5.2026
- Hinweis
-
Achtung: Artikel ist nicht in deutscher Sprache!
Klappentext
Discover how to build practical, engaging Python applications through eight engaging projects that span databases, web development, games, AI, and more. You will move beyond basic syntax and tutorials to create complete, functional programs that solve interesting problems: from managing intergalactic sample databases to translating alien languages with large language models (LLMs).
Each project introduces essential programming concepts in context, showing you not just the "what" but the "why" behind every technique. You will work with SQLite databases to store and retrieve data, build dynamic web applications using the Django framework, and create an interactive side-scrolling game with Pygame. The projects progress through data visualization with Matplotlib, procedural generation of entire planetary systems, and API integration with NASA's exoplanet archive.
Security fundamentals come alive as you implement public-key cryptography to build a secure messaging system. You will understand encryption, digital signatures, and key management through hands-on coding rather than abstract theory. The final project brings everything together by connecting to the OpenAI and Anthropic APIs, teaching you prompt engineering and how to maintain state across AI conversations.
Throughout these projects, you will develop transferable skills that apply across programming domains: working with external libraries, handling errors gracefully, parsing JSON responses, and structuring code for maintainability. Each chapter includes suggestions for extensions, encouraging you to customize and expand upon what you have built.
What You Will Learn
- Build database-driven applications using SQLite and Python's database APIs
- Create dynamic web applications with Django's Model-Template-View architecture
- Develop interactive games using Pygame with collision detection and game-state management
- Visualize data with Matplotlib charts, histograms, and interactive dashboards
- Implement public-key cryptography including RSA encryption and digital signatures
- Integrate with external APIs from NASA and AI providers such as OpenAI and Anthropic
Who This Book Is For
Python programmers who have learned the basics and want to apply their skills to complete, practical projects. Prior experience with Python fundamentals including functions, classes, and file handling is assumed.
Unique Selling Points
Covers cutting-edge AI integration with both OpenAI and Anthropic APIs, including prompt engineering and stateful conversations
Includes eight complete projects spanning databases, web development, games, visualization, cryptography, and AI - providing broad exposure to professional Python development
Features a space and science fiction theme throughout all projects, making learning engaging while covering serious programming concepts
Table of Contents
Chapter 1: Intergalactic Sample Database
Chapter 2: Intergalactic Samples Web Application
Chapter 3: Side-Scrolling Space Game
Chapter 4: Cosmic Ray Visualizer
Chapter 5: Procedural Planetary System Generator
Chapter 6: Exoplanet Expedition Planner
Chapter 7: Securing the Ansible
Chapter 8: Alien Language Translator