avatarJesús Lagares

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2187

Abstract

src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*N3z90h69bQroEduq.png"><figcaption>Screenshot from first resulting Google</figcaption></figure><h2 id="5e8a">5. Python has some relatives</h2><p id="78e3">Python has become as popular as it has a lot of <b>relatives around the Internet</b>. You can use <a href="https://github.com/python/cpython">CPython</a>, a variation of Python that offers the benefits of C. Or you can search for <a href="https://github.com/halostatue/rubypython">RubyPython</a>, a bridge between both programming languages.</p><h2 id="0af2">6. You can return many things</h2><figure id="ba72"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*1cTqfl_lIq3QSdN8kJRR7w.png"><figcaption>Returning many things with Python</figcaption></figure><h2 id="bcbc">7. You don’t need to waste a pair of lines to assign</h2><figure id="0abf"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*8TRDP4gY9FObkW950sqOuw.png"><figcaption>Assigning three variables in one line using Python</figcaption></figure><h2 id="c3ab">8. Space is for concatenating</h2><figure id="6579"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*WKszS5Yarvk6CJ1nKfOk0A.png"><figcaption>Concatenating using space in Python</figcaption></figure><h2 id="52b8">9. Python loves antigravity!</h2><p id="e46b">If you import antigravity you’re going to get the following output.</p><figure id="e1d0"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*Zp2KdoMlvP8_WGuRA9N_rg.png"><figcaption>Importing antigravity in Python</figcaption></figure><figure id="f5d5"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*7e-BiMwVRNfJPoM74VU_kg.png"><figcaption>A python easter egg</figcaption></figure><h2 id="f467">10. It’s older than you can imagine</h2><p id="feda">In reality, the <b>first version of Python was released in 1991</b>, and as we said in the first fact, its development started in 1989. So, this language has more than <b>30 years old</b>. The snake’s <b>older than Java and JavaScript</b> for example.</p><blockquote id="cce5"><p><i>Are you thinking of buying a <a href="https://medium.com/@jesuslagares/membershi

Options

p">Medium membership</a>? If you want to access the best content on Medium think about <a href="https://medium.com/@jesuslagares/membership">using my referral link</a>. Same price and you will support my work.</i></p></blockquote><h1 id="435b">Conclusions 👋</h1><p id="ed7d">Thank you! Thank you so much for reading the article. If you want to learn more about technology and development don’t forget to <b>follow me</b>. I’d love to know your opinion about it, so don’t dude <b>write it in the comments</b>, I’ll read you.</p><p id="2ecb">If this article has helped you remember, you can <b>give it a clap</b> and share it with your comrades.</p><h1 id="e3e0">About author🤓</h1><p id="e0f6">Hi! Nice to meet you! I’m <b>Jesús Lagares</b>. Currently, I’m working as a <b>Backend Software Engineer</b> and I’m <b>finishing my Computer Science degree</b> at the University of Cadiz.</p><p id="33b0">My two passions are <b>technology</b> and <b>communication</b>, so I take every opportunity to talk or write about technology. I love to transform complex concepts into simple ones that everyone can understand.</p><h1 id="f48b">Want to connect? 📲</h1><p id="c8c4">📸 <a href="https://instagram.com/jesuslagares_"><b>Instagram</b></a><b> | </b>💼<a href="https://www.linkedin.com/in/jesus-lagares/"><b>LinkedIn</b></a><b> |</b>📹 <a href="https://www.youtube.com/c/Jes%C3%BAsLagares"><b>Youtube</b></a><b> |</b>🐦<a href="https://twitter.com/jesuslagares_"><b>Twitter</b></a></p><p id="8a10">📩 <b>[email protected]</b></p><p id="583e">¡Thanks! ❣️</p><p id="7bea"><i>More content at <a href="https://plainenglish.io/"><b>PlainEnglish.io</b></a>. Sign up for our <a href="http://newsletter.plainenglish.io/"><b>free weekly newsletter</b></a>. Follow us on <a href="https://twitter.com/inPlainEngHQ"><b>Twitter</b></a></i>, <a href="https://www.linkedin.com/company/inplainenglish/"><b><i>LinkedIn</i></b></a><i>, <a href="https://www.youtube.com/channel/UCtipWUghju290NWcn8jhyAw"><b>YouTube</b></a>, and <a href="https://discord.gg/GtDtUAvyhW"><b>Discord</b></a>. Interested in Growth Hacking? Check out <a href="https://circuit.ooo/"><b>Circuit</b></a>.</i></p></article></body>

10 Interesting Facts About Python You Didn’t Know

This Language Has Many Secrets For Us

Photo by Hitesh Choudhary on Unsplash

It’s probable that you love Python, and it’s normal. The snake provided us with a very powerful programming language. I’ve created a lot of projects using this language and I enjoy it a lot when I have to use it.

Its popularity has grown in recent years among people of all ages and industries. Today it’s a programming language used by top-tech companies due to its simplicity and efficiency in specified use cases.

If you try to master it you’re going to find a lot of amazing aspects of this language. However, you couldn’t say that you know Python if you don’t know some interesting facts that you could share in your next meeting.

1. Python was a hobby

It’s believed that Python was developed during the Christmas holidays as a hobby in December 1989. Guido Van Rossum (his creator) was looking for a project to keep him occupied during his free time on Christmas.

The most popular language right now was born as a hobby. Isn’t incredible?!

2. Pythons is pure poetry

Import this and read this wonderful poem

3. It’s open source

Do you love the snake? Then you can contribute to it through GitHub. Python is developed under an OSI-approved open-source license. This makes it freely usable and distributable, even for commercial use

4. Nowadays, it’s the most popular language

Screenshot from first resulting Google

5. Python has some relatives

Python has become as popular as it has a lot of relatives around the Internet. You can use CPython, a variation of Python that offers the benefits of C. Or you can search for RubyPython, a bridge between both programming languages.

6. You can return many things

Returning many things with Python

7. You don’t need to waste a pair of lines to assign

Assigning three variables in one line using Python

8. Space is for concatenating

Concatenating using space in Python

9. Python loves antigravity!

If you import antigravity you’re going to get the following output.

Importing antigravity in Python
A python easter egg

10. It’s older than you can imagine

In reality, the first version of Python was released in 1991, and as we said in the first fact, its development started in 1989. So, this language has more than 30 years old. The snake’s older than Java and JavaScript for example.

Are you thinking of buying a Medium membership? If you want to access the best content on Medium think about using my referral link. Same price and you will support my work.

Conclusions 👋

Thank you! Thank you so much for reading the article. If you want to learn more about technology and development don’t forget to follow me. I’d love to know your opinion about it, so don’t dude write it in the comments, I’ll read you.

If this article has helped you remember, you can give it a clap and share it with your comrades.

About author🤓

Hi! Nice to meet you! I’m Jesús Lagares. Currently, I’m working as a Backend Software Engineer and I’m finishing my Computer Science degree at the University of Cadiz.

My two passions are technology and communication, so I take every opportunity to talk or write about technology. I love to transform complex concepts into simple ones that everyone can understand.

Want to connect? 📲

📸 Instagram | 💼LinkedIn |📹 Youtube |🐦Twitter

📩 [email protected]

¡Thanks! ❣️

More content at PlainEnglish.io. Sign up for our free weekly newsletter. Follow us on Twitter, LinkedIn, YouTube, and Discord. Interested in Growth Hacking? Check out Circuit.

Python
Software Development
Web Development
Developer
Development
Recommended from ReadMedium