Vishwash Bhusal
Vishwash Bhusal
  • 346
  • 18 046
22 - Using Multiple Database and writing Custom Routers in Django|| Django Mastery in Nepali ||
In this video, we explore Using Multiple Databases and Writing Custom Routers in Django, part of our Django Mastery in Nepali series. Learn how to manage multiple databases in a Django project and create custom database routers to direct queries to the right database. This tutorial is perfect for developers working with complex applications that require multiple database support, explained in Nepali for better understanding.
มุมมอง: 6

วีดีโอ

26 - Class Variables in OOPs Python || Python Basic to advanced Course in Nepali ||
มุมมอง 513 ชั่วโมงที่ผ่านมา
In this video, we explore Class Variables in Object-Oriented Programming (OOP) with Python, as part of our Python Basic to Advanced Course in Nepali. Learn what class variables are, how they differ from instance variables, and how to use them effectively in your Python applications. This tutorial is designed for both beginners and advanced learners, explained in Nepali for easy understanding.
21 - Database transaction and atomicity || Django Mastery in Nepali ||
มุมมอง 124 ชั่วโมงที่ผ่านมา
In this video, we discuss Database Transactions and Atomicity in Django, as part of our Django Mastery in Nepali series. Learn the importance of transactions, how atomicity ensures data integrity, and how to use Django's atomic() for managing database operations effectively. This tutorial is tailored for developers who want to master Django's advanced database functionalities, explained in simp...
25 - Instance Methods in OOP || Python Basic to Advanced Course in Nepali ||
มุมมอง 174 ชั่วโมงที่ผ่านมา
In this video, we dive into Instance Methods in Object-Oriented Programming (OOP) with Python, as part of our Python Basic to Advanced Course in Nepali. Learn what instance methods are, how they function, and how they are used to manipulate instance variables. This tutorial is perfect for beginners and advanced learners, explained entirely in Nepali for better understanding.
20 - Performing Raw Queries || Django Mastery in Nepali ||
มุมมอง 197 ชั่วโมงที่ผ่านมา
In this video, we cover Performing Raw Queries in Django, a powerful feature for executing custom SQL queries directly, as part of our Django Mastery in Nepali series. Learn how to write raw SQL queries, use them efficiently, and integrate them with Django models. This tutorial is designed for those who want to unlock advanced database handling techniques in Django. The entire session is explai...
24 - Instance Variables in OOP || Python Basic to Advanced Course in Nepali ||
มุมมอง 167 ชั่วโมงที่ผ่านมา
In this video, we explore Instance Variables in Object-Oriented Programming (OOP) with Python, as part of our Python Basic to Advanced Course in Nepali. Learn what instance variables are, how they work, and their significance in building OOP-based applications. This tutorial is ideal for beginners and advanced learners, explained in simple Nepali for a better learning experience. timestamps: 1:...
19 - Managers in Django Models || Django Mastery in Nepali ||
มุมมอง 99 ชั่วโมงที่ผ่านมา
In this video, we delve into Managers in Django Models, a key feature for customizing database querysets, as part of our Django Mastery in Nepali series. Learn how to create custom managers, use default managers, and enhance your Django application's functionality. This tutorial is tailored for beginners and advanced learners, explained entirely in Nepali for better understanding!
23 - Inheritance in OOPS Python || Python Basic to Advanced Course in Nepali ||
มุมมอง 119 ชั่วโมงที่ผ่านมา
In this video, we explore Inheritance in Object-Oriented Programming (OOPS) with Python, as part of our Python Basic to Advanced Course in Nepali. Learn how inheritance works, its types, and how to apply it in real-world scenarios. This tutorial is perfect for both beginners and advanced learners looking to strengthen their OOPS concepts in Python. The entire session is explained in Nepali for ...
18 - Aggregation and Annotation in Django Models || Django Mastery in Nepali ||
มุมมอง 1112 ชั่วโมงที่ผ่านมา
In this video, we dive deep into Aggregation and Annotation in Django Models, part of our Django Mastery in Nepali series. Learn how to perform advanced queries using Django's ORM to summarize, group, and annotate data effectively. This tutorial is perfect for beginners and intermediate developers aiming to enhance their Django skills. All concepts are explained in Nepali for better understanding!
22 - Polymorphism in OOPS || Python Basic to advanced course in Nepali ||
มุมมอง 914 ชั่วโมงที่ผ่านมา
"Welcome to our Python Basic to Advanced Course in Nepali! In this video, we will dive deep into the concept of Polymorphism in Object-Oriented Programming (OOP). Polymorphism allows different classes to respond to the same method call in their own unique ways, making your code more flexible and reusable. Through real-life Nepali examples and practical Python code, you will learn: Types of Poly...
17 - Related Fields in Django || Django mastery in Nepali ||
มุมมอง 1016 ชั่วโมงที่ผ่านมา
Welcome to the 17th lesson of our Django Mastery in Nepali series! In this video, we explore Related Fields in Django, an essential feature for building relationships between models. Learn how to use fields like ForeignKey, OneToOneField, and ManyToManyField to establish connections between tables in your database. We'll cover how to define, query, and manage these relationships efficiently in ...
21 - Encapsulation in OOPS || Python Basic to Advanced Course in Nepali ||
มุมมอง 1316 ชั่วโมงที่ผ่านมา
Welcome to the 21st lesson of our Python Basic to Advanced Course in Nepali! In this video, we dive into one of the core principles of Object-Oriented Programming (OOP): Encapsulation. Learn how encapsulation helps in bundling data and methods together within a class and restricts direct access to the internal details of an object. We'll cover concepts like public, protected, and private access...
20 - Objects Destructors in Python || Python Basic to Advanced Course in Nepali ||
มุมมอง 2619 ชั่วโมงที่ผ่านมา
20 - Objects Destructors in Python || Python Basic to Advanced Course in Nepali || Welcome to the 20th lesson of our Python Basic to Advanced Course in Nepali! In this video, we dive into Object Destructors in Python. Learn how destructors, particularly the del method, are used to clean up resources when an object is destroyed. We'll explain the purpose of destructors, how they work behind the ...
16 - Complex Lookup Q objects and updating Fields || Django mastery in Nepali ||
มุมมอง 1319 ชั่วโมงที่ผ่านมา
16 - Complex Lookup Q objects and updating Fields || Django mastery in Nepali || Welcome to the 16th lesson of our Django Mastery in Nepali series! In this video, we cover two important and advanced topics in Django: Complex Lookups using Q Objects and Updating Fields in the database. Learn how to handle complex queries efficiently using Q Objects for conditional lookups and combining filters. ...
19 - Class Constructors || Pthon Basic to advanced course in nepali ||
มุมมอง 2321 ชั่วโมงที่ผ่านมา
Welcome to the 19th lesson of our Python Basic to Advanced Course in Nepali! In this video, we focus on Class Constructors in Python. Learn how constructors, specifically the init method, are used to initialize objects when a class is instantiated. We'll cover the purpose of constructors, how to define them, and how they make your code cleaner and more organized. This tutorial is explained in N...
15 - F expression and Key Look-Up || Django Mastery in Nepali ||
มุมมอง 921 ชั่วโมงที่ผ่านมา
15 - F expression and Key Look-Up || Django Mastery in Nepali ||
18 - Class and Object Intro || python basic to advanced course in Nepali ||
มุมมอง 4วันที่ผ่านมา
18 - Class and Object Intro || python basic to advanced course in Nepali ||
14 - Making Basic Queries || Django Mastery in Nepali ||
มุมมอง 12วันที่ผ่านมา
14 - Making Basic Queries || Django Mastery in Nepali ||
17 - Introduction to OOPS || Python Basic to Advanced Course in Nepali ||
มุมมอง 12วันที่ผ่านมา
17 - Introduction to OOPS || Python Basic to Advanced Course in Nepali ||
16 - Exception Handling || Python Basic to advanced course in Nepali ||
มุมมอง 6วันที่ผ่านมา
16 - Exception Handling || Python Basic to advanced course in Nepali ||
13 - Model Inheritance in Django || Django Mastery in Nepali ||
มุมมอง 16วันที่ผ่านมา
13 - Model Inheritance in Django || Django Mastery in Nepali ||
15 - Functions in Python || Python Basic to Advanced Course in Nepali ||
มุมมอง 19วันที่ผ่านมา
15 - Functions in Python || Python Basic to Advanced Course in Nepali ||
12 - Models Relationship || Django mastery in Nepali
มุมมอง 3714 วันที่ผ่านมา
12 - Models Relationship || Django mastery in Nepali
14 - While Loops in Python || Python Basic to Advanced Course in Nepali ||
มุมมอง 2414 วันที่ผ่านมา
14 - While Loops in Python || Python Basic to Advanced Course in Nepali ||
11-Creating models and Choice fields || Django mastery in Nepali
มุมมอง 3614 วันที่ผ่านมา
11-Creating models and Choice fields || Django mastery in Nepali
13 - For Loop in Python || Python Basic to Advanced Course in Nepali ||
มุมมอง 2214 วันที่ผ่านมา
13 - For Loop in Python || Python Basic to Advanced Course in Nepali ||
10 - Writing Django App (Part - 8) || Django Mastery Course in Nepali
มุมมอง 2114 วันที่ผ่านมา
10 - Writing Django App (Part - 8) || Django Mastery Course in Nepali
12 - Conditionals in python || PYTHON basic to advanced course in Nepali ||
มุมมอง 1814 วันที่ผ่านมา
12 - Conditionals in python || PYTHON basic to advanced course in Nepali ||
11 - Dictionary in Python || Python Basic to Advanced course in Nepali ||
มุมมอง 1914 วันที่ผ่านมา
11 - Dictionary in Python || Python Basic to Advanced course in Nepali ||
9 - Writing Django App (Part - 7) || Django Mastery Course in Nepali
มุมมอง 3314 วันที่ผ่านมา
9 - Writing Django App (Part - 7) || Django Mastery Course in Nepali

