NASA publishes the first recording of the sound of an Ingenuity helicopter on Mars

The US National Aeronautics and Space Administration (NASA) released a video on Friday of the Ingenuity helicopter flight on Mars on April 30, 2021. As in the…

Global semiconductor shortage will get worse due to severe drought in Taiwan

Analysts from Counterpoint Research analyzed the situation that has developed in and around the semiconductor industry in recent years and came to disappointing conclusions. They believe that…

Features of the flagship ASUS ZenFone 8 revealed ahead of the announcement

On the eve of the announcement of the ASUS ZenFone 8 (ZenFone 8 Mini) smartphone, scheduled for May 12, the famous tech blogger Mukul Sharma has published…

New article: Resident Evil: Village – a predictable evolution. Review

Genre Shooter, horror Publisher Capcom Publisher in Russia “SoftKlab” developer Capcom Minimum requirements Intel Core i5-7500 3,4 GHz / AMD Ryzen R3 1200 3,1 GHz, 8 GB…

Intel unveils Xeon W-1300 – Rocket Lake processors for workstations

Intel has added the entry-level Xeon W-1300 processors to its database. Unlike home PC counterparts, the new Xeon chips support ECC memory and come with Xe-LP graphics…

Decorators in Python

You are here:Home – Python – Python Basics – Decorators in Python Hello dear readers! In this article, we will talk with you about what decorators are…

Data types in C #

You are here:Home – C # – C # Fundamentals – Data Types in C # C # is a statically typed programming language… Therefore, before usingvariable…

Type conversion in C #

You are here:Home – C # – C # Fundamentals – Type Conversion in C # Type conversions exist in almost all programming languages. In some it…

The second test flight of the Boeing Starliner to the ISS is scheduled for July 30

It became known that Boeing and the US National Aeronautics and Space Administration (NASA) intend to conduct the second test flight of the Starliner spacecraft on July…

Expression generator in Python

You are here:Home – Python – Python Basics – Expression Generator in Python Expression generator somewhat similar to a list generator.It is used when working with large…

Expression generator in Python. Part 2

You are here:Home – Python – Python Basics – Expression Generator in Python. Part 2 In the last article, we covered the main features generator expressions in…

Defining a face in an image using Python

Modern computer vision and image processing technologies provide the ability to identify individual instances of specific classes, such as faces, houses, cars, animals, and so on, in…

Python virtual environment

You are here:Home – Python – Python Basics – Python Virtual Environment Creating an Sandboxed Environment in Python it is necessary for the convenience of working on…

Python web server

You are here:Home – Python – Python Basics – Python Web Server Web server is a program that waits for a connection and can work both on…

Python framework Flask. Part 1

You are here:Home – Python – Python Basics – Python framework Flask. Part 1 Good day everyone! In this article, I would like to tell you what…

Tutorial Project – Shopping Cart in Python

You are here:Home – Python – Python Basics – Tutorial Project – Shopping Cart in Python Shopping cart or shopping cart is an integral part of the…

Controlling the mouse cursor in Python

One of the tools for automating tasks on a computer is programs that directly control the keyboard and mouse. These programs can control other applications by sending…

Determining the current position of the mouse cursor with Python

You are here:Home – Python – Python Fundamentals – Determine Current Mouse Position with Python In the last article we talked about автоматизации графического интерфейса с Python…

Testing your code with Python and pytest

You are here:Home – Python – Python Basics – Testing Code with Python and pytest Usually, writing any program involves running it and checking the result. And…

Working with MySQL in Pyhon: Installing the MySQL Connector Driver

You are here:Home – Python – Python Basics – Working with MySQL in Pyhon: Installing the MySQL Connector Driver Database Is an integral part of almost any…

Building a game with Pygame and Python

You are here:Home – Python – Python Fundamentals – Building a Game with Pygame and Python If you are thinking about creating your own game, but do…

Building a game with Pygame and Python. Part 2

You are here:Home – Python – Python Basics – Building a Game with Pygame and Python. Part 2 In the previous article, we started creating a game…

Building a game with Pygame and Python. Part 3

In the previous article, we implemented the project Pygame, as a result of which a window with a playing field is displayed on the screen, which you…

Continuing building a game with Pygame and Python

In the previous article, we created and displayed a beautiful playing field using Pygame and Python… And at the moment, our program displays a background image of…

Building a game with Pygame and Python. Ship class implementation

You are here:Home – Python – Python Basics – Building a Game with Pygame and Python. Ship class implementation In previous articles about Python and Pygame we…