Python

 Development  Python

Python Tip: Auto-reload the console on file changes

If you use IPython as your console, you can use the autoreload extension to automatically reload code up the current state

Read
 Python

PyDevTo - unofficial dev.to api for python

Unofficial dev.to api for python

Read
 Python

Django console tip: autoload your models

Save time by automatically loading your project's models every time you start the Django console.

Read