The Python Book

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Discover the power of one of the fastest growing programming languages in the world with this insightful new resource. The Python Book delivers an essential introductory guide to learning Python for anyone who works with data but does not have experience in programming. The author, an experienced data scientist and Python programmer, shows readers how to use Python for data analysis, exploration, cleaning, and wrangling. Readers will learn what in the Python language is important for data analysis, and why. The Python Book offers readers a thorough and comprehensive introduction to Python that is both simple enough to be ideal for a novice programmer, yet robust to be useful for those more experienced in the language. The book assists budding programmers to gradually increase their skills as they move through the book, always with an understanding of what they are covering and why it is useful. Used by major companies like Google, Facebook, Instagram, Spotify, and more, Python promises to remain central to the programming landscape for years to come. Containing a thorough discussion of Python programming topics like variables, equalities and comparisons, tuple and dictionary data types, while and for loops, and if statements, readers will also learn: • How to use highly useful Python programming libraries, including Pandas and Matplotlib • How to write Python functions and classes • How to write and use Python scripts • To deal with different data types within Python Perfect for statisticians, computer scientists, software programmers, and practitioners working in private industry and medicine, The Python Book will also be of interest to students in any of the aforementioned fields. As it assumes no programming experience or knowledge, the book is ideal for those who work with data and want to learn to use Python to enhance their work.

Author(s): Rob Mastrodomenico
Edition: 1
Publisher: John Wiley & Sons
Year: 2022

Language: English
Commentary: TruePDF | Cover | TOC
Pages: 259
Tags: Python: Computer Program Language

Cover
Half Title
Title
Copyright
Contents
1 | Introduction
2 | Getting Started
3 | Packages and Builtin Functions
4 | Data Types
5 | Operators
6 | Dates
7 | Lists
8 | Tuples
9 | Dictionaries
10 | Sets
11 | Loops, if, Else, and While
12 | Strings
13 | Regular Expressions
14 | Dealing with Files
15 | Functions and Classes
16 | Pandas
17 | Plotting
18 | APIs in Python
19 | Web Scraping in Python
20 | Conclusion
Index