oh god finally someone applying things without using complicated expressions and terms to look smart ! we need more people like you in the industry, thanks Tim !
I’ve worked in IT for 16 years but I was never heavy on the deep cs/software concepts until networking and software development started converging. This video was awesome. Would love to see the coded implementation.
Continue with this content! There is a serious lack in quality content of this nature, especially on UA-cam. People are generally more concerned with languages and frameworks and not the systems.
It’s been hard to find videos that fit the level of education I have so far and this was perfect. You’re tapping into an area of tutorials that isn’t prevalent on UA-cam. Great video!
thank you so much for the video. you're so straight to the point not just talking about something I don't understand and unable to be applied. I'm glad I found your channel.
Yes, I'm so glad I found this video. Finally someone explains how to design a class and not just how to write the class. I think there is so much demand for stuff like this. Thanks again!!!
I have experience in data analysis in data science but, as a mathematician, I am lacking the software engineering side. This video is very helpful, looking forward to see more !
May I compliment you on your easy style an the pace I am trying to add something to an existing programme without wrecking it so I realise how "Future proofing your design" can save so much effort Thanks for the video.
Every time I some what do this, or have to use this for projects, the development is soooooo much more smooth and really lays out everything such that development is more streamlined and you actually find it less hard to code and build out that app. This was a great video. Definitely a helpful one, Tim. Keep these coming. Maybe take this design and implement it? Would be cool for us all to see the whole process.
I wish there were more videos like this on UA-cam. Honestly, this is one of the most useful videos I have seen for intermediate or advanced Python learners.
This video really helped me understand the planning stages of software development. Thank you. Very helpful example of someone actually going from Requirements to planning it all out. Awesome job.
Teaching material you go over in class is the best way to get a great understanding of the material i always say.. I really can't wait until you start taking Algorithm design classes and theory of computation that class was so hard for me .. and would be awesome for future computer scientists to have non indian videos they could look up for reviews of the material ..if you ever decide to do them which i really think you should
Great Video Tim, I really hope people notice and appreciate the effort you have put in this video. Thanks for making this and I hope you continue making such design style videos in the future.
I just thought of doing a project based one of your projects ( in tutorial ) starting today. Now, its a great start to learn about software design before proceeding to the project. Anyway, great job Tim.
i havent watched the video yet but im pretty sure that it is awesome. also, i have been coding a lot of game these days with pygame and your tutorials are the absolute best in youtube. just wanted to thank you for your videos
Thank you very much for making this. I have been creating programs for years that have had no purpose but to act as a learning experience in my progression as a programmer. For the first time I am creating a useful application that has many moving parts, and I needed a way to plan it out. This was extremely helpful. (:
Great video! Loved the way everything was explained. Everything was super easy to understand its amazing how he was able to teach us how to approach a problem. It takes a real teacher to do that! Great job Tim keep up the great work!
Excellent video. It answered a handful of questions I've had in the brainstorming and drafting area of designing software applications and programs. I can actually see how drawing UML diagrams as such will be of use outside of programming as well.
This guy is making his programming homework s online, and is also making money from this with the help of the UA-cam 😃😃😃👍👍👍 hope all his colleagues watch how to do this homework. Or is a banality example from an ample book regarding programming, but with all this I appreciate the effort of him teaching the audience, well done 👍👍👍 One advice from an old programmer, use a chart flow software anyone you want instead of loosing time with that drowning tablet 😂😂😂
coded along the last two game series from your channel; this is my go-to channel for anything python related now; Please let's take this series to full project as well. Greetings from Tanzania 🇹🇿
Thanks for the class. I liked a lot. For those who doesn't work every day whith soft eng., Its very nice to see how the process is done. I'm sure it may have variation dependind on the enterprise process.
12:09 even if their salary have decimal places, money shouldn't be kept in code as floating point numbers, due to floating point imprecission, it is better to keep it as an int, and interpret it as "value in cents"
Thank you tim! this is exacly the top topic I was searching for some days ago, and this video did a great job. I hope to see more of this videos putting attention on {Design} as I find it very important for advanced programmers
Great one, definitely would love to get more videos that give practical insight and an idea as to how things actually work. Would be more Helpful if you could do a video with the coding part as well.
Tim this is brill thank you. Being cheeky I would love to see you code this and even make a gui for it to see how you would deal with the inputs storing calling ect. Watching a lot of your stuff at the moment, its awesome.
Great video, I do prefer to learn more of the conceptual side of things. There are already a lot of python videos that describe how to code, but not as many on how to think like a programmer. Breath of fresh air. Would recommend Visio & crows foot notation to more officially document relationships between tables though
thank you for uploading this there are no good intermediate or advanced programs for people. I hope after this you make more video like this on topics like security, gui using python which has some real life usage and will help us in future at jobs
Can you make more videos on Neat-python? I made a Pac-Man and added some ghosts with neat. It didn’t work. Then I added a basic finding algorithm to ghosts and changed Pac-Man to neat (to finish the game) it didn’t work either. Please more explanation at neat-python module.
I didn't watch your entire video with complete attention, so you might have alluded to this, but in case you didn't - for implied requirements, such as that a student has to be either international or local or the salary or bonuses for a professor, the description of the system or requirements document (or whatever you want to call it), if it mention such "requirements", needs to be extended, or a separate document written, to include information on what these attributes or details are needed for. For example, mentioning that a student is either international or local implies some kind of behavior where this difference becomes important. It may be as simple as, e.g., a requirement for reporting which of the students of the students are international - or, more realistically, some behavior (such as, e.g., tuition and/or fees) for which the system behaves differently when a student is international vs local. The reason for this is, I think, obvious: For example, If, after consulting with the customer, one finds that he/she can come up with no differences in how the system is to behave for local vs international students, the local vs international criteria are actually irrelevant to the system and should not be modeled. If the customer comes up with a good reason to include international vs local in the design, not only will the developer be certain this difference is needed in the model and implementation, but he/she should be able to obtain more information about this difference, what different behavior depends on this difference, and may, as a result end up changing the model to better conform to the needed behavior.
I got a drawing tablet a while ago and I looked all over for software to work well. I use OneNote all the time! Like as my primary notebook!. .. didn't even know you could do that :| Excellent video, could implement this in anything. could build a database lol
Nice video. I would have composition relation between personn and address. My thought process to select what kind of association should be present between one class or one another is "Does it makes sense to the object of this class to live if the other class is deleted?". If the answer is no, then there should be a composition relation betwwen these two. One other thing I would have had is a "Grade" class...
The content Here is very good but when I looked at the thumbnail I didnt want to click but as a tech with tim fan I had to watch this video. The thumbnail had only text. NOT SO CATCHY. Love you!!!
Thank you Tim for posting the best video. I have learned a lot from the video. Do you mind like giving us a new problem description so that we can practice System Design on our own? Thank you for your video and keep up the good work.
"You're sick of people assuming you know nothing, and you want to get more into the intermediate and advanced level."
Instant like and sub.
So true!!!
This is the topic (software system design) that I'm hungry to research for. Thank you a lot for creating this video, Tim!
Yes !!.. Please make more of these pleasee!! @Tech With Tim
Same!
In my opinion, that's one of the most useful vids in your channel so far Tim. I'd be awesome if you could make an implementation video too!
oh god finally someone applying things without using complicated expressions and terms to look smart !
we need more people like you in the industry, thanks Tim !
I’ve worked in IT for 16 years but I was never heavy on the deep cs/software concepts until networking and software development started converging. This video was awesome. Would love to see the coded implementation.
Continue with this content! There is a serious lack in quality content of this nature, especially on UA-cam. People are generally more concerned with languages and frameworks and not the systems.
It’s been hard to find videos that fit the level of education I have so far and this was perfect. You’re tapping into an area of tutorials that isn’t prevalent on UA-cam. Great video!
thank you so much for the video. you're so straight to the point not just talking about something I don't understand and unable to be applied. I'm glad I found your channel.
Yes, I'm so glad I found this video. Finally someone explains how to design a class and not just how to write the class. I think there is so much demand for stuff like this. Thanks again!!!
I have experience in data analysis in data science but, as a mathematician, I am lacking the software engineering side. This video is very helpful, looking forward to see more !
Thank you so much for this Tim !
Do you think you could do a follow-up video about implementing code to that software design please ?
May I compliment you on your easy style an the pace I am trying to add something to an existing programme without wrecking it so I realise how "Future proofing your design" can save so much effort Thanks for the video.
Every time I some what do this, or have to use this for projects, the development is soooooo much more smooth and really lays out everything such that development is more streamlined and you actually find it less hard to code and build out that app. This was a great video. Definitely a helpful one, Tim. Keep these coming. Maybe take this design and implement it? Would be cool for us all to see the whole process.
Hello! I do not know how to thank you, I'm a complete beginner and your videos help me a lot!
Greetings from Argentina.
I wish there were more videos like this on UA-cam. Honestly, this is one of the most useful videos I have seen for intermediate or advanced Python learners.
the best set of videos i have come across on coding (python), amazing work
This video really helped me understand the planning stages of software development. Thank you. Very helpful example of someone actually going from Requirements to planning it all out. Awesome job.
This is so much underrated, really vital thing that many just neglect. Please, carry on!
One of the most beneficial videos I’ve ever watched on UA-cam, maaaaan!! Can’t thank you enough!
Honestly this is the best design as far as I am concerned. I have been battling with how to break down requirements into design for days now
2 minutes through the video ... I insta like an subscribed.... Thank you a lot ... You really don't know how much it helped me
One of the most useful vids on YT for codées. Thx
Teaching material you go over in class is the best way to get a great understanding of the material i always say.. I really can't wait until you start taking Algorithm design classes and theory of computation that class was so hard for me .. and would be awesome for future computer scientists to have non indian videos they could look up for reviews of the material ..if you ever decide to do them which i really think you should
Great stuff man, thanks a lot. A follow-up video for the implementation will be even greater.
Thanks, Tim!
Great Video Tim, I really hope people notice and appreciate the effort you have put in this video. Thanks for making this and I hope you continue making such design style videos in the future.
I just thought of doing a project based one of your projects ( in tutorial ) starting today. Now, its a great start to learn about software design before proceeding to the project. Anyway, great job Tim.
This video is one of the type..... It gave me answer to thing with i was struggling for like 1 -2 weeks almost! Thank You mate!
i havent watched the video yet but im pretty sure that it is awesome. also, i have been coding a lot of game these days with pygame and your tutorials are the absolute best in youtube. just wanted to thank you for your videos
This is the best software system design introduction video for beginners like me. Thank you.
I'm only halfway through and I'm loving this thank you so much
Very cool video. This is the type of video i need after watching a tutorial on how to use object oriented programming.
Most useful content ever. Great job Tim!
Thank you very much for making this. I have been creating programs for years that have had no purpose but to act as a learning experience in my progression as a programmer. For the first time I am creating a useful application that has many moving parts, and I needed a way to plan it out. This was extremely helpful. (:
very nice topic to make a video of! you are very good Tim! Keep up the good work mate!!
Great video! Loved the way everything was explained. Everything was super easy to understand its amazing how he was able to teach us how to approach a problem. It takes a real teacher to do that! Great job Tim keep up the great work!
Thank you Tim! I have clicked the bell so I wont miss the continuation of this video. Cant wait for it!
Excellent video. It answered a handful of questions I've had in the brainstorming and drafting area of designing software applications and programs.
I can actually see how drawing UML diagrams as such will be of use outside of programming as well.
Loved this series of software designing, keep it up tim.
This guy is making his programming homework s online, and is also making money from this with the help of the UA-cam 😃😃😃👍👍👍 hope all his colleagues watch how to do this homework. Or is a banality example from an ample book regarding programming, but with all this I appreciate the effort of him teaching the audience, well done 👍👍👍
One advice from an old programmer, use a chart flow software anyone you want instead of loosing time with that drowning tablet 😂😂😂
coded along the last two game series from your channel; this is my go-to channel for anything python related now;
Please let's take this series to full project as well.
Greetings from Tanzania 🇹🇿
Thanks for the class. I liked a lot. For those who doesn't work every day whith soft eng., Its very nice to see how the process is done. I'm sure it may have variation dependind on the enterprise process.
12:09 even if their salary have decimal places, money shouldn't be kept in code as floating point numbers, due to floating point imprecission, it is better to keep it as an int, and interpret it as "value in cents"
Seriously dude, these tutorials of yours are so dope! and yes I am so tired of those Introduction Videos!
Thank you tim! this is exacly the top topic I was searching for some days ago, and this video did a great job.
I hope to see more of this videos putting attention on {Design} as I find it very important for advanced programmers
Amazing video!
.
.
.
.
.
.
.
Keep the good content coming!!!
We have been waiting for a part 2 sir, it's a new level of learning software engineering...
Great one, definitely would love to get more videos that give practical insight and an idea as to how things actually work. Would be more Helpful if you could do a video with the coding part as well.
Excellent video and great topic, right on target. I saw something similar (slightly) complicated on an interview. Looking forward to the sequel(s)!
Yeaa, we need continuation of the coding part too. This was so good
The video was great but will you do a video when you actually make this software?
Yes, probably!
@@TechWithTim Well thanks a lot.
@@TechWithTim yes please
@@TechWithTim by going forward with this your are changing the game of YT programming content. Thank you very much!!
@@akiratoriyama1320 Totally agreed
Greetings from Tanzania 🇹🇿
I've been looking for that for so long!! Big hug from Germany
I vote for seeing the implementation. Great video!
Great video…looking forward to seeing implementation
Tim this is brill thank you. Being cheeky I would love to see you code this and even make a gui for it to see how you would deal with the inputs storing calling ect. Watching a lot of your stuff at the moment, its awesome.
Yeh definitely make this video!
This a good series bro. Do one on Conputer architecture. Software design is a important skill
That's perfect. I'm always looking for tutorials like this. Thanks a lot Tim.
I hope you finish the second part of this series as soon as possible because it's very useful topic
Excellent. Lets implement.
Excellent video,well explained and just what I needed. Looking forward to the next video on this topic! Thank you
This lecture is very useful for me. Thanks a million.
Tim is too much. 🔥🔥🔥
Great video, I do prefer to learn more of the conceptual side of things. There are already a lot of python videos that describe how to code, but not as many on how to think like a programmer. Breath of fresh air.
Would recommend Visio & crows foot notation to more officially document relationships between tables though
Always going to be my favorite software design 101 video ❤️
This is really helpful, thanks Tim
Great explanation this one. Very educative.
thank you for uploading this there are no good intermediate or advanced programs for people. I hope after this you make more video like this on topics like security, gui using python which has some real life usage and will help us in future at jobs
Awesome tutorial as always. Thank you dude!
Tim, this has been very helpful! Much appreciated!
Can you make more videos on Neat-python?
I made a Pac-Man and added some ghosts with neat. It didn’t work. Then I added a basic finding algorithm to ghosts and changed Pac-Man to neat (to finish the game) it didn’t work either.
Please more explanation at neat-python module.
Thanks for this fantastic content man❤
This was amazing. Thanks for this kickass video man!
Favorite programming channel!
I didn't watch your entire video with complete attention, so you might have alluded to this, but in case you didn't - for implied requirements, such as that a student has to be either international or local or the salary or bonuses for a professor, the description of the system or requirements document (or whatever you want to call it), if it mention such "requirements", needs to be extended, or a separate document written, to include information on what these attributes or details are needed for. For example, mentioning that a student is either international or local implies some kind of behavior where this difference becomes important. It may be as simple as, e.g., a requirement for reporting which of the students of the students are international - or, more realistically, some behavior (such as, e.g., tuition and/or fees) for which the system behaves differently when a student is international vs local. The reason for this is, I think, obvious: For example, If, after consulting with the customer, one finds that he/she can come up with no differences in how the system is to behave for local vs international students, the local vs international criteria are actually irrelevant to the system and should not be modeled. If the customer comes up with a good reason to include international vs local in the design, not only will the developer be certain this difference is needed in the model and implementation, but he/she should be able to obtain more information about this difference, what different behavior depends on this difference, and may, as a result end up changing the model to better conform to the needed behavior.
This was a really awesome video!
This is amazing! I've been looking for something similar for a while.
please i need more of this broi
Please, please, PLEASE, continue with this video series! Software design from start to finish, diagram to code, is so hard to find!
presentation so flawless
Wow, great topic to cover! Thank you very much!! Post more of those!!!
Great tutorial Tim!!! super helpful 💯
You're awesome Tim
dude this is fantastic
this is just great. a great series .
Awesome topic!
This content is my favorite content.
I really enjoy the beginner tutorial for golang!!
thanks for this awesome informative content, please make more videos like this.
I got a drawing tablet a while ago and I looked all over for software to work well.
I use OneNote all the time! Like as my primary notebook!. .. didn't even know you could do that :|
Excellent video, could implement this in anything. could build a database lol
Great Video!! That's exactly what I needed!
This was very useful!!💙
This was super informative man, thank you!
Pretty useful video, thank you Tim.
Great video, loved it.
It's was awesome, thanks Tim.
Nice video.
I would have composition relation between personn and address. My thought process to select what kind of association should be present between one class or one another is "Does it makes sense to the object of this class to live if the other class is deleted?". If the answer is no, then there should be a composition relation betwwen these two.
One other thing I would have had is a "Grade" class...
Just when I needed it... Thanks.
The content Here is very good but when I looked at the thumbnail I didnt want to click but as a tech with tim fan I had to watch this video. The thumbnail had only text. NOT SO CATCHY. Love you!!!
Disagree
I think including his logo would be good. His logo is awesome.
Thank you Tim for posting the best video. I have learned a lot from the video. Do you mind like giving us a new problem description so that we can practice System Design on our own? Thank you for your video and keep up the good work.
Thank you very much bro
Tim you're the man! Thanks for this