Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1000 Bytes

File metadata and controls

25 lines (19 loc) · 1000 Bytes

automate-the-boring-stuff-with-python

Here are all of the exercises I've done as going through 🔗 Automate the boring stuff with Python Programming from 🔗 Al Sweigart.

🔧 Language: Python 3.7

☑️ Python basics
☑️ Flow Control
☑️ Functions
☑️ Handling errors with try/except
☑️ Writing a Complete Program: Guess the Number
☑️ Lists
☑️ Dictionaries
☑️ More about Strings
☑️ Running programs from the command line
☑️ Regular Expressions
☑️ Files
☑️ Debugging
☑️ Web scraping
☑️ Excel, Word, and PDF documents
☑️ Email
☑️ GUI automation