Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Cheat sheets can be a really helpful resource when you're learning a new language. They remind you of the syntax and concepts you've just learned, so you can focus on writing your own code instead of rereading sections of a book or rewatching parts of a video.

  2. How to (Not) Lie with Data:
    Creating Effective Data Visualizations with Python
    Alex Kenan

    Learn how to lie with data so that you don't lie with data. Use Matplotlib, Seaborn, and Plotly to create data visualizations with real-world datasets. Read more at https://www.alexkenan.com/pyviz/.

  3. Teach Yourself Data Analytics in 30 Days
    Learn to use Python and Jupyter Notebooks by exploring fun, real-world data projects
    David Clinton

    Learn to use Python and Jupyter Notebooks by exploring fun, real-world data projects

  4. Automating Excel with Python
    Processing Spreadsheets with OpenPyXL
    Michael Driscoll

    You can use Python to create, edit or read Microsoft Excel documents using OpenPyXL. In this book, you will learn all you need to get started automating Excel with Python!

  5. Advanced Topics in Parallel and Distributed Systems Design
    Parallel and Distributed Systems Design
    Joseph Thachil George

    Advanced Topics in Parallel and Distributed Systems Design

  6. Python Django Flask
    Python Django
    Joseph Thachil George

    Python Django Flask Rest Framework with Oracle database 

  7. Generic Go
    Get the most out of type parameters and avoid the nasty pitfalls
    Preslav Rachev

    Everything you need to know about generics in Go: be among the first to start using type parameters when they arrive. Avoid the common pitfalls and keep writing high-quality Go code.

  8. Python dla wszystkich: Odkrywanie danych z Python 3
    Andrzej Wójtowicz and Charles Severance

    Celem książki jest wprowadzenie do tematyki programowania. Szczególny nacisk położono na wykorzystanie Pythona do rozwiązywania podstawowych problemów związanych z danymi, które mogą pojawić się w codziennej pracy. Na stronie www.py4e.pl możesz bezpłatnie pobrać dostępne w różnych formatach elektroniczne kopie tej książki oraz materiały pomocnicze.

  9. Książka zawiera materiały uzupełniające do bezpłatnego podręcznika "Python dla wszystkich: Odkrywanie danych z Python 3", będące rozwiązaniami ćwiczeń programistycznych z podręcznika i zadań programistycznych online. Książka kierowana jest do osób korzystających z ww. podręcznika do nauczania Pythona.

  10. Use Your Pi!
    Use a Raspberry Pi with LCD
    Mark Ward-Pointing

    Got a new Pi? Put it to good use with sensors and a news ticker!

  11. Programozás, Karrier, Python
    Kézikönyv a szoftverfejlesztői karrier hatékony építéséhez
    Nagy Zsolt and Dr. Fekete Róbert Tamás
    No Description Available
  12. 100 Page Python Intro
    Short, introductory guide for the Python programming language
    Sundeep Agarwal

    Short, introductory guide for the Python programming language. This book is well suited if you already know programming basics and as a workshop reference.

  13. Discrete Mathematics for Computer Science
    Alexander S. Kulikov, Alexander Golovnev, Alexander Shen, Vladimir Podolskii, and Marie Brodsky

    This book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own. By purchasing the book, you will get all updates of the book free of charge when they are released.

  14. D, the Best Programming Language, for Former Python Developers
    Learn D Programming for Python Developers
    Victor Porton

    A book about D programming language or DLang for Python programmers. “There is no best programming language”, they say. There is, for most applications it is D. The book starts from a comparison of D to Python and teaches all important features of D. D has all the features of Python but speed comparable to C and reliability comparable to Ada!

  15. This small book was written for just one purpose - explain the asynchrony concept from beginning to end.