Learn to Program 11 Static & Exception Handling

preview_player
Показать описание


In this part of my Learn to Program series I'll cover many questions I received about Static, Custom Modules, From, Exception Handling, Custom Exceptions, and much more. We will also have some problems to solve to improve our problem solving ability. New videos every Saturday and Wednesday morning!

Thank you to Patreon supports like the following for helping me make this video

@kyleaisho
@thetwistedhat
vjFaLk
Рекомендации по теме
Комментарии
Автор

I really love it when great teachers like you make free videos!

logical-brain-
Автор

Since ive programmed in other languages before I think im quite fast when learning a new language and Your "Language XYZ in 30 minutes" really helped me learning languages really quickly, thank you for that !

Splintii
Автор

Hey. Not sure if you'll read this (this is more than a year since the initial posting), but I wanted to point out that you could prompt the user to enter a file name, in which case you don't have to change the code itself to demonstrate the error handling:
try:
myName = input("Please enter a file name: ")
myFile = open(myName, encoding="utf-8")
Thanks for the videos. I hope there will be much more for Python soon!

Sledgeh
Автор

Man this Series is awsome!
I am getting started with data science and I knew some java script before this really is a great introduction to python!
Much love from Switzerland,
Thank you sir

chemicalboy
Автор

Another top notch video Derek! I've been busy with school and not progressing as much as I'd like but I went back the other day and spent some time improving the warrior game and making it more functional with sub classes as I felt the sub class video could have had some more practice problems.Other than that, been quite busy with other things. Nonetheless, glad to be back on schedule!

BabyBallascore
Автор

Thanks for delivering great content !
I also want to learn Java and just found out that you did a series of Java tutorials, too !

johannesgengenbach
Автор

I had challenges understanding content from the official Python docs on exceptions. This tutorial helped me out big. Thank you @derekbanas.

RohnAnalytics
Автор

You're killing it man! This is premium work. Thanks so much.

Achooification
Автор

Hey Derek, your videos are amazing. I was wondering if you could do a video on any of these 3 topics: Concepts of Functional Programming, Elixir, and Phoenix framework. Thanks again for everything and please keep doing what you're doing!

snake
Автор

This series about python is awesome, I'm learning a lot. Thanks!

edilsonrj
Автор

Hey Derek!! I'm a huge fan. These tutorials have helped me sooo much. Super appreciate it =D

lostmidas
Автор

+Derek Banas, this video was really fun to go, love the modules! thanks :)

terraflops
Автор

your tutorials are the best, I've been your student for the last 5 years. Love you :)
what about Pandas and scikit-learn

haider
Автор

Watching your video in the last month of 2021. It's awesome, thank you ! BTW, what do you use to create your videos ?

arseneawounou
Автор

Thanks for share this series, I really learn a lot of new things which is new for me. Keep it up.

sohamnavadiya
Автор

Thank you for this amazing sequel! Love your channel sir : D

andrewgarfield
Автор

Fantastic tutorials, I hope those ads are bringing you some income because you're worth it.

yuvigerstein
Автор

what a wonderful video, thanks dude, is there any video about argparse please?

izzyece
Автор

that's great, 4:30 in California here!!

friler
Автор

Agree with you that Python is a good language for beginners. Still don't understand why colleges start you off with C++ if you're in computer science.

LizardanNet