Skip to content

My first 'Hello, World!' project in Python, demonstrating a complete developer workflow including Git and GitHub.

Notifications You must be signed in to change notification settings

mickeywmoore/my-first-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

My First Project: A "Hello, World!" Demonstration

Project Overview

This is a simple "Hello, World!" project created in a professional developer environment. The primary purpose of this repository is not the code itself, but to demonstrate the complete, end-to-end workflow of a modern developer.

The process included:

  1. Setting up a Linux development environment on a Chromebook.
  2. Installing and configuring professional tools like Visual Studio Code and Git.
  3. Organizing the project in a dedicated folder.
  4. Writing and running the Python script from an integrated terminal.
  5. Using Git to track changes and push the final project to this GitHub repository.

How to Run

  1. Clone this repository to your local machine.
  2. Navigate into the my-first-project directory.
  3. Run the script from your terminal using the command: python3 hello.py.

Skills Demonstrated

This project showcases proficiency in the following essential developer tools and workflows:

  • Visual Studio Code (VS Code)
  • Linux Command Line (Terminal)
  • Git (Version Control)
  • GitHub (Code Hosting and Collaboration)
  • Basic Python Scripting

About

My first 'Hello, World!' project in Python, demonstrating a complete developer workflow including Git and GitHub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages