DEV Community

Python Quick-Reads Series' Articles

Back to João M.C. Teixeira's Series
Python multiprocessing VS Numpy vectorization - one example

Python multiprocessing VS Numpy vectorization - one example

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

Parallelized vectorization with Dask - a Monte-Carlo example

5
Comments
2 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 Singletons

Python Singletons

5
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
Make readable string formatting

Make readable string formatting

4
Comments
1 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
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
Simple password generator in Python

Simple password generator in Python

1
Comments
1 min read
Separating business and administrative logic - example 1

Separating business and administrative logic - example 1

Comments
1 min read