I would love to hear you talk more about computer science concepts in detail, 10 to 20 minute videos and such, you do a good job of describing abstract concepts.
The way I remeber the correct use of parameters vs arguments is this mnemonic aid : Two people are arguing in an office and a third comes to them and says: "Please, take your arguments outside."
This is what I have been expecting a long time, pls do a part 2. You are the best. Thanks for previous video concerning 5 things self developers need to know
What a great Sunday morning compliment for my morning coffee and working on my Python project. Of course my favorite CS buzz word to impress your friends with has got to be "Polymorphism". "Object" is the most abused CS term. Many tech docs still refer to the output of compilers as "object code".
A great follow-up to this video would be a whole series where you explain more intermediate/advanced terms depending on the type of programming, i.e. web, API, gaming, OOP, etc.
Make a tutorial on sliding puzzle game using pygame...plzz. I have made one myself but stucked with the sliding animation.. pls do a tutorial video on it.
Hello and great video. I am an English teacher and would like to see more of your videos with computer programming vocabulary. I am teaching a student who studies this career "Computer Programming" and your videos sure help by far much!
Pls clarify this I was solving a cses problem time limit is 1sec but after writing the code I added time module and calculated time output was greater than 1s everytime Will this give rte
you know what took me longest time figuring out what black box you type in code. its not clear at first slowly putting pieces together. road map to front end developer is like hacking throw jungle. computerphile, python, front end coarse on here takes care html css javascript. pen paper pilot 07 and some modivation id master css thats hot mess
what i find bizarre (as a visual learner learning higher level logic coming from basic) that with logic only supporting itself, (*meaning) you have to define it or it doesn't exist.. you already know the answer. u are defining everything so that the answer arrives exact so to speak, then also it would be wise to know then entire syntax of logic as a "language" for use in the sequence or statements in the first place. its like a double entendre of need vs want. i need to know how many colors you have in the (crayon box) when I want make my choice - i feel if i knew every term, the correct efficient usage would include all known possibilities and be manifested accordingly as a logical statement itself rather than a mapped thought process of logical sequences.
similarly like say how vowels give words length , but lets say vowels are the programmer stopped or leaving the process, and metaphorically goes "um....." then jumps back in to the process again... knowing the entire syntax of logic terminology based on the language you are using would be like having no vowels in your words. they would be instant without "um's i mean there is the basic fundamentals of logic. but its so expanded and shorthanded its hard to know what is available 51% of the time.
Hey Tim, I think you mistaken declaration for definition; what's more, I think you even used the word definition to explain the declaration, which are really two different things.. Declaration means basically just leaving the "hint" for compiler to know it should expect it further down the road, without any explicit details (in terms of variables, no values, or in terms of function, no body).. When you assign value to the variable on its first occurrence, or write the function with its body, that's the definition (what you actually described).. I really don't want to be 'that guy' who comes to a comments and point out mistakes, but since I think the purpose of this video is to provide some clarification, hope you won't hold it against me :) Great video, btw :)
To give him some credit, in higher level languages (like python, etc) the meanings of these two blend together quite a bit. Especially when you consider how memory is allocated. For example, you cannot "declare" a variable per se in python since a value is needed to instantiate the name. That implies that declaration (naming) and definition (allocating memory) happen roughly at the same time. The difference, from what I can tell, is really most prominent in languages like C and C++ :)
@@ryanflynn4311 Yea, I totally agree, I even wanted to include that argument in my initial comment, but it was already getting quite long :D In C you can see (c ;)) clear distinction, because you can declare variable without value, as well as declare function with a prototype before actually writing what function is doing.. Point I tried to make that for most of the modern/higher level programming languages, we are not using declaration at all (only definition), but we should still know what the difference is :)
Ehm, no? A statement is not just a single line, statements can be splitted by newlines ` ` in some languages. Others ignore those newlines and use semicolons for separation. And if you want to use a highly overrated language, maybe both works (Im talking JS, cuz in my mind it sux but im fine with the ones who use it)
If someone gets a computer science degree, he will only be able to code and just use a computer and do projects instead of designing and creating useful gadgets and devices, cyber security and mathematics
What's the point of getting a computer science degree if you are going to end up coding and using a computer instead of doing the things that I've said above
high level is programing languages that need a compiler or interpreter to be translated to assembly before being translated to machine code this apply to C and C++ low level is a language that doesn't need to be compiled (ex: assembly that turn directly to a machine code with an assembler)
I would love to hear you talk more about computer science concepts in detail, 10 to 20 minute videos and such, you do a good job of describing abstract concepts.
The way I remeber the correct use of parameters vs arguments is this mnemonic aid : Two people are arguing in an office and a third comes to them and says: "Please, take your arguments outside."
I would love to see a part 2!
So do we
Let's translate all terms of the TV show silicon valley:p
Agreed. We need to know more!
YES Please we need more..
Agreed bro
Nice video, Tim. It's really helpful for me to distinguish between terms in programming.
Part 2, plz! 😁👍
This is what I have been expecting a long time, pls do a part 2. You are the best. Thanks for previous video concerning 5 things self developers need to know
What a great Sunday morning compliment for my morning coffee and working on my Python project. Of course my favorite CS buzz word to impress your friends with has got to be "Polymorphism". "Object" is the most abused CS term. Many tech docs still refer to the output of compilers as "object code".
This videos are what keep me going and motivates me to keep expanding my knowledge in programming...Thanks Tim, always looking forward to your videos.
Very nice video format! Waiting for a part 2 and more to go furtherly advanced
I would love to see the part two of this. Great job Tim, as always. Thanks.
Thank you! I will probably make a part two later :)
This was very helpful to me as a beginner! Thanks for the video!
Same
Thank you for the timestamps and the knowledge!
Thank you Tim.... I started learning python and it's fun...
I just discovered your chanel, i love it! thank you for sharing !
A great follow-up to this video would be a whole series where you explain more intermediate/advanced terms depending on the type of programming, i.e. web, API, gaming, OOP, etc.
good idea!
Great videos. Love the channel!
This video helped me out madly, thanks a lot bro
Make a tutorial on sliding puzzle game using pygame...plzz. I have made one myself but stucked with the sliding animation.. pls do a tutorial video on it.
thank you omg. For some reason i ALWAYS forget the correct term.
Great video! Just gave you a thumbs up,so start working on part 2. Excellent tutorial.
We want more of that !
Thank you for the video just want to be that weirdo that points out you only had 21 terms instead of 25 but none the less very helpful thank you
Good man for providing this.
Nice video, but I would actually prefere if it is ordered according to category or so (e.G. Runetime/Compile Time together) instead of alphabetic
I would love to watch till part 10
I just learned about EAFP (it's easier to ask for forgiveness than permission) programming and it is game changing
Great video! Very helpful!
Amazing content we all want part 2
Ty I did not understand most terms but you simplify them thanks
You're welcome!
"Declaration" and "Expression" have the same definition on screen haha
Would love to have 'Attribute' explained in a video like this
I would love a part 2!
Hello and great video. I am an English teacher and would like to see more of your videos with computer programming vocabulary. I am teaching a student who studies this career "Computer Programming" and your videos sure help by far much!
definitely need a part 2.
The best channel ever you're helping a lot sir thank you
It's my pleasure!
Great video as usual
Thank you for explaining what an api is ajdjdj, I was starting to feel like missing out ;) :/
Very helpful thank you
Thx u sir I would love a part 2
You used the same slide for expression and declaration. Only noticed because im making flashcards for myself lol.
I now know the terms a programmer needs to know
Pls clarify this
I was solving a cses problem time limit is 1sec but after writing the code I added time module and calculated time output was greater than 1s everytime
Will this give rte
great video!!!
Is there any part 2 of this video?
you know what took me longest time figuring out what black box you type in code. its not clear at first slowly putting pieces together. road map to front end developer is like hacking throw jungle. computerphile, python, front end coarse on here takes care html css javascript. pen paper pilot 07 and some modivation id master css thats hot mess
An object is NOT an abstract data type. An object is an instance of an abstract data type (like a class).
Good correction! My bad
what i find bizarre (as a visual learner learning higher level logic coming from basic) that with logic only supporting itself, (*meaning) you have to define it or it doesn't exist.. you already know the answer. u are defining everything so that the answer arrives exact so to speak, then also it would be wise to know then entire syntax of logic as a "language" for use in the sequence or statements in the first place. its like a double entendre of need vs want. i need to know how many colors you have in the (crayon box) when I want make my choice - i feel if i knew every term, the correct efficient usage would include all known possibilities and be manifested accordingly as a logical statement itself rather than a mapped thought process of logical sequences.
similarly like say how vowels give words length , but lets say vowels are the programmer stopped or leaving the process, and metaphorically goes "um....." then jumps back in to the process again... knowing the entire syntax of logic terminology based on the language you are using would be like having no vowels in your words. they would be instant without "um's
i mean there is the basic fundamentals of logic. but its so expanded and shorthanded its hard to know what is available 51% of the time.
So can Parameters be described as "a Variable that Stores the Argument" ??
omg.. i was telling myself why someone dont make theses basic tips already
Hey Tim, I think you mistaken declaration for definition; what's more, I think you even used the word definition to explain the declaration, which are really two different things..
Declaration means basically just leaving the "hint" for compiler to know it should expect it further down the road, without any explicit details (in terms of variables, no values, or in terms of function, no body).. When you assign value to the variable on its first occurrence, or write the function with its body, that's the definition (what you actually described)..
I really don't want to be 'that guy' who comes to a comments and point out mistakes, but since I think the purpose of this video is to provide some clarification, hope you won't hold it against me :) Great video, btw :)
To give him some credit, in higher level languages (like python, etc) the meanings of these two blend together quite a bit. Especially when you consider how memory is allocated. For example, you cannot "declare" a variable per se in python since a value is needed to instantiate the name. That implies that declaration (naming) and definition (allocating memory) happen roughly at the same time. The difference, from what I can tell, is really most prominent in languages like C and C++ :)
@@ryanflynn4311 Yea, I totally agree, I even wanted to include that argument in my initial comment, but it was already getting quite long :D
In C you can see (c ;)) clear distinction, because you can declare variable without value, as well as declare function with a prototype before actually writing what function is doing.. Point I tried to make that for most of the modern/higher level programming languages, we are not using declaration at all (only definition), but we should still know what the difference is :)
Ehm, no? A statement is not just a single line, statements can be splitted by newlines `
` in some languages. Others ignore those newlines and use semicolons for separation. And if you want to use a highly overrated language, maybe both works (Im talking JS, cuz in my mind it sux but im fine with the ones who use it)
dude what is interjure!? ..i was hoping to find this word
Well declaration isn't "declaring specific function body", that's called definition
You can declare that a function exists and not define the specific implementation
What is heap ?
really helpful
You repeated the definition for Declaration under Expression.
nice catch! sorry for the mistake
Waiting for 2nd part
Thanks😊
Hi Tim!
Could you make part 2, please.
Masterpiece
No I'm too young to start complicating with API. I have school.
Interesting ❤.
Sintax: fees charged by a government for purchases that enable legal, yet undesirable behavior, such as drinking and smoking
Sin tax
I need part 2
It was great
I counted 21 terms, not 25. 🧐
hush - everybody is so happy here (!)
Your definition of statement is technically wrong. Because it doesn't need to be single line
Best 🙏🙏
If someone gets a computer science degree, he will only be able to code and just use a computer and do projects instead of designing and creating useful gadgets and devices, cyber security and mathematics
What's the point of getting a computer science degree if you are going to end up coding and using a computer instead of doing the things that I've said above
Great 👍
part 2 pls
A little fast but excellent.
Good grief it's hard to find straight forward tutorials
parte dos por favor, tw/t sponsored by adidas holy cow
Er... those were 21 terms :-)
Too fast man...
i dont believe c++ is high level
high level is programing languages that need a compiler or interpreter to be translated to assembly before being translated to machine code this apply to C and C++
low level is a language that doesn't need to be compiled (ex: assembly that turn directly to a machine code with an assembler)
4 more ???
by the time of uploading the video they didn`t make it just being even more senseless as previous 21 !
♥️♥️
english syntax sucks too many confusing term and unnecessary stuff
Are you single ?
I wanted to be the first hahaha
I'm 531 hahaha
Hi, can I become a backend developer
@@tambaserchamling6375 sure buddy, everything's possible
@@tambaserchamling6375
It just depends on you
Nobody but you can't answer it🤷🏾♂️
u r second