• Home
  • Python & Django
  • Frontend
  • Processes
  • Curiosities
  • About me
Menu
Topic 6 Posts

Python & Django

Posts about Python and Django
Page 1 of 1

What they don't tell you about webpack dynamic imports

By Oleg Yamnikov in Frontend on 15 Oct 2022

A couple of considerations to take into account when implementing dynamic imports in your project.…

Easy way to launch VS Code Python debugger in any Python code

By Oleg Yamnikov in Python & Django on 24 Feb 2022

Using debugpy package to start a debug server in your code and connect to it from VS Code.…

Leveraging Python's parser to safely evaluate user-submitted formulas

By Oleg Yamnikov in Python & Django on 27 Jun 2021

In this post, I'll demonstrate an example implementation of a small formula engine built on top of the "ast" package that comes with Python's standard library and provides access to Python's parser.…

Uses for Redis in your Django application

By Oleg Yamnikov in Python & Django on 20 Feb 2021

I will list some of the uses that I have found Redis to be a good choice for in my projects. If you're like me and new to using in-memory stores for something other than caching, then maybe you will find this article interesting.…

Python argparse cheat sheet

By Oleg Yamnikov in Python & Django on 16 Dec 2020

This is a cheat sheet designed to be quickly copied and pasted into your code. It can be especially useful to populate the add_arguments method in custom Django management commands.…

How to filter a Django QuerySet by a window function

By Oleg Yamnikov in Python & Django on 25 Nov 2020

In this post, I will explain why would you need to do a filter by a window function and how this problem can be overcome by wrapping a given QuerySet in a raw SQL query.…

Page 1 of 1
Archive

Search

Archive

Topics

Python & Django: 6 Frontend: 4 Curiosities: 3 Processes: 2
Codex of Sporadic Ideas © 2023 Published with Ghost • Theme Attila