1/17/2024

citrix workspace resolution/ remote desktop resolution

 


download nltk

 if you can not run on the jupyter notebook, please open terminal and type


$python -i 


If this does not work, please try:

$py -i

1/01/2024

CHAR vs VARCHAR in SQL

 Fix number of characters vs variable number of characters.

Faster vs slower

But if you expect the table to be vairalbe in length, you should use varchar.


CHAR vs VARCHAR in SQL - GeeksforGeeks