Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. Hacker’s Elusive Thoughts The Web

    Tips and tricks for Web Application Developers, Professional Penetration Testers and Security Analysts on how to perform a generic and custom Web Application Penetration testing using Python.

  2. Build, Think, & Create with Raspberry Pi in the Classroom
    Build, Think, & Create with Raspberry Pi in the Classroom
    A Teacher Toolkit Full Of Practical Advice and Curriculum Connections
    Michael C. Renne

    Have you heard the Raspberry Pi is a great tool to ignite student STEM/STEAM learning? Not sure how to use it in your classroom? This book is designed specifically for educators with no prior experience working with the Raspberry Pi, computer programming, or electronics. The goal is to help you understand how to bring the maker movement into your classroom by building, thinking, and creating with the Raspberry Pi.

  3. Genetic Algorithms with Python

    Get a hands-on introduction to machine learning with genetic algorithms using Python. Step-by-step tutorials build your skills from Hello World! to optimizing one genetic algorithm with another, and finally genetic programming; thus preparing you to apply genetic algorithms to problems in your own field of expertise.

  4. A Journey With Python 3
    A Journey With Python 3
    Md Johirul Islam
    No Description Available
  5. Course Analytics - Wrangling FutureLearn Data With Python and R

    Want a quick start way of generating those reports you've been asked for about the performance of your FutureLearn course? Or maybe fancy the idea of pulling together a simple dashboard to review course progress? This recipe book should get you started...

  6. Python 201
    Python 201
    Intermediate Python
    Michael Driscoll

    Python 201 is the sequel to my first book, Python 101. If you already know the basics of Python and now you want to go to the next level, then this is the book for you! This book is for intermediate level Python programmers only. There won't be any beginner chapters here. This book is based on  Python 3.

  7. De MATLAB a Python
    De MATLAB a Python
    P.J. De Los Santos

    Herramienta didáctica para la transición de MATLAB a Python

  8. Elm per Pythonisti (stale)
    Elm per Pythonisti (stale)
    Avventure di un pythonista nel mondo dei linguaggi staticamente tipati.
    Matteo Bertini

    Elm è un linuguaggio funzionale che si compila verso JavaScript ed è nato per creare interfacce web responsive. Con Elm è possibile dire addio alla maggior parte degli errori a runtime, niente più undefined, niente più paura a fare un refactoring. E tutto questo con le prestazioni di React.

  9. Computational Methods in Molecular Quantum Mechanics

    Use numpy to explore the quantum realm. 

  10. Robot Framework for Cyber Physical System Test Automation

    Cyber physical systems are becoming increasingly complex and networked. As the number of system components increases and their complexity grows, so does the time required for system integration. [...] A large part of the complexity in system integration lies in the interaction of the system components however. As a consequence, traditional integration strategies are becoming increasingly inefficient. The solution to the problem is to prioritize system level integration automation and supplement it with traditional automation (if required).

  11. Measurements and Data Analysis for Agricultural Engineers Using Python

    This book is aimed at teaching how to make measurements and analyze the data using Python. The book has been written for Agricultural Engineering students and has been used in a Master level course in the University of Helsinki. It can be read online for free at: http://pyageng.mpastell.com/book/

  12. Create GUI Applications with Python & Qt5 (5th Edition, PyQt5)
    Create GUI Applications with Python & Qt5 (5th Edition, PyQt5)
    The hands-on guide to building desktop apps with Python.
    Martin Fitzpatrick

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

  13. SCRUM Developer
    SCRUM Developer
    Manual del alumno
    Mayra Liliana Castorena Luna, Alejandro Garcia Fdz, Jose Arturo Mora Soto, and Arturo Lagunas Inocencio

    Este es el manual del curso de Desarrllo Ágil con Integración Continúa Impartido por los autores. Se cubre TDD, CI, CD

  14. Inside The Python Virtual Machine

    You know how to program in Python but are interested in what goes on under the covers of the interpreter? Well, fasten your seat-belts as this book will take you on a tour of  the virtual machine that runs your Python code. It will describe how Python code is compiled and run, how the language itself can be modified and will demystify the mysterious bytecodes that run on the Python virtual machine.

  15. Hello Web App: Intermediate Concepts
    Hello Web App: Intermediate Concepts
    Add in the components you need to build a successful and profitable web app.
    Tracy Osborn

    You've deployed your first web app! Now what? Hello Web App: Intermediate Concepts builds upon the original Hello Web App web app tutorial. We'll learn about adding new features such as user-uploaded images, create an API, and take payments; as well as more conceptual concepts like databases and proper schema design and intermediate programming techniques.