We were unable to find the post you were looking for. Here are some suggestions of articles.

A Comprehensive Guide to migrating from Python 2(Legacy) to Python 3

Python powers many applications we use day-to-day like Reddit, Instagram, Dropbox, Spotify and so on. Adoption of Python 3 has been a subject of debate in the Python community for long. While Python 3 has been out for more than a decade now, but there wasn’t much incentive to migrate from the stable Python 2.7 in the earlier releases, but with its end of life in January 2020 it’s high time to migrate. Read more

The Top Python Blogs, Developers, and Podcasts of 2021

Whether you've just picked up Python or are a programmer who wants to keep up with everything around Python, here is a list of developers, blogs, resources, podcasts, etc., that will help you on your journey. Read more

A Comprehensive Guide to Migrating from Python 2 to Python 3

Comprehensive Guide to Migrating from Python 2 (Legacy Python) to Python 3. Python powers many applications we use day-to-day like Reddit, Instagram, Dropbox, Spotify, etc. The adoption of Python 3 has been a subject of debate in the Python community for long. While Python 3 has been out for more than a decade now, but there wasn’t much incentive to migrate ... Read more

PHP vs. Python: Is One Better Than The Other?

Based on Stack Overflow trends in the last 10 years, two of the most popular server-side languages are Python and PHP. But given how popular both are, which one should you go with? Read more

Python Memory Management: The Essential Guide

Python's memory management involves a private heap that is used to store your program’s objects and data structures. Read more

Python Language vs. Ruby Language

In this blog post, we'll be going through two server-side scripting languages; Python and Ruby with focus on comparing the performance and other factors that might help you in deciding which language to pick over the other for your web application. Read more

Migrating from Python 2 to 3: Automated Tools and Strategies

This article is a continuation of Part I (A comprehensive guide to migrating from Python 2(Legacy Python) to Python 3) which details the changes, improvements in Python 3 and why they are important. This rest of the article details automated tools, strategies and role of testing in the migration from ... Read more

Python Garbage Collection: A Guide for Developers

There was a time when this had to be taken care of manually, but that isn’t the case anymore. Most programming languages today provide support for automatic garbage collection and have different ways of implementing it. However, understanding the workings of the principles deployed in these systems enables us to write code that is efficient and takes advantage of the underlying implementations. Read more

15 Tips for Better Python Performance

While the Python language offers ease of use, that ease of use can also negatively impact performance. But how do you know if your python app's performance needs improvement? This article details all the tips and tricks you need to better your python performance. Read more

New Relic Alternative for Python

The most powerful language is python. It offers every attribute an object-oriented programming language has to offer. Let's evaluate how Scout stacks up against New Relic. Read more

Start your free 14-day trial today.
No credit card needed.