Skip to content

Latest commit

 

History

History

Some programs written while learning python

  • a simple ORM framework(orm.py)
  • a simple class and its test(mydict.py, mydict_test.py)
  • a simple distributed example(task_master.py, task_worker.py)
  • two simple word games(a_word_game.py, zork.py)
  • some calss examples(class.py)
  • simple tcp examples(tcp_server.py, tcp_client.py)
  • simple udp examples(udp_server.py, udp_client.py)
  • sqlite、sqlalchemy example(sqlite.py、sqlalchemy.py)
  • wsgi service example(wsgi.py、hello.py)
  • template and web framework example(app.py、templates)
  • simple dir command demo(my_dir.py)
  • find the file whose name contains the specified character string in the current directory and all subdirectories of the current directory(search_files.py)
  • multiprocess demo(process.py)
  • to-do list(todolist.py)
  • multilingual online translator(translator.py)