<?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[Code with harsh]]></title><description><![CDATA[Code with harsh]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/blog</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 09:16:39 GMT</lastBuildDate><atom:link href="https://harshjaiswal140920.wixsite.com/codewithharsh/blog-feed.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[python turtle graphics tutorial #design2]]></title><description><![CDATA[source code :- import turtle speed(0) setup(700, 630) bgcolor('black') pencolor('cyan') pensize(2) for i in range(10): rad = 150 for i in...]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/post/python-turtle-graphics-tutorial-design2</link><guid isPermaLink="false">61ca9500f22e8400177c3508</guid><pubDate>Tue, 28 Dec 2021 04:52:58 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/efa697_b59e9d799f354572b9283a02f2ad9083~mv2.png/v1/fit/w_1000,h_720,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Harsh Jaiswal</dc:creator></item><item><title><![CDATA[2d circular design using python ✨ || mandala design  || #shorts #coding]]></title><description><![CDATA[source code : import turtle as t t.bgcolor('black') t.pencolor('white') t.pensize(3) t.speed('fastest') def pen(x, y): t.penup()...]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/post/2d-circular-design-using-python-mandala-design-shorts-coding</link><guid isPermaLink="false">61ca0f89310d6400166b7ed7</guid><pubDate>Mon, 27 Dec 2021 19:38:59 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/efa697_f7c391cebdb947c792af504c5d87a21c~mv2.png/v1/fit/w_1000,h_720,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Harsh Jaiswal</dc:creator></item><item><title><![CDATA[DESIGN 5]]></title><description><![CDATA[source code import turtle bgcolor('black') speed(0) colors=['yellow', 'orange', 'red',  'indigo', 'blue'] for i in range (6):...]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/post/design-5</link><guid isPermaLink="false">61c9e6d17f2aa90016d34067</guid><pubDate>Mon, 27 Dec 2021 16:16:22 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/efa697_80ed290d937e4a95bcb0fd1b18d65563~mv2.png/v1/fit/w_1000,h_720,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Harsh Jaiswal</dc:creator></item><item><title><![CDATA[How to make Doraemon using python turtle]]></title><description><![CDATA[Source code from turtle import *  def my_goto(x, y): penup() goto(x, y) pendown()   def eyes(): fillcolor("#ffffff") begin_fill() ...]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/post/how-to-make-doraemon-using-python-turtle</link><guid isPermaLink="false">61c93bafa5658700229b455d</guid><pubDate>Mon, 27 Dec 2021 04:20:54 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/efa697_4c3d6eefbda146009193a39285a8b329~mv2.png/v1/fit/w_1000,h_720,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Harsh Jaiswal</dc:creator></item><item><title><![CDATA[Draw Indian flag | Python project | How to create indian flag using python turtle |]]></title><description><![CDATA[source code from turtle import * # speed(10) penup() goto((-150, -300)) pendown() colormode(255) color((128, 128, 128)) begin_fill()...]]></description><link>https://harshjaiswal140920.wixsite.com/codewithharsh/post/draw-indian-flag-python-project-how-to-create-indian-flag-using-python-turtle</link><guid isPermaLink="false">61c896a9d742a4001676a2d2</guid><pubDate>Sun, 26 Dec 2021 16:30:09 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/efa697_6da5175324a249bcb22dc2e1d16c81ea~mv2.jpg/v1/fit/w_545,h_306,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Harsh Jaiswal</dc:creator></item></channel></rss>