Jamison's Blog

  • Categories
  • Christmas Haiku Sell!
  • Jamison’s Blog Homepage?
    • Contact Me
Illustration of a bird flying.
Me, Random Thoughts
  • Happy Birthday To Me!

    Happy Birthday To Me!

    It is my Birthday! I got a sweet present from my sister, check it.

    May 23, 2021
    May 23, 2021
  • Discord Music Bot

    Discord Music Bot

    Today, I installed a discord bot that I forked from Github and all the problems that came with that.

    March 26, 2020
    March 26, 2020
  • Whistling, –

    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 […]

    November 1, 2020
    November 1, 2020
  • Python – Unpacking Variables

    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 […]

    March 26, 2020
    March 26, 2020
  • More Python notes that need to be organized by me

    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 […]

    October 30, 2020
    October 30, 2020
  • Do Not Be Mean

    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.

    November 1, 2020
    November 1, 2020
  • Python Notes 2

    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 […]

    October 30, 2020
    October 30, 2020
  • Python Learning

    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 […]

    May 21, 2021
    May 21, 2021
  • Future Writing

    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 .

    October 31, 2020
    October 31, 2020
  • Rock IV

    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, […]

    November 1, 2020
    November 1, 2020
←Previous Page
1 … 9 10 11 12
Next Page→

Column 1

Column 2

Column 3

Jamison's Blog

By Jamison