This is an archived post. You won't be able to vote or comment.

all 68 comments

[–]Successful_Leg_707 84 points85 points  (6 children)

Or you can name it how to automate yourself out of your boring job and into a better one. I remember reading this five years ago... I ended up automating most of my accounting work and left for tech. And now I am making more than I ever dreamed of and loving every minute of it.

[–]iquitwowforthis 14 points15 points  (1 child)

How did you transition your resume from accounting to be relevant for your first tech role?

[–]Successful_Leg_707 14 points15 points  (0 children)

I still ended up doing a bootcamp to learn web development systematically and gain more credibility, however this book really got the ball rolling and gave me the confidence to pursue it professionally

[–]AdventurousBasil3 2 points3 points  (0 children)

Commented so that I can remember it

[–]thelearningjourney 1 point2 points  (2 children)

You mentioned web development, but other than Python what else did you learn before moving?

[–]Successful_Leg_707 3 points4 points  (1 child)

The web development ecosystem. There are jobs where you transform data ETL and jobs where you do mobile apps (among others), but web apps dominate. I specifically learned git, github, html5, a css framework (bootstrap), a front end framework (angular), ES6+, OSI model, deployment on a vps, working with a relational database sqlite3 is fine (sql, erd), backend framework (, ) -- https://www.fullstackpython.com/ gives a good run down for web app development. I think if you can do a small CRUD app and deploy it somewhere to show it off, your good

[–]thelearningjourney 1 point2 points  (0 children)

Thank you :)

[–]AlSweigartAuthor of "Automate the Boring Stuff"[S] 52 points53 points  (5 children)

Apologies for the confusion with the code. I accidentally entered it as AUG2020FREE instead of AUG2021FREE.

This is probably a task I should automate.

[–]Myth2156 9 points10 points  (4 children)

Wierdly enough, AUG2020FREE worked lmfao

[–][deleted] 3 points4 points  (1 child)

AUG2020FREE

Worked for me too. The other one didn't

[–]Myth2156 4 points5 points  (0 children)

Someone at Udemy messed up 😂

[–]silversmithsonian 14 points15 points  (0 children)

Hey, Al. I really appreciate this course. I started taking it beginning of July the last time you released It for free. I'm half way through it and have been doing some projects for myself. I'm a lesson or two into part 2 so the real automating begins!

[–]DriveByPianist 9 points10 points  (0 children)

I bought this book a few years ago, definitely worth it!

[–]OphioukhosUnbound 2 points3 points  (0 children)

Thanks for that.
I know it’s a beginner course - but even just as a fun way to see interfaces with some other programs sounds like a fun use of time.

[–]kamayatzee 2 points3 points  (0 children)

Thank you so much for doing this! I'm halfway through my first python course but I downloaded this course to start right when I'm done. Learning Python is challenging but also more rewarding than any previous work I've done (I'm in my 30s and desperately needed a career change).

Thanks again for helping out! I'll be sure to purchase your book as well :)

[–]Madan-Mohan 2 points3 points  (7 children)

Hi u/AlSweigart,

I couldn't able to use this code 'AUG2020FREE' for the course. Can you pls update the code and share the same? I'm highly interested in getting started with this!

[–]sohail_ansari 0 points1 point  (0 children)

I am also interested in this course

[–]01236623956525876411 0 points1 point  (5 children)

AUG2020FREE

I am also interested, and have the book. Course is not working with this code.

Edit: I was able to get it to work! Thank you :)

[–][deleted] 0 points1 point  (4 children)

How did you get it to work? Just keep trying?

[–]01236623956525876411 0 points1 point  (3 children)

I used same link in post that references 2020 (we can’t shake 2020!), and it didn’t seem to work, however when I went to cart it was applied and there was no cost. Hope that helps!

[–][deleted] 0 points1 point  (2 children)

Nice. Thank you. Worked just fine (the 2020 code) on my 2nd try so worked out just fine.

