How to update Python?

UPDATE: 2018-07-06 This post is now nearly 5 years old! Python-2.7 will stop receiving official updates from python.org in 2020. Also, Python-3.7 has been released. Check out Python-Future on how to make your Python-2 code compatible with Python-3. For updating conda, the documentation now recommends using conda update –all in each of your conda environments … Read more

Visual Studio Code “Open With Code” does not appear after right-clicking a folder

Copied from Right click on Windows folder and open with Visual Studio Code Create file vsCodeOpenFolder.reg with this content (If you didn’t choose the default installation path then you need to adjust the paths in this file): Windows Registry Editor Version 5.00 ; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @=”Edit with VS Code” “Icon”=”C:\\Program Files … Read more

How do I start Mongo DB from Windows?

Step 1 Download the mongodb Step 2 Follow normal setup instructions Step 3 Create the following folder C:\data\db Step 4 cd to C:\Program Files\MongoDB\Server\3.2\bin> enter command mongod by default, mongodb server will start at port 27017 Step 5 (optionally) download RoboMongo and follow normal setup instructions Step 6 Start RoboMongo and create a new connection … Read more

How to completely remove node.js from Windows

How to remove Node.js from Windows: Take a deep breath. Run npm cache clean –force Uninstall from Programs & Features with the uninstaller. Reboot (or you probably can get away with killing all node-related processes from Task Manager). Look for these folders and remove them (and their contents) if any still exist. Depending on the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)