<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/inPlainEngHQ/best-of/2022/05" -->

---
title: Best Python in Plain English posts — May 2022 | daily.dev
description: The most upvoted Python in Plain English posts from May 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/inPlainEngHQ/best-of/2022/05
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/inPlainEngHQ/best-of/2022/05
og:type: website
og:site_name: daily.dev
og:title: Best Python in Plain English posts — May 2022 | daily.dev
og:description: The most upvoted Python in Plain English posts from May 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Python in Plain English — May 2022

1. 1  
[](https://daily.dev/posts/10-python-automation-scripts-for-your-daily-problems-lhb9i4sza "10 Python Automation Scripts for Your Daily Problems")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 4y  
10 Python Automation Scripts for Your Daily Problems  
Automate Email with Python. The script will let you read and send emails whether it's Outlook, Gmail, or any other mail server. Use this automation script to edit your images programmatically. The automation script uses the Pydub module which is an audio manipulating module. You can extract sounds, merge them, play them, split/cut them, etc.  
22  
2
2. 2  
[](https://daily.dev/posts/git-advanced-configuration-dqpgxn8c7 "Git Advanced Configuration")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 4y  
Git Advanced Configuration  
The $ git config command is the most preferred way to set Git configuration values of a global or local file. We will use a very useful workflow tool of Git named Alias. Alias creates shortcuts to frequently used commands to increase ease and speed while working with the Git command line.  
19
3. 3  
[](https://daily.dev/posts/how-does-discord-process-5-million-users-all-at-once--wgmjfgp5n "How Does Discord Process 5 Million Users All at Once?")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 4y  
How Does Discord Process 5 Million Users All at Once?  
Discord employs WebRTC, but with a twist. It has a client-server networking design since peer-to-peer becomes prohibitively costly when the number of users exceeds 1000\. Because your public IP is hidden, this helps to protect your computers from DDOS assaults.  
16  
1
4. 4  
[](https://daily.dev/posts/how-to-solve-git-merge-conflicts-cfioq-cvq "How to Solve Git Merge Conflicts")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 4y  
How to Solve Git Merge Conflicts  
Git is a Version Control System that manages contributions between distributed developers. Sometimes more than one developer tries to edit the same content, which may occur conflicts. To reduce the occurrence of such an event, developers generally work in isolated branches. To merge these isolated branches and resolve any conflicts, we use git merge command.  
12  
1
5. 5  
[](https://daily.dev/posts/5-cool-computer-vision-projects-nag2yurfx "5 Cool Computer Vision Projects")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 4y  
5 Cool Computer Vision Projects  
Fire detection algorithms are important because they help prevent fires before they happen and even have the capacity to save lives. The basic idea of the proposed fire-detection is to adopt an RGB (red, green, blue) model-based chromatic and disorder measurement for extracting fire pixels and smoke pixels.  
10

[See all Python in Plain English archives](/sources/inPlainEngHQ/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/inPlainEngHQ/best-of/2022/05#page","url":"https://daily.dev/sources/inPlainEngHQ/best-of/2022/05","name":"Best Python in Plain English Posts — May 2022","description":"The most upvoted Python in Plain English posts from May 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/inPlainEngHQ/best-of/2022/05#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/10-python-automation-scripts-for-your-daily-problems-lhb9i4sza","name":"10 Python Automation Scripts for Your Daily Problems"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/git-advanced-configuration-dqpgxn8c7","name":"Git Advanced Configuration"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/how-does-discord-process-5-million-users-all-at-once--wgmjfgp5n","name":"How Does Discord Process 5 Million Users All at Once?"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/how-to-solve-git-merge-conflicts-cfioq-cvq","name":"How to Solve Git Merge Conflicts"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/5-cool-computer-vision-projects-nag2yurfx","name":"5 Cool Computer Vision Projects"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Python in Plain English","item":"https://daily.dev/sources/inPlainEngHQ"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/inPlainEngHQ/best-of"},{"@type":"ListItem","position":5,"name":"May 2022"}]}]}
```