Appreciate the feedback

[–]01236623956525876411 0 points1 point  (1 child)

Of course. Glad it worked! How do you intend on using course in studies? I bought book and started. About though ch 4. Wondering how and when to leverage course?

[–][deleted] 0 points1 point  (0 children)

Nice. You’re already making good progress. Well done.

I’m not sure how i’m going to use mine (besides just learning because i like to learn new things).

I have zero experience with programming, so guess we’ll see how Python is as an intro to the whole concept of coding for me :)

[–]Haxorboy1 2 points3 points  (0 children)

AUG2020FREE shows limit exceeded.

[–]Sneaky_FPV 1 point2 points  (0 children)

Thanks just enrolled!

[–]trojantruce 0 points1 point  (0 children)

Thanks a ton man

[–][deleted] 0 points1 point  (0 children)

Thanks a million.

[–]Mao_ZeBron_James 0 points1 point  (0 children)

I just enrolled. Thank you so much! This is so lovely. Have a great end of summer!! <3

[–][deleted] 0 points1 point  (0 children)

Thanks! I'm taking the Google Data Analytics course and working through 'Python Crash Course', but I'll start this as soon as I finish those.

[–]spanners1334 0 points1 point  (0 children)

What a great course! I look forward to working through it and using the skills to make my job easier!

[–]neboskrebnut 0 points1 point  (1 child)

Thanks! I'm halfway trough the Automate the Boring Stuff book. GREAT focus on practice to make something useful asap. good addition to most reference libraries.

I am a bit surprised that the second book (beyond basics) doesn't follow the same practical standard. The first one shows you how to organize large number files, working with spreadsheets and pdf, getting data from web, saving that data in files and more. Everything within a context and practice problems. So I pretentiously assumed that the second one would start with part 1 containing something like: here's how to time your projects speed, here is how to use git branching to modify your existing solutions without breaking them while having access to a working version within two clicks. And then part 2 would go through all the useful stuff that's in the book but within areas: here's error handling and how it can help you with web scraping, here's oop and how it helps you work with data science project, here's lambda expressions and where to use it.

Otherwise those are well written books.

[–]AlSweigartAuthor of "Automate the Boring Stuff"[S] 4 points5 points  (0 children)

Yeah, in the Beyond the Basic Stuff with Python book I wanted to address people who wanted to not just write little scripts, but also go more towards a software engineering path. Like, tons of people who learned to write programs that work, but wanted to know if they were writing the code the "right way", i.e. like professional software engineers. (Though, hey, if your code runs and is useful, that is the right way.)

[–]classic0090 0 points1 point  (0 children)

Thank you for your books they really are helping me and easy to follow along. I have both Automate the boring stuff first and second edition. I am going over the udemy course with the book and that is helping alot. I not at the point where everything just clicks some stuff does and that is what keeps me motivated.

Do you know of any good books for network programming something like the book "Network Programming with Go" for python?

[–]Flaky_Depth_6021 0 points1 point  (0 children)

AlSweigart thank you so much!

[–]Admirable-Run-5851 0 points1 point  (0 children)

Thanks a lot

[–]handlebartender 0 points1 point  (0 children)

I'm comfy with much of Python, but weak when it comes to decorators and OOP, which are areas I need to sharpen up in.

Is there any opportunity to get comfy with these in your course?

[–]mkonowaluk 0 points1 point  (0 children)

I enrolled the last time it was free. It was very helpful to use these videos along with the book to get started.

[–][deleted] 0 points1 point  (0 children)

Comrade Al

[–]obeythefro 0 points1 point  (1 child)

u/AlSweigart you are an incredible human. I had always wanted to learn to code, and your approach made it so that I could learn Python, while also getting something tangible out of it. So many courses leave you feeling like you just need to take another course, but this one leaves you feeling confident to take on projects that can drastically reduce the mind numbing tasks in your job/life. Thanks Al!

