2805 private links
FastAPI - API key authentication
My VIM setup for writing Python and other things.
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Learn how to parse HTML with PyQuery and Beautiful Soup, including code examples, advanced techniques, and troubleshooting tips.
Most computer applications can be configured to behave a certain way, be it via command line flags, environment variables, or configuration files. For you
Curated list of project-based tutorials. Contribute to practical-tutorials/project-based-learning development by creating an account on GitHub.
The catalog of annotated code examples of all design patterns, written in Python.
python 3.x - Py2Exe application flagged as malware by Windows Defender; what to do? - Stack Overflow
I have an application I wrote for my company in Python 2.x, PyQT4, and MySQLdb and packaged with py2exe.
Recently, I made some updates to the application, Porting it to Python 3.4 and PySide. I a...
Everything you need to know about LGPL and GPL for your PySide/PyQt applications. If you start building Python application with Qt5 you'll soon discover that there are in fact two packages which you can use to do this — PyQt and PySide.
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
SSL certificate_verify_failed errors typically occur as a result of outdated Python default certificates or invalid root certificates. We will cover how to fix this issue in 5 ways in this article. Why certificate_verify_failed happen? The SSL connection will be established based on the following process. We will get errors if any of these steps does …
LDAPServer
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice