Posts

Showing posts from March, 2021

Python program turtle art! (How to) (blog python)

Image
Python program turtle art!  Hey guys! Today I'm gonna be introducing you to python and turtle art. This is assumed as a beginner thing in python. But I think regardless of your skill level as long as you haven't tried them before you will come out of the article with some new python knowledge. So without future ado let's hop into it. What well make  So for this blog, we are going to be making some circle art with python turtles. So by the end of this, you should be able to make your own circle art and understand the simple math behind it. here is a sneak peek at things you will be able to make soon! but we will just be one drawing! still lots of fun though and using what you learn here you'll be able to make something like that! (NOTE: code from the video will be in GitHub) The code Let's get started with the coding part! At the end of this blog, you should have a script that makes something like this. It won't be exact though because it has random color choices

A pattern finding python algorithm! (create algorithm How to) (blog python)

Image
Pattern finding with python Hey guys, hope you are all doing well! Today I am gonna show off a simple yet fun python pattern-finding algorithm I made. It's not the most advanced thing you will ever see but I think you could learn a lot from it and I challenge you guys to add your own spin to it. Because real learning comes from experience!

A python program to find prime numbers! (algorithm code How to) (blog python)

Image
Python & prime numbers Hey guys, Today I am gonna be blogging about something more simple than I usually do! Today I am gonna be showing you guys how to make a python program to list out prime numbers. It will be a cool little python project for you guys and I challenge you to do this on your own first because it is pretty fun and can really get you thinking!

Python pygame path finder (app in python show off) (blog python)

Python pygame pathfinder  Hey guys, this blog is gonna be a little different from the last one because I'm not going to be showing you guys how to make this project. sad I know (◞‸◟) but don't fret! because I have a YouTube tutorial made by tec-with-tim for you guys to follow so you can make this too!

A python program to find palindromes! (algorithm code How to) (blog python)

Image
P ython palindrome finding algorithm!  Hey guys, I often find myself bored and scrolling through the internet for something to program with python and correct me if I'm wrong but I'm pretty sure I'm not the only one who has done this. And I recently got quite interested in creating math-related algorithms. Now I know how that sounds math? no way! But bare with me it's super easy and when you add math to programing which you already like trust me it can get fun.