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…
A Convenient Python Package to Download Open Datasets
4 concrete examples are used to show how to use a Python package to download open datasets from GitHub, Google Drive, Kaggle and other online…
2 Convenient Methods to Search and Download Datasets from Kaggle with Jupyter Notebook
Machine learning, modelling, and data analysis all need suitable datasets to test the algorithms I still clearly remember that when I pursued my PhD in…
Methods for Single-Level Discrete Wavelet Transform of 1D Signals in Python (III): Partial Reconstruction
Master the wavelet partial reconstruction methods using easily understanding examples The methods for 1D Single-Level Discrete Wavelet Transform in Python will be discussed in…
Methods for Single-Level Discrete Wavelet Transform of 1D Signals in Python (II): Wavelet Reconstruction
Master the Discrete wavelet reconstruction methods using easily understanding examples The methods for 1D Single-Level Discrete Wavelet Transform in Python will be discussed in the…