Thursday, July 2, 2020
Home »
» How to open cmd and powershell in folder in windows
How to open cmd and powershell in folder in windows
Related Posts:
Build a colorful Word Cloud in python using mask imageWord cloud is a data visualization tool in data science. It is very efficient to visualize various words in a text according to the quantum of their repetition within the text. The stopwords have been ignored while visualizat… Read More
How to permanently disable and clear windows 10 activity history? … Read More
Python code to extract Temporal Expression from a text (Using Regular Expression)#Method 1Code:import reprint('Enter the text:')text = input()months='(Jan(?:uary)?|Feb(?:ruary)?|Mar(?:ch)?|Apr(?:il)?|May|Jun(?:e)?|Jul(?:y)?|Aug(?:ust)?|Sep(?:tember)?|Oct(?:ober)?|(Nov|Dec)(?:ember)?)'re1=r'\w?((mor|eve)(?… Read More
Web scrapping using a single line of code in python We will scrap the data of wikipedia using a single line of code in python. No extra libraries are required. Only Pandas can do the job.Step 1: Install and import pandas libraryimport numpy as np Step 2: Read the data of … Read More
Various features of Markdown in Jupyter NotebookOutput of Emphasis:Output of List:Output of Links:This is an example of link to my BlogOutput of Images:Output of table:Output of Blockquotes:Output of Horizontal Rule:Output of Youtube links:Output of Headers:Get the Github … Read More
0 comments:
Post a Comment