/python_hello_world

A Demo Python Hello World Package / Module

Primary LanguagePythonMIT LicenseMIT

Python-Hello-World

This is a Demo Python Hello World Package / Module that simply contains the method say_hello() to print out 'Hello World!'

To implement:

  1. Download or Clone the Repo and Extract
  2. Change to project root - top level - (hello_world)
  3. Optionally switch to python virtual environment
  4. Run pip install hello_world
  5. Enter python shell: python
  6. from hello_world import hello_world
  7. hello_world.say_hello()
  8. Result should be 'Hello World!'

Recommended Python Packages:

  1. pip
  2. setuptools
  3. nose
  4. virtualenv
  5. virtualenvwrapper