17 interesting facts about python language
There are different interesting facts about python language :
#1 Big branded Companies Using Python language
#2 Different Flavors in Python
#3 People prefer Python language over French etc.
All this interesting fact we will see one by one. So let’s start:
![]() |
17 interesting facts about python language |
Big branded Companies Using Python language
There are Many big branded companies use python for their services.
List shows Some of these branded companies:
- Netflix
- Expedia
- Quora
- MIT
- Disqus
- Hike
- Spotify
- Udemy
- Shutterstock
- Uber
- NASA
- Nokia
- IBM
- Mozilla
- Dropbox
- Youtube
- Yahoo! Maps
- Walt Disney Feature Animation
- Amazon
- Mozilla
- Dropbox
- Youtube
#2 Different Flavors in Python
- RubyPython
- PyPy
- CPython
- IronPython
- Jython
- Brython
- MicroPython
#3 People prefer Python language over French :
This is One of my favorite facts about Python programming language.In 2014 UK conduct the survey about Python language according this report In primary, secondary schools Python language most popular language in french and UK.Out of 100, 60 parents want to their children to learn Python.
#4 Why it is called as ‘Python’
This fourth interesting fact about python language. Why the exact name ‘Python’ and not any other kind of name choose? you know
#5 Remember Python does not required compiler :
We know that Python code is stored in the form of a .pyc(extension) byte file, and then which is executed by an virtual machine like browser. This browser/machine act as a run-time engine for Python language. python is
#6 Python is an open source language
Python community is an open source language
#7 With the help of list change the sequence :
for example:
listnum= [11,22,33,44,55,66,77]
listnum[: :-1]
output:
[77,66,55,44,33,22,11]
#8 Python concatenate string literals and separated by a space
If you type string literals and separated by a space, then Python concatenate them.
For example: ‘BREAK’ ‘UP’ becomes ‘BREAKUP’
‘BREAK’ ‘UP’
output:
‘BREAKUP’
#9 it’s possible to compaire two or more value
For example:
6<7<8<9
6<7>6.5
#10 Python not use the braces to delimit code
Like to C, C++ and Java Python not use the braces to delimit code.
For example:
from_future_import braces
output:
SyntaxError: not a chance
#11 function can return number of value as a tuple
In Python, a
For example:
def func() :
return 06, ‘sachin’,85
roll, name, score=func ()
roll, name, score
(06, ‘sachin’,85)
name
‘sachin’
**This is not possible in java, c, c++ like language.
#12 assign same value to different string
for example:
a,b= 3,4
a,b=x,z
prinr(x,z)
output:
3,4
#13 The Zen of Python poem
#14 Antigravity
Just type in import antigravity, it opens this library
#15 if else statement in python
For example:
for i in range (3):
if i==8:
print(‘love u’)
else:
print(‘hate u’)
get the value of the last expression
To get the value of the last expression, by use an _ sign
for example:
3*6-3
15
5*_
output: 75
#17 Pythons influenced JavaScript.
Some FAQ about python
Interesting things about python ( for that see all the 17 facts)
Interesting facts about coding( we covered different coding facts like if else statement)
Tags: 17 interesting facts about python language,Interesting things about python,Interesting facts about coding
If you like this post then please comment and share this post any doubt then also comment below please and if you want to learn python course for free then click on
BEST OF LUCK!!
pagarsach14@gmail.com