Leanpub Header

Skip to main content

Filters

Category: "Python"

Python

  1. Python programming with practice from beginner to advanced: 2nd part

    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.

  2. A Tour of Python 3
    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.

  3. Network Analysis Made Simple
    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!

  4. Use Python to build a modern communication system

    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.

  5. Create GUI Applications with Python & Qt5 (5th Edition, PySide2)
    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.

  6. Advanced Python Tips
    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.

  7. REST HOW TOs
    REST HOW TOs
    Consuming and Building REST API in Python, Ruby, Java, C# and Go
    A.P. Rajshekhar and Shrikant Khare

    REST APIs Simplified! - Build and Consume in Python, Ruby, Java, C# and Go

  8. Clean Machine Learning Code

    Isn't it weird that ML software is super important, yet crazy fragile? If ML software is valuable but so unstable, how come data scientists and ML engineers are rarely trained on the basics of building profitable software systems? What to do about it?

  9. Ten Essays on Fizz Buzz
    Ten Essays on Fizz Buzz
    Meditations on Python, mathematics, science, engineering, and design
    Joel Grus

    Over the years I have invented and/or collected various clever and/or stupid ways of solving Fizz Buzz. In this book are ten solutions I found particularly interesting, each one the inspiration for a discussion of different aspects of coding, Python, testing, Fizz Buzz, mathematics, software design, technical interviewing, and related topics.

  10. تعلم من خلال التطبيق: خوارزميات تعلم الآلة
    تعلم من خلال التطبيق: خوارزميات تعلم الآلة
    جميع الخوارزميات تم تطبيقها من خلال لغة بايثون
    د. إياد أبودوش

    هل تريد تعلم خوارزميات تعلم الالة بشكل عملي واضح وتطبيقي. في هذا الكتاب ستجد مرجع لخوارزميات تعلم الآلة مع أمثلة تطبيقية بلغة بايثون بلغة واضحة وسهلة الفهم

  11. Programming Digital Humanities. Python (and More) for Academia
    No Description Available
  12. Python in Windows
    Python in Windows
    Gli strumenti, le tecniche e l'ambiente di lavoro
    Riccardo Polignieri

    Questo libro insegna a usare Python nell'ambiente di Windows e affronta molti aspetti della "vita quotidiana del programmatore", partendo dalle nozioni più semplici. Dall'uso corretto dell'interprete dei comandi fino agli aspetti più complessi come la distribuzione, il controllo di versione, il testing, la documentazione, e molto altro ancora.

  13. Programming walkthroughs: Coding with Python and Repl.it

    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.

  14. Python Combat Guide
    Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.

  15. Data Science - Regression Analysis (DIY for newbies)
    Data Science - Regression Analysis (DIY for newbies)
    Includes 100 solved problems
    Geetha Subramanian

    This book contains detailed stepwise solutions to Regression problems for beginners. It is a collection of solutions in Python and R programming language.