PYTHONS ABOUND!!!!!
- jacoblince8
- Apr 7, 2023
- 2 min read
I have a bunch of Python progress to report. I have been learning a lot about the use of lists and different dot sections that can be handy to use. Starting first we come to the last assignment in one of the lessons. This one is about making a program for word ladder construction (I think this is the first time I have ever heard of something like this.) It uses while loops in each function and in the rest of the code. There's also a new dot code section the that my teacher Chris showed me while helping me with this lesson.
The next lesson shows you how to do some more dot code with lists such as .append and .sort for example. Here's an assignment where I made a library program asking someone the last names of the authors who books are being returned:
Finally I'm taking another big step in terms of coming up on my big project: I'm learning about Python scripting in the blender program.
That might sound confusing, I haven't even finish my beginners Blender assignment yet. But the first few lessons from a playlist that my teacher found for me show the basics using animation as an example:
In the scripting tab there's a lower left section that records the code that goes into the regular inputs that are used to create predetermined script with Python imported into the software. Here's What I have after watching the first video:
I'm also working on a rotation animation from the next video. I'm super hyped to learn more about how this works.
EXTRA BLOOOOOOOOOOOOG
I'm currently helping out with the current project at Gamegen's 3D Art. I had an idea to make a large blade weapon. Here's what I have so far:
I am however stuck for some reason because I'm having an issue with scaling in edit mode:
But I'm pretty excited to show you how it turns out. Have a good one.
Comments