Archives
Categories
Search :
Forums
Category Archives: Operating Systems
TinyDB to the rescue!
TinyDB is a great, if somewhat of a starter, database. It lets you search, insert, remove stuff with ease. It is, a great learning tool. Continue reading
Posted in databases, Programming
Tagged database management, databases, DB, programming, Python, Python3, searching, tinydb
Comments Off on TinyDB to the rescue!
Coding and Ego
https://josebrowne.com/on-coding-ego-and-attention/ Very interesting article. Pretty basically it says that you should remove the ego from yourself and try and stay a beginner. The article has more than that in it, just trying to give you a one sentence description. It’s … Continue reading
Posted in Miscellaneous, Programming
Tagged coding, ego, self help, self-help
Comments Off on Coding and Ego
Welp, I’ve finally created a github account.
https://github.com/goishen/cleanup It’s a file for keeping your home folder clean, written in python 3 and tkinter. Should work on every distribution of Linux. Was a major bitch too, figuring out that I had to change directories over to my home … Continue reading
Posted in Programming, Uncategorized
Tagged clean, coding, git, github, home, program, programming
Comments Off on Welp, I’ve finally created a github account.
Python and the deceptively simple program
When I first started learning about Python, I ran across this program and in my eagerness to learn, I didn’t pay much attention to it. I’m not sure if the instructors told me how deceptively simple it was, but it … Continue reading
Posted in Programming
Tagged Deceptively simple program, int, Python3, str, tuples
Comments Off on Python and the deceptively simple program