<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on Piotr Kosmowski</title>
    <link>/docs/notes/development/</link>
    <description>Recent content in Development on Piotr Kosmowski</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>pl-pl</language><atom:link href="/docs/notes/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python</title>
      <link>/docs/notes/development/python/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/notes/development/python/</guid>
      <description>if __name__ == &amp;#34;__main__&amp;#34;: print(&amp;#34;Hello, World!&amp;#34;) Methods # String # str(123) -&amp;gt; &#39;123&#39; Convert to string &#39; a b c &#39;.strip() -&amp;gt; &#39;a b c&#39; Remove leading and trailing whitespace &#39;abc&#39;.capitalize() -&amp;gt; &#39;Abc&#39; Capitalize the first character of the string &#39;ab bc cd&#39;.title() -&amp;gt; &#39;Ab Bc Cd&#39; Capitalize the first character of each word &#39;a b c&#39;.split(&#39;&#39;) -&amp;gt; [&#39;a&#39;,&#39;b&#39;,&#39;c&#39;] Split the string into a list of substrings &#39;abc&#39;.startswith(&#39;a&#39;) -&amp;gt; True Check if the string starts with a specific substring &#39;abc&#39;.</description>
    </item>
    
  </channel>
</rss>
