Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14d996c

Browse files
Update porject update section in readme
1 parent d6a4086 commit 14d996c

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

‎README.md‎

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
<img src="https://user-images.githubusercontent.com/20999114/35537819-a71d5fc4-0519-11e8-9d1f-489ca7ed6822.gif" height="30" width="40"> Project Update & Overview
22
====
3-
Last Update Info
4-
<br />Time: Jan 31 01:00 AM EST
5-
<br />Update Impact: Major
3+
#### Current Development Status
64

75
```diff
86
+ This repo is under active development at this time,
9-
- so, frequent and random updates
10-
+ are very likely to happen. Followers are requested to update
11-
+ their local repository as frequent as possible. Thank you.
7+
- so, frequent and random updates are expected.
8+
+ Followers are requested to update their local repository regularly.
129
```
1310

14-
#### Birds Eye View
15-
| | |
11+
#### Last Update Info
12+
<br />Time: Jan 31 01:00 AM EST
13+
<br />Update Impact: Major
14+
15+
#### Project Overview
16+
| About The Repo | Status |
1617
| --- | --- |
1718
| Repo Type | Script Type |
18-
| Current Status | Phase 1 |
19+
| Current Development Status | Phase 1 |
1920
| Development Timeline | Start Jan 2018 :: Finish Feb 2018 |
2021
| Application Type | Backend |
22+
| Target Audience | Beginner, Mid level Developer |
23+
| Overall Application Defficulty Level | Mid level |
2124
| License Type | MIT |
2225

2326

@@ -26,11 +29,12 @@ Last Update Info
2629
#### Target Audience
2730
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.
2831

29-
#### Purposes
32+
#### Purpose(s)
3033
This repository helps us understand different usage of Python's threading module with various requirements.
3134

3235
#### What to expect
33-
After practicing in all given scripts at least couple of time would help Python's developers having a very solid understanding of Python's threading module, such as, how to write multithreaded Python appliation and/or scripts.
36+
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.
37+
3438

3539
#### Pre-requisites / Know Before You Go
3640
- Basic knowledge of Python Multithreading module and its built-in functions
@@ -46,8 +50,6 @@ This repo is not a complete application or project, rather it's a collection of
4650
#### Knowledge Base
4751
As we all know, in general, running multiple threads simulteneously is equivalent to running several programs at the same time. In such case, threading in Python is a very popular process to attain concurrency and parallelism. Using threading module in a Python program gives us several key advatages such as sharing same data space and operating on light-weight process in order to avoid unnecessary memory overhead.
4852

49-
50-
5153
#### Functional Description
5254
All the following files are avilable in the 'script' directory.
5355
<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)

AltStyle によって変換されたページ (->オリジナル) /