Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

Python

Django Framework
Posted in
  • Python

Django Framework

Django is a Python framework. You can find more info at https://www.djangoproject.com Django Tutorials https://realpython.com/tutorials/django/ Create … Django FrameworkRead more

by TechHubWriter•August 30, 2024•0
Install jupyter notebook
Posted in
  • Python

Install jupyter notebook

To install jupyter notebook on Ubuntu run pip install jupyter To start jupyter notebook, create an … Install jupyter notebookRead more

by TechHubWriter•August 30, 2024•0
Install virtualenv on Ubuntu
Posted in
  • Python

Install virtualenv on Ubuntu

To install virtualenv on Ubuntu, run sudo apt install virtualenv

by TechHubWriter•August 30, 2024•0
virtualenv
Posted in
  • Python

virtualenv

virtualenv is used to create isolated python environments. With python3, you can create virtualenv with command … virtualenvRead more

by TechHubWriter•August 30, 2024•0
Creating and using virtualenv
Posted in
  • Python

Creating and using virtualenv

To create a virtualenv, run virtualenv NAME_OF_VIRTUALENV On Ubuntu 18, this command will create virtualenv with … Creating and using virtualenvRead more

by TechHubWriter•August 30, 2024•0
Running Web Server with python SimpleHTTPServer
Posted in
  • Python

Running Web Server with python SimpleHTTPServer

SimpleHTTPServer is a python module that allow you to run web server for static files. To … Running Web Server with python SimpleHTTPServerRead more

by TechHubWriter•August 30, 2024•0
Getting started with Django Framework
Posted in
  • Python

Getting started with Django Framework

Django is a python framework for developing web applications. To install Django, run pip install django … Getting started with Django FrameworkRead more

by TechHubWriter•August 30, 2024•0
Installing PyCharm Community Edition on Ubuntu
Posted in
  • Python

Installing PyCharm Community Edition on Ubuntu

PyCharm Community Edition is a free python editor from JetBrains. You can download it from https://www.jetbrains.com/pycharm/download/#section=linux … Installing PyCharm Community Edition on UbuntuRead more

by TechHubWriter•August 30, 2024•0
Running Python Application with gunicorn and nginx
Posted in
  • Python

Running Python Application with gunicorn and nginx

Create a service file for gunicorn root@django:~# cat /etc/systemd/system/gunicorn2.service [Unit] Description=gunicorn2 daemon Requires=gunicorn2.socket After=network.target [Service] User=ubuntu … Running Python Application with gunicorn and nginxRead more

by TechHubWriter•August 30, 2024•0
pip install mysqlclient mysql_config: not found
Posted in
  • Python

pip install mysqlclient mysql_config: not found

On Ubuntu 18.04, when i install mysqlclient python module, I get error (venv) boby@sok-01:~/Downloads/django-deploy$ pip install … pip install mysqlclient mysql_config: not foundRead more

by TechHubWriter•August 30, 2024•0

Posts pagination

1 2 3 Next

Smart Tech Hub

SmartTechHub is a dedicated tech blog that brings practical Linux tutorials, hands-on guides, and insightful tips right to your screen.

Useful Links

  • Home
  • News
  • Privacy Policy
Copyright © 2025 SmartTechHub.
Powered by WordPress and HybridMag.
  • Home
  • News
  • Privacy Policy