Print Emojis Using python Yash Khairnar July 31, 2020 2 Comments Yash Khairnar Print Emojis Using python 😛🤩😲. There are Three ways to print emojis in python by code First ... Read More
How to open Notepad file using python Yash Khairnar July 28, 2020 3 Comments Yash Khairnar How to open Notepad file using Python 😮 This is the code down below to open Notepad file using Python. I have save the no... Read More
Notations and Definations Yash Khairnar July 27, 2020 5 Comments Yash Khairnar 2 Notation and Definitions 2.1 Notation Let’s start by revisiting the mathematical notation we all learned at school, but some likely ... Read More
Circle Spirograph using python Yash Khairnar July 27, 2020 3 Comments Yash Khairnar Amazing Circle Spirograph using python 🤩 # Need to install package called turtle # This is the source code down below... Read More
What is Machine Learning ? Explanation Yash Khairnar July 26, 2020 5 Comments Yash Khairnar 1.1 what's Machine Learning Machine Learning is a subfield of a technology that's involved with building algorithms tha... Read More
Sudoku Solver using python Yash Khairnar July 26, 2020 3 Comments Yash Khairnar Amazing Sudoku Solver Game Using Python 🤩 This is the source code for the Sudoku Solver # suduko solver using pyth... Read More