Skip to main content

How Python Works

Python started as a hobby project by Guido Van Rossum and was first released in 1991.
 A general purpose language, Python is powering large chunk of many companies like Netflix and Instagram.
Python is garbage collected and dynamically type.
Python is interpreted language not complied .Coding will written as with .py extension.
Python complied and converted as bytecode  which is stored with a .pyc or .pyo format.
Instead of executing instructions , Byte code will be executed in virtual machine.
Python code will be execute windows/mac and machine where the interpreter is installed. Python is intended language and provides lots of freedom.
The conversion of byte code and then executing it in machine do take some extra time. Garbage collector work in different and its a manual process.
Python used reference counting to clear the memory.
For c program it used cpython and for java it uses jpython.

Core philosophy of python :
  • Beautiful is better than ugly.
  • Explicit is better than implicit.
  • Simple is better than complex.
  • Complex is better than complicated.
  • Readability counts.

Comments

Popular posts from this blog

Dont dream Big

Dreaming big is absolutely needed if you are ambitious and want to stay busy working on projects. If you want to spend your life chilled out - then the answer is no. So the first thing is to figure out what do you want out of life: busyness or relaxation. If you’re asking this question I am going to assume you are at least quasi-interested in pursuing an ambitious goal, so with that in mind, I’m going to answer the question -  how  is the best way to pursue a big goal. We hear a lot around ‘dreaming big’, but the crazy part is, rarely do people teach much past that attention grabbing headline. Big dreams - and big results - are lovely on glossy magazine covers, but the reality is far less glamorous. As such, here are the less glamorous parts to dreaming big. a) If you’re going to dream big and work hard, you’re going to have to link your work to a deep emotional driver. Dreaming big means a lot of small failures, and you are going to need additional motivation when things don’...

One cute love story

 Once upon a time, in the vibrant land of Tamil Nadu, there were two individuals whose lives were about to intertwine in a beautiful and unexpected way. Venkatesh Prasad, born and raised in the city of Madurai, had ventured to the bustling city of Chennai in search of better opportunities. Aishwarya, on the other hand, hailed from the ancient city of Kanchipuram and had established herself in Chennai, where she worked as an auditor. It was a sunny morning when fate brought Venkatesh and Aishwarya together. Both boarded the same bus from MRC Nagar to Guindy, unaware of the life-changing encounter that awaited them. As the bus traversed the busy streets of Chennai, they found themselves seated next to each other. A gentle smile from Venkatesh caught Aishwarya's attention, and a conversation soon ensued. Their initial conversation was filled with shared laughter and a surprising connection. They discovered common interests, similar values, and dreams that resonated with one another. A...

Discover the Inspiring Story of How One Man's Positive Outlook Changed an Entire Village!

Once upon a time, there was a man named Jack who lived in a small village. Jack was a kind and generous person who always looked for ways to make a positive impact on the people around him. One day, Jack came across the quote, "In every day, there are 1,440 minutes. That means we have 1,440 daily opportunities to make a positive impact." Jack was inspired by this quote and decided to take it to heart. He started waking up each day with a positive attitude and a determination to make the most of every minute. He looked for ways to help his neighbors, whether it was by offering to do their yard work or simply listening to their problems. Over time, Jack's positive outlook and helpful nature began to have a ripple effect in the community. His neighbors started to take notice of his kind acts and began to pay it forward themselves. Soon, the entire village was filled with people who were looking for ways to make a positive impact in the world. One day, a visitor came to the v...