Sinisterly
Python 2.7 - Variables + Raw Inputs - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: Python 2.7 - Variables + Raw Inputs (/Thread-Python-2-7-Variables-Raw-Inputs)

Pages: 1 2


RE: Python 2.7 - Variables + Raw Inputs - Ex094 - 07-16-2013

Not a Well Explained tutorial but Good Job


RE: Python 2.7 - Variables + Raw Inputs - Ex094 - 07-16-2013

Not a Well Explained tutorial but Good Job


RE: Python 2.7 - Variables + Raw Inputs - Deque - 07-16-2013

I agree that the explanations aren't really good.
I.e. variable:
Quote:If you have been enrolled in a math class(Algebra 1 or higher), I hope you know what a variable is. However, I will say what it is anyway. A variable is basically a placeholder for a different value.

The variables in mathematics are different from the ones used in imperative programming languages.
And it is not a placeholder. It is a storage location for a value that has a name, a type and a scope. Even in Python a variable has a type, but that can change dynamically.

I apprechiate the work you put into it, but you should be more precise.


RE: Python 2.7 - Variables + Raw Inputs - Deque - 07-16-2013

I agree that the explanations aren't really good.
I.e. variable:
Quote:If you have been enrolled in a math class(Algebra 1 or higher), I hope you know what a variable is. However, I will say what it is anyway. A variable is basically a placeholder for a different value.

The variables in mathematics are different from the ones used in imperative programming languages.
And it is not a placeholder. It is a storage location for a value that has a name, a type and a scope. Even in Python a variable has a type, but that can change dynamically.

I apprechiate the work you put into it, but you should be more precise.


RE: Python 2.7 - Variables + Raw Inputs - Frost_mybb_import12855 - 07-16-2013

Yeah sorry I made this mini guide awhile ago in a couple minutes off the top of my head. I guess it is meant for beginners to get the basic idea. Thanks for the input though!!


RE: Python 2.7 - Variables + Raw Inputs - Frost_mybb_import12855 - 07-16-2013

Yeah sorry I made this mini guide awhile ago in a couple minutes off the top of my head. I guess it is meant for beginners to get the basic idea. Thanks for the input though!!