Archives
- Wed, 11 Sep 2024
- How to Identify the Process Terminated by OOM
- Tue, 24 May 2022
- Why I don’t have analytics and comments on my website
- Fri, 18 Feb 2022
- Using typing.Generic in Python
- Mon, 18 Oct 2021
- How to Improve Your Whiteboard Coding Interview Skill
- Fri, 14 May 2021
- What are good Python interview questions?
- Fri, 10 Apr 2020
- Audio Programming Frameworks
- Sun, 15 Mar 2020
- Type Hints for Dynamic Class Creation
- Mon, 20 Jan 2020
- Is It Worth Become a Developer?
- Tue, 15 Oct 2019
- What is Python not good for?
- Fri, 24 May 2019
- Python Typing Hints List
- Fri, 26 Apr 2019
- Codingame: Clash of Code
- Mon, 18 Mar 2019
- Using import foo.bar.baz as fbb
- Tue, 29 Jan 2019
- Please Do Not Use "else"
- Wed, 02 Jan 2019
- Plans for 2019
- Thu, 25 Oct 2018
- Mobile App with Kivy and Python? Mmm… Not now
- Mon, 27 Aug 2018
- Optional or Not in Abstract Classes
- Thu, 12 Jul 2018
- Coders Strike Back Post-mortem
- Thu, 29 Mar 2018
- 4 Articles about Python Internals
- Wed, 28 Feb 2018
- Computer Science Distilled
- Mon, 29 Jan 2018
- Tuple[Callable, Any, ...]
- Mon, 11 Dec 2017
- How to add type hints into Python 2.7 project
- Fri, 20 Oct 2017
- 9 Useful Articles about Asyncio
- Fri, 06 Oct 2017
- Python project integrity requires extra efforts
- Mon, 11 Sep 2017
- Hash function for function in Python
- Sun, 13 Aug 2017
- Success in Programming Book Review
- Fri, 23 Jun 2017
- Data Structures and Algorithms in Java (2nd Edition) Review
- Sat, 10 Jun 2017
- Emacs hot-keys in non-English keyboard layout
- Tue, 30 May 2017
- Property in Child Class
- Fri, 19 May 2017
- Pyenv on Mac
- Fri, 28 Apr 2017
- Big Data. Educational Resources
- Sat, 15 Apr 2017
- Soft Skills Book Review
- Wed, 05 Apr 2017
- Is this MOOC good for me?
- Sun, 19 Mar 2017
- Modern Operating Systems 4th edition Review
- Fri, 17 Feb 2017
- Enums in Python
- Tue, 31 Jan 2017
- Why I Use Plain Text Everywhere
- Fri, 30 Dec 2016
- Effective Java 2nd edition Book Review
- Mon, 12 Dec 2016
- How to set up HTTPS for S3 static site
- Wed, 23 Nov 2016
- Java-like Optional in Python
- Thu, 03 Nov 2016
- Backtracing without Recusion in Python
- Mon, 24 Oct 2016
- Functional Programming Principles in Scala Course Review
- Thu, 06 Oct 2016
- Want to add type annotation to a variable? Do refactoring!
- Fri, 23 Sep 2016
- MongoDB count queries can slow down your API
- Fri, 09 Sep 2016
- Don't use dicts so much
- Fri, 26 Aug 2016
- Move from Python to Java. First impressions
- Fri, 29 Jul 2016
- How to use mypy on Python 2.7 project
- Fri, 22 Jul 2016
- Writing code for Unity3d in Sublime Text 3
- Thu, 14 Jul 2016
- TrueType Fonts in LibGDX
- Thu, 07 Jul 2016
- PyCon Russia 2016
- Mon, 27 Jun 2016
- Build own iterator over enumerate
- Tue, 14 Jun 2016
- My top 7 of PyCon 2016 videos
- Thu, 09 Jun 2016
- Mutable types as default params in Python
- Wed, 01 Jun 2016
- Kivy Project. Part 1. Setting up environment