Tim the Webmaster
Internal tools
Tools by tag
A tool for collecting all images from a whole website is either a list of pages or one single page.With the option to use this tool as a Python script on your own computer, Using this tool as a Django app. And, for sure, as a usual online tool, which will always be accessible for you.
This is a shader editor that allows you to edit both fragment and vertex shaders. Thus allowing you to study linear algebra by introducing your own vectors and matrices. While getting the result on the screen.
This is an online post editor that helps me encapsulate all those blocks and special elements that I use in my articles.
See more ...
Scraper
Bot
GUI
This parser is written in python with minimal dependencies. It parses Google search results using its official API.
This is a single-threaded parser of any filtering and pagination pages of Kinopoisk. That is, those pages in the address of which there is a list slug. Parses data through a proxy, perhaps suitable for moviegoers.
This is a basic example of a parser for such an online store wildberries. Which avoids detection and blocking using proxy rotation and dynamically collecting data using Selenium.
See more ...
Here you will find files of an example inline telegram bot and everything you need to know about its guts.
This online tool allows you to read and subscribe to RSS feeds for free and without limitation. You can also aggregate any number of feeds.
This is a telegram bot notepad where you can create and manage your notes. Filter and group as you wish. It is also easily customizable and supports two languages: Russian, English.
https://t.me/NotebookOnMarginalia_bot or @NotebookOnMarginalia_bot
See more ...
This is a small GUI application for generating funny and silly stories. Written in tkinter.
This is a small GUI application on python-tkinter. It allows you to play hangman)
This is a shader editor that allows you to edit both fragment and vertex shaders. Thus allowing you to study linear algebra by introducing your own vectors and matrices. While getting the result on the screen.
See more ...
Latest articles
Articles by tag
How to add sitemap into Django website
17.04.2025
28
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …
How to customize yourown 404 and 500 pages in Django
12.04.2025
49
0
0
0
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
How to add the feedback form using Django and HTMx
11.04.2025
48
0
0
0
0
In this article, I will describe the way to add on your Django website feedback form using only HTMx and a little bit of DaisyUI as a UI library. Everything …
See more ...
React
Backend
Bot
Django
History
Django restframework, how to add and how to use
24.02.2025
99
1
0
0
0
This article describes the process of setting up and adding a REST framework to a site written in Django. It is added in order to build an API for access …
How to add localization for django website (python, js, templates and models) p. 5
06.02.2025
267
0
0
0
0
In this article, I will show how you can add localization and translations to a Django website(i18n). We will translate Python, JS code, as well as templates and Django-models. Plus, …
See more ...
How to add sitemap into Django website
17.04.2025
28
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …
How to customize yourown 404 and 500 pages in Django
12.04.2025
49
0
0
0
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
See more ...
Creating a bot token and initial setup for telegram bot
14.01.2025
136
0
0
0
0
In this article you will see how I start creating bots for telegram, where I store the token and how I set it up. Including how to enable inline mode …
How to make an inline telegram bot
10.01.2025
133
0
0
0
0
In this article, you will learn what is the difference between a regular TG bot and inline. How to activate inline mode for a bot and how to make it …
See more ...
How to add sitemap into Django website
17.04.2025
28
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …
How to customize yourown 404 and 500 pages in Django
12.04.2025
49
0
0
0
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
See more ...
COBOL, programming language history
06.12.2024
540
0
0
0
0
In this article you will find changes in the language by year and by version. And also how this language was arrived at and what came of it. Also here …
History of dead programming languages
22.03.2024
203
0
0
0
0
The world of technology is constantly changing, and programming languages are no exception. Over time, some of them fade into oblivion, leaving behind only lessons and memories.
See more ...
Comments
Notes
It's been a while since I wrote
18.04.2025
Well, that was difficult
13.04.2025
Paginator on django with htmx
04.04.2025
See more ...