Explain Codes LogoExplain Codes Logo

Python

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

Nameerror: Global name 'xrange' is not defined in Python 3

python
python-3
python-2
best-practices

What is the fastest way to send 100,000 HTTP requests in Python?

python
async-functions
concurrent-programming
http-clients

How to add hours to current time in python

python
datetime-manipulation
timezones
dateutil

How to TRUNCATE TABLE using Django's ORM?

python
django-orm
bulk-deletion
referential-integrity

Check if multiple strings exist in another string

python
functions
list-comprehensions
regular-expressions

How can I open multiple files using "with open" in Python?

python
file-management
error-handling
concurrency

Pytest: assert almost equal

python
assertions
float-comparison
testing