Hey I am on Medial • 5m
FUN FACT ABOUT PYTHON. As Python was implemented in the C language, when we say x=10000 in python, x is not just a raw integer but it's actually a pointer to a compound C structure which not only stores the integer value but also many other values. Thus, every object in Python is cleverly disguised as a C structure, which not only contains its value but also more information about it.
Keen Learner and Exp... • 15d
Day 5 of learning Data Science as a beginner Topic: Using NumPy in Data Science Python despite having much advantages (like being beginner friendly, easy to read) is also famous for its one limitation i.e. it is slow. We don't really feel much abou
See More



Download the medial app to read full posts, comements and news.