Posts

Top 9 Jupyter Notebook extensions

Top 9 Jupyter Notebook extensions

0
Jupyter Notebook is probably the most popular tool used by Data Scientists. It allows mixing code, text, and inspecting the output in one document. This is something that is not possible with some other programming IDEs. However, the vanilla version of the Jupyter notebooks is not perfect. In this article, we will show you how to make it slightly better by installing some useful extensions. Link
7 Useful Examples of Python’s itertools

7 Useful Examples of Python’s itertools

0
The Python itertools library is provides extremely useful utility functions for dealing with iterables. By becoming fluent in the itertools functions, you can combine them in new ways and use them as building blocks for tackling complex problems in very few lines of code. In this article, you will see 7 practical examples of the applications of itertools functions. Link

free-for.dev

0
Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions. This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerings that have free tiers for developers. The scope of this particular list is limited to things that infrastructure developers (System Administrator, DevOps Practitioners, etc.) are likely to find useful. We love all the free services out there, but it would be good to keep it on topic.
Principles & Best practices of REST API Design

Principles & Best practices of REST API Design

0
This best-practices article intends for developers interested in creating RESTful Web services that provide high reliability and consistency across multiple service suites; following these guidelines; services are positioned for rapid, widespread, public adoption by internal and external clients. Link
Pypeln

Pypeln

0
Pypeln (pronounced as “pypeline”) is a simple yet powerful Python library for creating concurrent data pipelines. Link