『独学プログラマー : Python言語の基本から仕事のやり方まで』(原書)<br>The Self-taught Programmer : The Definitive Guide to Programming Professionally

個数:

『独学プログラマー : Python言語の基本から仕事のやり方まで』(原書)
The Self-taught Programmer : The Definitive Guide to Programming Professionally

  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 368 p.
  • 言語 ENG
  • 商品コード 9781472147103
  • DDC分類 005.1

Full Description

'One of the best software design books of all time' - BookAuthority

Cory Althoff is a self-taught programmer. After a year of self-study, he learned to program well enough to land a job as a software engineer II at eBay. But once he got there, he realised he was severely under-prepared. He was overwhelmed by the amount of things he needed to know but hadn't learned. His journey learning to program, and his experience in first software engineering job were the inspiration for this book.

This book is not just about learning to program, although you will learn to code. If you want to program professionally, it is not enough to learn to code; that is why, in addition to helping you learn to program, Althoff also cover the rest of the things you need to know to program professionally that classes and books don't teach you. The Self-taught Programmer is a roadmap, a guide to take you from writing your first Python program to passing your first technical interview. The book is divided into five sections:

1. Learn to program in Python 3 and build your first program.
2. Learn object-oriented programming and create a powerful Python program to get you hooked.
3. Learn to use tools like Git, Bash and regular expressions. Then use your new coding skills to build a web scraper.
4. Study computer science fundamentals like data structures and algorithms.
5. Finish with best coding practices, tips for working with a team and advice on landing a programming job.

You can learn to program professionally. The path is there. Will you take it?

From the author
I spent one year writing The Self-Taught Programmer. It was an exciting and rewarding experience. I treated my book like a software project. After I finished writing it, I created a program to pick out all of the code examples from the book and execute them in Python to make sure all 300+ examples worked properly. Then I wrote software to add line numbers and color to every code example. Finally, I had a group of 200 new programmers 'beta read' the book to identify poorly explained concepts and look for any errors my program missed.

I hope you learn as much reading my book as I did writing it. Best of luck with your programming!