I think it might be a nice idea to share some interesting thing about python every day. So, let's try it! #python #dailypython


2. Why `a is b` is True, but `c is d` is False ? >>> a = -5 >>> b = -5 >>> c = -6 >>> d = -6 Ans: The values between -5 and 256 are cached and are the same objects. You can check it using id function. #dailypython #python


woah diving into interactive media with python sounds thrilling nothing beats the combo of tech and creativity keep slaying the game 😎🐍🎮 #dailypython #techtales


#dailypython I have this client who is using excel files to manage their records. I use openpyxl to manage their files and produce reports.


Faith in oneself is the best and safest course. -Michelangelo #python #dailypython #twitterbot #pythonquotes #programming


Cats have about 130,000 hairs per square inch (20,155 hairs per square centimeter). - #python #dailypython #twitterbot #pythonquotes #programming


Intuition will tell the thinking mind where to look next. -Jonas Salk #python #dailypython #twitterbot #pythonquotes #programming


a = [1,423,2,56,4,3,100,9.5,2.1,1.4,45] b = a b.sort() print(a) what will be output? and why ? #PYTHON #pythonlearning #dailypython #quickcode


You may be deceived if you trust too much, but you will live in torment unless you trust enough. - Frank Crane #python #dailypython #twitterbot #pythonquotes #programming


Those who dream by day are cognizant of many things which escape those who dream only by night. -Edgar Allan Poe #python #dailypython #twitterbot #pythonquotes #programming


A cat uses its whiskers for measuring distances. The whiskers of a cat are capable of registering very small changes in air pressure. - #python #dailypython #twitterbot #pythonquotes #programming


People are like stained glass windows: they sparkle and shine when the sun is out, but when the darkness sets in their true beauty is revealed only if there is a light within. -Elizabeth Kubler-Ross #python #dailypython #twitterbot #pythonquotes #programming


#dailypython I have this client who is using excel files to manage their records. I use openpyxl to manage their files and produce reports.


Faith in oneself is the best and safest course. -Michelangelo #python #dailypython #twitterbot #pythonquotes #programming


Loading...

Something went wrong.


Something went wrong.


United States Trends