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

first day python lessons


Tutorial Python
First Thing if you wanna jump to python programming
You will install their program first
There are the program you need  :
  1. Python 
  2. When you arrive at python webpage, you will meet two new python version
    • Python 2.7 (we gonna use it in my lessons)
    • Python 3.4 (you look for other web)
    as you read above we gonna use the python 2.7, so download the file first from there: Python download page
     
  1. Text Editor (I'm use notepad ++)
    In the real, if you are a programmer, you need text editor for editing, save project
    we will try it, so download it from here:
    Notepad++ download page
There will be more you download, but in small size, there are converter(py to exe), and other I will update this blog weekly, so don't late to check it
This is just the first tutorial, in the next tutorial i will tell you more


My slogan is : Don't look the code of your program
but look your programming result





You can visit my youtube to watch my tutorial video
Don't forget to comment, like and subscribe