Skip to content

Commit 30d7d59

Browse files
Update README.md
1 parent 75e7e07 commit 30d7d59

File tree

1 file changed

+7
-34
lines changed

1 file changed

+7
-34
lines changed

README.md

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
About The Project
33
=================
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.
54

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.
1111

1212

1313

@@ -27,39 +27,12 @@ List of Contents
2727

2828

2929

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 |
38-
| Application Type | Backend |
39-
| Target Audience | Beginner, Mid level Developer |
40-
| Overall Application Defficulty Level | Mid level |
41-
| License Type | MIT |
42-
43-
44-
Audience Insights
45-
====
46-
Topic | Description
47-
---- | ----
48-
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-
5230
Pre-requisites / Know Before You Go
5331
===========
5432
- Basic knowledge of Python Multithreading module and its built-in functions
5533
- Good Knowledge of args, and kwargs
5634

5735

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.
6336

6437

6538
Knowledge Base
@@ -68,7 +41,7 @@ As we all know, in general, running multiple threads simulteneously is equivalen
6841

6942

7043

71-
Functional Description
44+
Repository Description
7245
=========
7346
All the following files are avilable in the 'script' directory.
7447
<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

Comments
 (0)