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

  • Python Projects
  • Kaggle
  • ML Projects
  • ML by Other Language
  • Privacy page
Python Projects

Python Projects

How to open Notepad using python

Fidget Spinner game using python

2D Snake Game using Python

Sudoku solver using python

 Amazing Circle Spirograph  using python

Print Emojis using python
Subscribe to: Posts (Atom)

Followers

Search This Blog

  • ▼  2020 (12)
    • ▼  August (3)
      • Board Game Review Prediction | ML model
      • Calculator using python
      • Real Estate Company's housing price prediction
    • ►  July (9)

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