10 Websites That Web Developers Should Know
In this post, I introduce websites that will make the life of software developers easier. bitnami.com Bitnami is a website where we can easily and smoothly download open source applications to our computer. ninite.com When we format our computer, the
Real-Time Application Development Using Websocket in Django
WebSocket is a computer communication protocol that provides a full duplex communication channel over a single TCP connection. All internet browsers have supported Websockets since 2011. Application development with Websocket is a popular topic. However, when developing a web application,
How to Add a Virtual Environment to Jupyter Notebook or Jupyter Lab?
Jupyter Notebook uses the IPython kernel developed for jupyter. If we want to add the virtual environment we created on our computer to the Jupyter notebook, we need to do extra operations for this. First we need to activate our