Systems | Development | Analytics | API | Testing

Python

Getting Started Remote Debugging Python Apps in PyCharm

Python really needs no introduction, but Google’s search algorithms demand it. Python is essential for its versatility and low barrier of entry for new users. It’s become a vital part of nearly every corner of development, especially in big data and machine learning which may not have progressed to where they are in 2022 without Python’s inception. All the same, debugging Python needs to be efficient.

Hello, Spark! An intro to Apache Spark using PySpark in the Cloud

If you’re new to the world of large-scale data analytics, this session is for you! We'll cover the basics of what problems Apache Spark can solve, why and when to use Spark, and how Spark enables efficient use of time and computing hardware. We’ll also demonstrate how easy it is to run a PySpark job in the public cloud using the Data Science Workbench and Cloudera Data Engineering Products.

Building a geocoding plugin for the Kong Gateway using Python

Recently, I came across a request from one of our community users looking for a Kong plugin that could look up address details based on a few location search keywords. There are many libraries that support geocoding. I decided to pick up a Python Library as they are simple to use — and the Kong Gateway supports plugins written in Python since version 2.3.

Overcoming the Top Challenges for Python Beginners

Do you want to learn Python as your first programming language? Then you’ve made a great choice. Python is a popular, general-purpose programming language that can be used for a whole host of applications. But, it’s not without its challenges. To find out more about these challenges and how to overcome them, keep reading …

Local Tests With Selenium And Python Browser Automation

There are various reasons for running Python browser automation tests locally, the most common one for us is saving time. Loadero test runs usually take no more than 5 minutes to initialize and start execution but can reach up to 10 minutes or more depending on how busy is the test run queue. To increase the speed of development, it’s often quicker to create the test script on your local machine and then run tests on Loadero.

Popular Python Design Patterns

Python is one of the hottest programming languages in the world right now. According to StackOverflow’s Developer Survey 2021, Python is the third most popular programming language. It is primarily due to its easy-going syntax coupled with powerful dynamic typing and binding. In this article, we will focus on building efficient and scalable applications in Python using popular design patterns. Design patterns are standards or conventions used to solve commonly occurring problems.

6 Reasons Why Python Is Best for Apps Using AI, ML and Data Analytics

There are a variety of technology stacks for Artificial intelligence (AI), Machine learning (ML) and data analytics applications. However, the ideal programming language for AI must be powerful, scalable and readable. All three conditions are met by the Python programming language. With outstanding libraries, tools and frameworks for AI, ML and data analytics, Python has proven success leveraging all three technologies.

How to Combat Python Memory Leaks

Memory leaks are one of developers’ worst nightmares. They can easily take down a healthy running application within hours if not minutes. It can be difficult to detect some of such leaks since they slowly grow and take over your app’s available memory. On top of it, each programming language manages memory in its own unique ways and hence can leak memory in different ways. Hence proactive measures to identify and prevent such leaks from happening is crucial.

Why Python 2.7 Will Never Die

Python is a programming language originally developed in the late 1980s. Since then, it has seen continuous growth and remains one of the most popular programming languages, especially in data science. Many programmers learn Python as their first language, and it has a wide range of uses. Its second iteration, Python 2.0, landed in 2000, after extensive development throughout the 90s.