Coder Social home page Coder Social logo

ciscodevnet / devasc-code-examples Goto Github PK

View Code? Open in Web Editor NEW
54.0 37.0 19.0 1.31 MB

Provides the example Python and Ansible code and dependencies configuration for the Cisco DevNet Associate Fundamentals course.

Home Page: https://developer.cisco.com/certification/fundamentals/

License: BSD 3-Clause "New" or "Revised" License

Python 97.71% Shell 0.35% CSS 0.30% HTML 1.63%
devnet devnet-associate

devasc-code-examples's Introduction

Cisco DevNet Associate Fundamentals Course code examples

The DevNet Associate Fundaments course has been retired from the DevNet site. This repo will be archived and then removed in a month.

One of the best ways to study for the Cisco DevNet Associate Certification is through hands-on practice using worked examples.

Requirements

Python 3.7 or higher

Instructions

You can clone this repo locally to work within your own development environment. To set up a developer environment, you can refer to the DevNet Learning Labs.

The master branch contains the blank files that you can fill in during the course.

The solutions branch contains the working code.

The src folder contains code examples for all the hands-on exercises so you can try them in your own development environment.

This code requires Python3. The requirements.txt file lists all the dependencies required by the code used in the course. Follow the instructions below to setup a local developerment environment that matches the in-browser development environment used in the course. Here's a quick walkthrough.

asciicast demo

Get a local copy of the code

  1. Clone the repository. For example, git clone https://github.com/CiscoDevNet/devasc-code-examples.git.
  2. Change to the directory that contains the code files: cd devasc-code-examples/.

Set up a Python Virtual Environment

You want to work in a Python virtual environment so that you can be certainly only the required dependencies are installed and used for this project.

Note: This repository does not contain the source code for the Library REST API example included with the course development environment. You cannot run the main.py file and make calls successfully without the service available in the course.

MacOS or Linux

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt

Windows - recommendation to use git-bash terminal

  1. py -3 -m venv venv
  2. source venv/Scripts/activate
  3. pip install -r requirements.txt

devasc-code-examples's People

Contributors

agentlecisco avatar eckelcu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.