Some about my experiences!

  • GNUplot: A minimal academic plotter!

    GNUplot: A minimal academic plotter!

    Because of the needs and expectations of my MSc project, I’ve searched a lot for an appropriate data plotter and visualizer for charts and graphs. Some of them are well known to most users, such as Microsoft Excel, MATLAB, and Origin, and some are less known, like SigmaPlot, GraphPad Prism.Among available programs, a simple low-size…

  • Tic-Tac-Toe on Python

    Tic-Tac-Toe on Python

    Download the script and run it with the Python! The program has five main functions: Input validation: The proper input will be checked by the function. Game matrix visualizer: After each move from each player, the matrix will be printed by the function. Draw checker: The function will check whether the game is drawn or…