Skip to content

Python3 advance walk-through about list, numpy, templates, argparse, regular expressions, multithreading, networking, CGI programming, database interaction, C-extensions, PyCrypto, pickle, packages, and web programming.

License

Notifications You must be signed in to change notification settings

khachornchit/python-review

Repository files navigation

Python Reviews

This repository contains a series of Python code examples with associated README files. Each file corresponds to a specific topic or feature, and the README.md provides an overview of the concepts covered.

Project Owner


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.

7. List

Technology Stack

  • Python 3.7.3

Miscellaneous

  • Install dependencies using pip: pip install -r requirements.txt

Feel free to explore each directory for in-depth explanations and hands-on examples.

About

Python3 advance walk-through about list, numpy, templates, argparse, regular expressions, multithreading, networking, CGI programming, database interaction, C-extensions, PyCrypto, pickle, packages, and web programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published