Wednesday, June 29, 2016

python language introduce part one[variable]

gython language is like many other languages that high language programming language
that's mean computer is'nt read what you see, they just see

0000111010101110000011010010001000000000111110001000000111110000000010111

But, why python can readed by computer, they have compiler, this compiler convert the high language to machine language

 There is some different python file (.py)and excecutable file (.exe):
  1. .Py: changeable
    .exe: unchangeable
  2. .Py: must have python extensions to open it
    .exe: can open in any windows
I will update it when I have find it

Now a little lesson <variable>

Python variable
[ when choose a variable, make sure you can remember it ]
it's easy to learn, there is my example (variable) :

1. Low Variable (if you can remember it use it [but I did'nt suggest this])
2. High Value Variable (I suggest you use this)
3. Very Low Variable ( I'm very did'nt suggest you using these, because its confuse)
4. This is tips for python variable

   I. don't use number in front of variable
    II. don't use python language to variable
   III. don't use math operation to variable
        like: *, **, +, -, /, =, ==

That's for now, I will update more to help you
we will dive to python

in future session, I can make a video tutorial again in my youtube channel, but now if you look my youtube channel, its just have a few tutorial video

but if you wan't check it, its here :
https://www.youtube.com/channel/UChfiL4EqpdOdOEgSwjpioRQ

No comments:

Post a Comment