General Assembly Logo

Python vs Ruby Study

Prerequisites

  • Ruby

Objectives

By the end of this, developers should be able to:

  • Declare variables in Python
  • Create lists
  • Create Dictionaries
  • Write basic loops for created lists and dictionaries
  • Create functions in Python using correct syntax
  • Wrtie strings using Python in interpolation

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Create and checkout a new branch, named response.
  4. Follow the guide given in study.md.
  5. Write any Python questions you may have in a seperate file in the root of this directory.
  6. When finished, push to your fork and submit a pull request.

You may wish to refer to FAQs related to forking, cloning, and pull requests.

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.