Coders Packet

Packets submitted by SHUBHAM GARG

Bot for Stock Price updates in Python

This Bot provides all information about stocks of desired company in Discord channels messages using Python library yfinance.

To add the two numbers without using arithmetic operators in C++

This article is about adding the two numbers without using arithmetic operators like +, - and * implemented in C++.

Check if a number is Automorphic or not in C++

This article aims to check whether a number is Automorphic (a number whose last digits of its square is equal to the number itself) or not, implemented in C++.

Check if a number is Magic or not in C++

This article aims to check whether a number is Magic (a number whose sum of digits is evaluated until the sum is found to be 1) or not, implemented in C++.

ASCII Art using Python

In this article, we're going to create an ASCII Art using python module pyfiglet that will make your coding experience much creative.

Stocks' Discord Bot in Python

This project of Stocks Discord Bot provides all information about stocks of desired company in discord channels messages using python library yfinance.