-
Discord Music Bot
Today, I installed a discord bot that I forked from Github and all the problems that came with that.
-
Whistling, –
I really hope I am never lost in a storm, and my only hope is to attract someone’s attention. I try to yell for help; only the storm is raging and they can’t hear me, and I remember that voices don’t travel far, but whistling does, but I don’t know how to whistle, so instead […]
-
Python – Unpacking Variables
So sometimes you will have input data and you will want it added to variables. I’m currently learning there are a lot of neat ways to do so. specifically you can use an * to represent fields that you know will exist, but you might not know how many, but there is a pattern. Just […]
-
More Python notes that need to be organized by me
other things you can do with listprint (list(range(100)))gives you a range to the number in a listyou can start where you want, like –print (list(range(5,100)))would start at 5 sentence =’ ‘sentence.join([‘hi’, ‘my’, ‘name’, ‘is’, ‘jojo’])or even easiernew_Sentence = ‘ ‘.join9[‘list’, ‘of’, ‘things’]print(new_sentence)0 basket = [1,2,3]a,b,c = [1,2,3]the variables will be assigned in the order they […]
-
Do Not Be Mean
Before you say my blog sucks, remember that bot loved it, and that is who I do it for. You’re welcome.
-
Python Notes 2
I still need to go through and organize these and make them nice, but I am hoping to eventually write a bunch of helpful guides, these are just notes of my learning Lets say we have an Amazon page and we want to show their user and what they have in the courtideally we can […]
-
Python Learning
here are my direct notes from the course I am taking on python (I actually already know a bit of python but I don’t want to jump into the middle of the course and get confused) Talk about Sublime text Editor5 Sections –Python BasicsDeveloper Environment, how to use Terrminal and command lineCode editorsPycharm fully functional […]
-
Future Writing
I think I may in fact right a synopsis of every episode of King of The Hill, it is one of the few shows I can watch multiple times, and I think it will help give me something to practice writing .
-
Rock IV
Binge watching to Rocky Movies for the first time. I did not know Ivan Drago was going to kill Apollo…ffffuckkkkk. Thanks to everyone that never spoiled that for me. Now Rocky is my champion… “Maybe I cant win, maybe the only thing I can do is just take everything he’s got, but to beat me, […]