Questions tagged [python]
Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability. Use the python tag for all Python related questions. If you believe your question may be even more specific, you can include a version specific tag such as python-3.x.
2 questions from the last 7 days
3
votes
4
answers
323
views
The project logger
I have written a small function that will be imported in each working file of my project and will make logging uniform for the project, allowing for centralized editing of logging settings.
What can I ...
1
vote
3
answers
23
views
Encrypted Messaging Protocol over FTP in Python
Project Overview
I have developed a project named FTPChat, which is a lightweight messaging protocol that uses a shared file hosted on an FTP server as its transport layer. The project is intended for ...