Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Coffee Break Pandas
    74 Pandas Puzzles to Build Your Pandas Data Science Superpower
    Christian Mayer, Lukas Rieger, and Kyrylo Kravets

    The sexiest job in the 21st century? Data Science!Coffee Break Pandas teaches you the new superpower of analyzing and processing data with Python's Pandas framework. If solving puzzles is fun for you, you'll love ❤ this book with 74 brand-new, hand-crafted Pandas puzzles to help you stay relevant in today's marketplace.

  2. Want to edit images with Python? This book makes it easy. Learn the basics of image processing using the Pillow library: load, transform, draw, apply effects, and more, all with clear, beginner-friendly code examples.

  3. Want to learn data analysis with Python? This book shows you how to use Pandas to read, clean, and explore data from CSV, Excel, and text files. You'll also learn how to create plots, calculate statistics, and work with real datasets.

  4. Python Quick Start
    A beginner's introduction to Python programming
    Martin McBride

    Learn the basics of Python programming, whether you are a complete beginner, or moving to Python from another language. This book covers everything you need to know to start writing your own Python scripts and programs, with exercises to help you practise and cement your knowledge.

  5. A Python workbook for absolute beginners with lots of practice to help build confidence.

  6. Struggling with Object Oriented Programming in Python? This book helps you master OOP by doing. With 200 exercises and answers, you will build confidence in using classes, objects, inheritance, and more through hands-on practice.

  7. Have you ever wondered how to use Python to process your images? Wonder no longer! The Pillow package is Python's Imaging Library. In this book, you will learn how to crop photos, apply filters and transforms, work with colors and much more!

  8. Hands-on and written in jupyter notebook....feel the heat!

  9. Feature Selection in Machine Learning
    Over 20 methods to select the most predictive features and build simpler, faster, and more reliable machine learning models.
    Soledad Galli, PhD

    Learn how to implement various feature selection methods in a few lines of code and train faster, simpler, and more reliable machine learning models. Using Python open-source libraries, you will learn how to find the most predictive features from your data through filter, wrapper, embedded, and additional feature selection methods.

  10. Deep Learning Computer Vision Project
    Traffic Sign Detection & Recognition
    Hisham El-Amir

    Recently, convolutional neural networks have surpassed humans in different tasks such as classification of natural objects and classification of traffic signs. After their great success, convolutional neural networks have become the first choice for learning features from training data.

  11. Python Game Development
    Create your First Game with Python
    A.J. García

    A fun and Easy way to Develop your Games using PyGame and Python !!!

  12. Python for Mechanical and Aerospace Engineering
    Learn some of Python’s most popular libraries like BeautifulSoup, Matplotlib, Numpy, Requests, and Tkinter by scraping a website for aluminum alloy information, graphing satellite orbits, creating a GUI to convert different units, plotting airfoil coordinates, publishing programs to PDF, and more!
    Alex Kenan

    Learn some of Python’s most popular libraries like BeautifulSoup, Matplotlib, Numpy, and Tkinter by graphing satellite orbits, creating a GUI to convert units, scraping a website and saving to Excel, plotting airfoil coordinates, and more!  Visit https://www.alexkenan.com/pymae/sample/ to preview Chapter 5: Modeling a 2-body orbit in 2D and 3D

  13. Python Flask for Beginners
    Learn Web Development with Flask
    A.J. García

    Explore the framework’s core functionality to build the most innovative applications.

  14. Learning Python? The best way to improve is by doing. This book gives you 200 beginner-friendly Python exercises, each with answers, so you can practice coding, build confidence, and master the fundamentals faster.

  15. Learning Python Programming from Scratch
    Learn the key fundamentals of Python quickly
    A.J. García

    Python from Beginner to Successful Developer !! The easiest and fastest way to get around Python.