Skip to main content
0 votes
0 answers
19 views

I am trying to pipe multiple Linux commands and abort if there is an error. With Popen the communicate() method waits for all commands to finish. This is why I am trying asyncio now. I have the ...
Manuel Schmidt's user avatar
0 votes
0 answers
20 views

I am working with a DocuSign sandbox (developer) environment to integrate embedded signing and webhook functionality into a Django REST Framework application. Initially, I was able to send envelopes ...
K Vinay's user avatar
Best practices
0 votes
0 replies
17 views

I'm building a Pydantic model where a field's requirement depends on the value of another field. Specifically, I want the cpf field to be required only if the country field is set to "BR". ...
Comic Hell's user avatar
1 vote
1 answer
40 views

i'm currently learning Flask templates, but i can't undestand how to pass a variable to it. Example of my Python code: from flask import Flask app = Flask(__name__) @app.route('/') def home(): ...
Comic Hell's user avatar
1 vote
2 answers
44 views

Consider the following pandas Series with a DatatimeIndex of daily values (using day-of-year as an example): import pandas as pd dti = pd.date_range("2017-11-02", "2019-05-21", ...
Mike T's user avatar
  • 44.3k
1 vote
0 answers
44 views

I'm trying to create a short form in tkinter python but am new to the language. Whenever I click off of the text box the text underneath moves down vertically and the error message displayed has a ...
Stuff's user avatar
  • 11
Best practices
0 votes
0 replies
33 views

I am looking for advice on how to best pass around the fit results from a (Python) script to another script. Currently, I am exporting the best-fit parameters and function names into a YAML file. I ...
Lost_Soul's user avatar
-4 votes
0 answers
36 views

I have two files: a text file that will be used to count the most frequent characters, and a binary file that will be used to count the most frequent bytes. I need to write a function that replaces ...
boogie's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
147287