Python

  • Fake webcam for online meetings, using Python

    imagine. You are attending an online conference. For some reason, you really don’t want to turn on the webcam. But you will see that everyone else has it. So you feel obligated. You quickly tidy up your hair and make sure your clothes look right. Then you reluctantly turn on the camera. We have all been there. I have good news. With the help of python, the tyranny of forcing webcams can be ended. I will show you how to create a fake webcam for your online meeting, as follows:…

    May 28, 2022 technology
    35
  • Fun to learn Python game programming, HD full-color PDF open download

    This book is written for people who are interested in computer programming language and come into contact with programming for the first time. Whether they have foundation or not, this book is the best start if they want to learn to write software by themselves rather than just using programmers developed by others At the end of the text, there is a way to obtain: Limited space, full PDF access:

    May 21, 2022 technology
    16
  • “5 machine learning” Python computer vision application – image content recognition

    In the last issue, ofter introduced the common neural network models of computer vision and how to choose models. Today, we will strike while the iron is hot and run with an actual model. Welcome to the world of data scientists 1、 The goal of machine learning What is the purpose of deep learning as a scientist? Transform unstructured, low-density and low-value big data into high-density and high-value data. When we identify the content of a photo released by Zhang San, it is unstructured, low-density and low-value data; However, after…

    May 17, 2022 technology
    13
  • Python Chapter 6: encapsulation, inheritance and polymorphism — three characteristics of object orientation

    Preface Hello, I’m jiejie! On the way of programming, a person may go faster, but a group of people can go further. Pay attention to jiejie and learn together without getting lost! What we share today are the three characteristics of object-oriented &mdash— Encapsulation, inheritance, polymorphism related knowledge, not much to say, bald walk up Zero, three characteristics of object-oriented Encapsulation, inheritance and polymorphism are the three characteristics of object-oriented. Encapsulation is to improve the security of the program; Inheritance is to improve the reusability of code; Polymorphism is to…

    May 10, 2022
    40