• Home
  • About
  • Sitemap
  • Contact us
  • Terms and Condtion
MENU
M.

  • Python Projects
  • Kaggle
  • ML Projects
  • ML by Other Language
  • Privacy page
Archive for July 2020

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
Subscribe to: Posts (Atom)

Followers

Search This Blog

  • ▼  2020 (12)
    • ►  August (3)
    • ▼  July (9)
      • Print Emojis Using python
      • How to open Notepad file using python
      • Notations and Definations
      • Circle Spirograph using python
      • What is Machine Learning ? Explanation
      • Sudoku Solver using python
      • Titanic: Machine Learning from Disaster for beginn...
      • 2D Snake Game using Python
      • Fidget Spinner game using python.

Labels

Ad Space

Responsive Advertisement

Pages

  • Home
  • Python Projects
  • Machine Learning
  • Kaggle
  • Contact Us
  • Terms
  • About Us
  • Site Map
  • Privacy Policy
  • Home
  • About
  • Contact
M.

Header Ads Widget

Responsive Advertisement

Popular Posts

Fidget Spinner game using python.

       Fidget Spinner game using python                                       I am using Pycharm   😉                               # first we need install pygame package on the interpreter # Then this is the code for the game import pygame import sys from math import * # Initialization of Pygame Windowruiop, pygame.init() width = 500 height = 500 display = pygame.display.set_mode((width, height)) clock = pygame.time.Clock() pygame.display.set_caption("Fidget Spinner Simulation") # Colors background = (51, 51, 51) white = (240, 240, 240) red = (176, 58, 46) dark_red = (120, 40, 31) dark_gray = (23, 32, 42) blue = (40, 116, 166) dark_blue = (26, 82, 118) yellow = (183, 149, 11) dark_yellow = (125, 102, 8) green = (29...
Image

How to open Notepad file using python

How to open Notepad file using Python 😮 This is the code down below to open Notepad  file  using Python. I have save the notepad file name as Example You enter the filename  which to want to open using python # How to open Notepad file using python import subprocess as sp programname = "notepad" filename = "Example.txt" sp.Popen([programname, filename])
Image

Menu

  • About
  • Terms
  • Sitemap
  • Contact Us
  • Privacy Policy

Social Plugin

Recent

Calculator using python

Popular

  • What is Machine Learning ? Explanation
    What is Machine Learning ? Explanation
    1.1 what's Machine Learning Machine Learning is a subfield of a technology that's involved with building algorithms tha...
  • Titanic: Machine Learning from Disaster for beginner Solution- Kaggle Competition
    Titanic: Machine Learning from Disaster for beginner Solution- Kaggle Competition
    This competition is very good for Beginners for Machine Learning   Kaggle, a subsidiary of Google LLC, is an online community of dat...
  • How to open Notepad file using python
    How to open Notepad file using python
    How to open Notepad file using Python 😮 This is the code down below to open Notepad  file  using Python. I have save the no...

Comments

Admin

My Photo
Yash Khairnar
My name is Yash khairnar, I am 18 years old, I am an Mechanical student, and i want to become Machine Learning Engineer.
View my complete profile

Label

  • C
  • C++
  • Calculator.
  • Circle Spirograph
  • coding
  • Competition.
  • Data science
  • Django
  • Excel.
  • Explanation
  • Flask
  • Game
  • java script
  • Kaggle
  • Machine Leaning reference
  • Machine Learning
  • Notations and Definations..
  • python
  • Python Projects
  • reference
  • Sourcecode.
  • SQL

Formulir Kontak

Name

Email *

Message *

Python Projects

Click here to go to the list
Copyright © 2020 M. All Rights Reserved
Blogger Templates Created by Arlina Design Powered by Blogger