Giter Club home page Giter Club logo

cs570-assignment-1-2023's Introduction

CS570-Assignment-1

In this assignment multiple students work together to create an application. The students share a GitHub repository, and then submit their work using pull request. Finally, the work of the threesome is brought together in one application.

Student 1:

Start by making a branch named your_name/dev. Finish writing the GreetingMaker.py file. Instructions can be found in that file. Commit your changes to your branch, and then make a pull request to main branch on GitHub.

Student 2:

Start by making a branch named your_name/dev. Finish writing the QuestionAsker.py file. Instructions can be found in that file. Commit your changes to your branch, and then make a pull request to main branch on GitHub.

Student 3:

Start by making a branch named your_name/dev. Finish writing the main.py file. Instructions can be found in that file. Commit your changes to your branch, and then make a pull request to main branch on GitHub. Once you have made, your changes and the other students in the group have made their pull requests. Accept all pull requests and see if your program works on the main branch.

When all three of your pieces are integrated together. You should be able to run main.py and see a program that asks a user for their name and then constructs some kind of greeting with that name, and displays that greeting on the screen. Like this:

What is your name?
Matt
Hello, Matty. How are you today?

Remember

You are only to work on one file. Your work will be integrated into the whole when you commit your changes.

Goals of this assignment

  • Become more familiar with git and branching.
  • Become more familiar with GitHub and pull requests.
  • Become more familiar with python and objects and classes in python
  • Become more familiar with Object Oriented programming
  • Become more familiar with importing code within python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.