<?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: Python type hints in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442774#M6639</link>
    <description>&lt;P&gt;So you are using it with human validation only, rather than with external tooling?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Aug 2024 20:56:06 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2024-08-11T20:56:06Z</dc:date>
    <item>
      <title>Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442771#M6636</link>
      <description>&lt;P&gt;Does anyone use Python type hints?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.python.org/3/library/typing.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.python.org/3/library/typing.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 20:21:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442771#M6636</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-08-08T20:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442772#M6637</link>
      <description>&lt;P&gt;Haven't used that in all my Meraki projects. I'm familiar with it, but haven't seen the benefits of "complicating" my code. I find it a bit harder to read imo.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 21:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442772#M6637</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2024-08-08T21:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442773#M6638</link>
      <description>&lt;P&gt;I'm using it in most of my projects. It helps to understand what to expect from which function.&lt;BR /&gt;Really usefull for migrations, when you are e.g. creating an object and in the past it was just some dict/json.&lt;BR /&gt;-&amp;gt; So does function xy use the old or the new way? Type hint will let you know &lt;SPAN class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 20:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442773#M6638</guid>
      <dc:creator>Greenberet</dc:creator>
      <dc:date>2024-08-11T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442774#M6639</link>
      <description>&lt;P&gt;So you are using it with human validation only, rather than with external tooling?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 20:56:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442774#M6639</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-08-11T20:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442775#M6640</link>
      <description>&lt;P&gt;well I've enabled "basic" type hint warnings in the IDE =D&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 21:01:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442775#M6640</guid>
      <dc:creator>Greenberet</dc:creator>
      <dc:date>2024-08-11T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442776#M6641</link>
      <description>&lt;P&gt;That is another good question.  Which IDE do you use?&lt;/P&gt;&lt;P&gt;I tend to use either IDLE or a text editor called UltraEdit (which I use for many other things).&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 21:04:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442776#M6641</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-08-11T21:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Python type hints</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442777#M6642</link>
      <description>&lt;P&gt;Visual Studio &amp;amp; Visual Studio Code depending on the usecase&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 22:13:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-type-hints/m-p/5442777#M6642</guid>
      <dc:creator>Greenberet</dc:creator>
      <dc:date>2024-08-11T22:13:06Z</dc:date>
    </item>
  </channel>
</rss>

