Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.92 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.92 KB

Python Projects

  • The 'tic-tac-toe is a two-player board game.
    • A move is made by selecting an integer number between 1 to 9.
    • One player, the computer plays the game using X and always make first move by moving to the center element of the 3X3 board.
    • The computer selects its move by generating a random number.
    • The human player uses O to play.
  • Password_Authentication is a program to authenticate that a user is in our database
  • mean_median_mode is a program that returns the Mean, Median, and Mode of a set of values provided by a user
  • number_guess is a program in which a player guesses the pseudo-random number generated by the program

Working with Database

**The youtube subfolder contains sample codes for long time data storage, retrieval, cleaning, and visualization. Do not forget to include the .sqlite database files in your .gitignore folder if you make use of sensitive data.