The Trojan

The Trojan

Follow
home➑️ Cool JS StuffπŸ“˜ HTML To React GuideπŸ’» Complete Web Design Course☁️ Good Parts of AWSπŸš€ The Art of Twitter
Tag

Blogging

#blogging

More content

Read more stories on Hashnode


Articles with this tag

Debunking YOUR Basic Math Concepts

Mar 30, 20216 min read

Can you guess the sum of all natural numbers? Β· Sum of all positive integers What is 1+2? Ah, who doesn't know, it’s 3. What is 1+2+3? Well, it’s 6....

Debunking YOUR Basic Math Concepts

Having a go at common NLP tasks using TextBlob

Oct 23, 20204 min read

What is NLP πŸ€– NLP is the subset if AI which enables computers to understand, interpret, and manipulate human natural languages. The history of NLP...

Having a go at common NLP tasks using TextBlob

Tail recursion in python 🐍

Oct 19, 20205 min read

A recursive function is tail recursive when recursive call is the last thing executed by the function i.e the function returns a call to itself. Why...

Tail recursion in python 🐍

scp command in Linux πŸ’»

Oct 11, 20205 min read

Secure Copy command or simply known as a "scp" command is a command-line utility that allows you to securely copy files and directories between two...

scp command in Linux πŸ’»