Learn MongoDB using Python MongoEngine | Python MongoDB tutorial

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 14

  • @shubhamkale735
    @shubhamkale735 3 года назад +2

    Thank you sir , kuch nhi samjha meko

  • @SirAkshayJoshi
    @SirAkshayJoshi Год назад

    Hello Sir, you have extremely good command, thanks

  • @dhilipkarthik1807
    @dhilipkarthik1807 2 года назад

    short and very useful video with a great content in a nutshell

  • @entity5678
    @entity5678 2 года назад

    Thank you..this video was very helpful

  • @dvesc
    @dvesc 2 года назад

    thank you very much, i was using pymongo but i didn't like somethings we need to do to implement it

  • @garimasood7768
    @garimasood7768 4 года назад

    Great Insights

  • @NeotenicApe
    @NeotenicApe 3 года назад

    Great video, thanks so much

  • @advrxh
    @advrxh 3 года назад

    dude, great tutorial... but can u share ur bashrc plss...I'm in love with it!!!! :)

  • @priyalorha4412
    @priyalorha4412 3 года назад +1

    instead of format() using f string

  • @anjumrohra9778
    @anjumrohra9778 3 года назад +1

    How did you create password in another Python file?

    • @rahularoradce
      @rahularoradce  3 года назад

      In a new file, add a constant variable and then import it. Check stackoverflow answer - stackoverflow.com/questions/6343330/importing-a-long-list-of-constants-to-a-python-file

    • @entity5678
      @entity5678 2 года назад

      create a file named say password.py. In that file write this code:
      def my_password( ):
      return 'mySecretPassword'
      In your current working python file say application.py , do the following:
      from password import my_password
      print( f '{my_password( )} is awesome' )
      Then the output would be:
      mySecretPassword is awesome

  • @miladmoradnia2844
    @miladmoradnia2844 3 года назад

    add subtitle