Explain Codes LogoExplain Codes Logo

Best Articles — Page 398

What's the pythonic way to use getters and setters?

python
best-practices
properties
pythonic-way

Convert a string to int using SQL query

sql
data-types
conversion
best-practices

Printing Lists as Tabular Data

python
dataframe
pandas
pretty-printing

When to use cla(), clf() or close() for clearing a plot

python
plotting
memory-management
interactive-plotting

How to concatenate (join) items in a list to a single string

python
string-concatenation
list-manipulation
python-stdlib

Count the occurrences of DISTINCT values

sql
distinct
count
group-by

Capitalize words in string

javascript
regex
string-manipulation
performance

Convert JSON string to dict using Python

python
json-loads
json-dumps
error-handling

Jquery: Count number of list elements?

javascript
prompt-engineering
javascript-features
dom-manipulation

How to create a new schema/new user in Oracle Database 11g?

sql
database-management
schema-creation
oracle-database

C# SQL Server - Passing a list to a stored procedure

sql
tvp
parameterized-queries
sql-injection

Keep the middle item centered when side items have different widths

html
responsive-design
css-grid
flexbox

How can I get column names from a table in SQL Server?

sql
metadata
information-schema
sql-server

Traverse a list in reverse order in Python

python
iterators
performance
best-practices

Hide scroll bar, but still be able to scroll

html
responsive-design
css
javascript

Creating object with dynamic keys

javascript
prompt-engineering
functions
callbacks

Is Java a Compiled or an Interpreted programming language?

java
just-in-time-compilation
ahead-of-time-compilation
bytecode-execution

How to get current CPU and RAM usage in Python?

python
performance
multiprocessing
memory-usage

How do I fix "The expression of type List needs unchecked conversion..."?

java
unchecked-conversion
type-safety
generics

In java how to get substring from a string till a character c?

java
substring
string-manipulation
java-8