News

if i want to open vscode 3 instance with different code base, I use command pallete "Terminal: Create New Terminal in a Editor Area" step1. I open 1 vscode, open terminal and run : pnpm start step2. I ...
When working with production data science code it can be handy to have plotting tool that does not rely on graphics dependencies or works only in a Jupyter notebook. The use case that this was built ...
Create Bar graph and Pie chart in PDF format using FPDF Hello friends, I am writing this blog which will help you to create bar graph and pie chart using fpdf. Firstly you need to download fpdf.php ...