<?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 Labeling with Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650194#M50598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a screenshot of the Python script I'm trying to create and I'm having a problem.&amp;nbsp; How do I create a space between two values?&amp;nbsp; I know how to stack labels but I just need a simple space between the port field and the fibers field.&amp;nbsp; Can anyone help me with this?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 15:53:55 GMT</pubDate>
    <dc:creator>KatyW</dc:creator>
    <dc:date>2016-01-05T15:53:55Z</dc:date>
    <item>
      <title>Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650194#M50598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a screenshot of the Python script I'm trying to create and I'm having a problem.&amp;nbsp; How do I create a space between two values?&amp;nbsp; I know how to stack labels but I just need a simple space between the port field and the fibers field.&amp;nbsp; Can anyone help me with this?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650194#M50598</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2016-01-05T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650195#M50599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many ways... these are but 2&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; a = "text" + " " + "more"
&amp;gt;&amp;gt;&amp;gt; a
'text more'
&amp;gt;&amp;gt;&amp;gt; # or
&amp;gt;&amp;gt;&amp;gt; a = "{} {}".format("text","more")
&amp;gt;&amp;gt;&amp;gt; a
'text more'
&amp;gt;&amp;gt;&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650195#M50599</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T03:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650196#M50600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; This will be so helpful for me in the future!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650196#M50600</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2016-01-05T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650197#M50601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan mentioned there's many ways to do this - I thought I'd share another!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; myVars = ["spam","eggs"]
&amp;gt;&amp;gt;&amp;gt; " ".join(myVars)
'spam eggs'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650197#M50601</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-12T03:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650198#M50602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you inserting this into a Python script and having the script label the features?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, could you please share.&amp;nbsp; I've been stuck on this problem for a while now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650198#M50602</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2016-01-05T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling with Python</title>
      <link>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650199#M50603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;more.... python mini-format language plus triple quote syntax... useful for printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; a = "{}\n{}".format("over","under")
&amp;gt;&amp;gt;&amp;gt; b = """
... hello
... goodbye
... """
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; print a
over
under
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; print b
hello
goodbye&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/labeling-with-python/m-p/650199#M50603</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T03:34:34Z</dc:date>
    </item>
  </channel>
</rss>

