Close

Python PyMuPDF

PyMuPDF is a library for reading and manipulating PDF files in Python.

isort: A Python Utility to Sort Imports

isort: A Python Utility to Sort Imports

isort Is a Python utility designed to sort imports alphabetically, automatically separating them into sections and by type. Developed under the PyCQA organization and hosted on GitHub, this tool provides a command-line utility, a Python library, and plugins for various editors to quickly and efficiently sort all your imports. The […]

Devamını Oku

The SaaS Economic Model: Facing New Challenges

The SaaS Economic Model: Facing New Challenges

In the Software as a Service (SaaS) world, companies have traditionally relied on two primary growth avenues: acquiring new customers and upselling existing ones. The beauty of the SaaS model lies in its subscription-based revenue, which offers predictability and, over time, profitability. As customers continue to use the service, their […]

Devamını Oku

DoorDash expands ‘ghost kitchen’ concept using Bay Area restaurants

DoorDash expands ‘ghost kitchen’ concept using Bay Area restaurants

DoorDash (DASH) is boosting the delivery-only food service model, using a version it opened nearly two years ago in California. This week, the food delivery company opened its second DoorDash Kitchens inside a local mall in San Jose, California. Under one roof, six “ghost kitchen” restaurants — including Aria Korean […]

Devamını Oku

Things you should look for in a Code Review

Things you should look for in a Code Review

Code review, or peer review, is a quality assurance activity in software development where one or several individuals examine parts of the code. The purpose of code review is to ensure that the code base is of good quality and to allow reviewers and authors to learn from each other. […]

Devamını Oku

Word Cloud Kullanımı

Word Cloud

Sunumlarımda arada sırada Word Cloud (Sözcük Bulutu) kullanıyorum. Bu amaçla iki siteden yararlanıyorum. WordClouds Bir sözcük listesini ve ağırlıklarını girebiliyorsunuz. Ayarları pratik olarak tam anlamasam dahi istediğim görseli elde edebiliyorum. https://www.jasondavies.com/wordcloud/ Bu site bir metini analiz ederek bir bulut oluşturuyor.

Devamını Oku

Data analysis made easy: Text2Code for Jupyter notebook

Data analysis made easy: Text2Code for Jupyter notebook

In June of 2020, OpenAI launched their new model GPT-3, which not only has futuristic NLP(Natural Language Processing) capabilities, but was also able to generate React code and simplify command-line commands. Looking at these demos was a huge inspiration for us and we realized that while doing data analysis, a lot of times, we […]

Devamını Oku

Most popular languages on GitHub, 2019

github

Most popular languages on GitHub as of October 25, 2019, counting only repos with at least 10000 stars. # language repos count 1 JavaScript 397 2 Python 115 3 Java 103 4 Go 78 5 C++ 53 6 TypeScript 46 7 HTML 36 8 C 33 9 Shell 32 10 […]

Devamını Oku