In this article, we will be doing some common operations while working with JSON data in JavaScript Let’s assume we
Continue readingAuthor: banerjeer2611
A cheat sheet for working with JSON Data in Python
In this article, we will be doing some common operations while working with JSON data in Python Let’s assume we
Continue readingHow to Authenticate using Keys, BasicAuth, OAuth2 in Python
In this article, we will be working with 5 different APIs which use different types of authentication. We will be
Continue readingYou Need To Know Compiled/Interpreted, Static/Dynamic, and Strong/Weak Typing
In this article, I’ll try to demystify the terms static/dynamic typing, strong/weak typing, and define some terms like run-time, compilation,
Continue readingAvoid these Gotchas/Errors related to parameters and arguments in Python
We will discuss a couple of Errors and One Gotcha related to Python arguments and parameters. Before moving on, let’s
Continue reading#Day31 — From Python to JavaScript — The Basics Part 4
In the last article, we talked about the following Today, we will be discussing the following Function Definitions Positional and
Continue readingHow to Build a Web App to Transcribe Audio using Python and AssemblyAI
You can find the deployed app over here Transcription is the process of converting audio to text. Although you can
Continue reading#Day30 – From Python to JavaScript – The Basics Part 3
In the last article, we discussed the following Conditional Statements Blocks Comparison Operators Logical Operators Truthy and Falsy Values Ternary
Continue reading#Day29 – From Python to JavaScript – The Basics Part 2
In yesterday’s article, we discussed the following Why you should learn JavaScript How to Run JavaScript/Python and show output Variables
Continue readingMy stats 28 days after starting a Modified Version of 100 days of Code
As of today, April 17th, I am on day 28 and although it’s been challenging, I am looking forward to
Continue reading#Day28 – From Python to JavaScript – The Basics Part 1
I have worked with JavaScript previously but it’s been almost 3 years since I have written any JavaScript Code. I
Continue reading#Day27 – Fastest Way to Combine Dictionaries
We know the fastest way to combine lists. Today we will try to find the fastest way to combine dictionaries
Continue reading