DEV Community

João M.C. Teixeira profile picture

João M.C. Teixeira

(he / him) Writing and discussing Software Architecture in Python and general Pythonic concepts, but not the python basics.

Education

Ph.D.

Pronouns

he / him

Work

Structural Biochemist - Software Developer

Separating business and administrative logic - example 1

Separating business and administrative logic - example 1

Comments
1 min read

Want to connect with João M.C. Teixeira?

Create an account to connect with João M.C. Teixeira. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Type hints in Python: to be or not to be

Type hints in Python: to be or not to be

Comments
1 min read
Simple password generator in Python

Simple password generator in Python

1
Comments
1 min read
Modular, extensible, maintainable, and testable functional strategy pattern - part 1

Modular, extensible, maintainable, and testable functional strategy pattern - part 1

3
Comments
5 min read
Express your intentions in your coding - attributes that are not

Express your intentions in your coding - attributes that are not

1
Comments
2 min read
Express your intentions in your coding - short lived variables

Express your intentions in your coding - short lived variables

3
Comments
2 min read
Make readable string formatting

Make readable string formatting

4
Comments
1 min read
Time needed to search in a list or set in Python

Time needed to search in a list or set in Python

3
Comments
1 min read
Python Singletons

Python Singletons

5
Comments
1 min read
Fibonacci without recursiveness in Python - a better way

Fibonacci without recursiveness in Python - a better way

2
Comments 5
3 min read
Python Project Template

Python Project Template

9
Comments
1 min read
Parallelized vectorization with Dask - a Monte-Carlo example

Parallelized vectorization with Dask - a Monte-Carlo example

5
Comments
2 min read
Python multiprocessing VS Numpy vectorization - one example

Python multiprocessing VS Numpy vectorization - one example

Comments 2
2 min read
Setting up Python logging for a library/app

Setting up Python logging for a library/app

8
Comments
6 min read
loading...