You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-34Lines changed: 7 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
2
2
About The Project
3
3
=================
4
-
Multi-threading in Python has been recognized one of its most significant limitations. In this repository, I have tried to use Python's threading module with several scripts to show its usefulness in many diferrent forms.
5
4
6
-
Project Update & Overview
7
-
====
8
-
#### Last Update Info
9
-
<br />Time: Jan 31 01:00 AM EST
10
-
<br />Update Impact: Major
5
+
Topic | Description
6
+
---- | ----
7
+
About the topic | Multi-threading in Python has been recognized one of its most significant limitations. In this repository, I have tried to use Python's threading module with several scripts to show its usefulness in many diferrent forms.
8
+
Target Audience | Developers who already have a good understand of Python programming (version 2.x in particular for this repo) and would like to know in details about Python's Threading module.
9
+
Purpose(s) | This repository helps us understand different usage of Python's threading module with various requirements.
10
+
What to expect | Practicing all given scripts would help the developers to have a very solid understanding of Python's threading module, and to get an ability to implement Python multithreaded appliation quickly and effectively.
11
11
12
12
13
13
@@ -27,39 +27,12 @@ List of Contents
27
27
28
28
29
29
30
-
31
-
32
-
#### Project Overview
33
-
| About The Repo | Status |
34
-
| --- | --- |
35
-
| Repo Type | Script Type |
36
-
| Current Development Status | Phase 1 |
37
-
| Development Timeline | Start Jan 2018 :: Finish Dec 2018 |
Target Audience | Developers who already have a good understand of Python programming (version 2.x in particular for this repo) and would like to know in details about Python's Threading module.
49
-
Purpose(s) | This repository helps us understand different usage of Python's threading module with various requirements.
50
-
What to expect | Practicing all given scripts would help the developers to have a very solid understanding of Python's threading module, and to get an ability to implement Python multithreaded appliation quickly and effectively.
51
-
52
30
Pre-requisites / Know Before You Go
53
31
===========
54
32
- Basic knowledge of Python Multithreading module and its built-in functions
55
33
- Good Knowledge of args, and kwargs
56
34
57
35
58
-
Project Insights
59
-
===
60
-
|||
61
-
--- | ---
62
-
Repository Type | This repo is not a complete application or project, rather it's a collection of individual scripts.
63
36
64
37
65
38
Knowledge Base
@@ -68,7 +41,7 @@ As we all know, in general, running multiple threads simulteneously is equivalen
68
41
69
42
70
43
71
-
Functional Description
44
+
Repository Description
72
45
=========
73
46
All the following files are avilable in the 'script' directory.
74
47
<br /> *Please note that this description section may not be fully updated as of today as I update this section once a week. You might find more scripts in the acctual application directory. Each script has a concise in-script description of the program.*
0 commit comments