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

---
title: Best Python in Plain English posts — November 2021
description: The most upvoted Python in Plain English posts from November 2021, curated by the daily.dev community.
canonical: https://daily.dev/sources/inPlainEngHQ/best-of/2021/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/inPlainEngHQ/best-of/2021/11
og:type: website
og:site_name: daily.dev
og:title: Best Python in Plain English posts — November 2021 | daily.dev
og:description: The most upvoted Python in Plain English posts from November 2021, 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 — November 2021

1. 1  
[](https://daily.dev/posts/who-writes-better-code-github-copilot-or-gpt-3--irp2piyr3 "Who Writes Better Code: GitHub CoPilot or GPT-3?")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 5y  
Who Writes Better Code: GitHub CoPilot or GPT-3?  
GitHub recently announced its new GitHub copilot tool. The copilot is based on suggesting what could be the next piece of code based on the current variables used/declared. GPT-3 predicts the next word of a sentence given the previous words in a sentence. The comparison between the two may seem a bit unfair, but it will be interesting to see how these two models perform.  
28
2. 2  
[](https://daily.dev/posts/how-to-build-your-personal-ai-assistant-using-python-1sppee5wu "How to Build Your Personal AI Assistant Using Python")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 5y  
How to Build Your Personal AI Assistant Using Python  
How to Build Your Personal AI Assistant Using Python Part 1: A guide on setting up our J.A.R.V.I.S using Python. Ashutosh Krishna explains how to create a virtual environment and activate it using virtualenv. He also shows you how to set up a speech engine using the pyttsx3 module.  
22
3. 3  
[](https://daily.dev/posts/machine-learning-popular-libraries-and-frameworks-part-1--dwyuc5gfd "Machine Learning: Popular Libraries and Frameworks (Part 1)")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 5y  
Machine Learning: Popular Libraries and Frameworks (Part 1)  
Machine Learning: Popular Libraries and Frameworks (Part 1) An overview of industry-standard frameworks, modules, and libraries used by Machine Learning practitioners. We’ll focus on the Machine Learning libraries unique to the Python programming language. The popular Pandas library is a go-to machine learning library when it comes to dealing with an enormous density of tabular data.  
22
4. 4  
[](https://daily.dev/posts/an-introduction-to-the-main-function-in-python-imihv13eb "An Introduction to the main() Function in Python")  
Article  
![Avatar of inPlainEngHQ](https://media.daily.dev/image/upload/s--Dg5QTRuI--/f_auto,q_auto/v1686665538/logos/pe)Python in Plain English · 5y  
An Introduction to the main() Function in Python  
The main function in Python acts as the point of execution for any program. In most programming languages, there is a special function that is executed automatically every time the program is run. In Python, it is not necessary to define the main function every time you write a program. The Python interpreter executes grom the top of the file unless a specific function is defined.  
15  
2

[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/2021/11#page","url":"https://daily.dev/sources/inPlainEngHQ/best-of/2021/11","name":"Best Python in Plain English Posts — November 2021","description":"The most upvoted Python in Plain English posts from November 2021, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/inPlainEngHQ/best-of/2021/11#items","numberOfItems":4,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/who-writes-better-code-github-copilot-or-gpt-3--irp2piyr3","name":"Who Writes Better Code: GitHub CoPilot or GPT-3?"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/how-to-build-your-personal-ai-assistant-using-python-1sppee5wu","name":"How to Build Your Personal AI Assistant Using Python"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/machine-learning-popular-libraries-and-frameworks-part-1--dwyuc5gfd","name":"Machine Learning: Popular Libraries and Frameworks (Part 1)"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/an-introduction-to-the-main-function-in-python-imihv13eb","name":"An Introduction to the main() Function in Python"}]},{"@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":"November 2021"}]}]}
```

