"Knowledge has to be improved, challenged, and increased constantly, or it vanishes."

Archives

Archives / 2021 / September
  • Python programming using Visual Studio Code

    For years I have been using Visual Studio for developing .Net applications. While Visual Studio is a great IDE is for enterprise application development, Microsoft released Visual Studio Code that is simpler and mostly general-purpose editor. Visual Studio Code is awesome, lightweight, cross-platform and you can extend it with plug-ins. Recently I have been asked by a friend of mine to suggest him an editor for him to learn Python, and I thought of suggesting him Visual Studio Code. I prepared a video tutorial that explains how to setup Visual Studio Code to create, edit, debug and run Python applications.