Skip to content

jakexcosme/my-first-coding-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 My First Programming Project - Hello World!

Welcome to your first programming project! This folder contains several Python programs that will teach you the basics of coding.

📁 What's in this project?

1. hello.py - Your First Program

  • What it does: Prints "Hello, World!" to the screen
  • What you'll learn: How to run a program and display text
  • Try it: python hello.py

2. interactive_hello.py - Getting User Input

  • What it does: Asks for your name and greets you personally
  • What you'll learn: How programs can interact with users
  • Try it: python interactive_hello.py

3. fun_with_variables.py - Storing Information

  • What it does: Shows how to store and use different types of data
  • What you'll learn: Variables, numbers, text, and lists
  • Try it: python fun_with_variables.py

4. simple_calculator.py - Your First Useful Program

  • What it does: A calculator that does math with numbers you enter
  • What you'll learn: User input, math operations, and decision making
  • Try it: python simple_calculator.py

🚀 How to Run These Programs

  1. Open a terminal/command prompt
  2. Navigate to this folder: cd hello-world-project
  3. Run any program: python filename.py

For example: python hello.py

🎯 Learning Path

  1. Start with hello.py - Get familiar with running programs
  2. Try interactive_hello.py - See how programs can talk to you
  3. Explore fun_with_variables.py - Learn about storing information
  4. Challenge yourself with simple_calculator.py - Build something useful!

💡 Things to Try

  • Modify the messages in any program to say something different
  • Add your own print statements to display new messages
  • Change the favorite foods list in fun_with_variables.py
  • Add more math operations to the calculator

🤔 Questions to Ask Devin

  • "What does this line of code do?"
  • "How can I modify this program to do X?"
  • "Can you explain why we use variables?"
  • "What other things can I build with Python?"

🎉 Congratulations!

You now have your first programming project! Each program builds on the previous one, teaching you new concepts step by step.

Remember: Programming is about solving problems and being creative. Don't be afraid to experiment and make changes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages