Altcomtechniques - Chuyên cập nhật mới nhất tin công nghệ 4.0
  • Home
  • Công Nghệ
  • Điện Thoại
  • Máy Tính
  • Phần Mềm
No Result
View All Result
  • Home
  • Công Nghệ
  • Điện Thoại
  • Máy Tính
  • Phần Mềm
No Result
View All Result
Altcomtechniques - Chuyên cập nhật mới nhất tin công nghệ 4.0
No Result
View All Result

#54 Python Tutorial for Beginners | Inner class

admin by admin
June 7, 2020
in Game
49
#54 Python Tutorial for Beginners | Inner class



Python Tutorial to learn Python programming with examples
Complete Python Tutorial for Beginners Playlist :
Python Tutorial in Hindi :

Github :-

Editing Monitors :

Check out our website:

Follow Telusko on Twitter:

Follow on Facebook:
Telusko :
Navin Reddy :

Follow Navin Reddy on Instagram:

Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20

Nguồn: https://altcommtechniques.com

Xem thêm bài viết khác: https://altcommtechniques.com/game/

Xem thêm Bài Viết:

  • Các kiểu chơi bài phổ biến tại cổng game bài đổi thưởng uy tín
  • Keno là gì? Hướng dẫn cách chơi và đặt cược khi chơi Keno online
  • Game bắn cá đổi thưởng iOS Dabet ăn tiền thật chơi cuốn kiếm lớn
  • Game bài đổi thưởng nhiều người chơi nhất hiện nay đang ở đây
  • FA88.Win – Thiên Đường Cờ Bạc Quốc Tế
Previous Post

Phim hoạt hình hay nhất - CHÚ CHIM HẢI ÂU - Quà tặng cuộc sống - Truyện cổ tích việt nam

Next Post

Người Ấy (Trịnh Thăng Bình) - Cover + Sheet Piano - Everyone Piano

Next Post
Người Ấy (Trịnh Thăng Bình) – Cover + Sheet Piano – Everyone Piano

Người Ấy (Trịnh Thăng Bình) - Cover + Sheet Piano - Everyone Piano

