This document is a selflearning document for a course in Python programming.
This course contains a part for beginners, a discussion of several advanced topics that are of interest to Python programmers, and a Python workbook with lots of exercises.
Contents
Pages : | 214 Pages |
Size : | |
File type : | |
Downloads: | 418 |
Created: | 2020-08-27 |
License: | Open Source MIT License |
Author(s): | Dave Kuhlman |
Python Notes for Professionals
Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python
This is an introductory book on algorithmic graph theory. Theory and algorithms are illustrated using the Sage open source mathematics software. To get an overview of the book, you can view the table of contents as shown below or download the complete book. This book is more commonly known as the ...
Essential GoThis book written to provide clear and concise explanation of topics for programmers both starting to learn the Go 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....
Java for Small TeamsThis book is an attempt to capture what good Java code looks like and the practices that help produce it. This document is intended for consumption by anyone involved with writing server side Java code. From developers writing Java for the first time through to seasoned technical leads serving multi...
Graph AlgorithmsDownload free course Graph Algorithms, pdf file on 257 pages by Mark Needham, Amy Hodler....
Python Notes for ProfessionalsDownload free course Python Notes for Professionals, pdf file on 855 pages by Stack Overflow Community....
Android video game tutorialWith this tutorial you will learn how to create an android video game and the basics of android applications development, free training document on 34 pages by Nikhil Yadav....
How To Code in Python 3Extremely versatile and popular among developers, Python is a good general-purpose languag..., download free Python tutorial in PDF (458 pages) created by ....
COBOL in 21 daysThis tutorial present an easy way to learn COBOL in a few days,free training courses in PDF for beginners and intermediate level users....
You Don't Know JS Yet: Get StartedDownload free course You Don't Know JS Yet: Get Started, pdf file on 143 pages by Kyle Simpson....
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...