Mesut's Python problems and solutions
I have or had problems while coding python, you might find some fixes or some tricks
Permissions and working with raw sockets using pycharm
The problem is that raw_sockets require root privileges to initiate. This is not good and creat...
Sharing a dictionary between processes on python
As you might know Python has a problem called as GIL which means global interpreter lock. This l...
Connecting to MS SQL Server with python
The problem Sql server connection cant find the sql engine The last line looks for a sql server ...