Blog: python


Python for FinTech — FinTech Projects and Use Cases
financial software development

Python for FinTech — FinTech Projects and Use Cases

FinTech is a combination of the terms "finance" and "technology." It refers to any business that leverages technology to improve or automate financial services and operations. Python comes in handy in a broad range of FinTech use cases. Its clear programming language syntax and amazing ecosystem of tools make it one of the best technologies.

How is Python Used in Finance? — Python Applications in Finance
financial software development

How is Python Used in Finance? — Python Applications in Finance

The finance sector is evolving daily, and now financial institutions are not only concerned with finance, but also with technology as an asset. Technology provides a competitive advantage as well as increased speed in the rate and frequency of financial transactions by financial institutions, among other things. Python is the most popular programming language in finance. Because it is an object-oriented and open-source language, it is used by many large corporations, including Google, for a variety of projects.

Companies Using Python by Domain — Python Use Cases
python

Companies Using Python by Domain — Python Use Cases

According to the Tiobe Index, Python is the second most popular programming language. As of 2021, Python grew by 11.87% percent, and its exponential growth is still continuing to become the most used programming language in the upcoming years. In this article, you will learn what companies use Python and what are their Python use cases.

Django vs Laravel — Which framework to choose?
python

Django vs Laravel — Which framework to choose?

When it comes to a framework of choice - be it for web or mobile development - the jury would have a hard time picking which would be crowned king. This is not to say there are no strong contenders.

Python and Impala — Quick Overview and Samples
python

Python and Impala — Quick Overview and Samples

Today we would like to switch gears a bit and get our feet wet with another BigData combo of Python and Impala. The reason for this is because there are some limitations that exist when using Hive that might prove a deal-breaker for your specific solution. Impala might be a better route to take instead.

9 Quick Ways to Optimize & Speed Up Queries in Django
python

9 Quick Ways to Optimize & Speed Up Queries in Django

Django's ORM empowers developers by offering a seamless bridge to databases without the intricacies of detailed SQL queries. Yet, the convenience of the ORM doesn't absolve us from the pitfalls of suboptimal queries which can throttle performance and burden servers. In this article we show 9 quick ways to speed up queries in Django.

How to build a Rest API with the Django REST Framework?
python

How to build a Rest API with the Django REST Framework?

If you hang around developers long enough you will start hearing the word REST very often and so we begin our adventure by giving a simple definition of the term. The REST acronym stands for Representational State Transfer, which is an architectural design. So it follows that when developers use the words RESTful, what is being referred to is an application that implements the REST architectural design.

How to use Python with Hive to handle Big Data?
python

How to use Python with Hive to handle Big Data?

Over the past few years, we have been hearing more about the wealth of data we humans generate. This has progressively grown into the concept that if you have enough of this data and you are able to piece together some meaning from it, then you can achieve everything from predicting the future to curing all human ills.

Django Best Practices — Refactoring Django Fat Models
python

Django Best Practices — Refactoring Django Fat Models

Every developer understands the advantages of having clean, easy to read and understand coding. Which is where tools like QuerySet and Manager come into play when using Django. They embed basic DRY and KISS principles that most forget about when using ORM in many frameworks. This has lead to the use of Fat Models which might seem fine in the first place but can lead to complications down the road.

When Python scores over PHP?
python

When Python scores over PHP?

When you hear the words "Server-side Programming" a number of languages are going to come to mind. But amongst that list are two that are very much loved and respected by programmers worldwide. These are obviously PHP and Python. The debate on which to use for any core web application has raged on since the very beginning.

Golang vs. Python — Which One to Choose?
golang

Golang vs. Python — Which One to Choose?

The internet is filled with great codes. They form the bedrock on which various infrastructures are built. Even the very platform you are reading this on is built with a dedication to creating great codes. While the average user isn’t going to take note of this, good developers, on the other hand, are always seeking to make their applications (and hence, their coding) better.

How to Web Scrape with Python: Scrapy vs Beautiful Soup
python

How to Web Scrape with Python: Scrapy vs Beautiful Soup

If you need web scraping, Python is the go-to language for you. But knowing that it’s the right language to use does not mean we should start coding from scratch. Instead, we have two very appealing options to choose from.

Top Python NLP Libraries: Features, Use Cases, Pros and Cons
python

Top Python NLP Libraries: Features, Use Cases, Pros and Cons

Text data the most common form of information on the Internet, whether it be reviews, tweets or web pages. Natural Language Processing (NLP) is a powerful technology that helps you derive immense value from that data. In this article, we will look at the most popular Python NLP libraries, their features, pros, cons, and use cases.

Pros and Cons of Django as web framework for Python developers
python

Pros and Cons of Django as web framework for Python developers

Django describes itself as "the web framework for perfectionists with deadlines". It was designed to help Python developers take applications from concept to completion as quickly as possible. Learn advantages and disadvantages of Django.

7 Common Mistakes That Django Developers Make
python

7 Common Mistakes That Django Developers Make

Django is powerful web framework, but with power comes responsibility. In this article, we will cover common mistakes that are even seasoned Django developers make, yet most successful Django projects need to deal with these sooner or later. This checklist should useful even if you’re a skilled Django developer because mistakes, like not adding indexes on models or inconsistent data validation, aren’t just limited to new developers.

How PropTech Startups Shape Future of Real Estate with Python?
proptech

How PropTech Startups Shape Future of Real Estate with Python?

Up until relatively recently, digital transformation struggled to penetrate the real estate sector in any meaningful way.In this post we will review what are the trends in PropTech and how Python fits into PropTech startup development techstack.

Ruby vs Python
python

Ruby vs Python

In times when computer programing is becoming more and more accessible due to the growing number of coding schools, online resources and bootcamps, this question seems to go viral - which computer language should I learn first or which language should I choose for my use case. This situation is no different for Ruby and Python.