поиск-библиотек

Choosing a Python library for working with Excel

There are several large libraries for working with Python 3.9.0 Excel files, which at first glance have similar functionality ... and adding data to the table. In the future, we plan to work with formulas in tables, as well as work with the .csv format.

Array search in a JavaScript object

There is an array of objects that has another array to search for. The data structure looks like this: [ { topic ... s of the pages arrays, and it should return the indexes of all matches from these arrays, in the case from the example - '6'.

Are there any public services available/sites/programs/libraries that allow you to describe a picture in words?

The same Google has a neural network that can describe what is happening on it in the form of a phrase based on a photo. Question: are there any public services available/sites/programs/libraries that allow you to do this?

Libraries for changing the voice tone

The task was to programmatically change the timbre and speed of the voice. I know that there are Windows applications for thi ... been able to find any libraries for Python yet. Perhaps someone can share the names of lib with the necessary functionality?

How to parse wikipedia using Python 3? What libraries are needed?

How to parse a website using Python 3? What libraries are needed for this? You need a regular wikipedia page so that you can ... re general word "order". Independent instructions can be executed in any order, in parallel, if the executors used allow it.

How to play music from the Internet in python [closed]

Closed. This question should be specified . Answers to it are not accepted at the moment. ... rnet without downloading it? If so, can you tell me how? I searched everything, found nothing useful, only pyglet yes pygame.

Downloading music

I'm trying to make a bot for searching and downloading music in telegram using python, telebot. No matter how I tried to find ... search for music by name, singer and download options, well, even sending it to tg) - I did not find it. I hope for your help

How to convert ogg to mp3?

How can I convert an ogg file to mp3? Maybe there is some kind of library? I just have an ogg file that I get by recording da ... mRecorder.start(); Toast.makeText(getApplicationContext(), "Recording Started", Toast.LENGTH_LONG).show();

Automatic python code generation, i.e. creating a program from a program

That is, let's say there is a certain visual programming environment in which the source code is formed by connecting or sele ... e code in XML format, and then parse it in python (.py) format. I apologize in advance if someone finds the question stupid.

Free library for working with*. DOCX

Recommend a free and well-documented library for working with*. DOCX. I know that there is OpenXML, but what is there in nature that is convenient besides it? For example, there is a convenient EPPlus for Excel.

Are there any libraries for GUI development in Java other than JavaFX and Swing?

I've been studying Java relatively recently and started thinking about writing an application with a GUI. If I want to write ... tinue to learn Java, or is it better to switch to a more suitable language for this? If so, which one is better to switch to?

Plotting an arbitrary function c#

Tell me a library for building arbitrary graphs of a function in C#. that is, you pass for example f(x)=sin(x) and outputs a sinusoid to some canvas.

Fast thread-safe Java collections

Are there libraries with competitive collections that are faster than the standard java.util.concurrent package? I tried to f ... didn't find it. Personally, I am interested in thread-safe ArrayList, which is faster than the standard CopyOnWriteArrayList.

How to split a video into frames in Python and make an animated gif?

Which python libraries can help you solve two different, unrelated problems: A piece of video is divided into frames. Make an animated gif.

Creating a barcode and printing it C#

I get data from the database that contains unique fields. I need to create a barcode for the selected item by a unique field ... d offer to save it as an image or print it? What NuGet packages are there for this purpose, or can you do without using them?