MiguelMJ
MiguelMJ's Blog

MiguelMJ's Blog

Follow
Follow
homenewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

When numbers don't make sense

Mar 9, 20235 min read

No longer tautologies ยท Introduction Most of the time, basic arithmetic is pretty simple and intuitive. Even working with powers and roots isn't that...

When numbers don't make sense

Make your Python program highly configurable

May 5, 20213 min read

The more complex a program is, the more parameters it tends to accept in order to tune its behavior. A configurable program is easier to adapt to the...

Make your Python program highly configurable

I made a recommendation system for Stack Overflow unanswered questions

Jan 15, 20212 min read

Background For me, contributing on Stack Overflow was a big step out of my comfort zone. There are already so many questions answered and so many...

I made a recommendation system for Stack Overflow unanswered questions

How to make an ethical crawler in Python

Dec 27, 20204 min read

Web crawling or web scraping is the automation of the access to one or more websites, in order to extract (scrape) data from them. With a high level...

How to make an ethical crawler in Python

Beginner tips to do Algebra in Python

Nov 21, 20206 min read

There are two kinds of people that usually share a common difficulty when starting to use Python: those who learn it without previous coding...

Beginner tips to do Algebra in Python