DEV Community

Isabelle M. profile picture

Isabelle M.

I'm Isabelle Maciohsek, a software engineer from Athens, Greece. I love learning new things, especially when they involve programming, data science and visualizations.

Education

MSc Advanced Information Systems

Work

Software Engineer

How to check if a tuple is empty in Python?

How to check if a tuple is empty in Python?

2
Comments 1
1 min read
Javascript Array.from() second argument

Javascript Array.from() second argument

4
Comments
1 min read
How to check if a list is empty in Python?

How to check if a list is empty in Python?

5
Comments 1
1 min read
Why do SQL Server views need refreshing?

Why do SQL Server views need refreshing?

6
Comments 1
2 min read
When to use useRef() instead of useState()

When to use useRef() instead of useState()

52
Comments 8
2 min read
How can I set the value of a select input in React?

How can I set the value of a select input in React?

5
Comments
1 min read
Tip: React conditional className, empty strings and null

Tip: React conditional className, empty strings and null

2
Comments
2 min read
Tip: JavaScript array sorting shorthand

Tip: JavaScript array sorting shorthand

5
Comments
2 min read
How can I execute an event handler at most once?

How can I execute an event handler at most once?

5
Comments
2 min read
Javascript sparse array and how to avoid them

Javascript sparse array and how to avoid them

3
Comments
2 min read
Understanding Python's slice assignment

Understanding Python's slice assignment

2
Comments
2 min read
Understanding Python's slice notation

Understanding Python's slice notation

1
Comments
2 min read
Tip: You should use dict.get(key) instead of dict[key]

Tip: You should use dict.get(key) instead of dict[key]

Comments
1 min read
What is the difference between list.sort() and sorted() in Python?

What is the difference between list.sort() and sorted() in Python?

Comments
1 min read
How do I trim whitespace from a string in Python?

How do I trim whitespace from a string in Python?

Comments
1 min read
What is the ternary operator and how do I use it?

What is the ternary operator and how do I use it?

2
Comments
2 min read
How do I convert a string to lowercase in Python?

How do I convert a string to lowercase in Python?

Comments
1 min read
What are named tuples in Python?

What are named tuples in Python?

4
Comments
2 min read
Tip: 2 ways to format a string in Python

Tip: 2 ways to format a string in Python

1
Comments
1 min read
What is the difference between Python's equality operators?

What is the difference between Python's equality operators?

1
Comments
1 min read
Code Anatomy - Writing high performance Python code

Code Anatomy - Writing high performance Python code

8
Comments
2 min read
3 ways to swap two variables in Python

3 ways to swap two variables in Python

7
Comments
2 min read
How to correctly close files in Python

How to correctly close files in Python

12
Comments
1 min read
Tip: Watch out for mutable default arguments in Python

Tip: Watch out for mutable default arguments in Python

6
Comments
1 min read
Tip: Avoid using bare except in Python

Tip: Avoid using bare except in Python

6
Comments
2 min read
loading...