This repository contains a series of Python code examples. Each file corresponds to a specific topic or feature, and an overview of the concepts covered.
Demonstrates the use of Python's threading
module to create and manage threads.
Explains Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) with separate client and server implementations.
Covers the basics of regular expressions in Python, including matching and searching patterns.
Illustrates the use of Python's string.Template
for string templating.
A simple example of a Python class and object, showcasing attributes and instantiation.
6. Dictionary
7. List
8. Numpy
9. Django
- Python 3.7.3
- Install dependencies using pip:
pip install -r requirements.txt
Feel free to explore each directory for in-depth explanations and hands-on examples.