GETTING STARTED WITH PYTHON

Photo of author

By Jackson Taylor

Running Python Programmer in Interactive Mode

YouTube video

How to compile python using python IDE in windows 8 or hello world application

Program

print "hello world";
YouTube video

How to compile python using windows command line easily or hello world application

Program

print "hello world";
YouTube video
See also
STRING ADDITION IN PYTHON - CONCATENATION