I'm learning Git and GitHub. I just locally committed on NodeJS, and then typed git log (on gitbash) and my commit appeared but also 3 other peoples' commits appeared... how t...
If I put in 3000 hours into python (and learning different software) over the next year; is it reasonable to assume that one could get a contracting role without a CS degree (...
how is 11110011 = -13 and also = 243?
Did your mind go as such: How to check if prime? - Base 10 system -Therefore only consider first 10 numbers -Exclude 1 -Include all 10 other t...
I don't really know. Are you saying that certain numbers cant be divided by 2,3,5,7 but can be divided by big prime numbers? and then does this mean that primes are special i...
so is there any other time where two things referring to the same thing will be treated as separate objects?
And as a side question... how do these terminals like git bash work with the internet when I command them too? all I have to write is a few commands and a url and it's interac...
if one wanted to develop a platform from scratch that is like STEAM client how many lines of code would it take one person and how long on average? (to code a professional gra...
Hi! I have an array of checkboxes from html and an array of audio files, both 16 items in length. How do I make it so that if the array of checkboxes are clicked in the order ...
My question: 'for i in open' means for each item in open but then you somehow get 'for each item in closes' through your calculation. Without explicitly saying that. How does ...
so in python, are virtual environments like folders when in that folder; all modules are run with a certain version of python ? and additionally, are they actually ‘folders’ a...
that a for loop could be nested to fulfil this task?
how do you get the sourcecode of a class ?
so you created a variable, globalised it in the function and then changed it? why didn’t it work? Also you assigned the variable outside the function at the beginning; so sh...
No you’re right it makes a lil sense, i’m guessing the difference is that json dump/load is a certain type? of reading and writing
@viferga Hi, just wanted to ask. Your metacall application seems extremely useful (although I’m not experienced enough to know what for). Doesn’t that mean it is valuable and ...
what is !bankrupt?
so convert the object OrderedDict to a json string and then print this string to see the code of the object?
and why, in a function, does one need to ‘return’, if they could just create a variable in the function and use the variable after the function has been called? further, what’...
if one aims to make as much money as possible, and potentially start a company. Would you predict (based on your knowledge) that it’d be better to become a data scientist OR a...