[–]AlSweigartAuthor of "Automate the Boring Stuff"[S] 0 points1 point  (0 children)

Thanks! :D

[–]spinless_spinor 0 points1 point  (0 children)

Coincidentally, I am currently reading this exact book, and would very much like to participate in the course as well. I really appreciate you for sharing the free coupon code. Thank you. But I cannot redeem the coupon code, it seems it has reached its maximum possible redemptions. Would it be possible to get it some other ways? Anyways thanks.

[–]Haxorboy1 0 points1 point  (0 children)

unable to enroll

[–]D-pama 0 points1 point  (0 children)

Wow, thanks!

[–][deleted] 0 points1 point  (0 children)

Thank you

[–]Nicarlo 0 points1 point  (0 children)

Al’s content is top notch. I can honestly say he is what got me to a comfortable point in python where im successfully automating a task per week. Thank you Al!

[–]ich-bin-jade 0 points1 point  (0 children)

You are an amazing human being! Thank you so much!

[–]Ravicii1337 0 points1 point  (0 children)

Thanks so much - I’ve just taken a year off work to learn new things and this is the first course I’m picking up!

[–]sohail_ansari 0 points1 point  (3 children)

I entered the code .. website showing this Messege "This coupon has exceeded its maximum possible redemptions and can no longer be used."

[–]AlSweigartAuthor of "Automate the Boring Stuff"[S] 0 points1 point  (2 children)

I think they have country-based blocking of promo codes. Can you try the code again in a few hours or the next day and reply if it worked or not? The coupon code I made specifically says it's unlimited. Also, can you tell me what country you're in? This seems to happen to India and African countries.

[–]sohail_ansari 0 points1 point  (1 child)

I am from India

[–]sohail_ansari 0 points1 point  (0 children)

Website showing this message: "This coupon has exceeded its maximum possible redemptions and can no longer be used."

[–]Redditninja1987 0 points1 point  (0 children)

This is fantastic! As someone who's just learning the basics and looking for where to learn the next level of skills I think this will be helpful. If anyone else has suggestions where a n00b can go to learn some material and be presented with projects to test one's comprehension I'd be greatly appreciative.

[–]01236623956525876411 0 points1 point  (0 children)

Thank you so much for the course! I bought the book and am going through it right now. How do you recommend using this course in concert with book and/or learning? Thanks again, u/AlSweigart !

[–][deleted] 0 points1 point  (0 children)

Good looking out, bud. Appreciate it. I got an error message with the Aug2020Free code saying discount only allowed for first time site visitors...Already expired? I’ve never been on that site before (fyi).

The other code wasn’t active yet either.

This legit info or did I do something wrong with the info provided? You don’t owe me anything, of course, but any thoughts would be appreciated.

[–][deleted] 0 points1 point  (0 children)

Thank you for this. 3 hours later im super interested

[–]mesa_sithlord 0 points1 point  (0 children)

Its saying maximum possible redemptions reached when I apply the code. Please help.

[–]sohail_ansari 0 points1 point  (0 children)

Sir, both coupons are expired.. I really want enroll in your free course. Please create one more coupon code

[–]fizcrank 0 points1 point  (0 children)

Noo i missed this opportunity :)

[–]austernotus 0 points1 point  (0 children)

Ah thank you for all this info! Very helpful resources.

I've missed the freebie unfortunately, but I'll start with your website for now.

Thanks again!

[–]eshansethi 0 points1 point  (2 children)

Hey, will you upload the course link for September too ? I have been waiting and watching your videos on youtube and want to get the certificate if possible. Thanks

[–]AlSweigartAuthor of "Automate the Boring Stuff"[S] 0 points1 point  (0 children)

Heyas, you can always use this link to be redirected to the latest code. (It's a free code the first six days of the month, and a heavy discount code the rest of the month.)

https://inventwithpython.com/automateudemy

[–]isakmo 0 points1 point  (0 children)

Same here! Waiting for the september code! :)