Learning Python - Helion
Tytuł oryginału: Learning Python
ISBN: 9781785284571
stron: 442, Format: ebook
Data wydania: 2015-12-24
Księgarnia: Helion
Cena książki: 319,00 zł
Learning Python has a dynamic and varied nature. It reads easily and lays a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring very different topics, like GUIs, web apps and data science. The book takes you all the way to creating a fully fledged application.
The book begins by exploring the essentials of programming, data structures and teaches you how to manipulate them. It then moves on to controlling the flow of a program and writing reusable and error proof code. You will then explore different programming paradigms that will allow you to find the best approach to any situation, and also learn how to perform performance optimization as well as effective debugging. Throughout, the book steers you through the various types of applications, and it concludes with a complete mini website built upon all the concepts that you learned.
Osoby które kupowały "Learning Python", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Learning Python. Learn to code like a professional with Python - an open source, versatile, and powerful programming language eBook -- spis treści
- 1. Introduction and first steps – Take a deep breath
- 2. Built-in data types
- 3. Iterating and making decisions
- 4. Functions, the building blocks of code
- 5. Saving time and memory
- 6. Advanced Concepts - OOP, Decorators, Iterators
- 7. Testing, Profiling and dealing with Exceptions
- 8. The edges: GUIs and Scripts
- 9. Data Science
- 10. Web Development done right
- 11. Debugging and troubleshooting
- 12. Summing up: a complete example