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

How to create a string variable on multiple lines in javascript ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 4:04 p.m.
Tags: Javascript;

Public
Thumbnail 1

How to get json data from a url using vanilla javascript only ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:57 p.m.
Tags: Javascript;

Public
Thumbnail 1

How to remove, drop a table in a database with the django web framework ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:56 p.m.
Tags: Python; Django;

Public
Thumbnail 1

How to fix "TypeError: Object of type datetime is not JSON serializable" in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:53 p.m.
Tags: Python; JSON;

Public
Thumbnail 1

How to append a new li to ul using javascript ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:50 p.m.
Tags: Javascript; HTML; DOM;

Public
Thumbnail 1

How to get all children (ForeignKey based) from parent objects in a django template (e.g all comments for a blog post) ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:49 p.m.
Tags: Django; Python;

Public
Thumbnail 1

How to convert first letter of a string into uppercase in a Django template ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:41 p.m.

Public
Thumbnail 1

How to remove common elements between two lists in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:39 p.m.

Public
Thumbnail 1

How to untar all tar files in a directory ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:38 p.m.
Tags: Linux;

Public
Thumbnail 1

How to redirect from non-www to www with nginx on Ubuntu ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:37 p.m.
Tags: NGINX;

Public
Thumbnail 1

How to create a list of English alphabet letters (from A to Z) with python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:35 p.m.
Tags: Python; List;

Public
Thumbnail 1

How to apply a function to a list in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:32 p.m.
Tags: Python; List;

Public
Thumbnail 1

How to shift (rotate) items in a list with python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:31 p.m.
Tags: Python; List;

Public
Thumbnail 1

How to embed a google map in a HTML page ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:29 p.m.
Tags: Google; Maps; HTML;

Public
Thumbnail 1

How to calculate the cosine of an angle in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:26 p.m.
Tags: Python; Math;

Public
Thumbnail 1

How to calculate the sine of an angle in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:25 p.m.
Tags: Python; Math;

Public
Thumbnail 1

How to create a new file in Linux ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 3:21 p.m.
Tags: Linux;

Public
Thumbnail 1

How to check if a pandas dataframe is empty in python ?

by Benjamin Marchant
Edited: Dec. 3, 2022, 12:31 a.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to create a global variable in python ?

by Benjamin Marchant
Edited: Nov. 29, 2022, 10:27 p.m.
Tags: Python; Variables; Global;

Public
Thumbnail 1

How to pass optional arguments in a python function ?

by Benjamin Marchant
Edited: Nov. 29, 2022, 10:14 p.m.
Tags: Python; Function;

Public
Thumbnail 1

How to create a data frame in python using pandas ?

by Benjamin Marchant
Edited: Nov. 29, 2022, 4:19 a.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to create a pandas dataframe from a python dictionary ?

by Benjamin Marchant
Edited: Nov. 27, 2022, 3:29 a.m.
Tags: Python; Pandas; Dataframe; Dictionary;

Public
Thumbnail 1

How to plot a rectangle on a cartopy map with python ?

by Benjamin Marchant
Edited: Nov. 26, 2022, 3:41 p.m.
Tags: Python; Cartopy; Map; Rectangle;

Public
Thumbnail 1

How to plot a circle on a cartopy map with python ?

by Benjamin Marchant
Edited: Nov. 26, 2022, 3:58 a.m.
Tags: Python; Cartopy; Circle;

Public
Thumbnail 1

How to minify html or css files for improving web site speed using python ?

by Benjamin Marchant
Edited: Nov. 25, 2022, 7:26 p.m.
Tags: Python; HTML; CSS; Minify;

Public
Thumbnail 1

How to merge two folders using python ?

by Benjamin Marchant
Edited: Nov. 24, 2022, 3:10 p.m.
Tags: Python; Linux;

Public
Thumbnail 1

How to switch dictionary keys and values in python ?

by Benjamin Marchant
Edited: Nov. 23, 2022, 2:43 p.m.
Tags: Python; Dictionary;

Public
Thumbnail 1

How to list and download all files from a url directory using python ?

by Benjamin Marchant
Edited: Nov. 21, 2022, 12:16 a.m.
Tags: Python; urlretrieve; BeautifulSoup;

Public
Thumbnail 1

How to download a file from a public (no credentials) AWS S3 bucket with python ?

by Benjamin Marchant
Edited: Nov. 14, 2022, 3:24 a.m.
Tags: Python; AWS S3;

Public
Thumbnail 1

How to create your own sitemap using a view with Django ?

by Benjamin Marchant
Edited: Sept. 27, 2022, 2:13 a.m.
Tags: Django; Sitemap;

Public
Thumbnail 1

How to test sub-domains locally with django (on Linux or Mac) ?

by Benjamin Marchant
Edited: Sept. 26, 2022, 6:15 p.m.
Tags: Django; Apple Mac;

Public
Thumbnail 1

How to fix Django error: Attempt to write a readonly database ?

by Benjamin Marchant
Edited: Sept. 26, 2022, 4:38 p.m.
Tags: Django;

Public
Thumbnail 1

How to delete a row in a table with Django ?

by Benjamin Marchant
Edited: Sept. 11, 2022, 12:19 a.m.
Tags: Django;

Public
Thumbnail 1

How to get all field names of a table with Django ?

by Benjamin Marchant
Edited: Sept. 10, 2022, 3:01 a.m.
Tags: Django; Database;

Public
Thumbnail 1

How to convert a column of float (quantitative data) into categorical data with pandas using cut ?

by Benjamin Marchant
Edited: Sept. 9, 2022, 2:23 a.m.
Tags: Python; Pandas; DataFrame;

Public
Thumbnail 1

How to insert an image encoded in base64 in a jupyter notebook ?

by Benjamin Marchant
Edited: Sept. 2, 2022, 2:11 p.m.
Tags: Python; Jupyter Notebook;

Public
Thumbnail 1

How to convert an image (png, jpg, etc) to base64 string using python ?

by Benjamin Marchant
Edited: Sept. 2, 2022, 2:45 a.m.
Tags: Python; Base64;

Public
Thumbnail 1

Complete RoadMap: How to Crack Data Science Interview

by codebuster
Edited: April 7, 2022, 8:01 a.m.
Tags: data science, crack interviews, data science career, career;

Public
Thumbnail 1

How to do SEO for a new website?

by go_toufiq
Edited: March 15, 2022, 11:42 a.m.
Tags: Google Search console google indez;

Public
Thumbnail 1

How to create a datetime column from year, month and day columns in pandas ?

by Benjamin Marchant
Edited: Nov. 29, 2021, 3:56 a.m.
Tags: Python; Pandas; DataFrame;

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