Reddit Reddit reviews Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners

We found 7 Reddit comments about Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Introductory & Beginning Programming
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
Check price on Amazon

7 Reddit comments about Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners:

u/samort7 · 257 pointsr/learnprogramming

Here's my list of the classics:

General Computing

u/victorioushermit · 24 pointsr/learnpython

I'm working my way through Python Crash Course right now and recommend it. It starts from basics but doesn't treat the reader like an idiot. And the exercises are good for helping you to think through how to format your code. From there I'm planning to go through Automate the Boring Stuff with Python, and after I get a bit better at it, Fluent Python

Python Crash Course

Automate the Boring Stuff with Python

Fluent Python

u/il_doc · 5 pointsr/ItalyInformatica

cominciando prima da TUTTA la teoria secondo me subentra la noia in tempo zero e perdi sia l'interesse che la motivazione...

imho l'ideale è riuscire ad acchiappare i concetti base e poi cominciare a sporcarsi le mani asap, partendo da cose facili e poi andando a scalare.

i problemi di https://projecteuler.net/ sono un'ottima palestra per rompersi la testa e scoprire diversi "trucchetti" e approfondire argomenti.

altrimenti secondo me è più semplice imparare cercando di risolversi dei problemi reali da soli, scriversi dei programmini per provare ad automatizzarsi operazioni noiose (vedi Automate the Boring Stuff) o provare a tirarsi su un sitarello con flask o django, il tutto ovviamente consumando stackoverflow e la documentazione ufficiale ogni qual volta ti fermassi o ti volessi togliere una curiosità

anche se non sono strade mirate per arrivare a quello che ti serve, pian piano ti troverai con delle basi sufficientemente solide e "general purpose" con le quali sarai più o meno in grado di affrontare ogni tematica nella quale avrai bisogno di python


(p.s. questo nella mia esperienza funziona anche se in tutta la pappardella scritta qui sopra si sostituisce "python" con "linguaggio xyz")

u/dead_pirate_robertz · 3 pointsr/software

> Fortran

ALL CAPS! FORmula TRANslation. Yeah, me and Bill Gates started coding around the same time. He was more successful than me. ;)

I'd question C# as your next big thing to learn. Python! This book might be right up your alley.

u/Cerkoryn · 2 pointsr/cscareerquestions

Your most important starting step is to make sure that you have the foundational knowledge, at least at a conceptual level. I'm a big fan of books, so I would recommend a few to you.

Pick ONE of these. Exam is not necessary, but recommended:
Mike Meyers CompTIA Network+ All-in-One Exam Guide
Todd Lammle's CCENT Study Guide - ICND1

Pick ONE of these. Pay attention to business terminology as well. Again, exam is not necessary, but recommended:
Mike Meyers CompTIA Security+ Certification - SY0-501
CompTIA Security+ All-in-One Exam Guide
Darril Gibson SSCP All-in-One Exam Guide

100% read this. It's the Bible of Python scripting. Second edition is brand spanking new too:
Automate the Boring Stuff with Python

This is a good all-around Penetration Testing book that teaches Linux too. You don't *have* to use Kali, Ubuntu is probably less intimidating to those new to Linux, but you will have to install your own software/packages. This is the only book on this list I haven't read, but I often see it recommended:
Penetration Testing: A Hands-on Introduction to Hacking

While you read these books, you should install some kind of Linux distro on a home computer and use it for practice. I would also recommend doing HackTheBox(first challenge is to hack the login page) and starting with the easy boxes. Do as much as you can on your own first, but if you get stuck, watch IppSec's YouTube walk-through for the box you are on. Might be a bit overwhelming until you get through most of the books on that list though.

You should also start looking towards either the eJPT/eCPPT, the OSCP, or GPEN at this point, as those are the best value certifications in this field and will hold a lot of weight at an interview. There's some stigma with certifications in IT/CS, but the ones I listed are all baseline knowledge and/or high value for those in this field. At the very least the knowledge will go far. But definitely avoid anything from EC-Council like the plague.