Leanpub Header

Skip to main content

Filters

Category: "Python"

Python

  1. Python Beginners Workbook for Secondary Schools

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

  2. 200 Object Orientated Exercises for Python

    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.

  3. Pillow: Image Processing with Python

    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!

  4. Data Science From Scratch (Part 1) — Advance Analytics

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

  5. Feature Selection in Machine Learning
    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.

  6. Deep Learning Computer Vision Project
    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.

  7. Python for Mechanical and Aerospace Engineering
    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

  8. 200 Python Exercises: An Introduction to Python

    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.

  9. Learn Python OOP in Weekend

    This book is written to help you learn Python programming FAST and learn it WELL. If you are an absolute beginner in Programming, you'll find that this book explains complex concepts in an easy to understand manner. Examples are carefully chosen to demonstrate each concept so that you can gain a deeper understanding of the language.

  10. Leaving the Rat Race with Python
    Leaving the Rat Race with Python
    An Insider's Guide to Freelance Developing
    Finxter and Lukas Rieger

    Is There a Six-Figure Freelance Developer in You?Leaving the Rat Race with Python shows you how to nurture, grow, and harness your work-from-home coding business online --- and live the good life!It's an insider's guide to freelance developing. Start your new thriving coding business now!

  11. Learn Python Basics in Weekend
    Learn Python Basics in Weekend
    Learn Python Part I: Learn Python Programming Basics
    Hisham El-Amir

    This series will introduce you to the Python programming language. It’s aimed at beginning programmers, but even if you’ve written programs before and just want to add Python to your list of languages, Introducing Python will get you started.

  12. Automate your Browser with Python

    Want to automate websites with Python? This book teaches you how to use Selenium to control browsers like Chrome and Firefox, click buttons, fill out forms, scrape data, and test pages automatically with real Python code.

  13. Desktop Apps with Python PyQt5

    This hands-on guide shows you how to build desktop applications with Python and the PyQt5 framework. PyQt is a powerful toolkit, but its documentation can be overwhelming — this book focuses only on what you need to get started. You'll learn how to use widgets, layouts, signals, and events to build responsive apps. Along the way, you’ll create practical projects like a BMI calculator, a web browser, and a text editor using Qt Designer and Python. By the end, you’ll be confident building and customizing your own software for Windows, macOS, or Linux.

  14. Learn Recursion, Dammit

    Did you know that recursion is the same as induction? That you have an inductive hypothesis and that you're allowed to assume n-1 and AHHHHHHHHHHHHHHHHHHHHH Stop it. I don't care about that right now. I care about teaching you recursion and not scaring you off. We are going to do this using Python and the best examples and explanations that I know.

  15. Python programming with practice from beginner to advanced: 1st part

    Description:-python programming with practice from beginner to advanced.-this part for the basics things in Python including: set up, Strings, Conditionals, Loops, Structures (Lists, Item ...), Executing (Programs, Algorithms, and Functions), and All this in detail, and withe mor than 50 exercises and more than 10 activities with solutions.