Turtle Graphics Experiments on Python II

Ten days have passed since I last displayed my experimental turtle graphics. It startled me to see some of the comments that claimed it was new to their eyes. I was initially reluctant to write and publish it because I was worried that it would be too simple for others. I decided to replicate the turtle graphics and do further experimentation as a result. In essence, it doesn't require a digital drawing program as I don't paint or utilize similar tools. These turtle pictures were produced using codes, proving that art is created through coding.

An image edited in Canva. The original image was from yours truly.

For a while now, I've been experimenting with turtle graphics. In fact, I was shocked to learn that the university would also be offering a python session. We don't have it, as far as I can tell based on the course outline provided and posted on our Google classroom. Maybe my professor included it because she thought we should learn it. Since I had already taken it a few weeks before our official start, I felt confident in my ability to learn it.

The graphic is inspired by a Filipino Christmas carol.

So, the Filipino Christmas carol served as the inspiration for my first experiment. If you look closely at the image, you can see that the star developed at the center, and as a result, the center of the star took on the shape of a heptagon. I couldn't set the correct colors I needed because I imported the color system, but it was alright. On its back, I picture blue, light green, blue, and a few other hues. I want to see if I can attach a Christmas light to the star's side. Unfortunately, it was beyond my current skill level.

A cell synthesis inspired graphic, but a bit shorter.

I was researching random cell synthesis online before creating this graphic because I knew it would be simpler to code. I came up with this image out of the blue as a result of my research. In truth, I wanted to extend both sides, but I was unable to continue coding it since certain codes would constantly realign. The shapes I intended to create are crooked. You can see the stem cells developing if you just think of the sides as being long. You can recommend any colors for this graphic because I'm not particularly good at choosing color schemes, and I'll update it right away.

This is an end-circling spiral tube inspired.

On YouTube, I came across this image, and I was astonished. Since I already understood the very fundamental commands of turtle graphics, at first, I believed it was difficult to duplicate without even viewing the entire video. After 13 tries, I finally succeeded in mimicking. In fact, it resembled the YouTube video I had just recently watched. This illustration included an end-circling spiral tube. Since I had previously imported the color system, it was difficult for me to alter the color, therefore I had to make a number of commands to my codes once more.

A fallen lotus tapped on the rippling water.

This was the finest and my favorite experiment that I conducted this week, in my opinion. It featured a background of water ripples and was inspired by lotus blooms. It was charming, understated, and comforting. The flower in the middle, which is a combination of lotus and water ripples in a single frame, cannot be changed unless I separate the two. I've attempted it once, and it was incredibly difficult to fit two images into one frame. Range, positioning, and direction does not always follow my coding specifications. There should be more research done.

A graphic inspired by the Suman sa Ibos, a local suman in the Philippines.

It was my favorite local suman out of all the suman out there, a suman called "suman sa ibos" in a town's fiesta. It was simple and not overly sweet, and the seductive yellow cover just enhanced it. It served as inspiration for the creation of these digital graphics. The top and bottom pieces of suman sa ibos make up the illusion in the middle. Banana leaves that will cover the suman were actually shaped into the six main lines. I really hope you understand the concept because suman is a fantastic food and I adore it.

This is a banig or a handwoven mat inspired graphic.

I developed this form by mistake while creating suman sa ibos. It was created by combining two pentagonal polygons, and I adored the result. When I first saw this image, I immediately thought of the banig, or handwoven mat, I used to use as a child. I painted them all the same shade of light coral. I thought it belonged to the pink family, but the hue and thickness aren't quite what I expected. If I can, I'll add some colors when I re-code this.

A side slice of bread with a spiral motion inspired.

In the very last of my experiment graphics, I drew inspiration from the sides of bread. I created a spiral motion and took inspiration from the sides of the bread. I used the color system once more because I was blank on what colors to use, so it was rather gorgeous and exciting to look at. The color will be off if I choose white or brown. We still had a few loaves on the table, and I noticed my sister separating them with peanut butter spread, so I tried to make this. I imagined a good shape in my wild imagination and tried to duplicate it in code. You might now see the finished project.

The sample code on the graphic was inspired by the Suman sa Ibos.

import turtle

turtle.bgcolor('black')
turtle.tracer(2)
turtle.speed(2)
turtle.pencolor("gold")
turtle.pensize(2)

for i in range(0, 250):
    turtle.forward(20 + i)
    turtle.right(90)
    turtle.left(30)
    turtle.backward(60)
    i += 2
turtle.done()



0
0
0.000
20 comments
avatar

Congratulations @dennnmarc! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You published more than 60 posts.
Your next target is to reach 70 posts.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

Support the HiveBuzz project. Vote for our proposal!
0
0
0.000
avatar

That's what makes you busy huh? Experimenting and trying out your skills in digital art. Well, that is also considered art in the most unique way possible the only difference is the medium used. Among the five graphics you made, the first image is the one that lingered in my mind. I love the concept, the meaning behind it, and the combination of blue and green colors. It looks fantastic and optical illusion as well. I will soon try that out soon hehez

0
0
0.000
avatar

That's actually what I am thinking right now whether you consider this as an art or not. I never mentioned the word art in my blog, just graphic. Lol! Yeah, of course, you could do the same thing too and perhaps even better than mine.

0
0
0.000
avatar

In windows 95 there was a screensaver with this type of art
!1UP


0
0
0.000
avatar

Wait, what? Windows 95? The released of this windows is my birth year though. Quite amusing!

0
0
0.000
avatar

That looks awesome. My journey into python does not look like this at all LOL.

0
0
0.000
avatar

Hmmm. Perhaps you learn the other side of Python, Aku. There's a lot to explore in Python though. Try this too!

0
0
0.000
avatar

One day. When I am bothered to get into turtle API. Is that what it is? API?

0
0
0.000
avatar

Is truly amazing how these designs were created by code alone. They're really beautiful!
I don't really know python but I plan to learn soon and this is definitely something I would love to try.
Thanks for sharing!

0
0
0.000
avatar

Sure sure. If you ever want to learn Python, of course, learn the basics first. Then, try to learn this Turtle Graphics. It's quite hard at first because everything is in trial before you perfect the shape you want.

0
0
0.000
avatar

Hahaha ang naalala ko lang yung laruan ko ng bata ako na may bilognilog tapos tutusukan mo ng ballpen para magkaroon ng ganyang oattern 😅

0
0
0.000
avatar

Whahaah, I didn't know that. Hmm, hindi ko ata yan naabutan. Pero siguro nga since medyo colorful ang mga graphics ko.

0
0
0.000
avatar

This is something I want to learn soon. Such great color combinations! 😉

0
0
0.000
avatar
Thank you for sharing this post on HIVE!

Your content got selected by our fellow curator tibfox & you received a little thank you upvote from our non-profit curation initiative. Your post 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.

Next time make sure to post / cross-post your creation within the DIYHub community on HIVE and you will receive a higher upvote!

Stay creative & hive on!
0
0
0.000