Type Hinting in Python
https://pupli.net/2018/07/21/type-hinting-in-python/
HTTP requests and JSON parsing in Python
https://pupli.net/2018/07/23/http-requests-and-json-parsing-in-python/
Best Practice for virtualenv and git repo
https://pupli.net/2018/07/23/best-practice-for-virtualenv-and-git-repo/
How to get data received in Flask request
https://pupli.net/2018/07/23/how-to-get-data-received-in-flask-request/
Support for Signals and Slots in PyQt5
https://pupli.net/2018/07/24/support-for-signals-and-slots-in-pyqt5/
Persian Text in Matplolib
https://pupli.net/2018/07/24/persian-text-in-matplolib/
Make Flask externally visible on PyCharm
https://pupli.net/2018/07/25/make-flask-externally-visible-on-pycharm/
Deploy Flask using Gevent
https://pupli.net/2018/07/25/deploy-flask-using-gevent/
Gevent with debug support for Flask
https://pupli.net/2018/07/25/gevent-with-debug-support-for-flask/
Debugging Python with GDB
https://pupli.net/2018/07/26/debugging-python-with-gdb/
Convert UTC time to local in Python
https://pupli.net/2018/07/28/convert-utc-time-to-local-in-python/
Return images in flask response
https://pupli.net/2018/07/29/return-images-in-flask-response/
Removing white space around a saved image in matplotlib
https://pupli.net/2018/07/29/removing-white-space-around-a-saved-image-in-matplotlib/
Change ticks number on a plot in matplotlib
https://pupli.net/2018/08/01/change-ticks-number-on-a-plot-in-matplotlib/
matplotlib font not found
https://pupli.net/2018/09/02/matplotlib-font-not-found/
Python String Formatting
https://pupli.net/2019/02/02/python-string-formatting/
Calculate the difference between two datetime objects
https://pupli.net/2019/02/02/calculate-the-difference-between-two-datetime-objects-in-python/
Create an Enum in Python
https://pupli.net/2019/02/03/create-an-enum-in-python/
Detect Ctrl+C in Python
https://pupli.net/2019/02/06/detect-ctrlc-in-python/
Terminating a Python script
https://pupli.net/2019/02/19/terminating-a-python-script/
python-telegram-bot
https://pupli.net/2019/02/20/python-telegram-bot/
Deploy Python applications into stand-alone executables
https://pupli.net/2019/03/04/deploy-python-applications-into-stand-alone-executables/
Upgrading all packages with pip
https://pupli.net/2019/03/26/upgrading-all-packages-with-pip/
obtaining pid of a python script inside the script itself
https://pupli.net/2019/05/28/obtaining-pid-of-a-python-script-inside-the-script-itself/
Run python script using only the virtual environment
https://pupli.net/2019/07/12/run-python-script-using-only-the-virtual-environment/
Display numbers with leading zeros in Python
https://pupli.net/2019/10/20/display-numbers-with-leading-zeros-in-python/
Datetime to string using strftime() in Python
https://pupli.net/2019/11/datetime-to-string-using-strftime-in-python/
Extract file name from path in Python
https://pupli.net/2019/12/extract-file-name-from-path-in-python/
Read ini config file in Python
https://pupli.net/2019/12/read-ini-config-file-in-python/
Execute all functions in a file without explicitly calling them in Python
https://pupli.net/2020/04/execute-all-functions-in-a-file-without-explicitly-calling-them-in-python/
Convert a single digit number into a double digits string in Python
https://pupli.net/2020/04/convert-a-single-digit-number-into-a-double-digits-string-in-python/
Data Classes in Python
https://pupli.net/2020/04/data-classes-in-python/
Threading in Python
https://pupli.net/2020/04/threading-in-python/
Change Process Priority in Python
https://pupli.net/2020/04/change-process-priority-in-python/
Copy a File in Python
https://pupli.net/2020/04/copy-a-file-in-python/
Restart python-script from within itself
https://pupli.net/2020/05/restart-python-script-from-within-itself/
Multiprocessing in Python
https://pupli.net/2020/05/multiprocessing-in-python/
Get the home directory in Python
https://pupli.net/2020/08/get-the-home-directory-in-python/
Check If a Directory Exists in Python
https://pupli.net/2020/08/check-if-a-directory-exists-in-python/
Launch an independent process with python
https://pupli.net/2020/08/launch-an-independent-process-with-python/
Running shell command and capturing the output on Python
https://pupli.net/2020/08/running-shell-command-and-capturing-the-output-on-python/
Multiprocessing in Python
https://pupli.net/2020/08/multiprocessing-in-python-2/
Sharing data between processes using Shared memory
https://pupli.net/2020/08/sharing-data-between-processes-using-shared-memory/
Communication between processes using Queue
https://pupli.net/2020/08/communication-between-processes-using-queue/
Communication between processes using Pipe
https://pupli.net/2020/08/communication-between-processes-using-pipe/
Terminate process from Python using pid
https://pupli.net/2020/09/terminate-process-from-python-using-pid/
Check if a process exists with a given pid in Python
https://pupli.net/2020/09/check-if-a-process-exists-with-a-given-pid-in-python/
Set application’s taskbar icon in Windows using Python
https://pupli.net/2020/09/set-applications-taskbar-icon-in-windows-using-python/
*args and **kwargs in Python
https://pupli.net/2020/09/args-and-kwargs-in-python/
Python timestamp to datetime and vice-versa
https://pupli.net/2020/09/python-timestamp-to-datetime-and-vice-versa/
Hide the console while using os.system or subprocess.call in Python
https://pupli.net/2020/10/hide-the-console-while-using-os-system-or-subprocess-call-in-python/
Getting a unique hardware ID with Python
https://pupli.net/2020/10/getting-a-unique-hardware-id-with-python/
Remove Column from DataFrame in Pandas
https://pupli.net/2023/08/remove-column-from-dataframe-in-pandas/
Variables vs. Type Aliases in Python
https://pupli.net/2024/05/14/variables-vs-type-aliases-in-python/
Create a C function and Call it from Python
https://pupli.net/2024/05/30/create-a-c-function-and-call-it-from-python/
Filter a list of objects by a property in Python
https://pupli.net/2024/07/22/filter-a-list-of-objects-by-a-property-in-python/