Video Pending

Created by Zed A. Shaw Updated 2024-02-17 04:54:36

Part I: Initial Knowledge

The very first thing you need to learn is everything. I know that's intimidating, but as I mentioned in the introduction, you are going to only practice three skills for the entire book. Each exercise is going to enforce each of the skills as you complete other tasks. I may tell you to "make a copy of the cat command", but what you are really learning is how to be creative. I may tell you to "create a linked list data structure", but what you're really doing is applying structured code review processes to your programming practice. The secret of this book is that you are only using the projects and exercises as a vehicle to learn three important practices: Process, Creativity, and Quality.

Ideally there's nothing magical about these three concepts. Process is simply the steps you use to create something. Creativity is simply how you generate and implement ideas. Quality is simply how you make sure those implementations aren't junk. The meat is in the application. How do you apply a process to your personal development skills? How do you analyze whether you've been building quality software or not? How do you take an idea and turn it into reality? All three of these are interconnected as you need a process to help you get creative and then a process for ensuring quality, which also requires being creative since no process works all the time. It's a vicious, beautiful cycle.

The process for completing this book is simply this:

Your goal when going through this book is not just to whip up a few copies of some Unix tools. Your goal is to use these small Unix tool projects to focus on aspects of your ability to work on larger projects.

What If I Hate Your Stupid Personal Process Zed?

That's completely alright. This book is meant to be something that helps you grow and improve, so if you are not quite ready to analyze how you work then save that for later. You can simply do all of the challenges in your own way and your own time, then come back and attempt the projects with the constraints on your process. Every exercise stands on its own and the personal development portions apply to almost anything you work on. Do what you can and come back when you need to work on how you work.

What If I Find Out I'm Terrible?

That is a very real possibility, but my method works to help you know why you are terrible and what to do in order to fix it. Then it's just a matter of working on it until you start getting better. Keep your journal private, and nobody will know just how terrible you are. Then when you're done you'll know exactly where you stand and what you need to work on. No more guessing at whether you're a fraud or can really do the job. You'll objectively know your strengths and weaknesses so you can stop worrying about where you stand in the world.

However, you probably are not as terrible as you think. This book is meant to be a private course in improving your objective outlook on your skills. That means you should be focusing not on how good you are at something, but how much you improve. If you find yourself getting upset at your performance on a particular exercise then you need to break it down and find out what you can improve. You also need to look at that one exercise in the context of all the others you've completed and objectively rate your improvement. Focusing on improvement helps you think objectively (not positive or negative) and keep learning.

Back to Module Next Lesson

Register for Learn More Python the Hard Way

Register today for the course and get the all currently available videos and lessons, plus all future modules for no extra charge.