Pages : | 388 |
Size : | 4.6 MB |
File type : | |
Downloads: | 123 |
Created: | 2022-02-01 |
License: | CC BY-NC-ND |
Author(s): | by Massimo Di Pierro |
Problem Solving with Algorithms and Data Structures Using Python
This PDF book teaches you how to encourage your kids to code at home, a guide to empowering kids with coding skills....
Deep Learning and the Game of GoThe ancient strategy game of Go is an incredible case study for AI. In 2016, a deep learning-based system shocked the Go world by defeating a world champion. Shortly after that, the upgraded AlphaGo Zero crushed the original bot by using deep reinforcement learning to master the game. Now, you can l...
Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with PythonThis book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more...
The Boost C++ LibrariesThis book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools that can be of use to any C++ developer and in any C++ project. Because the Boost C++ Libraries are based on the C++ standard, they are implemented using state-...
Data Mining and Analysis: Fundamental Concepts and AlgorithmsThe fundamental algorithms in data mining and analysis form the basis for the emerging field of data science, which includes automated methods to analyze patterns and models for all kinds of data, with applications ranging from scientific discovery to business intelligence and analytics. ...
Download Perl language tutorialDownload free Perl tutorial course in PDF, training file in 40 chapters and 141 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Processing WSDL in PythonWith this tutorial you will learn how to process WSDL in Python language (web services and Python) , free PDF cocument under 11 pages by Mike Olson and Uche Ogbuji ....
Arduino Development CookbookThe single-chip computer board Arduino is small in size but vast in scope, capable of bein..., download free Arduino tutorial in PDF (246 pages) created by Cornel Amariei ....
A Practical Introduction to Python ProgrammingThis book started out as about 30 pages of notes for students in my introductory programmi..., download free Python tutorial in PDF (263 pages) created by Brian Heinold ....
Ruby Hacking GuideThe Ruby Hacking Guide is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole....