MOONBOOKS
  • Notes
  • Projects
  • Courses
  • Videos
  • Datasets
  • Version
    • English
    • French
  • Sign-In
Join-Us
Notes Articles Jupyter PDF
Thumbnail 1

How to Create a GIF from a Video in Python Using MoviePy ?

by Benjamin Marchant
Edited: April 6, 2025, 10:11 p.m.

Member Only
Thumbnail 1

How To Create And Plot Time Series in Python ?

by Benjamin Marchant
Edited: Jan. 3, 2025, 12:51 a.m.
Tags: Python; Matplotlib; Pandas;

Public
Thumbnail 1

How to Randomly Shuffle DataFrame Rows and Create Samples with Pandas ?

by Benjamin Marchant
Edited: Jan. 1, 2025, 11:17 a.m.
Tags: Python; Pandas; DataFrame;

Public
Thumbnail 1

How to Plot CloudSat 2B-CLDCLASS-LIDAR Product Using Python ?

by Benjamin Marchant
Edited: Dec. 8, 2024, 8:10 p.m.
Tags: CloudSat;

Public
Thumbnail 1

How to Create a List of Numbers in Python ?

by Benjamin Marchant
Edited: Dec. 7, 2024, 4:08 p.m.

Public
Thumbnail 1

How to Create a Class in Python ?

by Benjamin Marchant
Edited: Dec. 3, 2024, 7:32 p.m.
Tags: Python;

Public
Thumbnail 1

How to Calculate Percentiles with Python ?

by Benjamin Marchant
Edited: Oct. 20, 2024, 9:10 p.m.
Tags: Python;

Public
Thumbnail 1

How to check if words from one list is present in an element of another list in Python ?

by Benjamin Marchant
Edited: Oct. 20, 2024, 8:51 p.m.
Tags: Python; List;

Public
Thumbnail 1

How to Plot NASA MODIS L3 Products Over Polar Regions using Python ?

by Benjamin Marchant
Edited: Oct. 19, 2024, 10:01 p.m.
Tags: MODIS; NASA; Python;

Public
Thumbnail 1

How to Read a MODIS HDF File Using Python and pyhdf ?

by Benjamin Marchant
Edited: Sept. 21, 2024, 11:33 p.m.

Public
Thumbnail 1

How to Plot a Heatmap Over Polar Regions in Python Using Cartopy and Matplotlib ?

by Benjamin Marchant
Edited: Sept. 19, 2024, 7:06 p.m.
Tags: Python; Matplotlib; Cartopy;

Public
Thumbnail 1

How to create a dendrogram in Python using scipy and matplotlib ?

by Benjamin Marchant
Edited: Sept. 7, 2024, 2:45 p.m.
Tags: Matplotlib;

Public
Thumbnail 1

How to Calculate and Plot the Derivative of a Function Using Matplotlib and Python ?

by Benjamin Marchant
Edited: Sept. 5, 2024, 6:18 p.m.
Tags: Python;

Public
Thumbnail 1

How to compare a List of Names in Python Using the Jaro-Winkler Similarity Metric ?

by Benjamin Marchant
Edited: Aug. 29, 2024, 6:36 p.m.
Tags: Python;

Public
Thumbnail 1

How to create an interactive map of AERONET Sites with Python and Folium ?

by Benjamin Marchant
Edited: Aug. 28, 2024, 6:21 p.m.
Tags: AERONET; Python;

Public
Thumbnail 1

How to check if a list of keys exists in a Python dictionary ?

by Benjamin Marchant
Edited: Aug. 28, 2024, 1:53 p.m.
Tags: Python;

Public
Thumbnail 1

How to download NASA Earth Science Data from LAADS DAAC using python ?

by Benjamin Marchant
Edited: May 29, 2024, 1:57 p.m.
Tags: Python; NASA; LAADS DAAC;

Public
Thumbnail 1

How to use Markdown and Pygments in Python to enhance the formatting of your content ?

by Benjamin Marchant
Edited: March 21, 2024, 2:45 p.m.
Tags: Python; Pygments; Markdown;

Public
Thumbnail 1

How to use the Python module Pygments for code highlighting ?

by Benjamin Marchant
Edited: March 21, 2024, 1:54 p.m.
Tags: Python; Pygments;

Public
Thumbnail 1

How to generate and plot random numbers from a log-normal distribution using python ?

