issues Search Results · repo:CiscoDevNet/netprog_basics language:Python
Filter by
25 results
(67 ms)25 results
inCiscoDevNet/netprog_basics (press backspace or delete to remove)The port and password for the sandbox associated with this code have changed. Also, to get it to work, I had to import
urllib and call requests.packages.urllib3.disable_warnings().
gregbo
- Opened on Apr 12, 2023
- #104
Instead of
message += The color you added was {}. .format(colors[3])
why not use
message += The color you added was {}. .format(colors[-1])
so it will always pick up the last list element even if the ...
gregbo
- Opened on Mar 18, 2023
- #103
In the following path programming_fundamentals/rest_part_1/curl_examples.sh go to the last line and put this:
https://sandbox-iosxe-recomm-1.cisco.com/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2 ...
akashchakraborty
- Opened on Oct 20, 2021
- #62
In lesson in Python Part3 trying to use the request.get
Now the lesson says to leverage the devnet sandbox then it gives you a link, which i go to and use the vpn. i run the
query and then i get the errors ...
lowfell
- 2
- Opened on Jan 10, 2021
- #49
I am learning the lesson in Python Part3 trying to use the request.get
Now in the video he uses 10.10.20.21 however in the info for the lesson it say to reference the always on sandbox. The
router ther ...
lowfell
- 1
- Opened on Jan 8, 2021
- #48
Hello all I m a total newby so bear with me. i m trying to do the xmltodict example in Useful Python Libraries for
Network Engineers
I kind of get how it works and i ran a query myself to get the ip address ...
lowfell
- 7
- Opened on Jan 7, 2021
- #47
If i use POSTMAN 7 use a GET from the SET Method it returns an api. in the case of https://api.icndb.com/jokes/random it
will return a Random joke.
If i use the DELETE from the SET method using the Same ...
lowfell
- 3
- Opened on Jan 4, 2021
- #46
https://github.com/CiscoDevNet/netprog_basics/blob/master/programming_fundamentals/data_formats/README.md
https://developer.cisco.com/fileMedia/download/2681d7c1-4cc3-3bc4-a1c8-a5881eb8dd58
This link ...
lowfell
- 1
- Opened on Dec 18, 2020
- #45
Hi
Since python2 is deprecated, is this lab going to be updated to use python3?
- Andre
webbyhead
- 1
- Opened on Dec 4, 2020
- #44

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.