Giter VIP home page Giter VIP logo

study_group_screen's Introduction

DevNet Study Group Skills Check - BASIC

The objective of this basic challenge will help us verify your interest in the study group. The challenges is designed to be very simple but require some basic python skills for accessing data, reading and writing files. You can use any resources available to figure out how to get the requirements met.

Target Outcome

  • a python script that creates a YAML file
  • the YAML file contains basic information about you
  • push only the python file

Tasks

NOTE: The branch name and file name should be all lowercase and match the names in your dataset created.

  1. Clone a repo
git clone https://github.com/jandiorio/study_group_screen
  1. Create a git branch named <first_name>_<last_name>

    • example: git checkout -b jeff_andiorio
  2. Create a simple python script named <first_name>_<last_name>.py example: jeff_andiorio.py

    • Creates a list of dictionaries with a single dictionary
    • dictionary will have the following keys: ['first_name', 'last_name', 'company', 'email', 'github_username']
    • dictionary will have your information as the values
    • convert the list to a YAML string
    • write the YAML string to a file

Your file should look like the example below (key order may vary):

- company: WWT
  email: [email protected]
  first_name: Jeff
  github_username: jandiorio
  last_name: Andiorio

TIP: Validation will check the YAML filename components match your data for first_name, last_name and that the YAML data is a single element list with a dictionary of key/value pairs.

  1. Add/Commit/Push
    • Add python file - git add *.py
    • Commit your changes - git commit -m "adds my python script"
    • Push changes to upstream repository git push --set-upstream origin jeff_andiorio

NOTE: These can all be in the same script.

study_group_screen's People

Contributors

jandiorio avatar tringo1 avatar blackbriar5405 avatar

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.