Django → Django - 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 …
Django → How to use Coverage in Django
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 …
Django → Using 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 …
Django → Django - 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 …
Django → Django - 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 …
Python → Example - Factory method in Python
шаблоны проектирования, factory, Python, method
An example of a factory method in the Python programming language
- """
- Define an interface for creating an object, but let subclasses decide
- which class to instantiate. Factory Method lets a class defer
- instantiation to subclasses.
- """
- import abc
- class …
Python → Example - "Builder" design pattern in Python
Строитель, Python, Builder, шаблоны проектирования
Example of "Builder" desnig pattern in Python
- """
- Separate the construction of a complex object from its representation so
- that the same construction process can create different representations.
- """
- import abc
- class Director:
- """
- Construct an object using the Builder …
Qt → Hello Qt for Python
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 …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…