by Benjamin Marchant
Edited: March 18, 2024, 11:25 p.m.
Tags: Python;

Public
Thumbnail 1

How to convert an encoded markdown content back to HTML using python ?

by Benjamin Marchant
Edited: March 18, 2024, 8:08 p.m.
Tags: Python;

Public
Thumbnail 1

How to use python re to find all content between two HTML tags ?

by Benjamin Marchant
Edited: March 18, 2024, 3:13 p.m.
Tags: Python;

Public
Thumbnail 1

How to extract coordinates from a Shapely polygon in python ?

by Benjamin Marchant
Edited: Feb. 21, 2024, 9:23 p.m.
Tags: Python; Shapely;

Public
Thumbnail 1

How can the statistical standard score or Z-score be calculated and plotted using Python ?

by Benjamin Marchant
Edited: Feb. 19, 2024, 3:12 a.m.
Tags: Python; Scipy;

Public
Thumbnail 1

How to create a GeoDataFrame with Polygon geometry from a Pandas DataFrame with coordinates ?

by Benjamin Marchant
Edited: Feb. 16, 2024, 1:13 p.m.
Tags: Python; Geopandas;

Public
Thumbnail 1

How to generate and plot random numbers from a normal (Gaussian) distribution using python and matplotlib ?

by Benjamin Marchant
Edited: Feb. 12, 2024, 10:39 p.m.
Tags: Python; Numpy; Random numbers;

Public
Thumbnail 1

How to plot a polygon on an interactive map using Bokeh in Python ?

by Benjamin Marchant
Edited: Feb. 12, 2024, 8:12 p.m.
Tags: Python; Bokeh;

Public
Thumbnail 1

How to extract longitudes and latitudes from a geometry column with points within a GeoPandas DataFrame ?

by Benjamin Marchant
Edited: Feb. 12, 2024, 3:37 p.m.
Tags: Python; Geopandas;

Public
Thumbnail 1

How to create a GeoDataFrame from a Pandas DataFrame ?

by Benjamin Marchant
Edited: Feb. 11, 2024, 2:51 p.m.
Tags: Python; Geopandas;

Public
Thumbnail 1

How to convert longitudes and latitudes into mercator coordinates using python ?

by Benjamin Marchant
Edited: Feb. 10, 2024, 3:25 a.m.
Tags: Python;

Public
Thumbnail 1

How to use bokeh in a Jupyter notebook without opening a separate window ?

by Benjamin Marchant
Edited: Feb. 9, 2024, 7:45 p.m.
Tags: Python; Bokeh;

Public
Thumbnail 1

How to plot points from longitudes and latitudes on a map using Bokeh and python ?

by Benjamin Marchant
Edited: Feb. 6, 2024, 3:57 p.m.
Tags: Python; Bokeh;

Public
Thumbnail 1

How to convert a Jupyter notebook into a Python script ?

by Benjamin Marchant
Edited: Feb. 6, 2024, 3:55 a.m.
Tags: Python;

Public
Thumbnail 1

How to remove unused modules in a Python script ?

by Benjamin Marchant
Edited: Feb. 5, 2024, 11:15 p.m.
Tags: Python;

Public
Thumbnail 1

How to create a map with Bokeh with a satellite image in the background ?

by Benjamin Marchant
Edited: Feb. 2, 2024, 10:37 p.m.
Tags: Python; Bokeh;

Public
Thumbnail 1

How to remove grid lines from a Bokeh plot ?

by Benjamin Marchant
Edited: Feb. 2, 2024, 6:13 p.m.
Tags: Python; Bokeh;

Public
Thumbnail 1

How to shift elements in a numpy array ?

by Benjamin Marchant
Edited: Feb. 2, 2024, 12:39 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to merge two Pandas DataFrames based on the nearest DateTime ?

by Benjamin Marchant
Edited: Jan. 27, 2024, 1:39 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to add a title to a seaborn plot ?

by Benjamin Marchant
Edited: Jan. 21, 2024, 4:06 p.m.
Tags: Python; Seaborn;

Public
Thumbnail 1

How to find the minimum value in each row of a numpy array ?

by Benjamin Marchant
Edited: Jan. 21, 2024, 4:31 a.m.
Tags: Python; Numpy;

Public
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
Copyright © 2025 - All rights reserved Contact Us Terms & Conditions