ความคิดเห็น

  • @theblackelephant
    @theblackelephant 2 วันที่ผ่านมา

    Where is the English

    • @VishwashBhusal
      @VishwashBhusal วันที่ผ่านมา

      It's in Nepali, clearly mentioned in the thumbnail and in title 😊

  • @TaraNepal-t2y
    @TaraNepal-t2y 3 วันที่ผ่านมา

    ❤❤❤❤🎉🎉🎉🎉 HAPPY NEW YEAR 2025🎉🎉🎉🎉

    • @VishwashBhusal
      @VishwashBhusal 3 วันที่ผ่านมา

      Happy new Year 😊🍀💖

  • @biswasbanstola
    @biswasbanstola 5 วันที่ผ่านมา

    maile python ma mysql-python-connector use garera db gareko thye . its not that imp here in DJANGO ?

    • @VishwashBhusal
      @VishwashBhusal 5 วันที่ผ่านมา

      django ma inbuilt hunxa , ani convinient pani so, it's as per choice and future relevance

  • @RawalSangita-r4d
    @RawalSangita-r4d 6 วันที่ผ่านมา

    ❤❤

  • @sameeppoudel5305
    @sameeppoudel5305 7 วันที่ผ่านมา

    How long is this python and django course ?

    • @VishwashBhusal
      @VishwashBhusal 7 วันที่ผ่านมา

      5-6 months Django advanced 2-4 months Python all level course

    • @sameeppoudel5305
      @sameeppoudel5305 7 วันที่ผ่านมา

      @VishwashBhusal something that's never done in nepali TH-cam community.Keep on good work brother !

    • @VishwashBhusal
      @VishwashBhusal 7 วันที่ผ่านมา

      @@sameeppoudel5305 Thank you 🍀

  • @biswasbanstola
    @biswasbanstola 9 วันที่ผ่านมา

    tyo tables herda graphical form ma dekhayenw tables haru matra dekhako chha

    • @VishwashBhusal
      @VishwashBhusal 9 วันที่ผ่านมา

      Extension farak bhaerw hola... aru pani extension try garnu hunxw.. Ani w3school batw ni basic siknu .. 😊

  • @biswasbanstola
    @biswasbanstola 9 วันที่ผ่านมา

    Day 1 keep teaching ❤

  • @TaraNepal-t2y
    @TaraNepal-t2y 12 วันที่ผ่านมา

    ल मज्जाले सिकाउनुस हजुर हामी १० जना छौ है ल सबै डिटेल्स्मा बुझाउनु होला ल best of luck keep it up.🎉🎉❤❤ happy new year 2025

    • @VishwashBhusal
      @VishwashBhusal 12 วันที่ผ่านมา

      Huss Thank You 💖

  • @hackingfever4757
    @hackingfever4757 15 วันที่ผ่านมา

    Online classes haru ne linu hunxa ra? i need to learn python from basic to advance level,

    • @VishwashBhusal
      @VishwashBhusal 12 วันที่ผ่านมา

      Nai Xainw... Books Chaea par vannu hola ma pdf share garula.. 90% kam basic python batw nai hunxw ma try garxu advanced banauney... 🍀

  • @codewithnitesh01
    @codewithnitesh01 18 วันที่ผ่านมา

    Hello bro malai euta website banauxu xa where i can post my video tutorials linked with payment gateway! i have limited budget! Help me with this

    • @VishwashBhusal
      @VishwashBhusal 17 วันที่ผ่านมา

      Okay ma euta video rakhxu hernu hola... 😊

    • @codewithnitesh01
      @codewithnitesh01 17 วันที่ผ่านมา

      @VishwashBhusal will be waiting.could we get connected in linkedin... Please leave your profile link

    • @VishwashBhusal
      @VishwashBhusal 17 วันที่ผ่านมา

      @@codewithnitesh01 already in Bio sir

    • @codewithnitesh01
      @codewithnitesh01 17 วันที่ผ่านมา

      @@VishwashBhusal i have sent a connection request there, lets get connected there

  • @Aakansha85szn
    @Aakansha85szn 2 หลายเดือนก่อน

    Hora sir thank you 😁💖

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

      You're welcome 😊

  • @prembohoraprembohora9544
    @prembohoraprembohora9544 4 หลายเดือนก่อน

    Thanku sir ❤❤❤❤❤❤❤❤

  • @ramparsadTharu-h8w
    @ramparsadTharu-h8w 8 หลายเดือนก่อน

    I miss you sir❤❤❤

    • @VishwashBhusal
      @VishwashBhusal 3 หลายเดือนก่อน

      miss you too 💖

  • @antoneschmoak5897
    @antoneschmoak5897 11 หลายเดือนก่อน

    *PromoSM* 👊

  • @sabinghimirey6832
    @sabinghimirey6832 11 หลายเดือนก่อน

    Good work brother

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

    🎉

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

    Oo to aise baat hai😂

  • @GrishmaChhetri-r2d
    @GrishmaChhetri-r2d ปีที่แล้ว

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

    Bhagwat gita is best❤

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

    sir no

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

      के भन्न चाहनुहुन्छ बुझेन..?

  • @GrishmaChhetri-r2d
    @GrishmaChhetri-r2d ปีที่แล้ว

    Sir science ❤

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

    ❤❤❤❤

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

    Thanku 🎉 sar

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

    sir maths

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

    😢😢😢😢

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

    sir pls maths ko ❤

  • @RamanThapa-z4f
    @RamanThapa-z4f ปีที่แล้ว

    No

  • @RamanThapa-z4f
    @RamanThapa-z4f ปีที่แล้ว

    ❤🎉

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

    Bad luck video banau da banau dai line gayo😂