Descriere YEO:
Pe YEO găsești Programming Python: Powerful Object-Oriented Programming de la Mark Lutz, în categoria Computers.
Indiferent de nevoile tale, Programming Python: Powerful Object-Oriented Programming - Mark Lutz din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 346.74 Lei
Caracteristicile produsului Programming Python: Powerful Object-Oriented Programming
- Brand: Mark Lutz
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 26-10-2024 01:15:33
Comandă Programming Python: Powerful Object-Oriented Programming Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Programming Python: Powerful Object-Oriented Programming de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
With clear and concise explanations of
Python syntax and programming techniques, and numerous examples that illustrate both correct usage and common idioms,
Programming Python shows readers the right way to code with
Python.If you\'ve mastered Python\'s fundamentals, you\'re ready to start using it to get real work done.
Programming Python will show you how, with in-depth tutorials on the language\'s primary application domains: system administration, GUIs, and the Web. You\'ll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python\'s many roles in practical, real-world programming. You\'ll learn language syntax and programming techniques in a clear and concise manner, with lots of examples that illustrate both correct usage and common idioms. Completely updated for version 3.x,
Programming Python also delves into the language as a software development tool, with many code examples scaled specifically for that purpose. Topics include: Quick Python tour: Build a simple demo that includes data representation, object-oriented programming, object persistence, GUIs, and website basics System programming: Explore system interface tools and techniques for command-line scripting, processing files and folders, running programs in parallel, and more GUI programming: Learn to use Python\'s tkinter widget library Internet programming: Access client-side network protocols and email tools, use CGI scripts, and learn website implementation techniques More ways to apply Python: Implement data structures, parse text-based information, interface with databases, and extend and embed Python