<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Can 🚀</title>
    <description>The latest articles on DEV Community by Can 🚀 (@mecaltin).</description>
    <link>https://dev.to/mecaltin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F385300%2Fdfaeb7ca-52ab-4fc2-b455-1c4dc81e4260.jpg</url>
      <title>DEV Community: Can 🚀</title>
      <link>https://dev.to/mecaltin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mecaltin"/>
    <language>en</language>
    <item>
      <title>Confetti succesfull screen Tailwind</title>
      <dc:creator>Can 🚀</dc:creator>
      <pubDate>Sun, 31 Oct 2021 13:22:43 +0000</pubDate>
      <link>https://dev.to/mecaltin/confetti-succesfull-screen-tailwind-c2h</link>
      <guid>https://dev.to/mecaltin/confetti-succesfull-screen-tailwind-c2h</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/flyagen/embed/QWMqgyR?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>apple website clone !</title>
      <dc:creator>Can 🚀</dc:creator>
      <pubDate>Wed, 20 Oct 2021 10:43:30 +0000</pubDate>
      <link>https://dev.to/mecaltin/apple-website-clone--6dp</link>
      <guid>https://dev.to/mecaltin/apple-website-clone--6dp</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/flyagen/embed/qBXaBma?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Python // import ?</title>
      <dc:creator>Can 🚀</dc:creator>
      <pubDate>Sun, 27 Sep 2020 20:09:04 +0000</pubDate>
      <link>https://dev.to/mecaltin/python-import-39o3</link>
      <guid>https://dev.to/mecaltin/python-import-39o3</guid>
      <description>&lt;p&gt;what is import ?&lt;/p&gt;

&lt;p&gt;//Import in python is similar to #include header_file in C/C++. Python modules can get access to code from another module by importing the file/function using import. The import statement is the most common way of invoking the import machinery, but it is not the only way.&lt;/p&gt;

&lt;p&gt;import module_name&lt;br&gt;
When import is used, it searches for the module initially in the local scope by calling &lt;strong&gt;import&lt;/strong&gt;() function. The value returned by the function are then reflected in the output of the initial code.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
