<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: new to Devnet and coding in general in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074593#M9885</link>
    <description>&lt;P&gt;Not sure you looking to do with Python, automaton with devices or controllers ?&lt;/P&gt;
&lt;P&gt;check below resource may help&amp;nbsp; (i used below its good for learners) - there are other resources in the internet, if you looking sandbox i see start from below :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/learning/modules/dne-intro-python/" target="_blank"&gt;https://developer.cisco.com/learning/modules/dne-intro-python/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also check with networking :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/site/networking/" target="_blank"&gt;https://developer.cisco.com/site/networking/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Apr 2024 07:42:02 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2024-04-21T07:42:02Z</dc:date>
    <item>
      <title>new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074526#M9884</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I hope all is well.&lt;/P&gt;&lt;P&gt;I am new to coding in general. I am currently learning python from what I have been told by a friend who is advance in python that the best way to learn the language is to practice with projects so I thought I would use one of the sandboxes to implement without damaging anything!&lt;/P&gt;&lt;P&gt;Is there any particular sandbox that anyone knows that will me to run python?&lt;/P&gt;&lt;P&gt;I have looked through a few some seem to use JSON.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 21:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074526#M9884</guid>
      <dc:creator>neil0367389</dc:creator>
      <dc:date>2024-04-20T21:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074593#M9885</link>
      <description>&lt;P&gt;Not sure you looking to do with Python, automaton with devices or controllers ?&lt;/P&gt;
&lt;P&gt;check below resource may help&amp;nbsp; (i used below its good for learners) - there are other resources in the internet, if you looking sandbox i see start from below :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/learning/modules/dne-intro-python/" target="_blank"&gt;https://developer.cisco.com/learning/modules/dne-intro-python/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;also check with networking :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/site/networking/" target="_blank"&gt;https://developer.cisco.com/site/networking/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 07:42:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074593#M9885</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-04-21T07:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074639#M9886</link>
      <description>&lt;P&gt;Most of the sandbox are enabled for you to build scripts in pythons and consume the data via model driven programmability. This can be done via the device API using python requests library or to the device itself via ssh client such as netmiko etc..&lt;/P&gt;
&lt;P&gt;If you are new to python suggest to take a basic intro course to understand the language before jumping into using Python for network automation.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 12:22:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5074639#M9886</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-04-21T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5079583#M9895</link>
      <description>&lt;P&gt;Welcome&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1029129"&gt;@neil0367389&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;You've received some good advice so far. I would also add that Cisco Code Exchange has over 700 repos and growing written in Python. We can filter the repos by 'Python' and 'With Cisco/DevNet Sandbox' and see some cool projects in Python that use the sandboxes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/codeexchange/search/?languages=Python&amp;amp;complexity=sandbox" target="_blank" rel="noopener"&gt;https://developer.cisco.com/codeexchange/search/?languages=Python&amp;amp;complexity=sandbox&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Of course, you can filter even more based on the Cisco technology...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="AlexStevenson_0-1714138993034.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/216932i30F7A261F951D364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexStevenson_0-1714138993034.png" alt="AlexStevenson_0-1714138993034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have questions about any repo, you can raise an Issue in the GitHub repo and the author should help you out some.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't forget to rate the repos you like (or don't lol)...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="AlexStevenson_1-1714138810318.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/216931i817999B4B2D1E2E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="AlexStevenson_1-1714138810318.png" alt="AlexStevenson_1-1714138810318.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 13:43:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5079583#M9895</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2024-04-26T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080444#M9898</link>
      <description>&lt;P&gt;Many thanks for your input I found the links useful.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 14:12:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080444#M9898</guid>
      <dc:creator>neil0367389</dc:creator>
      <dc:date>2024-04-27T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080452#M9899</link>
      <description>&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;P&gt;I am currently doing a course on Netcad on Python and I am going through Python for dummies I just need something where I can practice what I learn.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 14:14:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080452#M9899</guid>
      <dc:creator>neil0367389</dc:creator>
      <dc:date>2024-04-27T14:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: new to Devnet and coding in general</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080465#M9900</link>
      <description>&lt;P&gt;Many thanks yes I think this will be helpful&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 14:19:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/new-to-devnet-and-coding-in-general/m-p/5080465#M9900</guid>
      <dc:creator>neil0367389</dc:creator>
      <dc:date>2024-04-27T14:19:36Z</dc:date>
    </item>
  </channel>
</rss>

