Simulating Real-Life Processes in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

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

  • @cmrncrick
    @cmrncrick ปีที่แล้ว +12

    This is very cool! I used your code and renamed some variables to suit my needs. I have an area where we handle internal metal scrap that's generated from our process. I can use this code and see how much of a difference adding more handling equipment will make, how scrap increasing will change our handling abilities, etc. Thanks a lot for this!

  • @robertwallace5498
    @robertwallace5498 2 ปีที่แล้ว +10

    very interesting, definitely going to play around with this library

  • @poordelir
    @poordelir 7 หลายเดือนก่อน +1

    Great video.
    However, line 21 is a big modelling mistake,
    It will return so many non-random values which is ok for education but its totally wrong for real scenarios.
    you need to pass random or at least pseudorandom values into the model.
    The programme will work, but the result are not reliable.

  • @carlomartinotti3649
    @carlomartinotti3649 ปีที่แล้ว +17

    Pretty lacking explanation of any useful concept. This is literally copy pasting an example in an IDE.

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

    Excellent example and explanation

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

    Amazing tutorial bro. Hey, what IDE are you using?

    • @tomasjedlicka7102
      @tomasjedlicka7102 หลายเดือนก่อน +1

      looks like PyCharm

    • @AntonioBarsanio
      @AntonioBarsanio หลายเดือนก่อน +1

      @@tomasjedlicka7102 Yeah 😏It is in my nose and I didn't see it until now thanks anyway.

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

    You have a new sub. Thanks bro

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

    Cool topic, thanks for introducing.

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

    Fantastic thank you so much

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

    I have a problem that in the while true you did write yield env.timeout my vscode findes that you can't wirte yield outside the function how can i solve it

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

    Is it possible to set the time the calls present within a 24 hour period?

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

    i will never find a youtuber that can code an app step by step, all of them just get a code and start reading and writing it!!

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

    Thanks for sharing, very interesting

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

    this one is very good thx

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

    I've always wondered what is that music from intro? I never found the original source...

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

      Reaching Mr looper

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

      @@FireFly969 Sorry, i forgot to update, but i already found the original source - "Book the rental wit it - RAGE" its instrumentals, and came before - "Reaching - Mr Looper", and in fact I've learnt all this because i took the intro song, extended it published in youtube in channel(still exists) and then it finally got copyrights! although i'm not always excited for copyrights... but atleast now i know.
      Also for self promotion, i'm making a programming language and i'll start uploading behind the scenes videos from next week... (then weekly)

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

    i have prblem with the last cell that says
    Input In [29], in ()
    48 env.process(setup(env, NUM_EMPLOYEES, AVG_SUPPORT_TIME, CUSTOMER_INTERVAL))
    49 env.run(until=SIM_TIME)
    ---> 51 print("customers handled:" + str(customers_handled))
    NameError: name 'customers_handled' is not defined
    it didn't shows how many customers handled, I double check the codes and its same. can you help me to find the problem here? thank you!

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

      try:
      print("customers handled:" + str(customers_handled))
      except:
      customers handled = 0
      print("customers handled:" + str(customers_handled))

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

    Purpose of constructor and self please?
    Why add an environment?
    Thought it was just variables, f(x), classes 😆.

    • @n.8279
      @n.8279 2 ปีที่แล้ว +1

      Although i'm by no means good at programming, just by interpolating my knowledge of java into this, the constructor allows for the setting of variables on call, and the self makes variables outside the constructor equal to the ones defined in the constructor so it is then able to be referenced in the program

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

    Thank you.

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

    Really cool

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

    I loved 😍 this topic

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

    have you upload the code file? i want it! awesome video

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

    what font are you using?

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

      hello pls i need your help

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

      @@famuyideitunu3038 ?

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

    👍

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

    Thx_.

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

    Python create phone call application bro