Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

Visual Studio Code

Installing .NET SDK in Linux Mint and debugging C# code using VS Code

Jun 21, 2024 by Beaulin Twinkle
.NET solution in VS Code explorer panel

In this article, we will discuss about installing .NET SDK on Linux Mint workstation and debugging C# code in Visual Studio Code.

Categories .Net, Linux Tags .NET Framework, C# (C Sharp), Linux distribution, Linux Mint, Visual Studio Code Leave a comment

How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one?

Mar 13, 2024 by Beaulin Twinkle
prevent VS Code from replacing an already opened preview tab with a subsequently opened one

Let us see few simple ways to prevent VS Code from replacing an already opened preview tab with a subsequently opened one.

Categories .Net Tags Visual Studio Code Leave a comment

How to reset user settings in Visual Studio Code?

Feb 8, 2023 by Beaulin Twinkle
How to reset user settings in Visual Studio Code?

Follow these simple steps to reset user settings in Visual Studio Code. Reset VS Code user settings in few steps.

Categories Others Tags Visual Studio Code Leave a comment

How to launch Visual Studio Code from macOS terminal?

Feb 8, 2023Feb 3, 2023 by Beaulin Twinkle
Launch Visual Studio Code from macOS terminal

Here, let us see how to run or launch Visual Studio Code from macOS terminal. This will be helpful if you are an avid terminal user.

Categories macOS Tags Visual Studio Code 1 Comment

How to find whether the string contains a substring in Python?

May 29, 2022May 13, 2022 by Beaulin Twinkle
How to find whether the string contains a substring in Python

There are couple of different ways to find whether the string contains a substring in Python program. Let us see them.

Categories Python Tags Python 3.10.x, Python 3.x, Visual Studio Code Leave a comment

Reading XML file with PHP

May 5, 2022 by Beaulin Twinkle
Reading XML File With PHP

Here I’ve used the SimpleXML XML manipulation function of PHP for reading XML file from PHP code.

Categories PHP Tags PHP 7.x, Visual Studio Code 1 Comment

How to import a JSON file to a variable in Python?

Apr 21, 2022 by Beaulin Twinkle
Import A JSON File To A Variable In Python

There are several packages available for Python to import JSON files. I prefer using the pandas. Here is an example to import a JSON file to a variable.

Categories Python Tags Python 3.10.x, Python 3.x, Python Tips, Visual Studio Code Leave a comment

How to import a CSV file to a variable in Python?

Apr 8, 2022 by Beaulin Twinkle
import a csv file to a variable in Python

There are several packages available for Python to import CSV files. I prefer using the pandas. Here is an example to import a csv file to a variable.

Categories Python Tags macOS Big Sur, Python 3.10.x, Python 3.x, Python Tips, Visual Studio Code Leave a comment

How to connect SQL Server from Python on macOS?

Apr 8, 2022Oct 11, 2020 by Beaulin Twinkle
Connect SQL Server From Python Program On MacOS

In this article we will see how to connect SQL Server from a Python program on macOS using the Visual Studio Code as the development environment.

Categories Python, SQL Server Tags macOS Catalina, Python 3.8.x, Python 3.x, SQL, SQL Server 2019, Visual Studio Code Leave a comment

How to compare contents of two files in Visual Studio Code?

Sep 4, 2020Sep 2, 2020 by Beaulin Twinkle
compare contents of two files in Visual Studio Code

Lately I got questions asking for a quick lightweight tool to compare code files. Even though there are several tools available in the market, I use Visual Studio Code to quickly compare contents of two files.

Categories .Net Tags Visual Studio Code 6 Comments

Convert Image to base64 in Visual Studio Code on macOS

Jun 4, 2020 by Beaulin Twinkle
Convert Image to base64 in Visual Studio Code on macOS

Simple tip for converting Image to base64 encoded text in Visual Studio Code editor on macOS.

Categories macOS Tags macOS Catalina, Visual Studio Code Leave a comment

Debugging Python Django web application

Apr 10, 2020 by Beaulin Twinkle
Debugging Python Django web application

Debugging is a vital part web development. In this article, you will read about basics of debugging Python Django web application in VS Code editor.

Categories Python Tags Django 2.2.x, Python 3.7.x, Python 3.x, Visual Studio Code Leave a comment

Creating code snippet for Python Django web app in VS Code

Nov 15, 2019 by Beaulin Twinkle
Creating code snippet for Python Django web app in VS Code

It will be a good practice to create a code snippet instead of copy paste the template code in several files. Creating code snippet for Python Django web app in VS Code.

Categories Python Tags Django 2.2.x, macOS Catalina, Python 3.7.x, Python 3.x, Visual Studio Code Leave a comment

Using database in Python Django website

Nov 7, 2019 by Beaulin Twinkle
Using database in Python Django website

Simple step by step illustrations for using database in Python Django website. Here we will be using SQLite database.

Categories Python Tags Django 2.2.x, macOS Catalina, Python 3.7.x, Python 3.x, Visual Studio Code Leave a comment

Adding image to Python Django web app

Oct 22, 2019 by Beaulin Twinkle
Adding image to Python Django web app

Adding images and other media files is same as adding other static files. Sometime you may need to segregate images in a separate folder.

Categories Python Tags Django 2.2.x, Python 3.7.x, Python 3.x, Python Tips, Visual Studio Code 4 Comments

Creating website with Python using VS Code on macOS

Apr 10, 2020Oct 20, 2019 by Beaulin Twinkle
website with Python rendered using base template

Step by step instruction on how to use Python for website development using Django as the web framework, Visual Studio Code as the editor on macOS.

Categories Python Tags Django 2.2.x, macOS Mojave, Python 3.7.x, Python 3.x, Visual Studio Code Leave a comment

Upgrade python version in visual studio code python workspace

Sep 9, 2020Aug 30, 2019 by Beaulin Twinkle
Upgrade Python Virtual Environment

Simple steps to upgrade python version in visual studio code python workspace environment. Upgrading python virtual environment in VS Code.

Categories Python Tags Python 3.7.x, Python 3.8.x, Python 3.x, Python Tips, Visual Studio Code Leave a comment

Linting Python Code In Visual Studio Code

Jul 9, 2019 by Beaulin Twinkle
Linting Python Code In Visual Studio Code

In this article we will how to activate, install and use a popular linting tool PyLint on VS Code for linting python source code.

Categories Python Tags macOS Mojave, Python 3.x, Visual Studio Code Leave a comment

Installing Python Packages For Visual Studio Code On macOS

Sep 6, 2019Jul 9, 2019 by Beaulin Twinkle
Using Python Packages

In this article we will see how to create a virtual environment and installing Python packages for Visual Studio Code on macOS.

Categories macOS, Python Tags macOS Mojave, Python 3.x, Visual Studio Code 3 Comments

Setting Up Visual Studio Code For Python On macOS

Jul 9, 2019Jul 4, 2019 by Beaulin Twinkle
Python extension for VS Code

Simple step by step illustration for setting up visual studio code for Python programming and debugging on macOS computer.

Categories macOS, Python Tags macOS Mojave, Python 3.x, Visual Studio Code 2 Comments
Older posts
Page1 Page2 Next →

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Where is SQL Server Configuration Manager?
  • How To Add Bootstrap In ASP.NET (MVC & Web Forms)
  • How to exit from single-user mode in SQL Server database?
  • Upgrade python version in visual studio code python workspace
  • Joining Tables from Databases on Different SQL Servers
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.