Pandas provides easy and simple syntax to visualize data by creating the most widely used plots, but it seems the power of Pandas’s data visualization…
Why I Launched a New Blog while I am Writing on Medium?
It is excellent to write on Medium, but why I finally created my new blog – Deepsim Blog after several months’ hard work How is…
HTML Essentials of Formatting Text in Jupyter Notebook
HTML has advanced methods to formatting text in Jupyter notebook, such as set fonts, font sizes, colors, text alignment, and more In the previous post,…
2 Most Convenient Ways to Add TOC to Medium Articles
I have tested a couple of methods, but these two are the easiest and most convenient ways to create a TOC for a Medium article…
Easily Formatting Text with Markdown in Jupyter Notebook
It displays how to easily and fast master the essentials of formatting text with Markdown Syntax in Jupyter Notebook with concrete examples In this post,…
Top Magic Commands in the Jupyter Notebook
Using magic commands in the Jupyter notebook can greatly increase our work efficiency In this post, I will display some most widely used or top…
Interactive Plots Becomes Much Easier with HoloViews (II): Multiple Plots
HoloViews is a high-level plotting library for Python, which create overlay and layout of multiple interactive plots with simple syntax and minimal efforts Part (I)…
2 Easy Methods to Publish a Jupyter Notebook as a Post on WordPress Website
To show how easily to publish a Jupyter notebook as a post on your WordPress website It is so easy to create your website, especially…
Interactive Plots Becomes Much Easier with HoloViews (I): Basic Plots
HoloViews is a high-level plotting library for Python, which create interactive plots with simple syntax and minimal efforts For data visualization, there are many libraries…
5 Essential String Formatting Methods in Python
String formatting is an essential part of Python programming for web development, data analysis, machine learning, and more. In earlier posts, we discussed set up…