Skip to content
  • Home

A Computer Engineer

Just another geek.

Python

“Hello World” in Python

April 1, 2013October 8, 2013dakshbhattLeave a comment

The main 3 reason to learn Python are :

  1. Easy to learn
  2. Shorter code
  3. Easy to read

“Hello World” in Python is as followed.

Code :

#!/usr/bin/env python3

print('Hello World')

Output :

Hello World Output
Hello World Output

Download the full example here : http://www.mediafire.com/view/zzlg5o4yk9t5b93/helloWorld.py

Python.py, code, hello world, learn, print, python

Android Functions

Ready to use Android Functions for your Android app! Android Functions

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 11 other followers

Blog Stats

  • 239,740 hits

Recent Posts

  • SharedPreferences in Android Kotlin (with How to Remember User Login/Session Example) February 11, 2020
  • Different colors for selected tab in BottomNavigationView in Android Kotlin(Programmatically) January 13, 2020
  • Populate and manipulate AutoCompleteTextView in Android August 4, 2019
  • Open chat page in Whatsapp for given number in Android July 5, 2019
  • Display image grid in RecyclerView in Kotlin Android May 9, 2019

Top Posts & Pages

  • Turn on and turn off flash light programmatically in Android
  • Different colors for selected tab in BottomNavigationView in Android Kotlin(Programmatically)
  • Limit number range in EditText in Android using InputFilter
  • Create PDF and save to the sdcard in Android
  • Display image grid in RecyclerView in Kotlin Android
  • Rotate image(bitmap) to any angle in Android
  • Display List in AlertDialog in Android(Simple List, Radio Button List, Check Box List)
  • How to draw Canvas on ImageView and save Canvas as Bitmap and store in sdcard in Android
  • Flip image(bitmap) horizontally and vertically in Android
  • Add "Share Image to Whatsapp" button in Android

About Me

profile for dakshbhatt21 at Stack Overflow, Q&A for professional and enthusiast programmers
Follow A Computer Engineer on WordPress.com

Categories

  • Android
  • Informative
  • Java
  • Javascript
  • Kotlin
  • PHP
  • Python
  • Uncategorized
  • VB.Net
Blog at WordPress.com.
Cancel

 
Loading Comments...
Comment
    ×