Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Applied Multivariate Analysis with Python
    Step by Step Guide to Perform Multivariate Analysis with Python
    A.J. García

    This book takes you step by step through the process of preparing the data and producing multivariate analysis on it with Python.

  2. Data Structures and Algorithms for Job Interviews
    Prep for the interview and get the job you want
    A.J. García

    A collection of Python code solving some of the common Data Structures and Algorithms you might be expected to encounter at an interview process

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

  4. Leaving the Rat Race with Python
    An Insider's Guide to Freelance Developing
    Christian Mayer 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!

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

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

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

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

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

  10. Description:this part is for the object oriented in python (Classes and Methods and Inheritance...),it contains also the Standard Library of python , and also it contains how to make error bars and graphs and fils in matplotlib, and All this in detail, and withe mor than 40 exercises and more 5 activitys with solutions.

  11. A Tour of Python 3
    300+ ready-to-use examples guiding you from the very beginning. Including Python 3.8
    Andrew Shitov

    This book is a collection of small programs that demonstrate different features of the Python programming language. The reader can use this book as a textbook and a collection of exercises for learning Python 3.

  12. Network Analysis Made Simple
    An introduction to network analysis and applied graph theory using Python and NetworkX
    Eric Ma and Mridul Seth

    Are you interested in learning about graph theory and applied network analysis, leveraging your Python skills? Then this is the book for you! See how network science & graph theory connects with a variety of data analysis problems, and use it to solve your next data science challenge!

  13. This book step by step demonstrates how to build a modern communication system with the support of multiple user management. It uses a technique we called RESTFul API. So it can almost be used for any programming language and devices like java in android, swift in iPhone, javascript on a web-page.

  14. Create GUI Applications with Python & Qt5 (5th Edition, PySide2)
    The hands-on guide to making apps with Python
    Martin Fitzpatrick

    The hands-on guide to building desktop apps with Python and Qt.

  15. Advanced Python Tips
    A Simple Book on Advanced Python concepts
    Rahul Agarwal

    Learning a language is easy. However, learning to write a language and writing a language in an optimized way are two different things.