Thứ Hai, 26 tháng 9, 2016

Python 3 Tutorial : Create First Program with Python 3


Python 3 tutorial - Print Hello world and create your first program using python 3 programming languages. at previews lessons, we have learned how to install python tools in visual studio, please read How to Install Python Tools for Visual Studio 2015.

Next, we will create your first simple console application made with python 3 language,

"Hello World!" Program in Python 3

First step, please open your visual studio and create new python project, File > New > Project > Python > Python Application > create python project name "FirstPythonApp" and ok.

Add python source code in the FirstPythonApp.py

#!/usr/bin/python3
print ("Hello World!")
print ('let me introduce myself')
print ("My name is Harison, I work at an Private Company in Indonesia.")
print ("'CV.Delta Microtech' as a .Net Programmer since 2010.")
print ("Please Subscribe and Follow Our Social Medias 'Sector Code' to get Latest tutorials and will be send to your email everyday for free!,")
print ('Nice to meet you and Happy coding :) all ^^')

Next, try to debugging your program with pres "F5" key.

Python 3 Tutorial : Create First Program with Python 3

Video tutorial Create First Program with Python 3


See you next lessons ...

Không có nhận xét nào:

Đăng nhận xét