Package in Python (Hindi)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 68

  • @rajwindermarwaha2240
    @rajwindermarwaha2240 2 ปีที่แล้ว +6

    Sir, this is Rajwinder from Australia.
    I have learned a lot from you. You are the only teacher who teach each and every thing and explain the topic in such a way that I never felt the need to go anywhere for further learning.
    I am really very thankful to you for making these excellent videos.
    Please Please Please make videos on Data Structures and Algorithms using Python.
    Me and many more people like me will be very very very thankful to you.

  • @AnjaliKumari-fy1uz
    @AnjaliKumari-fy1uz 5 ปีที่แล้ว +18

    You are really great...aap log jaisa insaan hone ke wajah se hi aj india itna age bhag rha hai👍👍👍

  • @rode_atharva
    @rode_atharva ปีที่แล้ว +3

    What a level of knowledge . I literally got impressed by your knowledge and teaching method . Thank you sir . ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @amiteshshukla992
    @amiteshshukla992 3 ปีที่แล้ว +3

    Super video! I applauded for ₹40.00 👏

    • @geekyshows
      @geekyshows  3 ปีที่แล้ว +2

      Thank you! 😃

    • @harshitgupta7073
      @harshitgupta7073 2 ปีที่แล้ว +1

      @@geekyshows Sps(package)
      Init.py
      C.py(main programming file )
      A.py (package)
      Init.py
      A1.py(module)
      A2.py(module)
      AA.py. (package)
      Init.py
      AA1.py(module)
      AA2.py(module)
      I want to import AA2.py functions in C.py file but failing
      (Error - can't import module AA2.py from A.AA)
      Plz help
      (Python(3.9.7),jupyter,vscode installed under anaconda)

  • @gulshanlone9050
    @gulshanlone9050 2 ปีที่แล้ว +4

    This channel deserves an award for free education , i should say quality education

  • @amiteshshukla992
    @amiteshshukla992 3 ปีที่แล้ว +7

    Bhai you just made my day. I watched the whole video. And finally found what I was looking for in the end. Thanks.

    • @tatumalexzander7742
      @tatumalexzander7742 3 ปีที่แล้ว

      instablaster

    • @harshitgupta7073
      @harshitgupta7073 2 ปีที่แล้ว

      Sps(package)
      Init.py
      C.py(main programming file )
      A.py (package)
      Init.py
      A1.py(module)
      A2.py(module)
      AA.py. (package)
      Init.py
      AA1.py(module)
      AA2.py(module)
      I want to import AA2.py functions in C.py file but failing
      (Error - can't import module AA2.py from A.AA)
      Plz help anyone
      (Python(3.9.7),jupyter,vscode installed under anaconda)

  • @binodkumarsahu8381
    @binodkumarsahu8381 3 ปีที่แล้ว +1

    You Explain very Clearly and Easly

  • @ananthsb3955
    @ananthsb3955 4 ปีที่แล้ว +1

    i watched complete video. it is very helpful. Tqsm sir. now i understood the concept very clearly.

  • @aryaman4068
    @aryaman4068 2 ปีที่แล้ว

    One of the best video i have seen so far on python

  • @mohdafaque456
    @mohdafaque456 3 ปีที่แล้ว +1

    One of the best teacher on TH-cam 🙂

    • @paulhowrang
      @paulhowrang 2 ปีที่แล้ว

      😯😠😠😠😠😠

    • @mohdafaque456
      @mohdafaque456 2 ปีที่แล้ว

      @@paulhowrang ab tujhe kya hua bhai

    • @paulhowrang
      @paulhowrang 2 ปีที่แล้ว

      @@mohdafaque456 😁😁😁

  • @sushantjain1559
    @sushantjain1559 4 ปีที่แล้ว +1

    Nice explanation. Thank you 😊

  • @rahulsaha2859
    @rahulsaha2859 3 ปีที่แล้ว

    make sure to use __name__ == '__main__' while importing packages or it will run like 1:24:25

  • @shivamsaxena388
    @shivamsaxena388 2 ปีที่แล้ว

    Excellent Work bro , continue your work....! :)

  • @fixthebug2060
    @fixthebug2060 3 ปีที่แล้ว

    I learned my frst programming language from you sir

    • @harshitgupta7073
      @harshitgupta7073 2 ปีที่แล้ว

      Sps(package)
      Init.py
      C.py(main programming file )
      A.py (package)
      Init.py
      A1.py(module)
      A2.py(module)
      AA.py. (package)
      Init.py
      AA1.py(module)
      AA2.py(module)
      I want to import AA2.py functions in C.py file but failing
      (Error - can't import module AA2.py from A.AA)
      Plz help
      (Python(3.9.7),jupyter,vscode installed under anaconda)

  • @Aakash-yh8ou
    @Aakash-yh8ou 3 ปีที่แล้ว +2

    Bro instead of writing each folder name as comment, U could use visual studio as your editor.
    Just a suggestion, hope u got my point:)

    • @harshitgupta7073
      @harshitgupta7073 2 ปีที่แล้ว

      Sps(package)
      Init.py
      C.py(main programming file )
      A.py (package)
      Init.py
      A1.py(module)
      A2.py(module)
      AA.py. (package)
      Init.py
      AA1.py(module)
      AA2.py(module)
      I want to import AA2.py functions in C.py file but failing
      (Error - can't import module AA2.py from A.AA)
      Plz help
      (Python(3.9.7),jupyter,vscode installed under anaconda)

  • @Pooja-d7l
    @Pooja-d7l 2 หลายเดือนก่อน

    Sir,why we are not using print while running the program
    What I mean that we are Directly running the code with the Syntex without putting it under the print

  • @saurabhkadam3765
    @saurabhkadam3765 2 ปีที่แล้ว +1

    Hii sir python me design pattern kya he kaise use krna he eske uper bhi ek pura tutorial bana do 👍🏻

  • @divyansheevarshney2476
    @divyansheevarshney2476 4 ปีที่แล้ว +1

    very helpful video sir.

  • @fundala-wd2nk
    @fundala-wd2nk ปีที่แล้ว

    Awesome superb brilliant

  • @motivation5366
    @motivation5366 2 ปีที่แล้ว

    Thank you sir 😊😊

  • @detector_aryan
    @detector_aryan 4 ปีที่แล้ว

    Great explanation 😍 tgank you sir 😊

  • @vidhansharma9167
    @vidhansharma9167 ปีที่แล้ว

    sir bahot kuch samaj aa gya hai

  • @sailendrachettri8521
    @sailendrachettri8521 3 ปีที่แล้ว

    Appreciate you hard work :)

  • @yashpalsinha5185
    @yashpalsinha5185 4 ปีที่แล้ว

    love u bro the way u explain very nice

  • @marathi_manus467
    @marathi_manus467 3 ปีที่แล้ว

    very helpful!❤

  • @gopalchaudhary6170
    @gopalchaudhary6170 3 ปีที่แล้ว

    Thank you so much sir 🙏

  • @manishananda2861
    @manishananda2861 4 ปีที่แล้ว +1

    sir an other question ..
    Ye sibling wala connection pycharm m kese bnaege kese run krege ..
    M pycharm user hu so plz sir help me if u can ..

  • @ziyaulrehman1329
    @ziyaulrehman1329 4 ปีที่แล้ว +1

    Superb explain

  • @manishananda2861
    @manishananda2861 4 ปีที่แล้ว +1

    Sir aap pycharm ke hawale se mje rep de m bht confuse hu ... q k import * wala code run nai kr rha pycharm m

  • @janviverma641
    @janviverma641 4 ปีที่แล้ว +1

    help me sir , how i learn kivy framework in python

  • @manjurohila4248
    @manjurohila4248 5 ปีที่แล้ว

    thanks for nice informative video

  • @RitikKumar-io7kc
    @RitikKumar-io7kc 3 ปีที่แล้ว

    Bhai data structure and algorithm pe complete video banao using python..plz bro🙏

  • @Tripti_Foundation
    @Tripti_Foundation 7 หลายเดือนก่อน

    how to run the .py file in jupyther . can you please explain

  • @rishabhyadav187
    @rishabhyadav187 2 ปีที่แล้ว

    I am not able to access even a single function . It is showing "AttributeError: module 'Admin.product' has no attribute 'admin_product'" basically it is not able to fetch the function inside a module. can anyone explain ?

  • @tabishmomin14
    @tabishmomin14 2 ปีที่แล้ว

    Love you Bhai

  • @manishananda2861
    @manishananda2861 4 ปีที่แล้ว +1

    Sir there is problem in my code ..
    Syntax error: import * only allowed at module level ..
    __init__ file m __all__ = ['profile' , 'work']
    Ye b decalre kiya hai but fr b error ah rha hai ... can u plz tell me k ye kese solve hoga ..

    • @harshitgupta7073
      @harshitgupta7073 2 ปีที่แล้ว

      Sps(package)
      Init.py
      C.py(main programming file )
      A.py (package)
      Init.py
      A1.py(module)
      A2.py(module)
      AA.py. (package)
      Init.py
      AA1.py(module)
      AA2.py(module)
      I want to import AA2.py functions in C.py file but failing
      (Error - can't import module AA2.py from A.AA)
      Plz help
      (Python(3.9.7),jupyter,vscode installed under anaconda)

  • @DeepakGupta-hj2dv
    @DeepakGupta-hj2dv 5 ปีที่แล้ว +1

    Sir redux pr tutorial kab aayega

  • @ziyaulrehman1329
    @ziyaulrehman1329 4 ปีที่แล้ว

    Superb sir

  • @madhuribabbar8186
    @madhuribabbar8186 4 ปีที่แล้ว

    VERY GOOD

  • @nabinparajuli3895
    @nabinparajuli3895 3 ปีที่แล้ว

    very nice

  • @VIKASHKUMAR-nx3im
    @VIKASHKUMAR-nx3im 4 ปีที่แล้ว +1

    Sir I need pygame tutorial

  • @devashishthakkar6723
    @devashishthakkar6723 3 ปีที่แล้ว

    Tysm sir

  • @harshitgupta7073
    @harshitgupta7073 2 ปีที่แล้ว

    Bhai admin.common.header
    Sahi se import ho pa raha hai
    But
    Admin.common.footer
    Me error ara hai - cannot import name 'footer' from admin.common
    Plz isko solve krvaiye
    Baki sari files,init files sab apke tra same bnaya hai , pc me anaconda se python,jupyter,vscode installed hai

  • @sanjay57940
    @sanjay57940 4 ปีที่แล้ว

    Thank your sir

  • @SahilKhan-yu3oh
    @SahilKhan-yu3oh 4 ปีที่แล้ว

    Nice sir

  • @deepjyotitalukdar3470
    @deepjyotitalukdar3470 4 ปีที่แล้ว

    function aur method same chese hi toh hai na?

    • @shivamsehgal3904
      @shivamsehgal3904 4 ปีที่แล้ว

      yes

    • @patalamrithish6838
      @patalamrithish6838 3 ปีที่แล้ว +4

      Function is declared away from class ...if it is declared inside class then it called as method 😊

  • @rajkishordas5706
    @rajkishordas5706 2 ปีที่แล้ว

    Done ✅✅

  • @rishadkhan8426
    @rishadkhan8426 4 ปีที่แล้ว

    Bro i need Django tutorial please you make Django tutorial in sort time please please

  • @ruchikakumari8404
    @ruchikakumari8404 5 ปีที่แล้ว

    👍👍

  • @manishananda2861
    @manishananda2861 4 ปีที่แล้ว

    Hello sir can u plz reply me ..

  • @manishananda2861
    @manishananda2861 4 ปีที่แล้ว

    Sir can u plz rep ..

  • @badshahgaming7714
    @badshahgaming7714 5 ปีที่แล้ว +1

    Sir plz face reveal kro

  • @70_anandrajbhar48
    @70_anandrajbhar48 2 ปีที่แล้ว

    VIP

  • @motivation5366
    @motivation5366 2 ปีที่แล้ว +1

    Thank you sir 😊😊