Django 5.0 is here | Python for Data Engineering
Top Python Generators and How To Use Them, Polars dataframe’s plugins and extensibility, with some more interesting articles and packages
Django 5.0 is here
Django 5.0, the latest version of the popular web framework, was officially released on December 4, 2023. In this article, Nuno Bispo covered all the goodies in store.
# Nuno Bispo
Top Python Generators and How To Use Them
Understanding generators takes time to understand. In this article, Nathan Rosidi explained well about generators and gave good examples about where to use them and 3 advanced methods of generators.
# Nathan Rosidi
Python for Data Engineering
When we think about data engineering mostly Python pops in mind because of interesting libraries and features. In this article, Mariusz Kujawski covered useful elements of Python language and its useful libraries for data engineering.
# Mariusz Kujawski
Polars dataframe’s plugins and extensibility: getting started
Polars is on raise due to its speed and things are getting even better now due to the ability to extend the core Dataframe API. Several good plugins/extensions are there to fuel its popularity. In this article, Coussement Bruno shared some plugins and how you can create your own.
# Coussement Bruno
5 Useful Python Libraries You Should Use in Your Projects
In this article, the Author covered 5 useful Python libraries: bqplot, lightly, wtforms, Pyenv, Icecream. Pyenv I think everyone should be aware of. If you are building web applications someday we will create forms in our application so we should know wtforms. Icecream library seems very interesting it's worth exploring.
# Ishaan Gupta
Interesting Packages to explore
GeoPy - Geocoding library for Python. geopy makes it easy for Python developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources. geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services.
tabulate - Pretty-print tabular data in Python, a library and a command-line utility.
Brython - It is an implementation of Python 3 running in the browser