1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Atividades Recentes

Fluxo de atividades para todos os membros registados no 4Each - Forum Progress.

  1. Stack postou em um novo tópico.

    [Python] Can't bypass cloudflare with python cloudscraper

    I faced with cloudflare issue when I tried to parse the website. I got this code import cloudscraper url = "https://author.today"...

    Forum: Python

    Abril 24, 2025 às 00:42
  2. Stack postou em um novo tópico.

    [Python] RSS Memory and Virtual Memory do not decrease even after killing a playwright...

    I'm doing continuous iteration tests with playwright on a website and I noticed that RSS Memory and Virtual Memory are gradually increasing...

    Forum: Python

    Abril 24, 2025 às 00:42
  3. Stack postou em um novo tópico.

    [Python] Convert nested python dict to a pandas dataframe

    I have weather data in a python dict that I'm trying to convert to a pandas df. (From there I'll load it into SQLServer but I've got that...

    Forum: Python

    Abril 24, 2025 às 00:42
  4. Stack postou em um novo tópico.

    [Python] Python Selenium - Checkbox Is Not Clicked With Explicit Wait

    H, I am trying to click on the below checkbox. <thead class="ant-table-thead" xpath="1"> <tr> <th...

    Forum: Python

    Abril 24, 2025 às 00:42
  5. Stack postou em um novo tópico.

    [Python] Downgrade to Python3.10 or 3.8 on Colab

    The project I'm working on requires dependencies that work with Python 3.8 or 3.10, but I couldn't find a proper way to downgrade the...

    Forum: Python

    Abril 24, 2025 às 00:42
  6. Stack postou em um novo tópico.

    [Flutter] How do I fix the error 'Failed to load FirebaseOptions from resource. Check that you...

    E/flutter ( 6571): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.Exception: Failed to...

    Forum: Mobile

    Abril 23, 2025 às 23:42
  7. Stack postou em um novo tópico.

    [SQL] PowerApps Pull one to many values by individual entry

    I'm using PowerApps with a SQL database right now, and I have an Events table and an Event_Categories Table. Events has a one to many...

    Forum: Outras Linguagens

    Abril 23, 2025 às 23:22
  8. Stack postou em um novo tópico.

    [Python] Control LCTech Relay X2 using Python and serial commands via serial port

    So I bought the following relay and board (comes with ESP-01 8266 module) that I want to control directly via serial commands....

    Forum: Python

    Abril 23, 2025 às 23:12
  9. Stack postou em um novo tópico.

    [Python] Underline Text in Tkinter Label widget?

    I am working on a project that requires me to underline some text in a Tkinter Label widget. I know that the underline method can be used,...

    Forum: Python

    Abril 23, 2025 às 23:12
  10. Stack postou em um novo tópico.

    [Python] Recursive functions memory usage

    I have here a recursive function: def pow(x, n): if n == 0: return 1 else: return x * pow(x, n-1) answer = pow(a, b)...

    Forum: Python

    Abril 23, 2025 às 23:12
  11. Stack postou em um novo tópico.

    [Python] Adding new values to pandas df and increment timestamp

    I have a time series dataset of a Pandas series df that I am trying to add a new value to the bottom of the df and then increment the...

    Forum: Python

    Abril 23, 2025 às 23:12
  12. Stack postou em um novo tópico.

    [Python] Unable to use pyarrow optimization in AWS Glue

    In my AWS Glue (4.0 which supports spark 3.3), I am trying to optimize by using this:...

    Forum: Python

    Abril 23, 2025 às 23:12
  13. Stack postou em um novo tópico.

    [Python] Get precise Android GPS-Location in Python

    I try to obtain the GPS-Location of my Android Phone in Python (using QPython3 app). This kind of works, but it seems there are several...

    Forum: Python

    Abril 23, 2025 às 22:42
  14. Stack postou em um novo tópico.

    [Python] MLflow images path are not considering converting strings into special characters

    I am working with Mlflow==2.19.0 in a Red Hat Enterprise Linux Server release 7.9 (Maipo). Everythig works fine except with the log_image...

    Forum: Python

    Abril 23, 2025 às 22:42
  15. Stack postou em um novo tópico.

    [Python] PyPDF2 - PdfFileReader - cannot extract text

    I am looping through a directory and reading in numerous PDFs. I am extracting all text information from each page using a loop. 5/13 PDFs...

    Forum: Python

    Abril 23, 2025 às 22:42
  16. Stack postou em um novo tópico.

    [Python] Can I get the Python interpreter to print stack traces with one line per frame rather...

    When an exception is raised in Python, we get something like: Location source line Location source line Location source line yet -...

    Forum: Python

    Abril 23, 2025 às 22:42
  17. Stack postou em um novo tópico.

    [Python] is it possible to run pygame or pyglet in a browser?

    I have 3 game libraries installed on my PC: pyglet, pygame and Panda3D. I would like to create a 2D game and make it a web browser game so...

    Forum: Python

    Abril 23, 2025 às 22:42
  18. Stack postou em um novo tópico.

    [Python] Tabela não encontrada na consulta sql

    Estou fazendo um projeto de análise de dados onde baixo um banco de dados de determinado site mas quando faço a consulta sql aparece o...

    Forum: Python

    Abril 23, 2025 às 22:42
  19. Stack postou em um novo tópico.

    [Flutter] Expected to find ')'. Don't know where to place )

    need to add a missing ) that correlates to 'if' in the code. tried deleting the } after, return CircularProgressIndicator(); }, and it...

    Forum: Mobile

    Abril 23, 2025 às 22:33
  20. Stack postou em um novo tópico.

    [Python] How to fix the transformer installation issue?

    I am trying to train a T5 model based on spellcheck by providing it with a sample csv file in google colab. Initially I ran the code with...

    Forum: Python

    Abril 23, 2025 às 21:22
  21. Stack postou em um novo tópico.

    [Python] How to fix ERROR while installing WSGI for PYTHON

    I can't install WSGI for Python. I have tried lots of things. I have installed the latest versions of pip, python, apache, setuptools. I...

    Forum: Python

    Abril 23, 2025 às 21:22
  22. Stack postou em um novo tópico.

    [Python] Is it good practice to override an abstract method with more specialized signature?

    Background information below the question. In Python 3, I can define a class with an abstract method and implement it in a derived class...

    Forum: Python

    Abril 23, 2025 às 21:22
  23. Stack postou em um novo tópico.

    [Python] why is my bar chart showing empty spaces between bars in matplotlib? [closed]

    I’m trying to create a simple bar chart using matplotlib to visualize the number of students per department. How can I reduce the space...

    Forum: Python

    Abril 23, 2025 às 21:22
  24. Stack postou em um novo tópico.

    [Python] Python script of Aspen plus flowsheet

    I have to generate python script that will be send to aspen plus to create a flowsheet, but I don't know how to do so. I started with some...

    Forum: Python

    Abril 23, 2025 às 21:22
  25. Stack postou em um novo tópico.

    [Flutter] dart:html is deprecated and shouldn't be used

    I'm getting the suggestion to replicate the dart:html code with package:web and dart:js_interop after upgrading the flutter. Here is my...

    Forum: Mobile

    Abril 23, 2025 às 21:02
  26. Stack postou em um novo tópico.

    [Python] Can't generate a proper qr [closed]

    import matplotlib import numpy as np import matplotlib.pyplot as plt from dataclasses import dataclass from pandas import read_csv from...

    Forum: Python

    Abril 23, 2025 às 20:52
  27. Stack postou em um novo tópico.

    [Python] The best way to deal with null values and outliers? [closed]

    Im currently dealing with a DB that has some missing/incorrect values whats the best way to deal with it ? *im using google colab and...

    Forum: Python

    Abril 23, 2025 às 20:52
  28. Stack postou em um novo tópico.

    [Python] How to convert safetensors model to onnx model?

    I want to convert a model.safetensors to ONNX, unfortunately I haven't found enough information about the procedure. The documentation of...

    Forum: Python

    Abril 23, 2025 às 20:52
  29. Stack postou em um novo tópico.

    [Python] Is any Library in python for matching Users input (char)? [closed]

    I want a library in python that match Users inputs with some words. I need it for jango I try to find some library, but rapid fuzz isn't...

    Forum: Python

    Abril 23, 2025 às 20:52
  30. Stack postou em um novo tópico.

    [Python] program can't see text file in same directory [duplicate]

    why am I having severe problems with code that needs to read from a txt. file when the text file is already in the same directory. I am...

    Forum: Python

    Abril 23, 2025 às 20:52
  31. Stack postou em um novo tópico.

    [Python] problema ao atualizar PIP

    estava tentando instalar algumas bibliotecas no python (3.6) e não estava conseguindo, li que poderia ser a versão do PIP que estaria...

    Forum: Python

    Abril 23, 2025 às 20:43
  32. Stack postou em um novo tópico.

    [SQL] SQL Server: group dates by ranges

    I have an SQL table with one column (dateRec) containing dates, format: yyyy-mm-dd. Is there a way in SQL that I can define date ranges...

    Forum: Outras Linguagens

    Abril 23, 2025 às 20:02
  33. Stack postou em um novo tópico.

    [SQL] Syntax error (missing operator) in query expression, and can't figure it out

    Private Sub cmdOpnPS_Click() Dim varWhere As Variant, strForm As String ' Set an error trap in case report has no data On Error GoTo...

    Forum: Outras Linguagens

    Abril 23, 2025 às 19:32
  34. Stack postou em um novo tópico.

    [Python] Streamlit Crashes on Image Upload

    "OSError: cannot identify image file <_io.BytesIO object at 0x7fce02c76b80>" I'm trying to deploy a ML model on Streamlit and I encountered...

    Forum: Python

    Abril 23, 2025 às 19:12
  35. Stack postou em um novo tópico.

    [Python] Not understanding Django forms and their use. Is there a way to bypass them and still...

    I'm attempting to create a website using Django, a framework I'm not very familiar with. Since I don't understand what Django forms do, I...

    Forum: Python

    Abril 23, 2025 às 19:12
  36. Stack postou em um novo tópico.

    [Python] How to extract header paramaters to login to website with BS4? [duplicate]

    I am trying to login to a website that I have opened with BeautifulSoup in Python. I attached an image with the form data that I submitted...

    Forum: Python

    Abril 23, 2025 às 19:12
  37. Stack postou em um novo tópico.

    [Python] How to Calculate the Signature for Forge of Empires HTTP Requests?

    I'm developing a tool to interact with the Forge of Empires backend and need to generate the correct Signature for HTTP requests. I...

    Forum: Python

    Abril 23, 2025 às 19:12
  38. Stack postou em um novo tópico.

    [Python] Python script running via shell but not working via supervisord

    The error that I'm facing is: File "/usr/local/lib/python3.5/dist-packages/oauth2client/crypt.py", line 23, in <module> from...

    Forum: Python

    Abril 23, 2025 às 19:12
  39. Stack postou em um novo tópico.

    [SQL] Nested Loop Join - How to resolve

    I have a query that is continually running extremely slowly due to a nested loop join. I am joining a table of customer data to a calendar...

    Forum: Outras Linguagens

    Abril 23, 2025 às 19:02
  40. Stack postou em um novo tópico.

    [SQL] auto_increment causing errors with CREATE TABLE

    I have been using netbeans as a tool for my java, and i have a problem. I read this tutorial and then i tried to create a table using this...

    Forum: Outras Linguagens

    Abril 23, 2025 às 19:02
  41. Stack postou em um novo tópico.

    [SQL] MySql multiple where conditions - only match first correct condition

    With data similar to the table below: | id | e_date | e_time | place | person| ref |ref_type| | 10 | 2015-08-03 | 10:30...

    Forum: Outras Linguagens

    Abril 23, 2025 às 18:32
  42. Stack postou em um novo tópico.

    [Python] How do I get the FSM context to pass to my function?

    Utilities.py import aiogram import aiogram.filters import aiogram.types import aiogram.fsm.context import aiogram.fsm.state from...

    Forum: Python

    Abril 23, 2025 às 18:22
  43. Stack postou em um novo tópico.

    [Python] Converting user-drawn polygons on a Cartopy map to a binary mask in Python?

    I'm trying to make a program using Tkinter, Cartopy and Matplotlib that would allow users to draw polygons on a map. Once the polygon is...

    Forum: Python

    Abril 23, 2025 às 18:22
  44. Stack postou em um novo tópico.

    [Python] compare in python content of compile_commands.json

    i want to "freeze" create a snapshot of a compile_commands.json file e.g. [ { "directory": "/home/user/development/project",...

    Forum: Python

    Abril 23, 2025 às 18:22
  45. Stack postou em um novo tópico.

    [Python] Issue with Python Script - Pulling date from PDF "Inactive"

    # Handle Inactive Summary header elif detected_header == "Inactive Summary by Asset Category and Acquisition...

    Forum: Python

    Abril 23, 2025 às 18:22
  46. Stack postou em um novo tópico.

    [Python] Python: Maximum recursion depth while getting the str of an object

    I'm making a program to get the amount of letters in a number: def convert(number): lettercount = 0 numstr = str(number) #...

    Forum: Python

    Abril 23, 2025 às 18:22
  47. Stack postou em um novo tópico.

    [Python] como faço pra instalar biblioteca de mp3 no pycharm?

    oi, estou fazendo o curso de python mundo 1 do curso em vídeo e não estou conseguindo completar o desafio 021 pq não consigo instalar...

    Forum: Python

    Abril 23, 2025 às 18:22
  48. Stack postou em um novo tópico.

    [android] Configurar o JDK no Android Studio

    Preciso configurar o caminho do JDK no Android Studio via terminal sem acesso root para um script. O computador tem o JDK/JRE 7, tentei...

    Forum: Mobile

    Abril 23, 2025 às 18:22
  49. Stack postou em um novo tópico.

    [Flutter] In dart/flutter, what's the best way for a wrapper to have the same default values...

    Mainly facing this in wrapper widgets that pass through parameters to the widget that they wrap. The child declares default values, but for...

    Forum: Mobile

    Abril 23, 2025 às 18:13
  50. Stack postou em um novo tópico.

    [SQL] How to get the most value, id and timestamp for every day

    Data id timestamp value 225 2018-07-24 13:00:00 0 226 2018-07-24 18:33:32 196 227 2018-07-25 5:59:14 290 173 2018-07-05 8:16:14 258 228...

    Forum: Outras Linguagens

    Abril 23, 2025 às 17:22
Loading...