Best of PIP2023

  1. 1
    Article
    Avatar of inPlainEngHQPython in Plain English·3y

    Best Tools for Python Developers in 2023

    Best Tools for Python Developers in 2023: Helios, PyCharm, Django, Poetry and more. Helios is a developer platform that provides actionable insight into your Python application flow. Python has become one of the most popular programming languages over the past few years.

  2. 2
    Article
    Avatar of itsfossIt's Foss·3y

    8 Best Window Managers for Linux

    A window manager should be helpful if you dabble with multiple active windows on your system and want to make the most out of the available screen space. With a window manager, you can improve not only the productivity but the look and feel of your desktop. Some window managers provide you with room for endless customizability.

  3. 3
    Article
    Avatar of pointerPointer·3y

    ashvardanian/StringZilla: 10x faster string search, split, sort, and shuffle for long strings and multi-gigabyte files in Python and C, leveraging SIMD with Arm Neon and x86 AVX2 & AVX-512 intrinsics

    StringZilla uses a heuristic so simple it's almost stupid... but it works. It matches the first few letters of words with hyper-scalar code to achieve speeds. The implementation fits into a single C 99 header file and uses different SIMD flavors and SWAR on older platforms.

  4. 4
    Article
    Avatar of omgubomg! ubuntu!·3y

    Firefox 113 Finally Makes Picture-in-Picture Mode Useful

    Firefox 113 Finally Makes Picture-in-Picture Mode Useful - OMG! Ubuntu A new version of Mozilla Firefox is rolling out across Windows, macOS and, more importantly to us, Linux. Firefox 113 is an interesting update that enhances the browser’s capabilities in a number of areas.

  5. 5
    Article
    Avatar of awstipAWS Tip·3y

    RESTful API Specification with FastAPI and Djantic.

    RESTful API Specification with FastAPI and Djantic. FastApi is a high-performance web framework for building API with Python 3.7+ based on standard type hints. Djantic is a library that provides a configurable utility class to automatically create a Pydantic model instance for any Django model class.

  6. 6
    Article
    Avatar of pointerPointer·3y

    cofactoryai/textbase: ✨ Textbase is a simple framework for building AI chatbots. ✨

    Textbase is a framework for building chatbots using NLP and ML. Textbase will take care of the rest :) Since it is just Python you can use whatever models, libraries, vector databases and APIs you want. You can create a main.py file by yourself and add that path here.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Setup a Windows Machine for Machine Learning/Deep Learning Using an Nvidia Graphics Card (CUDA)

    How to set up a Windows Machine for Machine Learning/Deep Learning using an Nvidia Graphics Card (CUDA) If you can afford a good Nvidia graphics card, then you can easily use your graphics card for this type of intensive work. A lot of developers use Linux for this, but I do not like Linux as a desktop operating system.

  8. 8
    Article
    Avatar of pointerPointer·3y

    microsoft/lida: Automatic Generation of Visualizations and Infographics using Large Language Models

    LIDA is a library for generating data visualizations and infographics using Large Language Models LIDA. LIDA is grammar agnostic (will work with any programming language and visualization libraries e.g. matplotlib, seaborn, altair, d3 etc) LIDA treats visualizations as code.