<?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: Saad Ahmed Siddiqui</title>
    <description>The latest articles on DEV Community by Saad Ahmed Siddiqui (@saad1926q).</description>
    <link>https://dev.to/saad1926q</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1472311%2Fa7f58d76-bf84-4bf0-81a6-78d6a3e11649.jpeg</url>
      <title>DEV Community: Saad Ahmed Siddiqui</title>
      <link>https://dev.to/saad1926q</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saad1926q"/>
    <language>en</language>
    <item>
      <title>Leveraging Brython for Web Development</title>
      <dc:creator>Saad Ahmed Siddiqui</dc:creator>
      <pubDate>Mon, 06 May 2024 10:56:33 +0000</pubDate>
      <link>https://dev.to/saad1926q/leveraging-brython-for-web-development-2eid</link>
      <guid>https://dev.to/saad1926q/leveraging-brython-for-web-development-2eid</guid>
      <description>&lt;p&gt;Hey there! Today, we're going to talk about our experience with Python during a recent hackathon. It all started with a game we created using turtle graphics. Initially, we thought it would be easier to convert this game into JavaScript code so we could integrate it into our website seamlessly.&lt;/p&gt;

&lt;p&gt;However, things took an interesting turn when we stumbled upon Brython. It's a tool that allows you to run Python code in a web browser. We were intrigued by the idea of using Python in our JavaScript code, so we decided to give it a try.&lt;/p&gt;

&lt;p&gt;We faced our fair share of challenges along the way. First off, there wasn't a lot of information available about integrating turtle graphics into a website. We had to do a lot of digging to figure out exactly what we needed to do.&lt;/p&gt;

&lt;p&gt;Then came the biggest challenge of all: event listeners. For some reason, Brython doesn't support event listeners in turtle graphics. This meant that we had to rethink our approach and find a different way to make our game work.&lt;/p&gt;

&lt;p&gt;Overall this was a very different experience for me and my entire team as a matter of fact.&lt;/p&gt;

&lt;p&gt;If you're interested in checking out the game that we ended up making, you can find it here: &lt;a href="https://owaismohammad.github.io/TeamAqua/TurtleGame.html"&gt;https://owaismohammad.github.io/TeamAqua/TurtleGame.html&lt;/a&gt;&lt;/p&gt;

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