Comments 49

  1. Sharavana Kumar says:
    3 years ago

    Great

    Reply
  2. praveen kamble says:
    3 years ago

    Just awesome

    Reply
  3. Mandar Joshi says:
    3 years ago

    Sir could you explain how u take argument in Student , as Student is class not a method..

    Reply
  4. Aks.munger says:
    3 years ago

    Confusing

    Reply
  5. Hruthik Shetty says:
    3 years ago

    I just wrote an code as it is but error occurred on line self.lap.show(). Here the error occurred so please help me guys 🙏

    Reply
  6. Tech Shower says:
    3 years ago

    (Siddesh): Thank you sp much Navin.

    Reply
  7. Abhimanyu kumar says:
    3 years ago

    can we make two constructors as we do in other progg. lang. one constrict. take some argument and other constrict takes no argument??
    Please help

    Reply
  8. Hey, Its really funny says:
    3 years ago

    Sir, When we create a object of inner class, OUTSIDE outer class and keep some changes in its variable by this object. Then after accessing that variable by the object of inner class created INSIDE outer class, it can not changes its variable's value…… Why??

    Reply
  9. Srujana pavan Patwari says:
    3 years ago

    How to change student two laptop information ?? Please anyone can help

    Reply
  10. mounika gajula says:
    3 years ago

    It would be better if you have added any exercise at the end of the video

    Reply
  11. pushpa tayal says:
    3 years ago

    sir ur tuts are love.. in this lockdown

    Reply
  12. Nidhisha Shetty says:
    3 years ago

    Sir, the concept didn't get clear. Still have many doubts. Could you please add one more video for the inner class. plzz

    Reply
  13. Hamza Ahmed says:
    3 years ago

    If you want a different example of inner class; here it is
    class geometry:

    def __init__(self):

    self.rectangle = self.rectangle()

    self.triangle = self.triangle()

    class rectangle:

    def __init__(self):

    self.l = int(input("Enter length:"))

    self.b = int(input("Enter breadth:"))

    def show(self):

    area = self.l * self.b

    print("The area of rectangle is:",area)

    class triangle:

    def __init__(self):

    self.h = int(input("Enter height:"))

    self.b = int(input("Enter base:"))

    def show(self):

    area = 0.5 * self.b * self.h

    print("The area of triangle is:",area)

    r1 = geometry.rectangle()

    r1.show()

    t1 = geometry.triangle()

    t1.show()

    Reply
  14. Tanya AGGARWAL says:
    3 years ago

    Sir, can you please tell me how we can pass input taken by the user to the object of inner class

    Reply
  15. Yash Gaur says:
    3 years ago

    sir ye video to bilkul bhi samaj nhi aayi
    can u can a simple version of this video …plz

    Reply
  16. TANMAY KUMAR says:
    3 years ago

    Sir ye confusing h smg nhi aaya 2 bar dekha video pls explain

    Reply
  17. asmita barman says:
    3 years ago

    Sir can you please explain regarding creating object of inner class??
    and explain again regarding:
    self.lap=self.Laptop()
    and
    self.lap.show()

    Reply
  18. Amber Agarwal says:
    3 years ago

    why didn't we use self,cpu,ram in laptop class

    Reply
  19. Nitesh Chaurasia says:
    3 years ago

    Why is it necessary to define object of inner class in the init of outer class?

    Reply
  20. Kipper Klank says:
    3 years ago

    Holy crap these are amazing quality and very well produced. The audio was good, the camera nice, It was well lit, and the little animated graphics were a nice touch and of good quality as well. This goes far beyond any typical Youtube tutorial on these kinds of topics.
    Thank you so much for paying attention to these kinds of details. They mean so much more than most people know. Thank you so much.

    Reply
  21. Suruchi Sarkar says:
    3 years ago

    6:23 lol

    Reply
  22. Aman Pokhriyal says:
    3 years ago

    What if I want to ask the user to enter the values for ram , cpu and brand.
    I mean I don't want to enter values within the program , then how can I do it. Please reply sir

    Reply
  23. Venkateswarlu Guntaka says:
    3 years ago

    ❤

    Reply
  24. The wanderlust Teens creations says:
    3 years ago

    Sir
    Pls upload a video of tkinter in python🙏

    Reply
  25. shivaan says:
    3 years ago

    why don't you upload the notes of python course in your website

    Reply
  26. Saurabh Pratap Singh says:
    3 years ago

    Sir please give us a project with python, because I am a engineering student (IT),so make the videos for a project.

    Reply
  27. Mohit Dhiman says:
    3 years ago

    class Student:

    def __init__(self):

    self.name

    self.roll

    def setdata(self,name,roll):

    self.name=name

    self.roll=roll

    def showdata(self):

    print(self.name,self.roll)

    s1=Student()

    s1.setdata("mohit",71)

    s1.showdata()

    please, anyone tell me what is wrong with this code …. I tried to assign the values in setdata method rather than init method.

    Reply
  28. Runchod Patil says:
    3 years ago

    Why we have to use self. Laptop().

    Reply
  29. Ayushi Jindal says:
    3 years ago

    lap1 =s1.lap
    whatb does it create
    object????
    i don't understand 5:05

    Reply
  30. kanna shanthi says:
    3 years ago

    Sir! Can I have ur Instagram I'd name? Sir

    Reply
  31. Soniya Chauhan says:
    3 years ago

    thanks for your hard work for us.bcos of ur effort we able to learn python

    Reply
  32. Amey Athavia says:
    3 years ago

    sir how do we pass data to inner class through objects of the outer class?

    Reply
  33. Rajib Guha says:
    3 years ago

    navin ji, is there any way of get more example of this video ?

    Reply
  34. Rrahul MAne says:
    3 years ago

    if we don't provide any decorator and call method using ClassName it still works. So why to have decorator ????. e.g method is just printing random string.

    Reply
  35. Parimi Mounika says:
    3 years ago

    where we are declaring the lap key word

    Reply
  36. Christian Basile says:
    3 years ago

    phenomenal videos!

    Reply
  37. ANURAG KUMAR PANDEY says:
    3 years ago

    I love the way of presentation

    Reply
  38. SHIVANSHU UDENIYA says:
    3 years ago

    thank you sir………

    Reply
  39. Here she is says:
    3 years ago

    Sir I have a doubt, what if we want a parameterized constructor in inner class then how to call it and execute it? I tried it but I am getting error inside outer class constructor. Please help me out sir.

    Reply
  40. Html Hhttmmll says:
    3 years ago

    Can anyone tell me how I access the outer class constructor in inner class?

    Reply
  41. elingo says:
    3 years ago

    very good tutorial, however if OOP is concerned i watched other tutorials on you tube by Corey Schafer for better understanding of the concept.
    Moreover, i found your way to create object for the subclass inside the parent class (as attribute)quite unfamiliar!.
    Thank you for tutorial, very helpful , THANK YOU

    Reply
  42. Vikas Virodhiya says:
    3 years ago

    #When I run this code, its show the output :

    hp, 16

    None

    #Why it printing None

    class Student :

    def __init__(self, name, marks):

    self.name = name

    self.marks = marks

    def show(self):

    print(self.name, self.marks)

    class Laptop:

    def __init__(self, brand, ram):

    self.brand = brand

    self.ram = ram

    def show(self):

    print(self.brand, self.ram)

    lap1 = Student.Laptop('hp', 16)

    print(lap1.show())

    Reply
  43. Harsh Tiwari says:
    3 years ago

    plz make a video about linked list in python

    Reply
  44. Momona Games says:
    3 years ago

    He is stupid

    Reply
  45. sami abdul says:
    3 years ago

    How to take user input for inner class variables

    Reply
  46. Vadiraj Vaidya says:
    3 years ago

    How can we take input from the user like name and age marks of students

    Reply
  47. Daniel says:
    3 years ago

    Best video tutorials I've come across yet. Mucho gracias.

    Reply
  48. Moaz El-sawaf says:
    3 years ago

    You are awesome sir ❤

    Reply
  49. Hemanth Yernagula says:
    3 years ago

    How to dynamically input into the inner function and append that value to a list

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Tin Hot

Blade & Soul là trò chơi cực kỳ thú vị

Blade & Soul là gì? Top cấu hình máy tính chơi Blade & Soul

February 26, 2023

CRM của hàng hóa bất động sản – Giải pháp quản lý hiệu quả

July 20, 2022
Top 10 sàn giao dịch bất động sản Hà Nội lớn và uy tín nhất

Top 10 sàn giao dịch bất động sản Hà Nội lớn và uy tín nhất

March 7, 2022

Ổ cứng Seagate Barracuda kết hợp công nghệ Intel Optane

April 19, 2021
Máy in hóa đơn – Review và hướng dẫn sử dụng máy in kim Epson LQ310

Hướng dẫn sử dụng máy in kim Epson LQ 310 theo cách đơn giản nhất

September 1, 2020
Mở hộp máy in hóa đơn EPSON TM T82II (cổng LAN)

Mở hộp máy in hóa đơn EPSON TM T82II (cổng LAN)

May 30, 2020
  • Liên Hệ
  • Chính Sách Bảo Mật

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Công Nghệ
  • Điện Thoại
  • Máy Tính
  • Phần Mềm

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.