You are here |
nikgrozev.com | ||
| | | |
github.com
|
|
| | | | Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub. | |
| | | |
blog.chand1012.dev
|
|
| | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | |
yasoob.me
|
|
| | | | Hi everyone! ? I was working on a React project these last couple of weeks and I had to implement login functionality. I searched around and most of the solutions I found relied on Redux or some other huge dependency that I wasnt already using in my project. I didnt want to introduce a big dependency so decided to continue looking. In the end, I found a wonderful library by Oleg Babichev that allowed me to implement the login functionality on the front-end fairly easily. | |
| | | |
blog.reviewnb.com
|
|
| | We explore the key features of popular Jupyter Notebook IDEs and highlight their use cases to help you choose the right IDE for your next notebook project |