DEV Community

Fredrik Sjöstrand profile picture

Fredrik Sjöstrand

Software engineering. Interested in data science, machine learning, and automation. I also have a crush on python.

Location Linköping, Sweden Joined Joined on  github website twitter website

Education

Master of Science in Computer Science and Engineering, specialized in ML and AI

Tips & Tricks for Writing a Workaround

Tips & Tricks for Writing a Workaround

Comments
5 min read

Want to connect with Fredrik Sjöstrand?

Create an account to connect with Fredrik Sjöstrand. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
A Personal .gitignore - Even for a Single Repository

A Personal .gitignore - Even for a Single Repository

11
Comments
3 min read
Exploring Python: Using and Abusing the Iterator Protocol

Exploring Python: Using and Abusing the Iterator Protocol

6
Comments
8 min read
Different Barmodes Simultaneously in Plotly Subplots (Python)

Different Barmodes Simultaneously in Plotly Subplots (Python)

Comments
5 min read
requirements.txt in your requirements.txt

requirements.txt in your requirements.txt

10
Comments 2
2 min read
Pip Install a Git Repository

Pip Install a Git Repository

8
Comments 2
2 min read
A First Look at Python Protocols (PEP 544)

A First Look at Python Protocols (PEP 544)

10
Comments
4 min read
Game Jam Post Mortem - Supply Run

Game Jam Post Mortem - Supply Run

1
Comments
4 min read
TIL: Python Recursion Limit When Accessing Elements in Recursive List

TIL: Python Recursion Limit When Accessing Elements in Recursive List

6
Comments 4
2 min read
Don't Try This at Work: Exception Driven Fizz Buzz V2

Don't Try This at Work: Exception Driven Fizz Buzz V2

1
Comments
2 min read
Don't Try This at Work: Exception Driven Fizz Buzz

Don't Try This at Work: Exception Driven Fizz Buzz

5
Comments
3 min read
Is -2 < -1 < 0 true or false?

Is -2 < -1 < 0 true or false?

5
Comments
6 min read
importlib.reload for Resting Modules Between Tests

importlib.reload for Resting Modules Between Tests

7
Comments
3 min read
Using Descriptors and Decorators to Create class-only Methods in Python

Using Descriptors and Decorators to Create class-only Methods in Python

11
Comments 2
4 min read
Comparing C++ RAII and Python Context Managers

Comparing C++ RAII and Python Context Managers

19
Comments 4
5 min read
CLI tools example: show all tools

CLI tools example: show all tools

8
Comments
2 min read
Settings for Making Python CLI-tools on Windows

Settings for Making Python CLI-tools on Windows

7
Comments
2 min read
TIL: What Happens When Using the Context Manager Outside its with-Statement

TIL: What Happens When Using the Context Manager Outside its with-Statement

6
Comments
2 min read
Making your CLI-tools accessible in Windows

Making your CLI-tools accessible in Windows

4
Comments 1
2 min read
Stacked and Grouped Bar Charts Using Plotly (Python)

Stacked and Grouped Bar Charts Using Plotly (Python)

13
Comments 8
4 min read
loading...