Könyv Practical Python THEO BRANDT

Practical Python

Automate File Management, Scheduling, and Everyday Tasks with Real Python Projects

Szerző: THEO BRANDT
Nyelv: Angol
Kötés: Puha kötésű
Elérhetőség: Várható készletfeltöltés
Küldés 22. 09. 2026
6 110 Ft
Practical Python: Automate File Management, Scheduling, and Everyday Tasks with Real Python Projects...

Információk a könyvről

Szerző
Nyelv
Angol
Kötés
Könyv - Puha kötésű
Kiadva
2026
oldal
136
EAN
9798175199834
Enbook ID
53964385
Súly
250
Méretek
178 x 254 x 7

Teljes leírás

Practical Python: Automate File Management, Scheduling, and Everyday Tasks with Real Python Projects
Stop wasting hours on repetitive computer tasks, let Python do the boring work while you focus on what actually matters.
If you've ever spent an afternoon renaming files, organizing folders, or repeating the same tedious computer task for the tenth time that week, this book was written for you. Practical Python: Automation That Saves You Time teaches you to build real, working automation tools using modern Python, not through abstract theory, but through two complete projects you'll actually use.
You'll build a smart file organizer that automatically sorts your cluttered folders by type or date, and a scheduled task runner that handles recurring jobs like backups and reports without you lifting a finger. Along the way, you'll learn the practical Python skills that matter most for automation: safe file handling, reliable error handling, structured logging, and testing, skills that separate a script that works once from one you can trust to run unattended for months.
By the end, you won't just understand Python automation concepts, you'll have two functioning tools on your machine, properly tested, packaged, and ready to install with a single command. Written for readers with some coding background who are new to Python, this book skips the fluff and gets straight to building things that work.
Key Features:

  • Two complete, real-world projects: a file organizer and a scheduled task runner
  • Modern, up-to-date Python code using current best practices and idiomatic style
  • Covers the full picture: error handling, logging, testing, and packaging for distribution
  • Clear, in-depth explanations paired with clean, well-documented code you can apply immediately
  • Written for beginner-to-intermediate readers with some prior coding experience

Author Bio:
Theo Brandt writes practical, project-based programming books focused on helping developers build real tools rather than memorize syntax.