Top 5 Projects for Programmers (Code Included)

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 20

  • @dhanaaryal4499
    @dhanaaryal4499 3 роки тому +1

    Thx arpan for teaching us thoose apps ;_;< happy

  • @CosmiBear
    @CosmiBear 3 роки тому +2

    nice man

  • @samirvai1266
    @samirvai1266 3 роки тому +1

    awesome

  • @dipeshpoudel5712
    @dipeshpoudel5712 3 роки тому +1

    Awesome content!!

  • @satishgaire
    @satishgaire 3 роки тому +1

    Great video !

  • @salimbo4577
    @salimbo4577 3 роки тому +1

    There is no libraries to create socket between machines for python ? I would like to know if there is

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  3 роки тому +1

      Do you mean implementing a socket system between two clients for communication? Please clarify.

    • @salimbo4577
      @salimbo4577 3 роки тому +1

      @@ArpanNeupaneProductions yes, a sockets is used to establish a communication right? you have to specify the port to listen to and stuff like this. btw thank you the flask react vid i love your videos

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  3 роки тому +1

      @@salimbo4577 Appreciate the compliment! Are you trying to implement sockets in a web app?

    • @salimbo4577
      @salimbo4577 3 роки тому +1

      @@ArpanNeupaneProductions I have some experience with sockets but it was java and both clients were my local machine. I want to know can we do it with python

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  3 роки тому +1

      @@salimbo4577 If you want to implement that on a web app where multiple clients can communicate, you can build a web app using Python and its web frameworks (Django, Flask, etc.). You can use something called SocketIO to implement instant communication.