Running Python on different operating systems

This can be a difficult problem sometimes as you may have different version of Python running on different operating systems or environments. On top of that, you may have different packages. So we will be looking at ways to address that issue, and discuss virtual environments and docker. df.drop(['Index'],inplace=True,axis=1)print(df)df.drop(['Index'],inplace=True,axis=1)print(df)

Python 2 vs Python 3

This debate has changed over time. When Python 3 came out over a decade ago, there was a push back from the Python 2 community. Now, it is not much of a question to ask which one to use since Python 3 is the more effective and efficient and supported...

What is software development?

Software development is a simple term but has an ocean layers. It has become a leading career path for people that were never into technology or programming. But it has given them the opportunity to grow in their own careers, work in a more flexible way, and try something new....

Where to begin with Python?​

Where to begin? If you are new to Python and programming in general then you would have soon realized that Python is huge. From the different versions, to different code editors, to applications, to running it on different OSs...the list goes on. In this article, we hope to shed some...