<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DoItYourSelfPython]]></title><description><![CDATA[Cool things you can do with Python]]></description><link>https://www.doityourselfpython.com</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 15:38:53 GMT</lastBuildDate><atom:link href="https://www.doityourselfpython.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[import antigravity]]></title><description><![CDATA[print('Hello World')
Hello World
import time
begin = time.time()
print(''' Welcome! \n doityourselfpython.com is a personal pythonic blog
interested in Python, Machine Learning, Automation, Data Science, Web
Scraping, Scripting, and so much more''')
...]]></description><link>https://www.doityourselfpython.com/import-antigravity</link><guid isPermaLink="true">https://www.doityourselfpython.com/import-antigravity</guid><dc:creator><![CDATA[DIYPython]]></dc:creator><pubDate>Sat, 16 Jul 2022 01:52:16 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/unsplash/npxXWgQ33ZQ/upload/v1657935515768/vH8hX7raa.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<pre><code>print(<span class="hljs-string">'Hello World'</span>)
</code></pre><pre><code><span class="hljs-attribute">Hello</span> World
</code></pre><pre><code><span class="hljs-keyword">import</span> time
begin = time.time()
print(<span class="hljs-string">''' Welcome! \n doityourselfpython.com is a personal pythonic blog
interested in Python, Machine Learning, Automation, Data Science, Web
Scraping, Scripting, and so much more'''</span>)
print(<span class="hljs-string">'it begins {}'</span>.format(begin))
</code></pre><pre><code><span class="hljs-keyword">import</span> antigravity
</code></pre>]]></content:encoded></item></channel></rss>