Posts

Showing posts with the label python3

I'm back!

 I'm back H ey and welcome. I'm sure you've noticed that I haven't posted in almost seven months now and have been just as inactive on my twitter to, sorry about that... But I'm back on the blog at least! And I even revived my twitter account oct 1st. You could say it came back from the dead. But puns aside I just wanna say thanks for all the support from before I left and welcoming me back into the community.

How I started programming and how you can to!

 How I started programming  Hey guys, the last blog I did on "5 amazing sites where you can build your coding knowledge" did pretty well! So I decided to come back with a similar styled blog post. Today I'm going to be telling you guys about how I started programming! So without further ado let's jump into it. The story So a while back when I was a kid I was on my laptop in my room and was pretty bored. You know the typical kid stuff! And I don't know how it happened but the idea of how cool hacking would came into my head. So I searched up how to code! Then I found Codecademy  and made an account and opened up a course on python. And after a bit of that course over a little less than a year, I went out on my own. I used trinket.io to code python until I found the raspberry pi! I then fell into the world of robotics and engineering and made lots of cool little gadgets.

5 amazing sites where you can build your coding knowledge!

 5 Amazing sites to build your coding knowledge!     Hey guys, today I'm going to be making a different style blog, instead of the usual code tutorial or show-off ill be recommending some great sites to build your programming/coding knowledge on! When learning to code keeping your skills fresh is a must so these sites should help you out with that! And without further ado let's hop in, enjoy!

Python procedural land generation algorithm (show off)

 Python procedural land generation algorithm Hey guys! I'm back from my not so mini-break and ready to start writing. And boy oh boy do I have something fun for you guys today! I'll be showing off my Python procedural land generation algorithm I made with glowscript. This script generates a 2D world In a 3D environment. Cool right? So enough suspense let's  get into it!

Python 3D simulation with glowscript (show-off)

Python 3D simulation with glowscript Hey guys! Welcome back to the blog. As you may have noticed the posting schedule has changed up a bit so lower the workload on me. So I will now be posting twice a week instead of three to four times a week. Anyways today's blog is going to be showcasing something I may also be doing a how-to on defending on how you guys respond! I'm going to be showing you guys a 3D simulation with python I made with glowscript. If you enjoy it please let me know so I can show you guys what else I made and maybe do a how-to blog on this project!

app development in python Tkinter (How to) (blog python)

Image
 Python UI with Tkinter Hey guys, today I'm going to be doing a pretty cool how-to blog. It's gonna be on Tkinter and app development! We won't be making anything too crazy but regardless you should be able to get some valuable knowledge out of this. But before we get Into the blog I need to announce something big, Sunday was the official launch of my second bog. It's about indie games and is called IGB check it out here IGB blog:  https://indie-game-blog.blogspot.com And with that out of the way, let's get right into the rest of the blog! Enjoy

Python linear regression (Show off) (blog python)

Image
 Python linear regression    Hey guys, today I'm gonna be doing another show-off blog. And I'm gonna be showing off a very cool math-related python script! And just as last time I will link a video on how you can also make this and a git link to the code. And I also might be making a how-to on this project soon. So if you want to see that leave a comment down below and let me know what you think I should do. And with that let's into it!

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.