Simulating Real-Life Processes in Python

preview_player
Показать описание
In this video we learn how to simulate real-world processes in Python with SimPy.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

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!

cmrncrick
Автор

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.

poordelir
Автор

very interesting, definitely going to play around with this library

robertwallace
Автор

Just to clarify, Simpy is for simulating discrete processes (i.e. event based). It is not suitable for simulating continuous processes (i.e. those governed by differential equations).

BillTubbs
Автор

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

carlomartinotti
Автор

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!!

FactifyShort
Автор

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

mahmoudahmedrefat
Автор

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

anthonyedwards
Автор

is there any way I could get access to this code?
want to play around

Mbaba
Автор

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

AntonioBarsanio
Автор

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

AttachmentStudios
Автор

i have prblem with the last cell that says

Input In [29], in <cell line: 51>()
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!

gabrielcomprendio
Автор

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

Ricocase
Автор

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

benshi
Автор

Python create phone call application bro

aravindh
join shbcf.ru