Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python

Windows: Poetry isn't recognized and commands aren't working although it has already been installed properly

python python-poetry

How to convert this Python code with a SSL client certificate to Kotlin & ktor?

docker Runtime error: Failed to initialize platform (azure-c-shared). Error: 2153

I've defined a function and want to write the output of it to a txt file, what do I need to change in my code?

python string function

How can I use one django app ( with one db ) in two projects ? ( Using my app as a service )

python django soa

Are python-ldap's exceptions organized in a hierarchy?

wxPython: refresh and update combobox

python wxpython refresh

How to fetch content of XML root element in Python?

python xml

DuckDB - How to iterate over the result returned from duckdb.sql command

python duckdb

How to add plus sign for positive number when using to_excel?

python pandas excel dataframe

Sorting a Polars list of structs based on a struct field value

Setting slice of column to list of values on polars dataframe

My settings.py file in Django is getting too long. How do I split it into two?

python django