dev.to記事で紹介された技術書(洋書)と日本語版の翻訳本を紹介

Learn Python the Hard Way3

紹介された本(洋書)
日本語版(翻訳本)
Learn Python the Hard Way
Learn Python the Hard Way
A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code

著者:Zed Shaw

出版社:Pearson Education

出版日:2014

Learn Python 3 the Hard Way
Learn Python 3 the Hard Way
書いて覚えるPython入門

著者:Zed A. Shaw

出版社:

出版日:2019

概要:You Will Learn Python! Zed Shaw has perfected the world's best system for learning Python. Follow it and you will succeed-just like the hundreds of thousands of beginners Zed has taught to date! You bring the discipline, commitment, and persistence; the author supplies everything else. In Learn Python the Hard Way, Third Edition, you'll learn Python by working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you'll learn how software works; what good programs look like; how to read, write, and think about code; and how to find and fix your mistakes using tricks professional programmers use. Most importantly, you'll learn the following, which you need to start writing excellent Python software of your own: Installing a complete Python environment Organizing and writing code Basic mathematics Variables Strings and text Interacting with users Working with files Looping and logic Data structures using lists and dictionaries Program design Object-oriented programming Inheritance and composition Modules, classes, and objects Python packaging Debugging Automated testing Basic game development Basic web development It'll be hard at first. But soon, you'll just get it-and that will feel great! This tutorial will reward you for every minute you put into it. Soon, you'll know one of the world's most powerful, popular programming languages. You'll be a Python programmer. Watch Zed, too! The accompanying DVD contains 5+ hours of passionate, powerful teaching: a complete Python video course!

概要:Python 3.6以上を扱ったプログラミングの入門書。インストール手順や初心者向けヒントも取り上げ、入門者には好適な構成。