The Self-Taught Programmer: The Definitive Guide to Programming Professionally

(23 customer reviews)

Original price was: $21.87.Current price is: $5.00.

Product details :
    PDF 40,19 MB • Pages: 278

    I am a self-taught programmer. After a year of self-study, I learned to program well enough to land a job as a software engineer II at eBay. Once I got there, I realized I was severely under-prepared. I was overwhelmed by the amount of things I needed to know but hadn’t learned yet. My journey learning to program, and my experience at my first job as a software engineer 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, I 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. I divided the book 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?

    23 reviews for The Self-Taught Programmer: The Definitive Guide to Programming Professionally

    1. Dusk (verified owner)

      From a beginner point of view this is a really excellent book to really learn the basics of not just a language, but the skills you need within the industry, going over important topics such as version control, regular expressions, and evne bash scripts. The most important point I feel that this book does a really good job maintaining is that a language is simply a tool at the end of the day, anyone can learn the syntax of a language. But learning application, the universal psudeocode of certain methods, and applying problem solving is something that requires practice and experience. I believe that using this as a starting point to dive into the topics that you want to apply yourself towards is the way I would honestly approach this book, and understanding that even while you read this you will need to do research and pratice of your own accord in conjecture to really get a good sense of the skills addressed in this book.

    2. Linda “K” (verified owner)

      I’m ambivalent about this book. It’s a good beginning guide to Python plus some practical advice on the profession of development (interviewing, toolchains, team dynamics). But I’m not sure of the desired audience. There’s no one thing it does well that’s not better covered by other sources. While the writing style is OK the organization and layout could use some work. My general impression is this is a good book in need of better technical editing. I’ve rated it higher than these comments might suggest because I think the book serves a purpose but I also believe it could be better. If nothing else, it’s a reasonable introductory Python text but take the guidelines and conclusions about interviewing and teams with a large grain of salt. My guess is the author might agree; he’s telling his story and offering (admittedly useful) suggestions for a path that worked for him but there’s a lot of over-simplification and generalisation.

    3. Kyle (verified owner)

      As someone with no prior programming experience, this book was a delightful first foray into the programming world. In nearly every chapter I experienced an “aha!” moment- a fact that definitely reinforced my enthusiasm while reading through. This book is segmented into easily digestible chunks, which aids in its readability and re-readability. You could read this book for fifteen minutes during a coffee break or you could whittle away an evening working through the post chapter challenges and, in either case, feel as though you had not wasted a second. The Self-Taught Programmer has helped to evolve my curiosity into a great interest- one which I cannot wait to explore further.

    4. Derek Ricke (verified owner)

      This book provides great explanations of core programming concepts and would save a lot of effort for anyone new to programming, even if they are going through a more formal course. I would like to a see a more readable typeface, and perhaps a few more charts & graphics in a future revision. The current layout is a bit of a detractor to the otherwise great content.

    5. Eric (verified owner)

      I program in Java and I attempted to make it through a very fast apprenticeship-book camp and got seven weeks in before dropping out. A lot of the material he talked about in what makes a professional programmer different: testing, logging etc… are spot on.

      I didn’t actually do any of the Python code, but I skipped to the end material, everything after bash. It is worth a read, and the only reason I am giving less than five stars is that I believe the author should have expanded on what logging and testing look like in more detail.

    6. M. Fraley (verified owner)

      Good book. Moves a little fast at the beginning hosing you with vocabulary and concepts but there’s probably only so much that can be done with that. The book hasn’t been updated recently however, which is more problematic in my mind. There are minor differences in the examples given and what the most recent version of Python will do. So far nothing major but given how rapidly the coding world evolves, it surprised me that the author is letting it slowly fall into obsolescence.

      EDIT: The more I move through the book, the more irritated I get by the occasional sloppy formatting, because you have to spend time deciphering if certain punctuation is part of the code example or added simply for grammatical purposes. Difficult to explain here but IYKYK.

      Also, I’m finding that the author sometimes seems to cheat on practice exercises. He’ll give a prompt for you to accomplish some task (presumably answerable from the information provided in the chapter). You’ll work for ages on a solution, and in giving up and looking for how he solved it, he’ll use some end-run solution using other means.

      For example, in Chapter 6, he’ll say “take the list [“the”, “fox”, “jumped”, “over”, “the”, “fence”, “.”] and turn it into a grammatically correct string with spaces between all the words but no space between the word ‘fox’ and the period.”

      Great, alright…[work for 20 minutes]. Go to the solution, and the dude prints all the words up through “fence”, and just drops the period, and then tacks it back on at the end. That’s not turning the list into a sentence like the prompt said, it’s just chopping parts out of it and then re-adding elements back in to technically get the same result. Very aggravating.

      Here is his solution to the exercise above (from Ch. 6-it’s Python). The sleight of hand happens at line 3:

      1. fox = [“The”, “fox”, “jumped”, “over”, “the”, “fence”, “.”]
      2. fox = ” “.join(fox)
      3. fox = fox[0: -2] + “.”
      4. print(fox)

      He does that kind of thing more than occasionally. Now it could be that I’m being unreasonable in what I’m expecting. Maybe there is a more direct way to do that, and it’s just too early on to have learned that. Maybe he’s trying to encourage creative problem solving. But I don’t want to learn how to code with duct tape that *technically* functions but is trash code, I want to learn how to code.

      [/rant/

    7. Nick (verified owner)

      If you can see beyond the many typos, the content is very productive.

    Add a review
    YOUR CART
    SWEET! Add more products and get 20% Cart off on your entire order!

    New item(s) have been added to your cart.

    Quantity: 1
    Total: $19.99
    Build a Large Language Model (From Scratch) Original price was: $299.99.Current price is: $27.99.
    AI Engineering: Building Applications with Foundation Models Original price was: $79.99.Current price is: $19.99.
    Building LLMs for Production: Enhancing LLM Abilities and Reliability with Prompting, Fine-Tuning, and RAG Original price was: $89.99.Current price is: $9.99.
    ChatGPT For Dummies Original price was: $45.00.Current price is: $14.95.
    Why Machines Learn: The Elegant Math Behind Modern AI Original price was: $52.00.Current price is: $16.95.
    Building Agentic AI Systems Original price was: $49.99.Current price is: $19.19.
    Mindset Mathematic (10 books) Original price was: $275.99.Current price is: $49.99.
    Large Language Models: A Deep Dive: Bridging Theory and Practice Original price was: $84.99.Current price is: $15.99.
    Vector: A Surprising Story of Space, Time, and Mathematical Transformation Original price was: $58.00.Current price is: $19.99.
    The Quick Python Book, Fourth Edition Original price was: $89.99.Current price is: $26.99.
    Storytelling with Data: A Data Visualization Guide for Business Professionals Original price was: $41.99.Current price is: $18.99.
    The Art of Computer Programming (6 books) Original price was: $499.99.Current price is: $44.99.
    Statistics for People Who (Think They) Hate Statistics Original price was: $156.00.Current price is: $19.95.
    RAG-Driven Generative AI: Build custom retrieval augmented generation pipelines with LlamaIndex, Deep Lake, and Pinecone Original price was: $45.99.Current price is: $19.95.
    Building Thinking Classrooms in Mathematics: A Comprehensive Guide for Grades K-12 (3 book series) Original price was: $149.99.Current price is: $30.00.
    The Self-Taught Programmer: The Definitive Guide to Programming Professionally Original price was: $21.87.Current price is: $5.00.
    Practical Statistics for Data Scientists: 50+ Essential Concepts Using R and Python Original price was: $79.99.Current price is: $17.49.
    Programming Massively Parallel Processors: A Hands-on Approach Original price was: $89.99.Current price is: $19.95.
    Complex Analysis and Special Functions: Cauchy Formula, Elliptic Functions and Laplace’s Method (De Gruyter Textbook) Original price was: $104.99.Current price is: $19.99.
    Introduction to Graph Theory (Dover Books on Mathematics) Original price was: $35.00.Current price is: $8.99.
    Advanced Thinking Skills (4 book series) Original price was: $174.95.Current price is: $39.99.
    Hands-On Large Language Models: Language Understanding and Generation Original price was: $79.99.Current price is: $19.99.
    Machine Learning: An Applied Mathematics Introduction Original price was: $70.00.Current price is: $17.00.
    Linear Algebra: Theory, Intuition, Code Original price was: $35.00.Current price is: $10.00.
    Numsense! Data Science for the Layman: No Math Added Original price was: $28.99.Current price is: $5.49.
    Making Sense of Math: How to Help Every Student Become a Mathematical Thinker and Problem Solver (ASCD Arias) Original price was: $20.00.Current price is: $6.95.
    Essential Prealgebra Skills Practice Workbook Original price was: $16.99.Current price is: $4.99.
    Learn Physics with Calculus Step-by-Step (3 book series) Original price was: $159.95.Current price is: $29.99.
    Math Illuminated: A Visual Guide to Calculus and Its Applications (4 book series) Original price was: $175.00.Current price is: $40.00.
    Math Fact Fluency: 60+ Games and Assessment Tools to Support Learning and Retention Original price was: $35.95.Current price is: $19.95.
    The Calculus Story: A Mathematical Adventure Original price was: $29.99.Current price is: $7.95.
    Generative AI in Action Original price was: $59.99.Current price is: $24.00.
    Essential Math for AI: Next-Level Mathematics for Efficient and Successful AI Systems Original price was: $79.99.Current price is: $19.99.
    Probabilistic Machine Learning: Advanced Topics (Adaptive Computation and Machine Learning series) Original price was: $150.00.Current price is: $19.99.
    Causal Inference in Statistics - A Primer Original price was: $50.95.Current price is: $19.99.
    Data Science for Business: What You Need to Know about Data Mining and Data-Analytic Thinking Original price was: $49.99.Current price is: $11.00.
    What's the Point of Math? (DK What's the Point of?) Original price was: $32.00.Current price is: $8.95.
    Math-ish: Finding Creativity, Diversity, and Meaning in Mathematics Original price was: $29.99.Current price is: $12.94.
    The Art of Game Design: A Book of Lenses, Third Edition Original price was: $123.96.Current price is: $19.99.
    Machine Learning using Python Original price was: $16.99.Current price is: $7.99.
    Fractions Essentials Workbook with Answers Original price was: $13.99.Current price is: $4.99.
    1
    Discount: 20% Cart
    Spend over: $200.00
    $19.99
    10%
    $200.00