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 75e7e07

Browse files
Update README.md
1 parent 2eb8a3d commit 75e7e07

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

‎README.md‎

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,32 +43,33 @@ List of Contents
4343

4444
Audience Insights
4545
====
46-
#### Target Audience
47-
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.
48-
49-
#### Purpose(s)
50-
This repository helps us understand different usage of Python's threading module with various requirements.
51-
52-
#### What to expect
53-
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.
54-
55-
56-
#### Pre-requisites / Know Before You Go
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+
52+
Pre-requisites / Know Before You Go
53+
===========
5754
- Basic knowledge of Python Multithreading module and its built-in functions
5855
- Good Knowledge of args, and kwargs
5956

6057

61-
:green_book:Project Insights
58+
Project Insights
6259
===
63-
#### Repository Type
64-
This repo is not a complete application or project, rather it's a collection of individual scripts.
60+
| | |
61+
--- | ---
62+
Repository Type | This repo is not a complete application or project, rather it's a collection of individual scripts.
63+
6564

66-
#### Knowledge Base
65+
Knowledge Base
66+
=========
6767
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.
6868

6969

7070

71-
#### Functional Description
71+
Functional Description
72+
=========
7273
All the following files are avilable in the 'script' directory.
7374
<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.*
7475

@@ -90,21 +91,16 @@ All the following files are avilable in the 'script' directory.
9091
| script_11 | Intermediate | This program tries to access the values of args and kwargs. |
9192
| script_12 | TBD | TBD |
9293

93-
### Technical Description
94-
I have used the following primary Technologies/concepts
95-
- Python 2.7
96-
- Multithreading
9794

98-
### How to run
95+
How to run
96+
==========
9997
- clone the repo
10098
- set the local environment and install the dependencies
10199
- go to the *scripts* directory
102100
- run individual file through terminal as follows
103-
```
104-
python file_name.py
105-
```
106-
107-
:computer: Support & Disclaimer
101+
102+
103+
Support & Disclaimer
108104
===
109105
### Support
110106
Found a bug??
@@ -126,3 +122,4 @@ This work is largely based on a number of great tutorials and resources all over
126122

127123
References
128124
====
125+
TBD

0 commit comments

Comments
(0)

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