All Posts

  • Published on
    I tried to use a lots of django packages to find a good one to quick build web api backend but I did not find a good enough one. I found this one: drf-user and it is good but I try to make it meet my requirements so I built another one based it.
  • Published on
    I am making a Mind Mapping to show how to "quick" develop web app as a full stack developer. I found I am wrong because it seems not "quick". You need to learn lots of stuff. Here is the "simplest" version I made.
  • Published on
    RunPython.Live is an online Python IDE which can be run in browser. You do not need to download and install Python on your computer, just run code in https://RunPython.Live simply. For now it can run standard Python modules include the Turtle module. Enjoy and have fun!