{"id":20589395,"url":"https://github.com/ciscodevnet/devasc-code-examples","last_synced_at":"2025-06-24T08:39:15.377Z","repository":{"id":46814444,"uuid":"221944390","full_name":"CiscoDevNet/devasc-code-examples","owner":"CiscoDevNet","description":"Provides the example Python and Ansible code and dependencies configuration for the Cisco DevNet Associate Fundamentals course.","archived":false,"fork":false,"pushed_at":"2024-01-18T19:42:09.000Z","size":1344,"stargazers_count":57,"open_issues_count":1,"forks_count":19,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-14T22:06:20.333Z","etag":null,"topics":["devnet","devnet-associate"],"latest_commit_sha":null,"homepage":"https://developer.cisco.com/certification/fundamentals/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiscoDevNet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-15T14:51:06.000Z","updated_at":"2025-04-06T14:17:37.000Z","dependencies_parsed_at":"2024-11-16T07:39:17.103Z","dependency_job_id":null,"html_url":"https://github.com/CiscoDevNet/devasc-code-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fdevasc-code-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fdevasc-code-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fdevasc-code-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fdevasc-code-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiscoDevNet","download_url":"https://codeload.github.com/CiscoDevNet/devasc-code-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968834,"owners_count":21191160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devnet","devnet-associate"],"created_at":"2024-11-16T07:29:05.997Z","updated_at":"2025-04-14T22:06:35.645Z","avatar_url":"https://github.com/CiscoDevNet.png","language":"Python","readme":"# Cisco DevNet Associate Fundamentals Course code examples\n\nThe DevNet Associate Fundaments course has been retired from the DevNet site. This repo will be archived and then removed in a month. \n\nOne of the best ways to study for the [Cisco DevNet Associate Certification](https://developer.cisco.com/certification/) is through hands-on practice using worked examples. \n\n## Requirements\n\nPython 3.7 or higher\n\n## Instructions\n\nYou 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](https://developer.cisco.com/learning-labs/setup/?utm_campaign=github21\u0026utm_source=website\u0026utm_medium=github-devasc-code-examples).\n\nThe `master` branch contains the blank files that you can fill in during the course.\n\nThe `solutions` branch contains the working code.\n\nThe `src` folder contains code examples for all the hands-on exercises so you can try them in your own development environment. \n\nThis code requires Python3. The [requirements.txt](./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.\n\n![asciicast demo](demo.gif)\n\n## Get a local copy of the code\n\n1. Clone the repository. For example, `git clone https://github.com/CiscoDevNet/devasc-code-examples.git`. \n2. Change to the directory that contains the code files: `cd devasc-code-examples/`.\n   \n## Set up a Python Virtual Environment\n\nYou want to work in a [Python virtual environment](https://docs.python.org/3/tutorial/venv.html) so that you can be certainly only the required dependencies are installed and used for this project. \n\n\u003e 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.\n\n### MacOS or Linux\n\n1. `python3 -m venv venv`\n2. `source venv/bin/activate`\n3. `pip install -r requirements.txt`\n        \n### Windows - recommendation to use git-bash terminal\n\n1. `py -3 -m venv venv`\n2. `source venv/Scripts/activate`\n3. `pip install -r requirements.txt`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fdevasc-code-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciscodevnet%2Fdevasc-code-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fdevasc-code-examples/lists"}