Skip to content

This repository contains code snippets to support technical articles in my blog https://intuitivetutorial.com/

Notifications You must be signed in to change notification settings

cksajil/Codes4Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codes4Blog

This repository contains code snippets to support technical articles in my blog https://intuitivetutorial.com/

1. Text Masker

The script masker.py reads a textfile from data folder and masks random characters from the text. Both the original text and masked text are then printed into the console.

Usage

python masker.py

2. Two Axis Plot

The script overlappingCurves.py plots two graphs on same figure using multiple axis. The axis scale of each graph need not be same.

Usage

python overlappingCurves.py

3. Polynomial fit

The script linearRegression_polyfit.py does polynomial fit to a given data on various orders and plots the respective graphs.

Usage

python linearRegression_polyfit.py

4. Python wrapper code

A python wrapper code to call a simple command line function.

Usage

python run_comds.py

About

This repository contains code snippets to support technical articles in my blog https://intuitivetutorial.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages