Software Development


Calculate Annualized Expected Stock Returns Using Python

How I calculated the average annual expected returns of stocks using Python

pythonstockssoftware-development

5 Effective Ways Software Developers Can Boost Their Productivity

software-developmentproductivity

Animating SVGs as React Components

Learn how to edit your favorite SVG in Figma and render it as a React component, to animate it using CSS.

reactjavascriptprogramming

Clustering Textual Data with Word2Vec

End-to-end guide to semantic cluster analysis with Word2Vec

pythondata-analysissoftware-development

Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?

If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…

programmingjavascriptweb-development

Assign IAM role to EC2 instance with AWS CLI

awsprogrammingcloud-computing

How to Build an Internet Speed Tester Using Python

A tutorial on building an Internet Performance and Network Speed Tester.

pythoninternetprogramming

Import Existing VPCs and Subnets into a CDK Python Project

programmingawssoftware-development

Capture Video Footage from a Webcam using OpenCV Python

Python projects for beginners. Webcam access using python.

pythonopencvsoftware-development

Learn How to Use the `__gt__()` Method in Python

Exploring the dunder method `__gt__()` in Python.

pythonpython3programming