create account

Turtle Graphics Experiments on Python by dennnmarc

View this thread on: hive.blogpeakd.comecency.com
· @dennnmarc · (edited)
$50.70
Turtle Graphics Experiments on Python
<div class="text-justify">

I've been studying Python's Turtle Graphics for the past few days. It was really new to me because I had only recently encountered it for the first time. I'd like to note that I've only been studying and using Python for the past three weeks. Given that our professor's subject was Java, I picked up the minimum necessary by watching videos on YouTube. We've already covered HTML, CSS, C++, and Java. But if there was something else, I could learn, I didn't want to focus on what we had just learned.

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23wBfhTz5mSLhxGAcsBahaCWEL6DtHaXiFmVgnJfwXzQuGHph7rot7p7sP8zwCDqSrbHH.png</center>*<sub><center>An image edited in Canva. The original image was from yours truly.</center></sub>*

There are many different programming compilers available, however, for Python I chose PyCharm. A Python-specific Integrated Development Environment (IDE), [PyCharm](https://www.geeksforgeeks.org/turtle-programming-python/) offers a wide range of crucial tools for Python developers. These tools are tightly integrated to produce a practical environment for effective Python, web, and data science development. PyCharm has three editions available: Community, Professional, and Edu. I installed the Community since I cannot afford to buy the Professional. 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZK4FmZeoREksc41CYeVXFVp4VsCeGKssBRZnBfWaYC8NrdRa3Mr4h2SJB2pSozqTP.png</center>*<sub><center>A shiruken with a spiral color in the middle.</center></sub>*


A turtle was used to design the desired shapes, lines, and colors to create the image. Every time I finished the entire code, it was enjoyable to code, create, and run. Basically, several instructions like import turtle, import colorsys, forward(), left(), and right() can be used to create turtle graphics (). By using the commands pendown() and penup, you may also manage the turtle pen (). Use color(), fillcolor(), begin fill(), and end fill to then alter the color(). 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23u5Z6Y7tUFrQhngmp4oJwFvVuJpYjNnTDxoGLvwNxx4pwUwzZ5rVSykM59DjdHW5Bba3.png</center>*<sub><center>A simple shiruken that I would like to edit as a dragon.</center></sub>*


Actually, I was trying to make a good shuriken, but I was always failing. If you look closely, the faulty shuriken in the first picture had a spiral color on it, but not in this one. He was pretty talented at coding, but he didn't explain how he produced things the first time I copied his programs on YouTube, where I was learning. I had to conduct research on other websites that provided explanations of various functions. 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZEf2HFKC66SKPETovxJ9yorMoKr6kbr2oR1JqerVwiHmhWKQowqZbTtGWn5zJ3QCk.png</center>*<sub><center>A snowflake-inspired output.</center></sub>*


Perfecting a shape was challenging, especially when the desired result was not appearing. Despite the fact that you can enter and navigate the commands, it was not the issue at hand. I had difficulty getting the form and size just as I had imagined. It was the snowflakes in this case. The proper number for left(), right(), and range() truly baffled me. Maybe it was because my understanding and experience with turtle graphic instructions were still quite inadequate. My results are actually quite good considering that I've just been learning turtle graphics for three days. 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/EoEii8Rsf1DQg8LYHixwAd2UCe8zAnks3q5fjSrcKE1gzAfSzQh4V9kEx951U472FK3.png</center>*<sub><center>A spinner-inspired output from my sister's stuff.</center></sub>*


You might be able to understand more complex shapes if you learn the fundamental shapes. It's because I created more complicated shapes by combining simpler ones, and yes, it was my pattern. In my sister's room, I noticed a spinner that she had purchased in the past. I was drawn to the shape, so I tried to replicate it using Python. Since I already had the fundamental form, I couldn't say if I was successful or unsuccessful. The lines simply won't bend the way I want them to. I'll thus let it go. 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23u5XKk2CbDbVhbmf49YURZnc1HZdhc2xwafUMY3PkjMFjfZfcRwyw2M6JKCRjSKtvxxy.png</center>*<sub><center>It's spiderweb-inspired, but I don't like spiders.</center></sub>*


Even though I was startled to the core earlier today while feeding my rabbits at the back of our house by a massive spiderweb, my thoughts were racing over the forms for turtle images. I then developed a new example using that as a model. To be quite honest, I struggled to create something that looked like a spiderweb. In addition to the complicated design, I am unsure of the range of the webs and the number of lines I should write. Anyway, after a half-hour of experimenting, I succeeded! Could you please react to it honestly? Does it resemble a web of spiders? 

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/EoCbMmrwvgeQN6YXmiUuWYr9UNVWTC2gtjMbqEVzpQXSumEBfQqoAsq6PEBMwryrzh8.png</center>*<sub><center>It's a flower-inspired design with big petals.</center></sub>*

This is what I came up with when I tried to create a flower with six petals. But I don't think it looks well. However, I simply appreciated it since I worked hard to create a decent shape like this, which is difficult given where I am in my development. Add another spiral color and a solid circle to the middle, please. But the more I tried previously, the more I was at a loss for what to do.

<center>https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZPmdNjkQ1v3ffzrnogmX6eq9yTK9Ax2LW3bsK6uWwXcZzHhTndCmEF7LgnpVFMxfS.png</center>*<sub><center>A doughnut-shaped failed design, but it looks like a space hole.</center></sub>*


So, I recently had a quick interaction on a chat with @ayane-chan. Some of my samples and experiments were forwarded to her. She next requested that I draw a doughnut shape for her. I have made multiple attempts to create a smaller hole in that shape but was never successful. The rest will also alter if the size increases. It was obvious that I was unable to create such a precise shape at this time. I decided to try to fix it tomorrow because I was already experiencing head-spinning sensations.

Python with Turtle Graphics gave me a new way to appreciate coding. In fact, because I was finding it difficult to digest all the knowledge we covered in class at once, I utilized this Turtle to help me relax while I was coding Java. My younger sister was begging for additional forms like hearts, hexagons, and rectangles since she liked the ones I made. I informed her, though, that I had to learn it first and that she would have to hold off on seeing it for at least a few days.

</div>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 466 others
👎  ,
properties (23)
authordennnmarc
permlinkturtle-graphics-experiments-on-python
categoryhive-169321
json_metadata{"app":"peakd/2022.07.1","format":"markdown","tags":["programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"users":["ayane-chan."],"image":["https://files.peakd.com/file/peakd-hive/dennnmarc/23wBfhTz5mSLhxGAcsBahaCWEL6DtHaXiFmVgnJfwXzQuGHph7rot7p7sP8zwCDqSrbHH.png","https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZK4FmZeoREksc41CYeVXFVp4VsCeGKssBRZnBfWaYC8NrdRa3Mr4h2SJB2pSozqTP.png","https://files.peakd.com/file/peakd-hive/dennnmarc/23u5Z6Y7tUFrQhngmp4oJwFvVuJpYjNnTDxoGLvwNxx4pwUwzZ5rVSykM59DjdHW5Bba3.png","https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZEf2HFKC66SKPETovxJ9yorMoKr6kbr2oR1JqerVwiHmhWKQowqZbTtGWn5zJ3QCk.png","https://files.peakd.com/file/peakd-hive/dennnmarc/EoEii8Rsf1DQg8LYHixwAd2UCe8zAnks3q5fjSrcKE1gzAfSzQh4V9kEx951U472FK3.png","https://files.peakd.com/file/peakd-hive/dennnmarc/23u5XKk2CbDbVhbmf49YURZnc1HZdhc2xwafUMY3PkjMFjfZfcRwyw2M6JKCRjSKtvxxy.png","https://files.peakd.com/file/peakd-hive/dennnmarc/EoCbMmrwvgeQN6YXmiUuWYr9UNVWTC2gtjMbqEVzpQXSumEBfQqoAsq6PEBMwryrzh8.png","https://files.peakd.com/file/peakd-hive/dennnmarc/23u5ZPmdNjkQ1v3ffzrnogmX6eq9yTK9Ax2LW3bsK6uWwXcZzHhTndCmEF7LgnpVFMxfS.png"]}
created2022-09-30 11:22:09
last_update2022-09-30 11:33:30
depth0
children22
last_payout2022-10-07 11:22:09
cashout_time1969-12-31 23:59:59
total_payout_value24.496 HBD
curator_payout_value26.202 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,814
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries
0.
accounthive-169321
weight200
1.
accounthiveonboard
weight100
2.
accountocd
weight100
3.
accounttpkidkai
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,059,458
net_rshares82,084,103,506,849
author_curate_reward""
vote details (532)
@curation-cartel ·
![1UP-PIZZA.png](https://files.peakd.com/file/peakd-hive/curation-cartel/23xediR4hotaNsS5pUJrmYVg3YGeTLpui41uCij2jhUDZ4uFT84zoGJf8a8VnfELXLJgt.png) |  <div class="phishy"><u><h4>You have received a __1UP__ from @gwajnberg!</h4></u></div> The @oneup-cartel will soon upvote you with:<hr> __@stem-curator__ <hr>_And they will bring !PIZZA 🍕._
-|-

<sup>[Learn more](https://peakd.com/hive-102223/@flauwy/the-curation-cartel-1up-trigger-smart-voting-mana-and-high-delegation-returns-for-14-different-tribes) about our delegation service to earn daily rewards. Join the Cartel on [Discord](https://discord.gg/mvtAneE3Ca).</sup>
properties (22)
authorcuration-cartel
permlinkre-turtle-graphics-experiments-on-python-20220930t142434z
categoryhive-169321
json_metadata"{"app": "beem/0.24.26"}"
created2022-09-30 14:24:36
last_update2022-09-30 14:24:36
depth1
children0
last_payout2022-10-07 14:24:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length623
author_reputation1,123,173,135,173
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,325
net_rshares0
@diyhub ·
<div class="pull-right"><a href="https://peakd.com/trending/hive-189641"><img src="https://cdn.steemitimages.com/DQmV9e1dikviiK47vokoSCH3WjuGWrd6PScpsgEL8JBEZp5/icon_comments.png"></a></div>

#### Thank you for sharing this amazing post on HIVE!
Your content got selected by our fellow curator tibfox & you just received a little thank you upvote from our **non-profit** curation initiative!

You will be **featured in** one of our recurring **curation compilations** which is aiming to offer you a **stage to widen your audience** within the DIY scene of Hive.

Make sure to always post / cross-post your creations within the [DIYHub community on HIVE](https://peakd.com/trending/hive-189641) so we never miss your content. We also have a [discord server](https://discord.gg/mY5uCfQ) where you can connect with us and other DIYers. If you want to support our goal to motivate other DIY/art/music/gardening/... creators **just delegate to us** and **earn 100% of your curation rewards**!

### Stay creative & hive on!
properties (22)
authordiyhub
permlinkre-turtle-graphics-experiments-on-python-20221002t173904z
categoryhive-169321
json_metadata"{"app": "beem/0.24.26"}"
created2022-10-02 17:39:03
last_update2022-10-02 17:39:03
depth1
children0
last_payout2022-10-09 17:39:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,017
author_reputation359,345,631,943,762
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,123,749
net_rshares0
@eunoia101 ·
Wow the art of codings hehe.

I was impressed how the lights and shaped formes a beautiful eye less spots but I wondered is this only for shapes? How about names and logo? Could also have the opportunity to have one?

Sorry no idea about it for now bro, so I asked questions. If there will be uwuu make something with my name haha. Morning...
👍  , , ,
properties (23)
authoreunoia101
permlinkre-dennnmarc-rj1rsg
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 23:55:30
last_update2022-09-30 23:55:30
depth1
children0
last_payout2022-10-07 23:55:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length342
author_reputation72,668,682,488,318
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,076,017
net_rshares1,724,278,053
author_curate_reward""
vote details (4)
@gwajnberg ·
What do you do with these shapes?

!1UP
<a href="https://discord.gg/zQrvxAu7mu">
<img src="https://files.peakd.com/file/peakd-hive/thecuriousfool/23wCNFDyCLJu1v77TTg2MYKkd7XWkgF9fhiLujTDAaLaUz7H4AaQkDentB5UMVS8FcrVs.png"></a>
👍  , , ,
properties (23)
authorgwajnberg
permlinkre-dennnmarc-2022930t82238612z
categoryhive-169321
json_metadata{"tags":["hive-169321","programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 14:22:39
last_update2022-09-30 14:22:39
depth1
children1
last_payout2022-10-07 14:22:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length226
author_reputation148,893,212,714,456
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,292
net_rshares1,746,122,807
author_curate_reward""
vote details (4)
@dennnmarc ·
Oh, I actually took an interest in Turtle Graphics using Python and I had so much fun. It was an experiment @gwajnberg. Thanks so much! 
👍  , , ,
properties (23)
authordennnmarc
permlinkre-gwajnberg-rj11hg
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 14:27:21
last_update2022-09-30 14:27:21
depth2
children0
last_payout2022-10-07 14:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,371
net_rshares1,743,922,108
author_curate_reward""
vote details (4)
@hivebuzz ·
Congratulations @dennnmarc! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/http://hivebuzz.me/badges/pud.png?202210010750</td><td>You powered-up at least 10 HIVE on Hive Power Up Day!<br>Wait until the end of Power Up Day to find out the size of your Power-Bee.<br>May the Hive Power be with you!
</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@dennnmarc) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202210"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202210">Be ready for the 10th edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202210"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202210">Hive Power Up Day - October 1st 2022</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-dennnmarc-20221001t081137
categoryhive-169321
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-10-01 08:11:39
last_update2022-10-01 08:11:39
depth1
children0
last_payout2022-10-08 08:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,256
author_reputation368,207,561,085,541
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,084,584
net_rshares0
@intoy.bugoy ·
Ibang level to ng art ahhh,nice work.
👍  , , ,
properties (23)
authorintoy.bugoy
permlinkre-dennnmarc-rj0zh9
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 13:43:57
last_update2022-09-30 13:43:57
depth1
children1
last_payout2022-10-07 13:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation158,145,452,062,587
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,062,494
net_rshares1,752,696,717
author_curate_reward""
vote details (4)
@dennnmarc ·
It was fun creating these shapes and arts. On the other hand, quite stressful since I was learning it just recently. I appreciated it kuya.
👍  , , ,
properties (23)
authordennnmarc
permlinkre-intoybugoy-rj11yd
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 14:37:30
last_update2022-09-30 14:37:30
depth2
children0
last_payout2022-10-07 14:37:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,577
net_rshares1,748,297,835
author_curate_reward""
vote details (4)
@jane1289 ·
Nice designs Den. The color combi are perfect too. May talent ka pla 😊
👍  , , ,
properties (23)
authorjane1289
permlinkre-dennnmarc-2022930t225130699z
categoryhive-169321
json_metadata{"tags":["programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.28-vision","format":"markdown+html"}
created2022-09-30 14:51:33
last_update2022-09-30 14:51:33
depth1
children2
last_payout2022-10-07 14:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation463,971,648,546,395
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,964
net_rshares1,741,725,064
author_curate_reward""
vote details (4)
@dennnmarc ·
Awieee. Thanks so much ate Jane. Ngayon lang talaga ako nagshashare ng mga ganitong stuff. Nahihiya kasi talaga ako since I'm new to this kind of art designs. 
👍  , , ,
properties (23)
authordennnmarc
permlinkre-jane1289-2022101t5500252z
categoryhive-169321
json_metadata{"tags":["programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 21:50:00
last_update2022-09-30 21:50:00
depth2
children1
last_payout2022-10-07 21:50:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,072,790
net_rshares1,737,350,487
author_curate_reward""
vote details (4)
@jane1289 ·
Kpg makabili ako laptop. Gawin ko rin to hehe
properties (22)
authorjane1289
permlinkre-dennnmarc-2022101t91735174z
categoryhive-169321
json_metadata{"tags":["programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.28-vision","format":"markdown+html"}
created2022-10-01 01:17:36
last_update2022-10-01 01:17:36
depth3
children0
last_payout2022-10-08 01:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation463,971,648,546,395
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,078,380
net_rshares0
@kushyzee ·
You used python to create these designs? That's very impressive! This is the first time I am actually coming across something like this, well done
👍  , , ,
properties (23)
authorkushyzee
permlinkre-dennnmarc-2022930t192618527z
categoryhive-169321
json_metadata{"tags":["hive-169321","programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 18:26:18
last_update2022-09-30 18:26:18
depth1
children1
last_payout2022-10-07 18:26:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation75,808,145,282,396
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,068,674
net_rshares1,732,972,770
author_curate_reward""
vote details (4)
@dennnmarc ·
Yes, bro. Isn't it fun and creative? I love the colors and designs. But it's hard to figure out the right numbers of turns to create a specific art. Trial and error, always. Thanks! 
👍  , , ,
properties (23)
authordennnmarc
permlinkre-kushyzee-2022101t5490751z
categoryhive-169321
json_metadata{"tags":["hive-169321","programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 21:49:03
last_update2022-09-30 21:49:03
depth2
children0
last_payout2022-10-07 21:49:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,072,774
net_rshares1,728,620,183
author_curate_reward""
vote details (4)
@monioluwa ·
Wow. These are very nice designs.
This is the first time I'm actually coming across someone that uses Turtle. I know of similar libraries like Tkinter, but it's nice to see that one can do lots of cool stuff with Python other than lists and functions. 😅 

I'm also learning Python and like you, I'm also documenting my learning process here on Hive. 
Wish you the very best in your programming journey and I'll be looking forward to reading more of your posts. 
properties (22)
authormonioluwa
permlinkre-dennnmarc-rj6qvz
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-10-03 16:24:00
last_update2022-10-03 16:24:00
depth1
children0
last_payout2022-10-10 16:24:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length461
author_reputation14,336,654,616,518
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,156,471
net_rshares0
@poshtoken ·
$0.03
https://twitter.com/marc_cenizal/status/1575975867699732481
<sub> The rewards earned on this comment will go directly to the people( @dennnmarc ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
👍  
properties (23)
authorposhtoken
permlinkre-dennnmarc-turtle-graphics-experiments-on-python12239
categoryhive-169321
json_metadata"{"app":"Poshtoken 0.0.1","payoutToUser":["dennnmarc"]}"
created2022-09-30 22:31:03
last_update2022-09-30 22:31:03
depth1
children0
last_payout2022-10-07 22:31:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation3,940,167,702,075,806
root_title"Turtle Graphics Experiments on Python"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id117,073,653
net_rshares103,644,282,176
author_curate_reward""
vote details (1)
@ruffatotmeee ·
Even though napag aralan namin to before, most of them is limot na talaga. I wish I can go back there to remember it all. Masaya sana ang coding ee if di lang ako tamad noon lol. Way to go denden 💪✨
👍  , , ,
properties (23)
authorruffatotmeee
permlinkre-dennnmarc-2022930t211246936z
categoryhive-169321
json_metadata{"tags":["programming","development","stem","turtlegraphics","python","designs","coding","stemgeeks","hiveph"],"app":"ecency/3.0.28-vision","format":"markdown+html"}
created2022-09-30 13:12:48
last_update2022-09-30 13:12:48
depth1
children1
last_payout2022-10-07 13:12:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length198
author_reputation160,304,966,084,116
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,061,847
net_rshares1,754,907,959
author_curate_reward""
vote details (4)
@dennnmarc ·
Really? That was so nice! So it means you took a subject related to this before? That's awesome @ruffatotmeee. Yeah, I guess coding is suitable for you if you're not lazy to code since you are investing time.
👍  , , ,
properties (23)
authordennnmarc
permlinkre-ruffatotmeee-rj12d2
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 14:46:18
last_update2022-09-30 14:46:18
depth2
children0
last_payout2022-10-07 14:46:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,063,829
net_rshares1,750,502,777
author_curate_reward""
vote details (4)
@stemsocial ·
re-dennnmarc-turtle-graphics-experiments-on-python-20221001t031839079z
<div class='text-justify'> <div class='pull-left'>
 <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div>

Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support.&nbsp;<br />&nbsp;<br />
</div>
properties (22)
authorstemsocial
permlinkre-dennnmarc-turtle-graphics-experiments-on-python-20221001t031839079z
categoryhive-169321
json_metadata{"app":"STEMsocial"}
created2022-10-01 03:18:39
last_update2022-10-01 03:18:39
depth1
children0
last_payout2022-10-08 03:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation22,459,131,289,824
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,080,092
net_rshares0
@teacherlynlyn ·
Ang ganda ng mga color combinations. They are all attractive and appealing to the eyes! Sana matutunan ko din yan. 
👍  , , ,
properties (23)
authorteacherlynlyn
permlinkre-dennnmarc-rj17d5
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 16:41:27
last_update2022-09-30 16:41:27
depth1
children1
last_payout2022-10-07 16:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation128,091,853,669,266
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,066,547
net_rshares1,739,529,642
author_curate_reward""
vote details (4)
@dennnmarc ·
The colors are based on HSV_RGB, I don't add command specific to colors to some of these. I just let what the colors will come to become exciting. Thus, I'm suck at making a color combo. 
👍  , , ,
properties (23)
authordennnmarc
permlinkre-teacherlynlyn-2022101t5461812z
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 21:46:18
last_update2022-09-30 21:46:18
depth2
children0
last_payout2022-10-07 21:46:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,072,743
net_rshares1,735,160,315
author_curate_reward""
vote details (4)
@tpkidkai ·
I always thought na ang Phyton will be just drag and drop stuff but never knew that you can also do such.

Galing, this can be called an art too via a different medium. The fidget spinner's lit btw.  Pero parang pinaka maganda ay yung doughnut. Simple colors lang at di ganun kasakit sa mata.

More of these and share the codeee!
👍  , , ,
properties (23)
authortpkidkai
permlinkre-dennnmarc-rj1dhe
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2022.07.1"}
created2022-09-30 18:47:09
last_update2022-09-30 18:47:09
depth1
children1
last_payout2022-10-07 18:47:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length329
author_reputation104,528,823,429,995
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,069,147
net_rshares1,730,802,499
author_curate_reward""
vote details (4)
@dennnmarc ·
Yeah, but there are a lot of things you can do in Python. I was actually surprised about this Turtle Graphics since this was actually intended for kids. Yet, it was pleasing in our eyes too.

Love the doughnuts, too. But I'll try to fix it since the hole is too huge for me. Thus, the color combo is just okay. Lol! Actually kuya, I plan to share the codes, but it's long.  If I share at least one, but I saw that it'll take a lot of words. I'll insert the codes next time. 
👍  , , ,
properties (23)
authordennnmarc
permlinkre-tpkidkai-2022101t54412878z
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-09-30 21:44:15
last_update2022-09-30 21:44:15
depth2
children0
last_payout2022-10-07 21:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length474
author_reputation79,417,137,102,232
root_title"Turtle Graphics Experiments on Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,072,708
net_rshares1,726,441,502
author_curate_reward""
vote details (4)