This book is designed to introduce students to programming and computational thinking through the lens of exploring data. You can think of Python as your tool to solve problems that are far beyond the capability of a spreadsheet. It is an easy-to-use and easy-to learn programming language that is freely available on Windows, Macintosh, and Linux computers.
This book provides an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics. The book is an open textbook and is based on the open book titled, Python for Software Design: How to Think Like a Computer Scientist (Allen B. Downey).
Pages : | 244 pages |
Size : | HTML, PDF, ePub, etc. |
File type : | |
Downloads: | 85 |
Created: | 2020-08-30 |
License: | Creative Common Attribution-NonCommercial-ShareAlike 3.0 Unported License |
Author(s): | Charles Severance |
Here you will learn how to get started with pointers in C++, how to access to the variables and memory, and how to use the pointers and arrays....
Designing Scalable JavaScript ApplicationsDownload free course Designing Scalable JavaScript Applications, pdf file on 134 pages by Emmit Scott....
Python Notes for ProfessionalsThis book goes beyond the basics to teach beginner- and intermediate-level Python programmers the little-known tools and constructs that build concise, maintainable code. Design better architecture and write easy-to-understand code using highly adoptable techniques that result in more robust and eff...
Mobile Apps developement with Apache CordovaDownloaf a free Cordova course tutorial material for beginners to learn how to creat mobile application using this platfom, a PDF document by Hazem Saleh under 37 pages....
Introduction to PhoneGapDownload free course tutorial training about PhoneGap ,this document shows the basics of this platform in order to creat a web application designed to mobile devices....
.NET Framework Notes for ProfessionalsThe .NET Framework Notes for Professionals book is compiled from Stack Overflow Documentat..., download free .NET tutorial in PDF (192 pages) created by ....
An Introduction to C & GUI ProgrammingDownload free course An Introduction to C & GUI Programming, pdf file on 156 pages by by Simon Long....
Programming Windows Store Apps with HTML, CSS, and JavaScriptDownload free course Programming Windows Store Apps with HTML, CSS, and JavaScript, pdf file on 1311 pages by Kraig Brockschmidt....
Android Application Development for the Intel PlatformThe number of Android devices running on Intel processors has increased since Intel and Google announced, in late 2011, that they would be working together to optimize future versions of Android for Intel Atom processors. Today, Intel processors can be found in Android smartphones and tablets made b...
Perl and LWP - Fetching web pages, Parsing HTML, Writing Spiders, & MorePerl soared to popularity as a language for creating and managing web content, but with LWP (Library for WWW in Perl), Perl is equally adept at consuming information on the Web. LWP is a suite of modules for fetching and processing web pages. ...