Evgenii Legotckoi
April 23, 2019, 2:10 p.m.

DjangoDjango - Tutorial 044. How to Install and Configure Django on Mac OS

Mac, Django, Python, MacOS, Nginx, Apple, Homebrew

I propose to consider the process of installing and configuring a Django project on Mac OS X based on an existing project.

Some steps will be similar to those already performed in the Django setup article for Ubuntu .


Setting …

Read
Lila25mila
Jan. 29, 2019, 1:53 p.m.

DjangoHow to use Coverage in Django

Django, Python

When you are developing a large project, it is possible to accidentally forget some parts of the code that need to be tested. Coverage.py is a python tool to help you with this.


Installation

Use pip or easy_install as you …

Read
Lila25mila
Jan. 28, 2019, 12:19 p.m.

DjangoUsing Jinja2 with Django (since 1.8)

Django, jinja, Python, template

On the Medium Corporation resource, a user named Samu shares his experience using Jinja2.
According to him, he previously used Jinja2 in his projects built with Flask. But then I decided to use Jinja2 with Django for potential performance gains …

Read
Evgenii Legotckoi
Oct. 25, 2018, 12:47 p.m.

DjangoDjango - Tutorial 039. Adding private messages and chats on the site - Part 2 (Dialogue and chat counter with unread messages)

django, сообщение, Python, чат

Gave free time to correct private messages on the site. This functionality is not used very often, so I do not make great efforts to improve it, although it is time to bring this functionality to adequate work.

Previously, there …

Read
Evgenii Legotckoi
Oct. 24, 2018, 12:38 p.m.

DjangoDjango - Tutorial 038. Use BeatifulSoup 4 to clean up the published content from unwanted html tags

BeaftifulSoup4, Django, Python, HTML, Python 3

When developing a web site that adds the ability to write comments or publish articles that allow html layout, the mechanism for clearing unwanted html tags, in particular script and style tags, is important, since malicious scripts on a quality …

Read
Evgenii Legotckoi
Sept. 24, 2018, 8:43 p.m.

PythonExample - Factory method in Python

шаблоны проектирования, factory, Python, method

An example of a factory method in the Python programming language


  1. """
  2. Define an interface for creating an object, but let subclasses decide
  3. which class to instantiate. Factory Method lets a class defer
  4. instantiation to subclasses.
  5. """
  6.  
  7. import abc
  8.  
  9.  
  10. class
Read
Evgenii Legotckoi
Sept. 20, 2018, 1:15 p.m.

QtQt for Python - UiFiles

PySide2, Qt, Python

This page describes how to use Qt Creator to create GUIs for your PySide software. You will need Qt Creator to design and modify your interface (ui file)

Qt Designer is used to create UI files.

In Qt Creator, create …

Read
Evgenii Legotckoi
Sept. 18, 2018, 4:06 p.m.

PythonExample - "Builder" design pattern in Python

Строитель, Python, Builder, шаблоны проектирования

Example of "Builder" desnig pattern in Python


  1. """
  2. Separate the construction of a complex object from its representation so
  3. that the same construction process can create different representations.
  4. """
  5.  
  6. import abc
  7.  
  8.  
  9. class Director:
  10. """
  11. Construct an object using the Builder …
Read
Evgenii Legotckoi
July 18, 2018, 1:14 p.m.

QtWrite your own Python bindings

C++, Qt5, bind, Python

Today we'll take a look at how you can create bindings for your own project.

The Qt Company is pleased to announce that Qt for Python will also include Shiboken, your primary binding tool.

Read the material below and you …

Read
Evgenii Legotckoi
May 24, 2018, 1:28 p.m.

QtHello Qt for Python

PyQt5, Qt, Python, PySide2

The technology providing Qt for Python will be released soon, as discussed in the Qt Company blog. We are talking about PySide2, which is the official analogue of PyQt .

Consider building a simple application that demonstrates the simplicity of …

Read
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup