他学习编程的过程,以及他第一份软件工程工作的经历是这本书的灵感来源。这本书不仅仅是关于学习编程,尽管您将学习编码。
作者: Cory Althoff
出版者:桦榭英国
国际标准图书编号:9781472147097
类别:电脑
页面:368
观点:776
“有史以来最好的软件设计书籍之一”——BookAuthority Cory Althoff是一个自学成才的程序员。经过一年的自学,他学会了很好的编程,并在eBay找到了一份软件工程师的工作。但一到那里,他就意识到自己准备严重不足。他被大量他需要知道但还没有学会的东西压垮了。他学习编程的过程,以及他第一份软件工程工作的经历是这本书的灵感来源。这本书不仅仅是关于学习编程,尽管您将学习编码。如果你想要专业地编程,仅仅学习编码是不够的;这就是为什么,除了帮助你学习编程,Althoff还涵盖了你需要知道的其他专业编程的东西,这些是课堂和书本上没有教给你的。《自学程序员》是一个路线图,一个引导你从编写第一个Python程序到通过第一次技术面试的指南。这本书分为五个部分: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!