Python How-To: 63 techniques to improve your Python code 291306

Код товару: 291306Паперова книга
  • ISBN
    978-1617299742
  • Бренд
  • Автор
  • Рік
    2023
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
Have you ever asked yourself, “How do I do that in Python?” If so, you’ll love this practical collection of the most important Python techniques.

Python How-To includes over 60 detailed answers to questions like:
  • How do I join and split strings?
  • How do I access dictionary keys, values, and items?
  • How do I set and use the return value in function calls?
  • How do I process JSON data?
  • How do I create lazy attributes to improve performance?
  • How do I change variables in a different namespace?
…and much more

Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Inside you’ll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui’s clear and practical writing is instantly accessible and makes it easy to take advantage of Python’s versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code.

About the Technology
Python How-To uses a simple but powerful method to lock in 63 core Python skills. You’ll start with a question, like “How do I find items in a sequence?” Next, you’ll see an example showing the basic solution in crystal-clear code. You’ll then explore interesting variations, such as finding substrings or identifying custom classes. Finally, you’ll practice with a challenge exercise before moving on to the next How-To.

About the Book
This practical guide covers all the language features you’ll need to get up and running with Python. As you go, you’ll explore best practices for writing great Python code. Practical suggestions and engaging graphics make each important technique come to life. Author Yong Cui’s careful cross-referencing reveals how you can reuse features and concepts in different contexts.

What’s Inside
How to:
  • Join and split strings
  • Access dictionary keys, values, and items
  • Set and use the return value in function calls
  • Process JSON data
  • Create lazy attributes to improve performance
  • Change variables in a different namespace
…and much more.

About the Reader
For beginning to intermediate Python programmers.

About the Author
Dr. Yong Cui has been working with Python in bioscience for data analysis, machine learning, and tool development for over 15 years.
1'600 ₴
Купити
Monobank
до 10 платежей
от 180 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Python How-To: 63 techniques to improve your Python code - фото 1
Інші книги Manning
The Quick Python Book, Fourth Edition
302585
Naomi Ceder
2'100 ₴
Graph Algorithms for Data Science: With examples in Neo4j
266857
Tomaz Bratanic
1'300 ₴
Build Financial Software with Generative AI (From Scratch)
305306
Christopher KardellMark Brouwer
2'400 ₴
Pro ASP.NET Core 7, Tenth Edition 10th ed. Edition
264108
Adam Freeman
1'740 ₴
Graph Neural Networks in Action
302590
Keita BroadwaterNamid Stillman
2'100 ₴
Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition
305315
Daniel ZingaroLeo Porter
1'900 ₴
Acing the System Design Interview
272104
Zhiyong Tan
1'170 ₴
React in Depth
286405
Morten Barklund
1'700 ₴
React Quickly, Second Edition 2nd ed. Edition
258545
Azat MardanMorten Barklund
1'100 ₴
Podman in Action: Secure, Rootless Containers for Kubernetes, Microservices, and More
265874
Daniel Walsh
1'550 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2023
  • Сторінок
    504
  • Формат
    165х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

Have you ever asked yourself, “How do I do that in Python?” If so, you’ll love this practical collection of the most important Python techniques.

Python How-To includes over 60 detailed answers to questions like:
  • How do I join and split strings?
  • How do I access dictionary keys, values, and items?
  • How do I set and use the return value in function calls?
  • How do I process JSON data?
  • How do I create lazy attributes to improve performance?
  • How do I change variables in a different namespace?
…and much more

Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Inside you’ll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui’s clear and practical writing is instantly accessible and makes it easy to take advantage of Python’s versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code.

About the Technology
Python How-To uses a simple but powerful method to lock in 63 core Python skills. You’ll start with a question, like “How do I find items in a sequence?” Next, you’ll see an example showing the basic solution in crystal-clear code. You’ll then explore interesting variations, such as finding substrings or identifying custom classes. Finally, you’ll practice with a challenge exercise before moving on to the next How-To.

About the Book
This practical guide covers all the language features you’ll need to get up and running with Python. As you go, you’ll explore best practices for writing great Python code. Practical suggestions and engaging graphics make each important technique come to life. Author Yong Cui’s careful cross-referencing reveals how you can reuse features and concepts in different contexts.

What’s Inside
How to:
  • Join and split strings
  • Access dictionary keys, values, and items
  • Set and use the return value in function calls
  • Process JSON data
  • Create lazy attributes to improve performance
  • Change variables in a different namespace
…and much more.

About the Reader
For beginning to intermediate Python programmers.

About the Author
Dr. Yong Cui has been working with Python in bioscience for data analysis, machine learning, and tool development for over 15 years.

