Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

PYTHON

found 112 books

Debugging with GDB
Debugging with GDB

by Richard Stallman, Roland Pesch, Stan Shebs

The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC). The GNU Debugger Program has four special featur...


Beej's Guide to C Programming
Beej's Guide to C Programming

by Brian "Beej Jorgensen" Hall

This is an intro to C for folks who already know how to program in another language. The first half of the book is written in a tutorial style, while the second half is a reference section complete with examples (inspired by the incomparable Turbo C Bible). The goal is to keep this up-to-date with the latest C standards. This guide assumes that ...


HackSpace Magazine: Issue 56
HackSpace Magazine: Issue 56

by HackSpace Team

From component choice, to packaging, to marketing, to the million other things that you need to do when you scale up production, we'll help you turn your project into a product - and along the way it'll help you be a better maker. - Build a rocket-powered wing-wing glider out of balsa wood and 3D printed parts (it's like the space...


HackSpace Magazine: Issue 57
HackSpace Magazine: Issue 57

by HackSpace Team

The Raspberry Pi Pico: it's tiny, it's fast, it's versatile, and even more impressively these days it's available. And now it's got even better, with the introduction of the new internet-enabled Raspberry Pi Pico W. We'll run through the capabilities of this little board, and get you started on the road to victory with...


Azure Web Apps for Developers
Azure Web Apps for Developers

by Rick Rainey

Azure Web Apps is a fully managed platform that you can use to build mission-critical web applications that are highly available, secure, and scalable to global proportions. Combined with first-class tooling from Visual Studio and the Microsoft Azure Tools, the Azure Web Apps service is the fastest way to get your web application to production. Azu...


The Big Book of Machine Learning Use Cases
The Big Book of Machine Learning Use Cases

by Ricardo Portilla, Brenner Heintz, Denny Lee

The world of machine learning is evolving so quickly that it's challenging to find real-life use cases that are relevant to your day-to-day work. That's why we've created this comprehensive guide you can start using right away. Get everything you need - use cases, code samples and notebooks - so you can start putting the Databrick...


The Julia Express
The Julia Express

by Bogumił Kamiński

Julia is a high-level, dynamic programming language. Its features are well suited for numerical analysis and computational science. Julia works with other languages (C, Python, R, Rust, C++, SQL, JavaScript, ...) The Purpose of this open book is to introduce programmers to the Julia programming by example. This is a simplified exposition of the l...


Container Networking
Container Networking

by Michael Hausenblas

When you start building your first containerized application, you're excited about the capabilities and opportunities you encounter: it runs the same in dev and in prod, it's straightforward to put together a container image using Docker, and the distribution is taken care of by a container registry. So, you're satisfied with how ...


HackSpace Magazine: Issue 63
HackSpace Magazine: Issue 63

by HackSpace Team

Flying machines: humans have always dreamed about flight, but with our puny arms and lack of feathers it's something we've struggled with. No more! Join us as we explore the best, cleverest and most innovative home-made flying machines. Icarus would have been proud! - Behold: the world's first articulated print-in-place chocolate ...


Numerical Methods for Ordinary Differential Equations
Numerical Methods for Ordinary Differential Equations

by Kees Vuik, Fred Vermolen, Martin van Gijzen

In this book we discuss several numerical methods for solving ordinary differential equations. We emphasize the aspects that play an important role in practical problems. We confine ourselves to ordinary differential equations with the exception of the last chapter in which we discuss the heat equation, a parabolic partial differential equation. T...


1 ... 9 10 11 12