Summary
Keywords
Full Transcript
This is an introduction to handling exceptions in python! In this beginner's python video, you'll learn about try-except exception handling! 00:00 Intro 00:08 Definition of exception 01:01 What are exceptions in python? 01:55 Setting up a situation where we can use exception handling 03:13 Try except syntax 04:41 W3Schools definition of try except 05:40 explaining code that uses the Wikipedia library 07:28 Running into an exception 08:39 adding try except exception handling to python code 10:39 as keyword in python 11:51 handling multiple exceptions in our code CONNECT WITH ME INSTAGRAM: https://www.instagram.com/maya_loves_code/ SUBSCRIBE to Maya Bello: https://www.youtube.com/channel/UC0O670QdOBVxgIRfHTI6z0w?sub_confirmation=1 TIK TOK: https://www.tiktok.com/@maya_loves_code TWITTER: https://twitter.com/maya_loves_code EMAIL: [email protected] PODCAST: https://anchor.fm/maya-bello https://linktr.ee/mayabello DATA STRUCTURE FLASHCARDS https://forms.gle/WmooasydShKGnYxH9 RESOURCES MENTIONED IN VIDEO: https://replit.com (code along with me!) https://pypi.org/project/wikipedia/ (Wikipedia library) https://www.w3schools.com/python/python_try_except.asp (learn more about Python Try Except) Link to code shown in video: https://replit.com/@MayaBello1/wikipedia#main.py AFFILIATE LINKS https://www.tubebuddy.com/MayaBello (helps to A/B test my thumbnails) around.co?utm_source=mayalovescode&utm_medium=youtube (a cool video conferencing tool) PYTHON RESOURCES learn to code in python for absolute beginners playlist: https://youtube.com/playlist?list=PLvisA2P0_d9G4ZtA_8CqRIXidtbS0iPxp how to install python 3 on MacBook Pro: https://youtu.be/XX5KRfmfNvw free resources to learn python: https://youtu.be/lePBUPzDaNI MORE YOUTUBE VIDEOS Salary as a Software Engineering Intern: https://www.youtube.com/watch?v=F7-3oCTqalw First day of work as a software engineer: https://www.youtube.com/watch?v=5sEaboYlUQE My most underrated but favorite video: https://www.youtube.com/watch?v=8uJM9WE7yAY Creating a Web Application from Scratch (with Sturdy Code): https://www.youtube.com/watch?v=aomQqYbWlFc&list=PLvisA2P0_d9F46Aznt3PCtBqpXLvO1rLa Software Engineering Trips and Conferences (AfroTech, Grace Hopper): https://www.youtube.com/watch?v=IjJEn0hMUgY&list=PLvisA2P0_d9G_3BHXMVvYzsT1U-BAl3In Cracking The Coding Interview One Month Challenge: https://www.youtube.com/watch?v=WctclUYubJQ&list=PLvisA2P0_d9EXQayfz1swXr8XrqedDRuG SHOULD YOU GIVE UP ON PROGRAMMING IF YOU FIND IT HARD??: https://www.youtube.com/watch?v=0RaEjnM0OY8 Majoring in Computer Science: https://www.youtube.com/playlist?list=PLvisA2P0_d9Es3AendjtdIyjT48ywVLVB Day in the life of Black Women Engineers Playlist (Senegoddess, Bukola): https://www.youtube.com/watch?v=Q7xFiXahrBM&list=PLvisA2P0_d9EGN0oGwxqi96xOscgwHnPV How To Think Like a Programmer: https://www.youtube.com/watch?v=azcrPFhaY9k Day In The Life Of a Software Engineer Playlist: https://www.youtube.com/watch?v=5sEaboYlUQE&list=PLvisA2P0_d9GKATiUNyFJHDQTSAMAWBKC
