Manas Singh
Code by Manas

Code by Manas

Follow
Follow
homeRecommendationsbadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Compare Forex Rates using Python

Dec 2, 20235 min read

Parsing PDFs to make better decisions · Currency Exchange Rates When we transfer foreign currency, we look for the best exchange rates. Now, this rate...

Compare Forex Rates using Python

Chasing simple ideas: Everything is an object

Jul 7, 20233 min read

Deep dive into Python Objects · Simple but not easy: Abstraction Object-oriented programming cannot be explained without abstraction. Beyond that also It...

Chasing simple ideas: Everything is an object

Build a platform for internal tools with Windmill

Jun 6, 20233 min read

Deploy an open source platform to turn scripts into apps and more. · Goldilocks effect Over time, we all end up with a collection of scripts tucked away...

Build a platform for internal tools with Windmill

Write Once Run Anywhere

May 12, 20233 min read

The portability promise and Web Assembly · The Promise The promise of writing code that will run on multiple platforms is not new. There have been many...

Write Once Run Anywhere

Learn Python asyncio and socket by checking ports

Dec 13, 20224 min read

Create a program to check ports and learn some asyncio and sockets · Introduction There are several network scanners and tools that let you find out open...

Learn Python asyncio and socket by checking ports