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. Michael C. Stutzenburg (verified owner)

      Having two kids with plenty of bills to pay, I don’t have the time or money for school, so I was looking for some resources for learning to code. This book is concise and to the point learning. You learn quickly with lots of example programs and challenges. Cory keeps the simple steps of programming at the beginning of the book and leads you through the tougher concepts of object oriented programming towards the end of the book. Its a short book, so if you want to expand your knowledge about a particular subject, all you have to do is go online. He gives lots of tips for anyone who wants a career change or if you are just out of school looking for work.

    2. Claire W. Rigodanzo (verified owner)

      This book is a roadmap of the practical skills necessary to become a computer science career-ready candidate. While it can absolutely guide the novice to develop expertise, it’s also valuable for current computer science students because it goes beyond academic cs skills and covers the technical skills that employers are currently seeking. As an additional bonus, the end of the book focuses on the job search process with excellent advice on preparation for technical interviews and how to get noticed by recruiters to score that first interview.

      I’m a career coach and will be using this book to prepare my clients for technical job interviews.

    3. Robert Wilson (verified owner)

      I’m enjoying The Self -Taught Programmer.

      Because I elected to use Python’s latest release, some of the syntax in the book’s examples will not run as written, and one must figure out the “why” for one’s selves, as well as search for the correct syntax
      There are plenty of websites teaching Python and most are up to date with the new conventions, etc.
      All this means, if one is not afraid to dive in and figure things out for one’s self, I recommend a purchase. If one is a bit skittish and wants all examples to run as written, you may want to look elsewhere or at least look for a download of the book’s version of Python..
      However, if one does not want to figure things out for one’s self, is one ready for programming?

    4. powder (verified owner)

      It’s a great book for any new python programmer, especially those that learn in the self-taught way. It has a lot of examples and explanations that allow a reader to build the mental model of the language through experimentation. It is one of few books that adequately covered things in the way that you tend to model things when you -are- learning on your own. There’s normally a strong possibility for gaps in knowledge when teaching yourself due to the way you can make assumptions without testing what the results would be, and this book doesn’t necessarily cover ALL of them, but it does a good job with the numerous code samples of providing you fairly complete mental models of what’s going on when you do various tasks in Python.

      I love that it takes that approach. I do wish that it covered some more of what is considered idiomatic in Python, but, that’s very much a minor gripe on an excellent text for a certain kind of mindset and way of learning. Even with that being said there are a few chapters near the end that cover some best practices and ideas, but, not as deeply as I typically think about them.

      All in all a good resource that will help guide someone that’s learning on their own on how to understand the language and achieve basic competence.

    5. ChemTeacher (verified owner)

      I am enjoying this book, as it is broken up into easily doable portions for turbulent lives. If I need to review, there is no digging to find the information I need. I’m in the middle of changing careers, but still need to work. In the meantime, I’m working my way through this book, in the hopes of gaining a nice base of information in Python, and expect that I will keep it for reference, later on.

      The learning is in the doing, without a lot of verbiage to confuse you. The information is all there, though. I’m so grateful to have found this book!

    6. Lloyd Garrick (verified owner)

      VERY well written, excellent style. If you are a complete beginner it may advance too rapidly; it actually starts out quite basic, and if you are intermediate level and have been playing with Python for a while (as I) you can just breeze over the elementary stuff. I found the chapter(s) on OOP (classes etc.) particularly useful. I have been doing mostly functional and procedural type short programs and haven’t paid much attention to OOP. But I am trying to get a handle on it now, (as I must if I’m gonna get anywhere with GA). The concepts were explained with code examples very clearly and in few pages! The section on BaSH is mostly review-over for me as I have been using Linux for a while now, but if you are also new to Linux (and you should get into it and dump MS … don’t get me started …) it provides a very good intro to the command line and basic Linux usage, as well as “regular expressions” which are very good to know and apparently trip a lot of people up learning. You can even download the code snippets if you are too lazy to type them in (using the tinyurl web site).

      I am now working on the web scraper and plan to elaborate it for my own use (hint: don’t you hate it when cool web sites won’t ‘let’ you download the videos and full size pics …).

      Recommend highly!

    7. Oliver Flinck (verified owner)

      Got me started with Python and worked great to geat familiar with the language. This will be a good base when starting working with machine learning in Python, instead of R and Matlab. I have been scripting Matlab quite a lot and was familiar with almsot all of the concepts since before, but the books worked as a great refresher of my knowledge. It also inspired me to do some developing and I have started playing with a raspberry pi, something I really hdn’t planned when taking up the book.

    8. AAK @mercator88 (verified owner)

      After learning FORTRAN and procedural programming decades ago, I was at a lost when trying to retool with OOP languages such as Python. I read a couple of books that went over code and concepts. But I felt like something was missing. I could write simplistic programs but didn’t think I was utilizing the full benefit of Python.

      Althoff’s book helped fill in the gaps. He gave the most lucid explanation of OOP concepts that I’ve come across, as well as touching on practical subjects such as the command line, bash, regex, and GitHub. As a result I feel more empowered to write meaningful code. There’s also a lot of good advice in the book about how to code.

      Other books will contain more information about syntax and GUIs. Read one of them, then buy Althoff’s book. It’s really a must-read if you’re trying to learn Python on your own.

    9. Benjamin Liles (verified owner)

      A lot of people claim this book, “Isn’t what they thought it would be,” but for me it’s what I exactly thought it would be. You see, I’ve been coding for most of my life trying to find something that would work for me. So, when I say I like Cory Althoff’s book The Self-Taught Programmer, I truly mean it. To me, space is everything so I will put this as best I can: you can learn Python programming very simply from him with this simple, small book. He gives you the tools that helped him be the Python programmer he is. I think that says it all.

    10. Gbutler288 (verified owner)

      The self taught programmer is the ideal book for anyone new to programming. I’ve purchased a few other books on Python and have always struggled with all of the practice examples as they all pertained to solving mathematical equations. Cory is brilliant in providing examples throughout the lesson and then applying real world practice questions to compliment and test your comprehension of the material. His technique in presenting complex topics in simple terms that everyone can understand is really what makes this book shine. So why are you still reading my review? Get The Self Taught Programmer and begin your journey into Python and a new Programming career!

    11. Mike R (NJ) (verified owner)

      I bought this book as a network engineer with basic procedural programming knowledge (C and BASIC) and found it to be extremely informative and a great jumping off point to using Python and OOP professionally. It only scratches the surface but upon finishing it I feel that I’m in a great position to learn more and begin to leverage Python at work for automation.

    12. Armando Leon (verified owner)

      I wish I read this book when I started my career. I too felt the pains the author felt when he started his career. I have a friend wanting to start a career in programming. I wanted to read it before I recommend it to him. I think this book perfectly compartemalizes what you should look at or things to learn right after you learn to code. If you’re a engineer beginning your career , this book will help. If you’re a year or 2 in for your career, this book contains info you’ve already picked up. I won’t discredit it because of that. In my book it’s a 5 star-rating because the author accomplished the goal he set, with the intended audience he had in mind.

    13. Christopher D. (verified owner)

      This book is hands down an absolute must to have. Not even joking. If you ever find yourself in that mode of “I am missing a fundamental!”. This book has it covered. All the py3 essentials.

      It’s worth the money for sure.

    14. HorrorFilms (verified owner)

      This book covers the most important stuff about python but you still need to learn more online searching in places like w3schools and others. But it’s really simply explained for novice programmers. Also has tips for getting your first job! Good job!

    15. Brian (verified owner)

      I am an HVAC designer by trade (no programming at all). After reading this book I feel equipped to change careers if I ever wanted to! This book lays things out very well and let’s you get straight to the coding! Don’t worry, theory is discussed too, but this book focuses on practicality…which is rarely used as a starting point in any engineering discipline. 10/10 would recommend

    16. nathan last (verified owner)

      Well written book, suitable for all ages. Explaining the basic from scratch, and opening many doors for further learning. I really enjoyed it, and recommend it for everyone looking for learning python and programming basics.

    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: $18.99
    Mindset Mathematic (10 books) Original price was: $275.99.Current price is: $49.99.
    The Art of Computer Programming (6 books) Original price was: $499.99.Current price is: $44.99.
    Math Illuminated: A Visual Guide to Calculus and Its Applications (4 book series) Original price was: $175.00.Current price is: $40.00.
    Advanced Thinking Skills (4 book series) Original price was: $174.95.Current price is: $39.99.
    CompTIA Security+: Get Certified Get Ahead: (SY0-401 to SY0-701) Original price was: $59.99.Current price is: $37.99.
    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.
    Natural Language Processing in Action, Second Edition Original price was: $279.99.Current price is: $29.99.
    Learn Physics with Calculus Step-by-Step (3 book series) Original price was: $159.95.Current price is: $29.99.
    Outlier Detection in Python Original price was: $169.99.Current price is: $28.00.
    Build a Large Language Model (From Scratch) Original price was: $299.99.Current price is: $27.99.
    Python How-To: 63 techniques to improve your Python code Original price was: $179.99.Current price is: $26.99.
    The Quick Python Book, Fourth Edition Original price was: $89.99.Current price is: $26.99.
    Starting Data Analytics with Generative AI and Python Original price was: $160.00.Current price is: $26.95.
    Writing for Developers: Blogs that get read Original price was: $69.99.Current price is: $25.99.
    Math and Architectures of Deep Learning Original price was: $69.99.Current price is: $25.00.
    Causal Inference for Data Science Original price was: $79.99.Current price is: $24.95.
    Spring Boot in Practice Original price was: $57.95.Current price is: $24.95.
    Deep Learning with JavaScript: Neural networks in TensorFlow.js Original price was: $70.00.Current price is: $24.95.
    Generative AI in Action Original price was: $59.99.Current price is: $24.00.
    Tiny CSS Projects Original price was: $149.99.Current price is: $23.95.
    Calculus: Early Transcendentals 9th Edition Original price was: $323.95.Current price is: $23.00.
    Managing Machine Learning Projects: From design to deployment Original price was: $49.99.Current price is: $23.00.
    D3.js in Action, Third Edition Original price was: $69.99.Current price is: $23.00.
    GitHub Actions in Action: Continuous integration and delivery for DevOps Original price was: $66.99.Current price is: $22.95.
    Lead Developer Career Guide Original price was: $49.99.Current price is: $21.99.
    Agentic Design Patterns: A Hands-On Guide to Building Intelligent Systems Original price was: $54.99.Current price is: $21.99.
    Teaching 6-12 Math Intervention: A Practical Framework To Engage Students Who Struggle Original price was: $136.99.Current price is: $21.95.
    Objective Bayesian Inference Original price was: $118.00.Current price is: $20.00.
    Discrete Mathematics and Its Applications Original price was: $875.66.Current price is: $20.00.
    Nonlinear Dynamics and Chaos 3rd Edition Original price was: $229.20.Current price is: $20.00.
    Linear Algebra and Learning from Data Original price was: $95.00.Current price is: $20.00.
    The Creative Programmer Original price was: $40.00.Current price is: $20.00.
    Linear Optimization and Duality: A Modern Exposition Original price was: $100.00.Current price is: $20.00.
    Scalar, Vector, and Matrix Mathematics: Theory, Facts, and Formulas - Revised and Expanded Edition Original price was: $214.00.Current price is: $20.00.
    Calculus 8th Edition Original price was: $355.95.Current price is: $20.00.
    Introduction to Algorithms, fourth edition Original price was: $150.00.Current price is: $20.00.
    A Pythonic Adventure: From Python basics to a working web app Original price was: $94.99.Current price is: $20.00.
    Calculus 9th Edition Original price was: $312.95.Current price is: $20.00.
    Trigonometry 011 Edition Original price was: $203.74.Current price is: $20.00.
    An Introduction to Systems Biology (Chapman & Hall/CRC Computational Biology Series) Original price was: $200.00.Current price is: $20.00.
    Precalculus: Mathematics for Calculus 8th Edition Original price was: $312.95.Current price is: $20.00.
    Calculus: A New Approach For Schools That Starts With Simple Algebra Original price was: $112.10.Current price is: $20.00.
    Qualitative Inquiry and Research Design: Choosing Among Five Approaches Original price was: $85.00.Current price is: $20.00.
    Fundamentals of Differential Equations Original price was: $246.65.Current price is: $19.99.
    Deep Learning: Foundations and Concepts Original price was: $81.32.Current price is: $19.99.
    Designing and Conducting Mixed Methods Research Original price was: $116.00.Current price is: $19.99.
    Vector: A Surprising Story of Space, Time, and Mathematical Transformation Original price was: $58.00.Current price is: $19.99.
    Blueprints: How Mathematics Shapes Creativity Original price was: $42.00.Current price is: $19.99.
    Visual Differential Geometry and Forms: A Mathematical Drama in Five Acts Original price was: $113.51.Current price is: $19.99.
    Handbook of Mathematics 6th ed. Original price was: $169.00.Current price is: $19.99.
    1
    Discount: 20% Cart
    Spend over: $200.00
    $18.99
    9.5%
    $200.00