An open API service indexing awesome lists of open source software.

https://github.com/nmelgar/hello-world-python

Simple Python program: Hello World
https://github.com/nmelgar/hello-world-python

git github python3

Last synced: about 2 months ago
JSON representation

Simple Python program: Hello World

Awesome Lists containing this project

README

          

# Overview

In this project, I created a simple "Hello World!" program using Python to enhance my programming skills and solidify my understanding of basic programming concepts. Writing a "Hello World!" program is a traditional first step for software engineers when learning a new language or setting up a development environment. It provides an excellent opportunity to ensure that everything is working correctly and that I can run and execute code successfully.

The purpose of this program was to establish a foundational step in my journey as a software engineer, ensuring I could successfully write, execute, and understand Python code. This project also allowed me to configure GitHub and familiarize myself with Markdown documentation practices.

[Software Demo Video](https://youtu.be/td6pTJ26Luo)

# Development Environment

* Python 3.10
* Visual Studio Code
* VS Code Python Extension
* Git / GitHub

# Useful Websites

{Make a list of websites that you found helpful in this project}
* [Web Site Name](https://www.w3schools.com/python/)
* [Web Site Name](https://docs.python.org/3/library/functions.html#print)