Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Cracking The Tough Parts In Python
    Abdur-Rahmaan Janhangeer

    Crack the really hard topics in Python once for all. And, yes, this book starts each chapter from scratch.

  2. Learning about microcontrollers? Want to avoid the mistakes that I made along my learning journey? All the tips and tricks that will help you advance your skills, demonstrated using a Raspberry Pi Pico.

  3. Coffee Break Pandas
    74 Pandas Puzzles to Build Your Pandas Data Science Superpower
    Finxter, 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.

  4. Once you’ve completed Part 1 and Part 2, you’ll be able to build nearly any project that you want, and deploy it for the world to use. If you’re stuck for ideas, you can go through the examples given in Part 3, which consists of practical tutorials to build everything from web scrapers to chat bots.

  5. Models of Learning and Optimization for Data Scientists
    A Python hands-on approach
    Sergio Rojas Galeano
    No Description Available
  6. Coffee Break NumPy
    A Simple Road to Data Science Mastery That Fits Into Your Busy Life
    Finxter, Lukas Rieger, and Zohaib Riaz

    Fear of missing out on data science and machine learning?This ​eBook ​gives you a fun way to start learning data science with Python. ​It gives you a thorough introduction Python's most important library for data science: NumPy. 100% Based on puzzle-based learning - scientifically proven to generate ​44% better learning retention and ​efficiency.​

  7. Raspberry Pi Computing: Gas Sensors aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record data from gas sensors. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.

  8. SimPy: Simulação em Python
    Um guia prático
    Afonso C. Medina

    Aprenda a construir modelos de simulação de eventos discretos e de simulação baseadas em agentes utilizando o SimPy, uma biblioteca da linguagem Python.

  9. Raspberry Pi Computing: Analog Measurement
    Measure, record and present data using analog sensors with a Raspberry Pi computer
    Malcolm Maclean

    Raspberry Pi Computing: Analog Measurement aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record analog values using different sensors and an A to D converter. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.

  10. Effective Pandas
    Tom Augspurger

    A series on writing effective, idiomatic pandas.

  11. Premiers pas avec Python
    Le livre que j'aurais aimé lire lorsque je débutais en programmation...
    Honoré Hounwanou

    Apprendre à programmer n'a jamais été aussi fun !

  12. Programming for QA: Python, JavaScript, and TypeScript from Zero to Fluent
    Three Languages, One Mission: Better Testing
    Yuri Syuganov

    Python, JavaScript, and TypeScript taught side by side — every concept in all three languages, every example pulled from real QA work.

  13. Practical Python Backend Programming, Second Edition
    Hands-on backend development with FastAPI, MongoDB, Docker, Kubernetes, and message brokers using Python 3.14
    GitforGits | Asian Publishing House

    It's a practical book. We're going to build something real together, a University API, and we're going to grow it chapter by chapter until it looks like a system you'd be proud to deploy. We'll start with a few endpoints, give it databases, make it concurrent, lock it down with authentication, wrap it in containers, and finally split it into cooperating services that talk over the network.

  14. Neural Networks with Python, Second Edition
    Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch
    GitforGits | Asian Publishing House

    We'll stick to five libraries, not because more would be a problem, but because keeping it simple shows how well we can organise things. When you download MNIST with just the standard library, you finally see what a dataset loader was hiding. If you write attention as four lines of NumPy before you ever call a PyTorch module, it's no longer a magic process but just plain arithmetic.

  15. PyTorch Deep Dive
    From Foundations to Production: A Complete Guide to Modern Deep Learning
    Steve Publications

    PyTorch Deep Dive is a practical guide to mastering modern deep learning with PyTorch. From core concepts to advanced topics like transformers, diffusion models, and production deployment, it combines clear explanations, hands-on examples, and real-world best practices to help you build and scale AI applications with confidence.