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

How to Extract Text Information from Filenames in Python ?

by Benjamin Marchant
Edited: Dec. 10, 2025, 6:32 p.m.

Public
Thumbnail 1

How to merge two lists in Python ?

by Benjamin Marchant
Edited: Dec. 6, 2025, 7:11 p.m.

Public
Thumbnail 1

How to Stop or Exit a Loop in Python ?

by Benjamin Marchant
Edited: Dec. 5, 2025, 7:29 p.m.

Public
Thumbnail 1

How to Use Pickle Files in Python for Saving Models, States, and Long-Running Jobs ?

by Benjamin Marchant
Edited: Nov. 29, 2025, 11:07 p.m.

Public
Thumbnail 1

How to Change the Shape of a NumPy Array ?

by Benjamin Marchant
Edited: Nov. 29, 2025, 10:41 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to Implement a Simple Gaussian Process in Python Using PyTorch ?

by Benjamin Marchant
Edited: Nov. 28, 2025, 9:02 p.m.

Public
Thumbnail 1

How to Swap Two or More Variables in Python ?

by Benjamin Marchant
Edited: Nov. 17, 2025, 1:06 p.m.

Public
Thumbnail 1

Simulating and Visualizing a Random Walk in Python

by Benjamin Marchant
Edited: Nov. 10, 2025, 9:43 p.m.

Public
Thumbnail 1

Understanding Global and Nonlocal Variables in Python

by Benjamin Marchant
Edited: Nov. 10, 2025, 6:43 p.m.

Public
Thumbnail 1

How to Force Data to Stay in a Specific Range Using Python ?

by Benjamin Marchant
Edited: Nov. 8, 2025, 1:21 p.m.

Public
Thumbnail 1

How to Create a Candlestick Chart in Python ?

by Benjamin Marchant
Edited: Nov. 5, 2025, 11:07 p.m.

Public
Thumbnail 1

How to Perform Indefinite (Symbolic) Integration in Python Using SymPy ?

by Benjamin Marchant
Edited: Nov. 4, 2025, 9:31 p.m.

Public
Thumbnail 1

How to Read and Plot Shapefiles (.shp) in Python ?

by Benjamin Marchant
Edited: Nov. 3, 2025, 10:51 p.m.

Public
Thumbnail 1

How to Plot a Pie Chart in Python ?

by Benjamin Marchant
Edited: Nov. 3, 2025, 1:20 p.m.

Public
Thumbnail 1

How to calculate the inverse of a matrix in python using numpy ?

by Benjamin Marchant
Edited: Nov. 1, 2025, 11:58 p.m.

Public
Thumbnail 1

How to Create a Gauge Chart Using Python ?

by Benjamin Marchant
Edited: Nov. 1, 2025, 4:38 p.m.

Public
Thumbnail 1

How to Read and Decode a .bin Binary File Using Python ?

by Benjamin Marchant
Edited: Oct. 31, 2025, 11:53 p.m.

Public
Thumbnail 1

Radar Charts in Python: How to Build Spider or Polar Plots ?

by Benjamin Marchant
Edited: Oct. 31, 2025, 3:06 p.m.

Public
Thumbnail 1

How to Send Emails Using Python ?

by Benjamin Marchant
Edited: Oct. 29, 2025, 6:50 p.m.
Tags: email;

Public
Thumbnail 1

How to Download Files from a URL Directory Using Python ?

by Benjamin Marchant
Edited: Oct. 29, 2025, 4:18 p.m.
Tags: Python; urlretrieve; BeautifulSoup;

Public
Thumbnail 1

How to automatically run a Python script every day ?

by Benjamin Marchant
Edited: Oct. 29, 2025, 12:01 a.m.

Public
Thumbnail 1

How to Convert UTC Time to Local Time in Python ?

by Benjamin Marchant
Edited: Oct. 27, 2025, 8:09 p.m.

Public
Thumbnail 1

How to Use Python to Download High-Resolution RGB Satellite Tiles from Esri World Imagery ?

by Benjamin Marchant
Edited: July 8, 2025, 2:44 p.m.

Public
Thumbnail 1

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

by Benjamin Marchant
Edited: June 25, 2025, 6:17 p.m.

Public
Thumbnail 1

How to Read and Plot a KML (Keyhole Markup Language) File in Python ?

by Benjamin Marchant
Edited: June 24, 2025, 1:44 p.m.

Public
Thumbnail 1

How to Convert H3 Index to Latitude and Longitude in Python ?

by Benjamin Marchant
Edited: June 18, 2025, 5:01 p.m.

Public
Thumbnail 1

How To Find All Links from an HTML Page Using Python ?

by Benjamin Marchant
Edited: June 16, 2025, 2:12 p.m.

Public
Thumbnail 1

How To Read a .tif (GeoTIFF or TIFF) File in Python ?

by Benjamin Marchant
Edited: June 13, 2025, 8:27 p.m.
Tags: Python;

Public
Thumbnail 1

How to Unpack Iterables Using Asterisk * in Python ?

by Benjamin Marchant
Edited: June 12, 2025, 11:23 p.m.

Public
Thumbnail 1

How to Spatially and Temporally Colocate Two Datasets in Python ?

by Benjamin Marchant
Edited: June 12, 2025, 7:17 p.m.

Public
Thumbnail 1

How to Use Pandas groupby to Aggregate Lists of Values ?

by Benjamin Marchant
Edited: June 11, 2025, 7:30 p.m.

Public
Thumbnail 1

How to Get All File or Directory Names in a Specific AWS S3 Bucket Directory Using Python ?

by Benjamin Marchant
Edited: June 11, 2025, 6:47 p.m.
Tags: Python; AWS; boto3;

Public
Thumbnail 1

How to Convert a Date Specified by Year, Month, and Day into a Count of Days Using Python ?

by Benjamin Marchant
Edited: June 10, 2025, 6:05 p.m.

Public
Thumbnail 1

How to Replace Text Between Two Custom Balises Using Python ?

by Benjamin Marchant
Edited: June 9, 2025, 5:18 p.m.

Public
Thumbnail 1

How to Remove Lines from Line m to Line n in a Text File Using the vi or vim Editor ?

by Benjamin Marchant
Edited: June 9, 2025, 4:05 p.m.

Public
Thumbnail 1

How to Convert Lambert 93 Coordinates to Longitude and Latitude with Python?

by Benjamin Marchant
Edited: June 9, 2025, 3:13 p.m.

Public
Thumbnail 1

How to Filter Model Querysets by a List Using Django’s __in Lookup ?

by Benjamin Marchant
Edited: June 8, 2025, 11:49 p.m.

Public
Thumbnail 1

How to Remove the Background of an Image Using Python ?

by Benjamin Marchant
Edited: June 7, 2025, 10:32 p.m.
Tags: Python;

Public
Thumbnail 1

How to Create Interactive Hexbin Maps with Zoom-Based Aggregation Using D3.js, d3-hexbin, and Leaflet-D3 ?

by Benjamin Marchant
Edited: May 29, 2025, 5:53 p.m.
Tags: Aggregation; Statistics; D3.js; d3-hexbin; Leaflet-D3;

Member Only
Thumbnail 1

Where to Find Wildfire Data: A Guide to Fire-Related Datasets

by Benjamin Marchant
Edited: May 14, 2025, 4:50 p.m.
Tags: Earth Science;

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