Skip to content

ruiqiliu/coursera-python-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coursera-python-learning

Install venv

#create virtualenv
python -m venv coursera-venv
#activate virtualenv
source coursera-venv/bin/activate
#deactivate virtualenv
deactivate

Github workflow

add demo yml to test github actions details is https://docs.github.com/en/actions/writing-workflows/quickstart

  • Events: The event that triggers the workflow run.
    • create a pull request
    • open an issue
    • push a branch
    • schedule
  • Jobs: A set of steps that run on the same runner.
    • Steps: The individual tasks that comprise a job.
  • Actions: The reusable units of code that you can use in your workflow.

run pingpong.py/stopwatch.py

each file is a simple game

After you install the simpleguitk module, you can run it on your desktop. The installing tutor is here : http://stackoverflow.com/questions/16387770/how-to-integrate-simplegui-with-python-2-7-and-3-0-shell

enjoy it!

About

some simple games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages