๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Practical Programming: An Introduction to Computer Science Using Python 3.6, 3rd Edition

โœ Scribed by Paul Gries, Jennifer Campbell, Jason Montojo, Tammy Coron


Publisher
The Pragmatic Bookshelf
Year
2017
Tongue
English
Series
The Pragmatic Programmers
Edition
3
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Classroom-tested by tens of thousands of students, this new edition of the bestselling intro to programming book is for anyone who wants to understand computer science. Learn about design, algorithms, testing, and debugging. Discover the fundamentals of programming with Python 3.6--a language that's used in millions of devices. Write programs to solve real-world problems, and come away with everything you need to produce quality code. This edition has been updated to use the new language features in Python 3.6.

No programming experience required! Incremental examples show you the steps and missteps that happen while developing programs, so you know what to expect when you tackle a problem on your own. Inspired by "How to Design Programs" (HtDP), discover a five-step recipe for designing functions, which helps you learn the concepts--and becomes an integral part of writing programs.

In this detailed introduction to Python and to computer programming, find out exactly what happens when your programs are executed. Work with numbers, text, big data sets, and files using real-world examples. Create and use your own data types. Make your programs reliable, work with databases, download data from the web automatically, and build user interfaces. As you use the fundamental programming tools in this book, you'll see how to document and organize your code so that you and other programmers can more easily read and understand it. This new edition takes advantage of Python 3.6's new features, including type annotations on parameters, return types and variable declarations, and changes to string formatting.

Most importantly, you'll learn how to think like a professional programmer.

What You Need:

You'll need to download Python 3.6, available from https://python.org.With that download comes IDLE, the editor we use for writing andrunning Python programs. (If you use Linux, you may need to installPython 3.6 and IDLE separately.)


๐Ÿ“œ SIMILAR VOLUMES


Practical Programming: An Introduction t
โœ Paul Gries, Jennifer Campbell, Jason Montojo ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

Classroom-tested by tens of thousands of students, this new edition of the bestselling intro to programming book is for anyone who wants to understand computer science. Learn about design, algorithms, testing, and debugging. Discover the fundamentals of programming with Python 3.6--a language that's

Practical programming: an introduction t
โœ Campbell, Jennifer P. L.;Gries, Paul;Montojo, Jason ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› The Pragmatic Bookshelf ๐ŸŒ English

What's programming? -- Hello, Python -- Designing and using functions -- Working with text -- Making choices -- A modular approach to program organization -- Using methods -- Storing collections of data using lists -- Repeating code using loops -- Reading and writing files -- Storing data using othe

Practical Programming: An Introduction t
โœ Paul Gries, Jennifer Campbell, Jason Montojo ๐Ÿ“‚ Library ๐Ÿ“… 2013 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

<DIV><p>This book is for anyone who wants to understand computer programming. You'll learn to program in a language that' s used in millions of smartphones, tablets, and PCs. You'll code along with the book, writing programs to solve real-world problems as you learn the fundamentals of programming