Зміст

Table of Contents

1 Developing a pragmatic learning strategy
PART 1 - USING BUILT-IN DATA MODELS
2 Processing and formatting strings
3 Using built-in data containers
4 Dealing with sequence data
5 Iterables and iterations
PART 2 - DEFINING FUNCTIONS
6 Defining user-friendly functions
7 Using functions beyond the basics
PART 3 - DEFINING CLASSES
8 Defining user-friendly classes
9 Using classes beyond the basics
PART 4 - MANIPULATING OBJECTS AND FILES
10 Fundamentals of objects
11 Dealing with files
PART 5 - SAFEGUARDING THE CODEBASE
12 Logging and exception handling
13 Debugging and testing
PART 6 - BUILDING A WEB APP
14 Completing a real project

Відгуки про Python How-To: 63 techniques to improve your Python code

Python How-To: 63 techniques to improve your Python code
Python How-To: 63 techniques to improve your Python code
1'600 ₴
Купити
Персонально для вас
Learn Python Visually: Creative Coding with Processing.py
302872
Tristan Bunn
1'400 ₴
Build a Robo-Advisor with Python (From Scratch): Automate your financial and investment decisions
310247
Rob ReiderAlex Michalka
1'400 ₴
The Well-Grounded Python Developer: How the pros use Python and Flask
246936
Doug Farrell
1'450 ₴
Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python, 2nd Edition
270201
Stefan Jansen
1'450 ₴
The hitchhiker's Guide to Python: Best Practices for Development 1st Edition
67107
Kenneth Reitz
1'500 ₴
Hands-On Application Development with PyCharm - Second Edition: Build applications like a pro with the ultimate python development tool 2nd ed. Edition
282448
Bruce M. Van Horn IIQuan Nguyen
1'500 ₴
Think Bayes. Bayesian Statistics in Python 2nd Edition
154853
Allen Downey
1'600 ₴
Hands-On Microservices with Django: Build cloud-native and reactive applications with Python using Django 5
277867
Tieme Woldman
1'600 ₴
Django 5 By Example - Fifth Edition: Build powerful and reliable Python web applications from scratch 5th ed. Edition
280327
Antonio Mele
1'600 ₴
Web Development with Django - Second Edition: A definitive guide to building modern Python web applications using Django 4 2nd ed. Edition
281127
Ben ShawSaurabh BadhwarChris Guest
1'600 ₴
Python Playground, 2nd Edition: Geeky Projects for the Curious Programmer
303268
Mahesh Venkitachalam
1'600 ₴
Modern Django Web Development: With Channels, DRF, GraphQL, and React First Edition
310260
Malhar Lathkar
1'600 ₴
Building Quantum Software in Python: A developer's guide
310263
Constantin GonciuleaCharlee Stefanski
1'600 ₴
Using Asyncio in Python: Understanding Python's Asynchronous Programming Features 1st Edition
114647
Caleb Hattingh
1'650 ₴
Data Visualization with Python and JavaScript: Scrape, Clean, Explore & Transform Your Data 1st Edition
67148
Kyran Dale
1'496 ₴1'700 ₴
Advanced Analytics with PySpark. Patterns for Learning from Data at Scale Using Python and Spark
197692
Sandy RyzaAkash TandonUri LasersonSean Owen
1'700 ₴
Computational Mathematics: An introduction to Numerical Analysis and Scientific Computing with Python
246257
Dimitrios Mitsotakis
1'700 ₴
Learning Ray: Flexible Distributed Python for Machine Learning
246259
Max PumperlaEdward OakesRichard Liaw
1'700 ₴
FastAPI: Modern Python Web Development 1st Edition
265490
Bill Lubanovic
1'700 ₴
Data Science: A First Introduction with Python
306597
Tiffany TimbersTrevor CampbellMelissa LeeJoel OstblomLindsey Heagy
2'500 ₴
Andre Fu: Crossing Cultures with Design
295526
Catherine Shaw
2'673 ₴
Queen Elizabeth II. A Photographic Portrait
265904
Phillip Ziegler
1'900 ₴
Robert Frank: Good Days Quiet
295925
Robert Frank
1'393 ₴
Farid Belkahia: or Art at Liberty
295818
Skira
1'950 ₴
The Little Theater of Vincent Darre
296478
Vincent Darre
3'063 ₴
Genius of the Place: Al-Bunt (Arab edition)
299431
The Saudi Arabia Ministry of Culture
2'830 ₴
Louvre Abu Dhabi: The Story of an Architectural Project
295283
Olivier Boissiere
1'560 ₴