@PolymathicMultipotentialite
Architecture Student || Data Scientist || Writer
I am a data scientist, and architecture student, and a writer from Nigeria. While my interests span across various domains, from architecture to data science to writing, my overarching mission remains unchanged: to leverage my skills and passion to make a meaningful difference in the world.
Nothing here yet.
No blogs yet.
Hi Atom, thank you for this inspiring introduction, I truly am grateful to have stumbled upon this article. I am an aspiring Data Scientist and fundamentally, Python is a prerequisite for fluency in the career. Question No. 1 : Am I required to be knowledgeable in all areas of python or are there some functions specific to Data Science alone that I should learn? Question No. 2 : How does indentation work in Python? For example, I introduce a "for" loop into my line of code, if I were to print the variable I introduce in the loop, am I allowed to indent the "print" function, or that could iterate the loop wrongly? Question No. 3 : What is the difference between # and ' in usage?