

oh okay, what’s the best license? what’s the difference between CC, MIT, etc.
I’ll look at setting up python virtual environments later, they seem pretty important to at least learn how to use
Hi, I’m sbird! I like to make all sorts of things!
oh okay, what’s the best license? what’s the difference between CC, MIT, etc.
I’ll look at setting up python virtual environments later, they seem pretty important to at least learn how to use
what if there’s loads of different elements where the colour could he changed such as texts, links, and different ohjects like the nav bar?
what do those do?
oh yep that makes sense
would that work with the jekyll theme?
oop okay maybe my next project should use a virtual python enviornment then
p.s. your point that facebook is “easy to get started with” isn’t very good, since that would apply to most popular social media. think Instagram, Whatsapp, Twitter, Snapchat, etc. they all make it really easy to make an account because they want you suck you in. that’s the whole point of social media!
does this issue not apply to other programming languages? dependency hell exists outside of python too yk…
allso, I’m not using too many modules for this, most of it is “vanilla” python, if you will. I’ve only got a module that makes it easier to create coloured text and another one to generate ascii art. maybe the latter uses a few extra modules, but this project is relatively small and simple and it’s just a funny little game. I actually used to not use the ascii art generator module before and just used to text to ASCII art generators, but it was getting really annoying having to backslash all the backslashes
thanks!
python is fun, the syntax is very easy and it makes it simple to just go make a cool project
is venv important/neccesary?
besides weird central/eastern europe chaos, there’s also no islands that are highlighted at all in north america, not even the big ones like cuba or haiti/dominican republic. I will probably add those at some point, but that’ll be later.
ok I fixed it, it should just be “art” (a library to make ascii art) and “colorama” (easier coloured text)
oh wait shoot did it just add all the modules installed on my computer…damn… how do I make a proper requirements.txt? that pip command definitely didn’t do it…
oop yep that’s probably important. I’ve added that to the repo!
oh damn that’s kinda cool
another upside to this quiz over things like Sporcle is that since it’s a python program, you don’t need an internet connection to play it.
ok, I see. It seems that MIT let you do whatever with the code, whereas GPL seems like the same thing, but with an * that any derivatives must be open-source as well. I’ll put the license on my repos then.