Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. ビジネスの現場で活躍するPython分析と機械学習
    Machine Learning for Bussiness with python
    Ken Nakai (中井 研) and shuhei ando

    Pythonを使って、基本的な分析処理から機械学習・ディープラーニングまで扱う内容になっています。特にビジネス系の職種の方でもPythonを活用して分析処理に挑戦できるように、入門的な内容から始め、現場でよく使われるテクニックを盛り込みました。AIブームにいち早くキャッチアップするとともに日々の仕事でも活かせる内容が学習できるお得なコンテンツです。

  2. 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.

  3. 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.

  4. Hands-On Machine Learning from Scratch
    Develop a Deeper Understanding of Machine Learning Models by Implementing Them from Scratch in Python
    Venelin Valkov

    "What I cannot create, I do not understand" - Richard Feynman This book will guide you on your journey to deeper Machine Learning understanding by developing algorithms in Python from scratch! Learn why and when Machine learning is the right tool for the job and how to improve low performing models!

  5. Data Analysis and Visualisation in Climate Science
    A Programmer's Guide
    Sebastian Engelstaedter

    The interest of many young scientists in climate research is often cut short by the sometimes stressful experience of having to learn how to code. This book covers everything a student or young researcher needs to know covering climate data types and file formats, remote server login, the Unix command line, number crunching with CDO and Python Xarray/NumPy as well as how to create high-quality publishable plots.

  6. 100 Days of Coding
    In Python
    Giuliana Carullo

    Welcome to an intense session during which you will learn Python. This book will be your friend for the next 100 days...

  7. Recommendation Systems with Python
    Build your recommendation engine step-by-step with python
    Hisham El-Amir

    If you want to learn about recommendation engines, and how it works then this book is for you. but if you want to build a recommendation engine and learn the approaches of it such machine learning techniques that predict user purchases and preferences then this book also for you.

  8. ML Cheatsheet: Linear Regression
    Learn Linear Regression in Weekend
    Hisham El-Amir
    No Description Available
  9. Coffee Break Python Slicing
    24 Workouts to Master Slicing in Python, Once and for All
    Christian Mayer

    Why do you waste your time PASSIVELY reading Python books?Puzzle-based learning is an ACTIVE learning technique. With code puzzles, you will learn faster, smarter, and better.The Coffee Break Python book series teaches you Python in byte-sized code puzzles. You solve a code puzzle a day while you enjoy your morning coffee. It’s that simple.

  10. Python Rocket Science
    Proven fast-track learning that has been used internationally for over five years in software developer bootcamps.
    Karan Singh

    This is your essential learning resource for the Python language if you have no knowledge of Python and want to bootstrap yourself quickly to a level of proficiency where you can write complex Python programs in cutting edge areas such as machine learning, cryptocurrencies, artificial intelligence, virtual reality, algorithmic trading and so forth

  11. Coffee Break Python
    50 Workouts to Kickstart Your Rapid Code Understanding in Python
    Christian Mayer

    How to suck less in Python? Read massive amounts of source code! This book pushes your Python coding skills to the next level by presenting you 50 Python puzzles. After reading this book, you will not only be a better coder - but you will know exactly your current skill level in comparison to others.

  12. Understanding Python re(gex)?
    Example based guide to mastering Python regular expressions
    Sundeep Agarwal

    Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn Python Regular Expressions, a mini-programming language for all sorts of text processing needs.

  13. Learn Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized application next week.
    Arnaud Weil

    You know next to nothing about Docker but need to create and run your first containerized application using Docker within a week. Don't worry: this book has you covered.

  14. The Dynamic Programming Manual
    Mastering Efficient Solutions
    Gábor László Hajba

    Unleash the power of dynamic programming! Master efficiency and solve complex problems with expertly crafted solutions. Java and Python code examples guide your path to optimized application performance. Dive into "The Dynamic Programming Manual" and unlock the secrets of success!

  15. Clean Architectures in Python
    A practical approach to better software design
    Leonardo Giordani

    What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!