Open in app
Home
Notifications
Lists
Stories

Write
Shweta Lodha
Shweta Lodha

Home
About

Jun 24

Ways To Select The Theme Color In Visual Studio Code

If you are using Visual Studio Code, then you might have heard about themes. Basically there are two types of themes — Dark color theme and Light color theme. In this article, I’ll show you multiple ways to select theme of your choice. Using Settings One way to open Color Theme, is…

Visual Studio Code

2 min read

Ways To Select The Theme Color In Visual Studio Code
Ways To Select The Theme Color In Visual Studio Code

Jun 17

Install Python Package On Per User Basis

Many times it may happen that you want to install a Python package, but you do not have permission to do so at system level. Then how can we create or run our Python application? How to make that package available for use? This article focuses on solving this problem…

Python

1 min read


Jun 10

Getting The Terminal Size In Python

Many times our output doesn’t get fit into the terminal of default size. In that case we have to pull it accordingly and make the size as per our need. In this article, I’ll show you those few lines of Python code using which you can get the size of…

Python

1 min read


Jun 6

Get Your Horoscope Using Python

If you are a person who believes in horoscopes and also know Python, then this article is for you. Horoscope is a way to forecast future. In this article, I’ll show you how to get your horoscope based on your zodiac sign. Required Packages Beautiful soup: We will use this to extract data out…

Python

2 min read

Get Your Horoscope Using Python
Get Your Horoscope Using Python

Jun 2

Get User Name And Password At Runtime Using Python

It is quite common that you need to grab a logged in user name and ask for the password from a user on an application launch. The biggest question that comes here is — Can we grab password from user in plain text? …

Python

2 min read


Jun 1

Search For A File Using Python

If you are a coder, then surely you must have came across a requirement wherein you need to search for a file in a given directory. Now, this directory could be any directory — it could be your immediate parent directory or it could be a grand grand parent. In…

Python

1 min read


May 20

Highlighting Errors And Warnings In VS Code Without Clicking Anywhere

While doing development, it is quite obvious that you will see some errors and warnings. …

2 min read

Highlighting Errors And Warnings In VS Code Without Clicking Anywhere
Highlighting Errors And Warnings In VS Code Without Clicking Anywhere

May 19

Multiple Ways To Get Current Working Directory In Python

If you are a programmer, you must have come across a requirement wherein you need to access the current working directory. The current working directory is the folder where your application is running from. In this article, I’ll show you three different ways to get current working directory using Python. Using os.getcwd …

Python

1 min read


May 14

Getting Started With Matplotlib Using Python

Matplotlib is a multi-platform library for data visualization built on top of NumPy arrays. It works very well with all the operating systems and supports many output types and backend systems. Before we begin with Matplotlib, we need to pull in the required package. Required Package We need to install matplotlib and…

Python

2 min read

Getting Started With Matplotlib Using Python
Getting Started With Matplotlib Using Python

May 11

Extracting News From Google Using Python

The situation, wherein you are running out of time but still do not want to miss your doze of daily news. Then this article is for you. When it comes to reading news, not everyone is interested in every topic. Few may be interested in sports, others may be interested…

Python

2 min read

Extracting News From Google Using Python
Extracting News From Google Using Python
Shweta Lodha

Shweta Lodha

I’m C# Corner MVP, mentor, speaker, YouTuber & developer. YouTube: https://www.youtube.com/channel/UCQVOeT4i5nezvPG_xvIFzdQ Blog: http://www.shwetalodha.in

Following
  • K M Z HASAN MAHMUD

    K M Z HASAN MAHMUD

  • Indigo

    Indigo

  • Sunil Kumar

    Sunil Kumar

  • Patrick OConnell

    Patrick OConnell

  • ASAD EDUCATE

    ASAD EDUCATE

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable