Sunday, November 7, 2021

Visual Studio Format Code

 

  1. On Windows Shift + Alt + F.
  2. On Mac Shift + Option + F.
  3. On Linux Ctrl + Shift + I.

Tuesday, November 12, 2019

Python Troubleshooting

One very common problem is:

NameError: name 'QTableWidgetItem' is not defined
or a similler NameError: name 'pymysql' is not defined

When you have been coding for hours not stop.... you will see this error
I missed this plenty of times.

REMEMBER to import your Libraries