Hello World

The goal of this website is to serve as a brain dump for my thoughts, lernings and experiments on Natural Language Processing.

blog-posts

A list of every blog post I've written

Books

https://leanpub.com/u/miguendes

https://miguendes.gitbook.io/my-notes/

Other Places

https://dzone.com/users/4615556/miguendes.html

https://dev.to/miguendes

https://devdojo.com/miguendes/design-patterns-that-make-sense-in-python-simple-factory

https://betterprogramming.pub/7-pytest-features-and-plugins-that-will-save-you-tons-of-time-74808b9d4756

https://hackernoon.com/how-i-changed-python-to-accept-else-less-if-expressions

https://miguendes.hashnode.dev/what-if-python-had-this-ruby-feature

https://community.codenewbie.org/miguendes/design-patterns-that-make-sense-in-python-simple-factory-b4d

https://scholar.google.com/citations?user=aHz9gkcAAAAJ&hl=en

Open Source Projects

https://py-avl-tree.readthedocs.io/en/latest/

Short Form

https://bit.ly/3jmUZ4F

https://cutt.ly/YWfAtSd

The Best Way to Compare Two Dictionaries in Python

What if Python Had This Ruby Feature?

3 Ways to Unit Test REST APIs in Python

How to Pass Multiple Arguments to a map Function in Python

How to Check if an Exception Is Raised (or Not) With pytest

How to Check If a String Is a Valid URL in Python

Everything Else

Aug, 2021

What if Python Had This Ruby Feature?

Jul, 2021

11 Useful Resources To Learn Python's Internals From Scratch

Apr, 2021

How to Implement a Random String Generator With Python

Feb, 2021

How to Sort a Dict in Descending Order by Value With Python

Dec 2020

How to Check If a String Is a Valid URL in Python

How to Find the Current Working Directory in Python

5 Different Ways to Flatten a List of Lists in Python

Design Patterns That Make Sense in Python: Simple Factory

Nov, 2020

How to Pass Multiple Arguments to a map Function in Python

How to Use Fixtures as Arguments in pytest.mark.parametrize

How to Use datetime.timedelta in Python With Examples

73 Examples to Help You Master Python's f-strings

Oct, 2020

How to Check if an Exception Is Raised (or Not) With pytest

How to Shoot Yourself in the Foot With Python. Part 1.

The Best Way to Compare Two Dictionaries in Python

5 Hidden Python Features You Probably Never Heard Of

7 pytest Features and Plugins That Will Save You Tons of Time

Sep, 2020

Everything You Need to Know About Python's Namedtuples

3 Ways to Unit Test REST APIs in Python

How to Unit Test Complex Data Like Numpy Arrays in Python

7 pytest Plugins You Must Definitely Use

Aug, 2020

How I Set up Multiple Python Versions with pyenv on Linux