I keep getting ModuleNotFoundError: No module named 'curtain' (which is my own Class I'm working with.) When I keep the Class in the main.py script, works fine. But when I move it to its own Class file and try to from curtain import Curtain No Bueno
Hi! Thank you for this tutorial. I was watching so many of them about the same thing, but no one come with a so simple and clear solution and explanation as you did. Every sentences you spoke is exactly focused where it suppose to be. Without any unnecessary word's. I'm very happy about your video and hope you will come out with many many more tutorials too. Good bless you and your family.
0:18 seeing Asmongold's room just gave me whiplash for how it came out, out of left field. Never thought I would see it referred like this in my learning journey
Thanks for uploading. Never stop uploading because we will really miss you. You changed so many lives. I'm always eager to see more of you, no matter whatever the course is. Cover as many languages and frameworks you can. Good luck.👍😃
I was just watching my teacher teach this and thought it was too hard and I should watch Bro Code teach it. For my surprise, its only been 6 hours. I'll edit how well I learned this after I watched it. Edit: It was way easier than it initially looked like. Bro Code teaching rly well as always
Thank you brocode it always took me 20 mins but because of this video I can finally poop in 12 minutes...just kidding thanks for upload will surely learn oops from here❤
I''m not learning python but I really loved your videos. I just did the html one and the Javascript one! I was wondering which one should I do next ?? SHOULD I learn read ?? or Java or should I learn about data bases ? I WOULD love to hear your advice! Greeting from Colombia!
The problem solving skills one can learn through programing can be applied to various aspects life. Top programers will remain unaffected for longer period. I think it's worth learning you are really into it
Some People Say Python is Shit Language😂 But For Now Python Saved By Ai 😂 Btw If Newbie Don't Know What Is SELF "self" is same as "this" In Js,java But In Js & Java You Don't Need To Pass Keyword "this" To Identify Its Object
# --------------- car.py ---------------
class Car:
def __init__(self, model, year, color, for_sale):
self.model = model
self.year = year
self.color = color
self.for_sale = for_sale
def drive(self):
# print("You drive the car")
# print(f"You drive the {self.model}")
print(f"You drive the {self.color} {self.model}")
def stop(self):
# print("You stop the car")
# print(f"You stop the {self.model}")
print(f"You stop the {self.color} {self.model}")
def describe(self):
print(f"{self.year} {self.color} {self.model}")
# --------------------------------------
# --------------- main.py ---------------
from car import Car
car1 = Car("Mustang", 2024, "red", False)
car2 = Car("Corvette", 2025, "blue", True)
car3 = Car("Charger", 2026, "yellow", True)
print(car1.model)
print(car1.year)
print(car1.color)
print(car1.for_sale)
car1.drive()
car1.stop()
car3.describe()
# --------------------------------------
i luv u
Man that was so clear.
I keep getting
ModuleNotFoundError: No module named 'curtain' (which is my own Class I'm working with.)
When I keep the Class in the main.py script, works fine. But when I move it to its own Class file and try to
from curtain import Curtain
No Bueno
I think I finally found my perfect Python prof on TH-cam. You're a star bro
Hi!
Thank you for this tutorial.
I was watching so many of them about the same thing, but no one come with a so simple and clear solution and explanation as you did.
Every sentences you spoke is exactly focused where it suppose to be. Without any unnecessary word's.
I'm very happy about your video and hope you will come out with many many more tutorials too.
Good bless you and your family.
I want you to comprehend the amount of times I was getting confused before this man came to the scene, I am very grateful of this man and his channel!
i always wanted to learn more bout poop. thank u so much. ❤️
i mean keep learning urself, ur icon is poop, not the acronym
@@llowotv tf?
@@UznKe that guy is schizo dont worry about him
@@llowotvyou don’t get that poop is the acronym of Python Object Oriented Programming?
I'm glad I could help you with your poop
You're a real Bro Codez and the real deal for teaching code for easy comprehension!👏👏👏
i like your video always thanks sir
Best it Teacher of all time !
Awesome and simplified explanation....
This resonated with me like no other lesson. Thanks!
thank you for the lessons bratha !
Everything makes sense when you explain
Damned nice car choices too!
Aww man the title got me dying 😂
Thank u so much for this amazing content 🎉
0:18 seeing Asmongold's room just gave me whiplash for how it came out, out of left field. Never thought I would see it referred like this in my learning journey
Thanks for uploading. Never stop uploading because we will really miss you. You changed so many lives. I'm always eager to see more of you, no matter whatever the course is. Cover as many languages and frameworks you can. Good luck.👍😃
I was just watching my teacher teach this and thought it was too hard and I should watch Bro Code teach it.
For my surprise, its only been 6 hours. I'll edit how well I learned this after I watched it.
Edit: It was way easier than it initially looked like. Bro Code teaching rly well as always
I hit like even befor I watch the video😊.. Thanks a bunch.
Bro one like for your fellow bro
You are back! Its a good day today.
Love the way you teach...
nice
nice. video sir
You are an absolutely gold gem❤
Nicely explained ❤
Hahaha is that asmon's room? 0:18 😅
That car def has class, innit?
is the picture from 00:19 is Asmongold´s room ?
Thank you brocode it always took me 20 mins but because of this video I can finally poop in 12 minutes...just kidding thanks for upload will surely learn oops from here❤
Thank you so much bro❤
Thank you bro ❤
i thought this was a random meme video but instead itsa blessing of Bro xD nice
lol if i need something to learn and u didn't make a video on it i feel it's not important. Thanks a lot man
Thanks alot would you explaining the difference of software engineer and software developer and programmer
Even though I am not interested ın Python but I found myself clicking on the video bcz of the title🗿
Thanks for the video and your help
Please bro, We want a tutorial : Algorithms and Data Structures using Python
me too
Hi bro code can u upload a full course of cyber security? Please
Thanks bro
subbed!
I''m not learning python but I really loved your videos. I just did the html one and the Javascript one! I was wondering which one should I do next ?? SHOULD I learn read ?? or Java or should I learn about data bases ? I WOULD love to hear your advice! Greeting from Colombia!
You should try out CSS
Thank you so much for this , can we have questions like homework for every lesson?
best guy
Add these videos to your python paylist bro. It'll be easier for me to watch them all
Thanks for teaching us about the Poop
is there efficient way to do POOPing
00:19 average remote swe's room😂
que editor de códigos é esse?
thank you, with this video i learnt how to shit- UHH I MEAN i learnt how to use objects and classes... yeah...
I dont understand what (self)is for
amazing tutorials
TypeScript please!!!
And NodeJS & ExpressJS
Bro please make videos for python socket programming please
Can you do raylib?
I feel like you’re the kind of person who likes to pick up a duck.
thanks for teaching me how to poop in 12 minutes
Can you create an android tutorial?
U can't use OOP?
thats OOP. there is more in it. its just beginning.
One day programming is going to be taken over by Ai and coding would be useless by then... but learning them is great for own use.
The problem solving skills one can learn through programing can be applied to various aspects life. Top programers will remain unaffected for longer period. I think it's worth learning you are really into it
Bro put a picture of his room
Next.js tutorial Bro ?
I can definitely poop in 12 minutes.
Asmangold streaming room 😂
easyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
I can understand with the title why people wont use this instead of json
Some People Say Python is Shit Language😂
But For Now Python Saved By Ai 😂
Btw If Newbie Don't Know What Is SELF
"self" is same as "this" In Js,java
But In Js & Java You Don't Need To Pass Keyword "this" To Identify Its Object
pls type hinting 4 python
Lol a shot of asmongolds beadroom
POOP
P(ython)
O(bject)
O(riented)
P(rograming)
Please don't reply with snarky text!
everyone remember to thank brocode for showing us his poop
hi
POOP is just better.
POOP 💀💀