Skip to content

Commit 09ba456

Browse files
authored
Create Concurrency README.md
1 parent 1da3546 commit 09ba456

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Concurrency in Python/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Concurrency
2+
3+
In Python, the things that are occurring simultaneously are called by different names (thread, task, process) but at a high level, they all refer to a sequence of instructions that run in order.
4+
5+
# 📰 Articles
6+
7+
- [Speed Up Your Python Program With Concurrency](https://realpython.com/python-concurrency/)

0 commit comments

Comments
 (0)