Pages : | 40 |
Size : | |
File type : | HTML |
Downloads: | 226 |
Created: | 2021-05-15 |
License: | Free |
Author(s): | Joao Ventura |
Classic Computer Science Problems in Python
Think DSP: Digital Signal Processing in Python
Python Scientific Lecture Notes (Scipy Lecture Notes)
Hacking Secret Ciphers with Python
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Download free course ASP.NET WebHooks Succinctly, pdf file on 94 pages by by Gaurav Arora....
Introduction to Spring MVCThis pdf tutorial is a step-by-step guide on how to develop a web application from scratch using the Spring Framework.Free training course material under 68 pages by Thomas Risberg, Rick Evans and Portia Tung....
Haskell: Functional Programming with TypesIn this book, we aim to introduce you both to the Haskell language, from the very basics to its most advanced features, and to computer programming in general. Seasoned programmers, we urge you to be especially patient with this process. In all likelihood, the languages you are most familiar with ...
Getting started with MongoDBMongoDB is a document-oriented NoSQL database. As we will see, the whole system revolves around this document management, including the query language, which makes it its strong point. We are going to tackle now the setting up of a Mongo server and how to integrate your data in this environment....
Restful Web ServicesYou've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mas...
Essential PythonThis book written to provide clear and concise explanation of topics for programmers both starting to learn the Python programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....
Python in HydrologyThis book is written for learning Python using its applications in hydrology. The book covers the basic applications of hydrology, and also the advanced topic like use of copula....
Asynchronous Programming SuccinctlyDownload free course Asynchronous Programming Succinctly, pdf file on 85 pages by by Dirk Strauss....
GANs in Action: Deep Learning with Generative Adversarial NetworksGenerative Adversarial Networks (GANs) are an incredible AI technology capable of creating images, sound, and videos that are indistinguishable from the real thing. By pitting two neural networks against each other, one to generate fakes and one to spot them, GANs rapidly learn to produce photo-real...
OpenCOBOL Guide for programmersThis PDF tutorial describes the syntax and usage of the COBOL programming language as implemented by the current version of OpenCOBOL ,it's a free training document under 259 pages designated to intermediate users level....