Show HN: FastAPI: build Python APIs with Go-like speed and automatic UI docs: https://fastapi.tiangolo.com/
Errors packaging app for android using ubuntu and buildozer: https://stackoverflow.com/questions/54621830/errors-packaging-app-for-android-using-ubuntu-and-buildozer
Stack Overflow
Errors packaging app for android using ubuntu and buildozer
PREREQUISITES
I'm trying to figure out how to package python apps using buildozer. After wasting many hours attempting to do so I've reached a point where I've got stuck, here's a little summary o...
I'm trying to figure out how to package python apps using buildozer. After wasting many hours attempting to do so I've reached a point where I've got stuck, here's a little summary o...
Python Weekly - Issue 389: https://mailchi.mp/pythonweekly/python-weekly-issue-389
sqlalchemy query of timeseries data formatted as pairs of (step, next_step) time-adjacent samples: https://stackoverflow.com/questions/55234272/sqlalchemy-query-of-timeseries-data-formatted-as-pairs-of-step-next-step-time
Stack Overflow
sqlalchemy query of timeseries data formatted as pairs of (step, next_step) time-adjacent samples
I have some time series data where I have sets of time series, each Timeseries instance of which has a one-to-many relationship
with Point instances. Below is a simplified representation of the dat...
with Point instances. Below is a simplified representation of the dat...
Line profiling class instantiation in python: https://stackoverflow.com/questions/55238619/line-profiling-class-instantiation-in-python
Stack Overflow
Line profiling class instantiation in python
I have some existing code that I'm trying to profile. I can successfully line profile class methods by adding a @profile decorator using kernprof.
Is there a general way to profile class instantia...
Is there a general way to profile class instantia...
Given list of websites, search and return information in Python: https://stackoverflow.com/questions/55253242/given-list-of-websites-search-and-return-information-in-python
Stack Overflow
Given list of websites, search and return information in Python
I created a function that returns a list of urls given a specific companies name. I want to know search through this list of urls and find information on whether the company is owned by another com...
Is it possible to enable caching from Django admin pages?: https://stackoverflow.com/questions/55185061/is-it-possible-to-enable-caching-from-django-admin-pages
Stack Overflow
Is it possible to enable caching from Django admin pages?
I have a Django-based website at ozake.com, and I am frequently rewriting parts of the programming.
Each time I work on it, I have to modify settings.py to disable caching.
I am using file-based
Each time I work on it, I have to modify settings.py to disable caching.
I am using file-based
Is there a way to change effective process name in Python?: https://stackoverflow.com/questions/564695/is-there-a-way-to-change-effective-process-name-in-python
Stack Overflow
Is there a way to change effective process name in Python?
Can I change effective process name of a Python script? I want to show a different name instead of the real name of the process when I get the system process list. In C I can set
strcpy(argv[0],"
strcpy(argv[0],"
Python for Reverse Engineering 1: ELF Binaries: https://icyphox.sh/blog/python-for-re-1/
icyphox.sh
Python for Reverse Engineering
Building your own disassembly tooling for — that’s right — fun and profit
brySVG - module for using Scalable Vector Graphics in Brython: https://www.reddit.com/r/Python/comments/b2gokm/brysvg_module_for_using_scalable_vector_graphics/
reddit
r/Python - brySVG - module for using Scalable Vector Graphics in Brython
18 votes and 6 comments so far on Reddit
Does any of the Python web frameworks have a library made for it which allows easy control of access levels for the users of a web app? For example, an admin could make available to user U23 only pages/plugins P1, P3 and P4 and resources R3 and R6 (where R6 could be a database table).: https://www.reddit.com/r/Python/comments/b49di8/does_any_of_the_python_web_frameworks_have_a/
reddit
r/Python - Does any of the Python web frameworks have a library made for it which allows easy control of access levels for the…
23 votes and 14 comments so far on Reddit
Using Ephemeral Docker Containers as CLI Applications: https://www.reddit.com/r/Python/comments/b4hb3i/using_ephemeral_docker_containers_as_cli/
reddit
r/Python - Using Ephemeral Docker Containers as CLI Applications
51 votes and 2 comments so far on Reddit
Solving PDE with implicit euler in python - incorrect output: https://stackoverflow.com/questions/55247359/solving-pde-with-implicit-euler-in-python-incorrect-output
Stack Overflow
Solving PDE with implicit euler in python - incorrect output
I will try and explain exactly what's going on and my issue.
This is a bit mathy and SO doesn't support latex, so sadly I had to resort to images. I hope that's okay.
I don't know why it's invert...
This is a bit mathy and SO doesn't support latex, so sadly I had to resort to images. I hope that's okay.
I don't know why it's invert...
How do I automatically identify crypto best practices in python code: https://stackoverflow.com/questions/55211751/how-do-i-automatically-identify-crypto-best-practices-in-python-code
Stack Overflow
How do I automatically identify crypto best practices in python code
so I was asked to come up with some automated possibility to check python code (provided by devs) for adherence to crypto best practices according to different recommendations (mostly German BSI). ...
Defining an API for a complex function (function generates classes with a large amount of configurable parameters): https://stackoverflow.com/questions/55288143/defining-an-api-for-a-complex-function-function-generates-classes-with-a-large
Stack Overflow
Defining an API for a complex function (function generates classes with a large amount of configurable parameters)
I'm writing a view generator for my Django project. I have a large number of models from a legacy application (~150 models), that all need the same basic CRUD operations (providing Admin access isn't