Explain Codes LogoExplain Codes Logo

Python

Set up a scheduled job?

python
management-commands
django-extensions
scheduling

How to send email attachments?

python
email-attachments
smtplib
email-configuration

Application not picking up .css file (flask/python)

python
best-practices
web-development
css

How to get a favicon to show up in my django app?

python
best-practices
web-development
static-files

Count unique values per groups with Pandas

python
pandas
dataframe
groupby

Format output string, right alignment

python
string-formatting
f-strings
string-alignment

How to calculate a logistic sigmoid function in Python?

python
functions
performance
best-practices

How to run Tensorflow on CPU

python
performance
optimization
cpu-optimization

Python SQL query string formatting

python
sql-injection
string-interpolation
sql-syntax

Deleting folders in python recursively

python
file-system
pathlib
shutil

Good Python modules for fuzzy string comparison?

python
fuzzy-string-comparison
python-modules
string-metrics

Convert datetime object to a String of date only in Python

python
datetime
date-formatting
f-strings

What is the difference between join and merge in Pandas?

python
pandas
dataframe
join

Error "Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)"

python
pip-installation
visual-c-build-tools
troubleshooting

Asserting successive calls to a mock method

python
unittest
mocking
testing

All combinations of a list of lists

python
performance
recursion
nested-loops

How can I use pickle to save a dict (or any other Python object)?

python
pickle
data-serialization
object-persistence

How to convert a nested Python dict to object?

python
object-conversion
data-structures
python-objects

Send HTML emails with Python

python
email-engineering
smtp
smtplib

Convert list to tuple in Python

python
tuple
data-structure
immutable-data