- 262
- 577 769
Case Digital
United States
เข้าร่วมเมื่อ 21 ก.ค. 2018
Welcome to Case Digital! The goal of this channel is to help you learn software development and programming! Primarily, I will help you learn how to program in the Python programming language. I will also show you some concepts, techniques, and even different languages that I am learning that can help you on your coding journey! So let's get coding!
วีดีโอ
How To Find All The First Letters Of Each Word In A String Using Python
มุมมอง 2532 หลายเดือนก่อน
How To Find All The First Letters Of Each Word In A String Using Python
How To Dynamically Crop Images In Python
มุมมอง 3053 หลายเดือนก่อน
How To Dynamically Crop Images In Python
How To Check If All List Elements Are True In Python
มุมมอง 1474 หลายเดือนก่อน
How To Check If All List Elements Are True In Python
How To Save Frames From A Video In OpenCV Python
มุมมอง 3324 หลายเดือนก่อน
How To Save Frames From A Video In OpenCV Python
How To Play A Video In Python Using OpenCV
มุมมอง 5255 หลายเดือนก่อน
How To Play A Video In Python Using OpenCV
How To Write An Image In Python Using OpenCV
มุมมอง 1665 หลายเดือนก่อน
How To Write An Image In Python Using OpenCV
How To Resize An Image In Python OpenCV
มุมมอง 1325 หลายเดือนก่อน
How To Resize An Image In Python OpenCV
How To Randomly Choose From A List Using Probabilities In Python
มุมมอง 1415 หลายเดือนก่อน
How To Randomly Choose From A List Using Probabilities In Python
How To Zip A Folder In One Line In Python
มุมมอง 786 หลายเดือนก่อน
How To Zip A Folder In One Line In Python
How To Create A Business Card With Python
มุมมอง 4647 หลายเดือนก่อน
How To Create A Business Card With Python
How To Create A Solar Eclipse In Python
มุมมอง 2127 หลายเดือนก่อน
How To Create A Solar Eclipse In Python
What Does Immutable Mean With Respect To Python Strings
มุมมอง 638 หลายเดือนก่อน
What Does Immutable Mean With Respect To Python Strings
How To Preview Pip Installs Without Installing Anything
มุมมอง 608 หลายเดือนก่อน
How To Preview Pip Installs Without Installing Anything
How To Make A String Repeat In Python
มุมมอง 2398 หลายเดือนก่อน
How To Make A String Repeat In Python
How To Change Datetime To Date In Python
มุมมอง 1759 หลายเดือนก่อน
How To Change Datetime To Date In Python
How To Import Functions From Another Python File
มุมมอง 1.2K10 หลายเดือนก่อน
How To Import Functions From Another Python File
Nice video
n*(n+1)/2
This is why when you know math programming becomes much much easier.
The gaussian method! When he was a child, a professor asked his class to sum up the numbers from 1 to 1000 to give them something stupid to do for hours. When after a few seconds Gauss came with the solution, the professor thought that he had cheated, but Gauss had realized that 1 + 1000 = 1001, 2 + 999 =1001,..., 500+501 = 1001 So the total is equal to 500*1001
probably the only guy on yt to not overcomplicate basic stuff, love it
thank youu!
thank youuu!
Good video 👍
Numpee
that’s how you pronounce it though😅
@Shploog 'py'thon. Nu'py'. Something about it being pronounced that was doesn't seem right 😂
@@DT-hb3zu i totally agree, i think num py should be the way it is😂
Are you stupid? Or is this intentional ragebait
i dont think you are cut out for this line of work
I don't get why people are so angry here. The .index function is genuinely useful to quickly find the position of a previously-known value in a list if you, for instance, want to know what comes before or after it. Yea, mixing types is kind of ugly but it's for demonstration purposes so get over it.
The problem is that this doesn't demonstrate an issue that needs solving. The advice here is to search for a value that you already know and then to output that value instead of simply doing that in the first place, since you already know the value.
I’m high and this still doesn’t make sense
This is horrible lmao... if u just wanna print the strings (honestly why is ur list mixed type, avoid this!) Iterate through the list, and return/print only if it passes a typecheck (for item in lst: if isistance(item, str): print(item))
I remember using this function when implementing an algorithm for converting to number systems greater than 32. A very useful function, on par with zip function. Thanks for the enlightenment!
Am I the only one irrationally angry that this array data structure has different types in it?
I'm more angry about "lst". Like if characters are expensive. Code should be readable.
No, you're not the only one. Which is why we moved away from dynamically typed languages even in dynamically typed languages. New serious Python and JS project tend to use static typing. But the interesting thing about python is that everything is an object. So all arrays are arrays of objects that each contain there are own type information. (I haven't used static typing in python so don't ask me about it)
@@deeplerg7913 in python, you shouldn't name a variable list because list is a type keyword so you overwrite it if you name a variable list so it's good practice to just not do that
insane redundancy
Use the value to get the index to print the value at that index 🗿
How about just print("Hello")
This is such terrible advice lol
"How to get value from the list if we don't know its position? Simple,. Just use the value you want to retrieve and... Oh wait..."
isn’t this equal to: if “Hello” in lst: print(“Hello”) else: raise IndexError()
What if the function file is in a child directory or parent?
This command works for me in pwsh in vscode.
Good feature, thanks ❤
Ohhhhh
Thank you ❤
Thank you ❤
This content is freakin awesome
Now I know why no one codes. Someone’s gotta streamline this its just stupid looking
What are you talking about brother?? 😂 "No one codes" smh
You clearly come from a different background, then. Don't diss things just because they aren't for you.
Lmfao
@ it’s like bottom 3 for employment numbers for tech jobs, so yeah like no one codes
@ saying something needs to be streamlined is only a diss to people who need their thought process streamlined
To access a dictionary key pair, use my_dict[1] for the first item and my_dict["test"] for the second, which will give "Hello" and [1, 2, 3] respectively
great video thanks very much ☺☺
cheers mate , saved me pulling alot more of my hair out
You said dick 😅😅😅😅😅😂😂😂
why is this being over complicated you don't need a library to do this
Thanks man you help me a lot
Thank you, this is a huge help!
How do you feel about beginners using ai to help them shape up code. Is it more valuable to be a code surgeon rather than a code painter (if you understand what im saying)
I think this is a great question. I do like AI and think it is a great tool for both beginners and more seasoned developers. My caution would be to make sure that one understands what the code is doing (whether it is from AI or a person) and not for AI to become a crutch that one has to have to create something. Does that help?