Archive for the 'Python' Category

Here are my thoughts at the moment:

Vertigo is scary.
I’m somewhat excited to learn how to program. How I dream to work in an IT related job.
Study Python, then PHP and get a job as a web programmer. It won’t happen right now and that way. Do it on the side.
What’ll happen: Get any job maybe [...]

Ok now I understand why:
>>> l = [1,2,3] #let’s create a list of numbers
>>> l = l.append(4) #let’s add the integer 4 to make it exciting
>>> l
>>>#What gives?!?!? Where is my list?

 
It’s because the method append returns the value None. That’s why l becomes empty.




  • What’s this about?


    This is another personal blog which means topics range from anything that I can think of or want to write.

    I mostly write about my struggles about learning how to program and finding a job. Also when I feel like it I write long posts about my rants and ramblings about my life. All in one big paragraph. Don't say I didn't warn you.

    About the kansas state thing, it's actually a misheard lyric from a certain song I like. Try to guess what song. :)

    Happy reading!

  • Write To Enteng