
Learn Python by Building Data Science Applications
A fun, project-based guide to learning Python 3 while building real-world apps
- 482 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Learn Python by Building Data Science Applications
A fun, project-based guide to learning Python 3 while building real-world apps
About this book
Understand the constructs of the Python programming language and use them to build data science projects
Key Features
- Learn the basics of developing applications with Python and deploy your first data application
- Take your first steps in Python programming by understanding and using data structures, variables, and loops
- Delve into Jupyter, NumPy, Pandas, SciPy, and sklearn to explore the data science ecosystem in Python
Book Description
Python is the most widely used programming language for building data science applications. Complete with step-by-step instructions, this book contains easy-to-follow tutorials to help you learn Python and develop real-world data science projects. The "secret sauce" of the book is its curated list of topics and solutions, put together using a range of real-world projects, covering initial data collection, data analysis, and production.
This Python book starts by taking you through the basics of programming, right from variables and data types to classes and functions. You'll learn how to write idiomatic code and test and debug it, and discover how you can create packages or use the range of built-in ones. You'll also be introduced to the extensive ecosystem of Python data science packages, including NumPy, Pandas, scikit-learn, Altair, and Datashader. Furthermore, you'll be able to perform data analysis, train models, and interpret and communicate the results. Finally, you'll get to grips with structuring and scheduling scripts using Luigi and sharing your machine learning models with the world as a microservice.
By the end of the book, you'll have learned not only how to implement Python in data science projects, but also how to maintain and design them to meet high programming standards.
What you will learn
- Code in Python using Jupyter and VS Code
- Explore the basics of coding โ loops, variables, functions, and classes
- Deploy continuous integration with Git, Bash, and DVC
- Get to grips with Pandas, NumPy, and scikit-learn
- Perform data visualization with Matplotlib, Altair, and Datashader
- Create a package out of your code using poetry and test it with PyTest
- Make your machine learning model accessible to anyone with the web API
Who this book is for
If you want to learn Python or data science in a fun and engaging way, this book is for you. You'll also find this book useful if you're a high school student, researcher, analyst, or anyone with little or no coding experience with an interest in the subject and courage to learn, fail, and learn from failing. A basic understanding of how computers work will be useful.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Preface
- Section 1: Getting Started with Python
- Preparing the Workspace
- First Steps in Coding - Variables and Data Types
- Functions
- Data Structures
- Loops and Other Compound Statements
- First Script โ Geocoding with Web APIs
- Scraping Data from the Web with Beautiful Soup 4
- Simulation with Classes and Inheritance
- Shell, Git, Conda, and More โ at Your Command
- Section 2: Hands-On with Data
- Python for Data Applications
- Data Cleaning and Manipulation
- Data Exploration and Visualization
- Training a Machine Learning Model
- Improving Your Model โ Pipelines and Experiments
- Section 3: Moving to Production
- Packaging and Testing with Poetry and PyTest
- Data Pipelines with Luigi
- Let's Build a Dashboard
- Serving Models with a RESTful API
- Serverless API Using Chalice
- Best Practices and Python Performance
- Assessments
- Other Books You May Enjoy