Search

Search in:

Results (1089)

Articles

Math Function Optimization Methods in Python

  Very often it is necessary to calculate some practical examples for optimizing the parameters of a particular model in economics, technology, and project management, etc. The most common optimization option is finding a minimum for a function of one...

Articles

Unit testing in C# and .NET Core

  Nowadays it is very important to pay attention to testing software applications. Despite this, unit tests are not usually discussed to support long-term and important projects. Throughout the project life cycle, it is absolutely necessary to maintain its functionality...

Articles

Building IoT device with Thingspeak backend

Very often there is a need to quickly and efficiently assemble an Internet of Things device and connect it to the cloud infrastructure. Let’s look at the construction of such a necessary device to monitor the parameters of CO2, temperature,...

Articles

Approximation data by exponential function on Python

In today’s world, the importance of conducting data science research is gaining momentum every day. This applies to so many aspects of the life of an individual, and of society as a whole. Accurate modeling of social, economic, and natural...