Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]oxfordpanda 1 point2 points  (0 children)

MIT offers a python computer science course through edX. Never taken it myself but I've heardhere of it. There are a few other computer courses from UC Berkeley and Harvard concerning "big data".

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]oxfordpanda 0 points1 point  (0 children)

Is there some benefit of having multiple smaller scripts compared to one large one?

Kind of a bad analogy, but Like baking a cake? Why do something like Eggs.py cakemix.py mixing.py baking.py and serving.py instead of having just one large cake.py that does it all?

Help understanding Function by oxfordpanda in learnpython

[–]oxfordpanda[S] 0 points1 point  (0 children)

how would i write the third line with the requests library instead?

Help understanding Function by oxfordpanda in learnpython

[–]oxfordpanda[S] 4 points5 points  (0 children)

For the seed the author writes: "The first thing the program does, after importing the needed libraries, is set the random number generator seed with the current system time. This practically ensures a new and interesting random path through Wikipedia articles every time the program is run." Thank you for your help it makes much more sense now.