Pythonic Programming
Autor Dmitry Zinovieven Limba Engleză Paperback – 2 noi 2021
Python is one of the most popular and rapidly growing modern programming languages. With more than 200 standard libraries and even more third-party libraries, it reaches into the software development areas as diverse as artificial intelligence, bioinformatics, natural language processing, and computer vision. Find out how to improve your understanding of the spirit of the language by using one hundred pythonic tips to make your code safer, faster, and better documented.
This programming style manual is a quick reference of helpful hints and a random source of inspiration. Choose the suitable data structures for searching and sorting jobs and become aware of how a wrong choice may cause your application to be completely ineffective. Understand global and local variables, class and instance attributes, and information-hiding techniques. Create functions with flexible interfaces. Manage intermediate computation results by caching them in files and memory to improve performance and reliability. Polish your documentation skills to make your code easy for other programmers to understand. As a bonus, discover Easter eggs cleverly planted in the standard library by its developers.
Polish, secure, and speed-up your Python applications, and make them easier to maintain by following pythonic programming tips.
What You Need:
You will need a Python interpreter (ideally, version 3.4 or above) and the standard Python library that usually comes with the interpreter.
Preț: 149.61 lei
Preț vechi: 187.01 lei
-20% Nou
Puncte Express: 224
Preț estimativ în valută:
26.47€ • 30.84$ • 23.12£
26.47€ • 30.84$ • 23.12£
Carte tipărită la comandă
Livrare economică 17-31 ianuarie 26
Livrare express 13-19 decembrie pentru 24.28 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781680508611
ISBN-10: 168050861X
Pagini: 152
Dimensiuni: 185 x 231 x 10 mm
Greutate: 0.3 kg
Editura: Pragmatic Programmers
ISBN-10: 168050861X
Pagini: 152
Dimensiuni: 185 x 231 x 10 mm
Greutate: 0.3 kg
Editura: Pragmatic Programmers
Notă biografică
Dmitry Zinoviev is a professor of Computer Science at Suffolk University in Boston and has a dual degree in Physics and Computer Science. He is passionate about C and Python programming, complex network analysis, computational social science, and digital humanities.
Descriere
Make your good Python code even better by following proven and effective pythonic programming tips.