Simulating Real-Life Processes in Python

  Рет қаралды 80,205

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 35
@cmrncrick
@cmrncrick Жыл бұрын
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 жыл бұрын
very interesting, definitely going to play around with this library
@poordelir
@poordelir 9 ай бұрын
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.
@anthonyedwards7796
@anthonyedwards7796 Жыл бұрын
Is it possible to set the time the calls present within a 24 hour period?
@mahmoudahmedrefat9827
@mahmoudahmedrefat9827 2 жыл бұрын
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
@FactifyShort
@FactifyShort 3 ай бұрын
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!!
@AttachmentStudios
@AttachmentStudios 2 жыл бұрын
I've always wondered what is that music from intro? I never found the original source...
@FireFly969
@FireFly969 2 жыл бұрын
Reaching Mr looper
@AttachmentStudios
@AttachmentStudios 2 жыл бұрын
@@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)
@MrDarnellEarly
@MrDarnellEarly Жыл бұрын
Excellent example and explanation
@AntonioBarsanio
@AntonioBarsanio 11 ай бұрын
Amazing tutorial bro. Hey, what IDE are you using?
@tomasjedlicka7102
@tomasjedlicka7102 2 ай бұрын
looks like PyCharm
@AntonioBarsanio
@AntonioBarsanio 2 ай бұрын
@@tomasjedlicka7102 Yeah 😏It is in my nose and I didn't see it until now thanks anyway.
@gabrielcomprendio9485
@gabrielcomprendio9485 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 11 ай бұрын
try: print("customers handled:" + str(customers_handled)) except: customers handled = 0 print("customers handled:" + str(customers_handled))
@felixnyamongo
@felixnyamongo 2 жыл бұрын
You have a new sub. Thanks bro
@dohnot
@dohnot 2 жыл бұрын
Cool topic, thanks for introducing.
@FlemingRound
@FlemingRound Жыл бұрын
what font are you using?
@famuyideitunu3038
@famuyideitunu3038 10 ай бұрын
hello pls i need your help
@FlemingRound
@FlemingRound 10 ай бұрын
@@famuyideitunu3038 ?
@elmondo.
@elmondo. 2 жыл бұрын
Thanks for sharing, very interesting
@benshi1975
@benshi1975 2 жыл бұрын
have you upload the code file? i want it! awesome video
@carlomartinotti3649
@carlomartinotti3649 Жыл бұрын
Pretty lacking explanation of any useful concept. This is literally copy pasting an example in an IDE.
@Ricocase
@Ricocase 2 жыл бұрын
Purpose of constructor and self please? Why add an environment? Thought it was just variables, f(x), classes 😆.
@n.8279
@n.8279 2 жыл бұрын
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
@tcgvsocg1458
@tcgvsocg1458 2 жыл бұрын
this one is very good thx
@adamshenk9970
@adamshenk9970 8 ай бұрын
Fantastic thank you so much
@jongcheulkim7284
@jongcheulkim7284 2 жыл бұрын
Thank you.
@Nutshell_Mathematica
@Nutshell_Mathematica Жыл бұрын
Really cool
@abhinavchoudhary6849
@abhinavchoudhary6849 2 жыл бұрын
I loved 😍 this topic
@philtoa334
@philtoa334 2 жыл бұрын
Thx_.
@muhammedsavad6009
@muhammedsavad6009 2 жыл бұрын
👍
@aravindh052
@aravindh052 2 жыл бұрын
Python create phone call application bro
5 Custom Python Decorators For Your Projects
25:40
NeuralNine
Рет қаралды 6 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 363 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 28 МЛН
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 20 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 14 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 67 МЛН
Coding Adventure: Ant and Slime Simulations
17:54
Sebastian Lague
Рет қаралды 1,9 МЛН
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
SimPy Tutorial 1: Introduction to SimPy
16:24
Kevin Conrad
Рет қаралды 86 М.
NumPy Full Python Course - Data Science Fundamentals
52:25
NeuralNine
Рет қаралды 93 М.
Studying Algorithms in Python
10:13
NeuralNine
Рет қаралды 21 М.
Python dataclasses will save you HOURS, also featuring attrs
8:50
Coding Adventure: Simulating an Ecosystem
6:40
Sebastian Lague
Рет қаралды 2,2 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 28 МЛН