Skip to content

Python, Django tips and code snippets.

Some useful Python, Django code snippets from my practice.

  • I am a Python and Django developer. Hire me.

Linux sysadmin tips

How to build, compile, and install the latest Python 3.11, 3.10, 3.9, 3.8, and 3.7 on Linux CentOS 7, 8, and 9

06/03/202320/11/2019 by Hanz

Do you want to install the latest Python 3.11.2 (resp. 3.10.10, 3.9.16, 3.8.16, or 3.7.16) on Linux CentOS 7, 8, or 9 and don’t want to break up the shipped Python? You are in the right place. I have for you a short tutorial on how to build, compile, and install Python 3.11, 3.10, 3.9, … Read more

Categories Linux sysadmin tips, Python tips 18 Comments

Howto configure Nginx, PHP, Python, uWSGI, Let’s encrypt SSL, HTTP/2 on CentOS 7

29/05/202020/10/2019 by Hanz

Hi out there, for many years until now, I have been using in Django projects a proven combination Apache and Mod_wsgi and I was fully satisfied. I had no reason to change anything  but the circumstances of the new project forced me to use Nginx . I heard some good things about Nginx, how it is … Read more

Categories Linux sysadmin tips

Categories

  • Django tips
  • Linux sysadmin tips
  • Python tips
  • Vue 3 tips

Recent Posts

  • Vue.js tip: JWT Authentication in Vue 3 app using Axios Interceptors
  • Howto build Django form with Ajax and Boostrap 4
  • How to build, compile, and install the latest Python 3.11, 3.10, 3.9, 3.8, and 3.7 on Linux CentOS 7, 8, and 9
  • Howto make upload form and process image in Django
  • Howto send html email with embedded image in Django
© 2023 Python, Django tips and code snippets.