Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,934
» Latest member: XenonBlack
» Forum threads: 38,723
» Forum posts: 175,504

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 40 Guest(s)
Applebot, Google, AOL, AOL, kshahzad1985

Latest Threads
ShanePulse
Forum: General Coding Help
Last Post: OLanePulse
18 minutes ago
» Replies: 0
» Views: 5
Too much space between gr...
Forum: GUI
Last Post: RonR
52 minutes ago
» Replies: 2
» Views: 818
How Reliable Is Assignmen...
Forum: News and Discussions
Last Post: tobey12
3 hours ago
» Replies: 0
» Views: 33
Expert Guidance Made Easy...
Forum: General Coding Help
Last Post: Alex12
5 hours ago
» Replies: 0
» Views: 41
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
8 hours ago
» Replies: 1
» Views: 351
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,401
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,491
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 337
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 109
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,853

 
  Potentiostat/Galvanostat potential issue
Posted by: pepe523869 - Oct-31-2022, 02:45 AM - Forum: General Coding Help - Replies (10)

Good Morning,

I made a potentiostat based on article from https://ww[url=https://python-forum.io/thread-38572.html]..... More

Print this item

Shocked Manual Splines?
Posted by: Power_Broker - Oct-31-2022, 02:19 AM - Forum: General Coding Help - Replies (4)

I'm looking to manually create a 1D curve using splines.

I've tried using SciPy's implementation of spline interpolation, but it's not what I want...... More

Print this item

  a generator and threads
Posted by: Skaperen - Oct-31-2022, 01:25 AM - Forum: News and Discussions - Replies (4)

if a generator spawns a thread, what happens? can 2 or more threads do yields in the same generator? what if 2 or more threads try to iterate the sa..... More

Print this item

  i want to use type= as a function/method keyword argument
Posted by: Skaperen - Oct-31-2022, 12:53 AM - Forum: General Coding Help - Replies (9)

i want to use type= as a function/method keyword argument:

result = that_function(buffer1,buffer2,limit=4096,type=bytes)
can i ..... More

Print this item

  Looping a question until correct feedback is given
Posted by: TylerTrunzo - Oct-30-2022, 09:27 PM - Forum: General Coding Help - Replies (9)

I'm writing my first python program as a number guessing game. I am trying to loop a question until a 'yes' or 'no' response is given but am having tr..... More


Attached Files

Thumbnail(s)
           
Print this item

  can't install python
Posted by: polar - Oct-30-2022, 04:39 PM - Forum: General Coding Help - Replies (3)

i have tried reinstall windows, install a different version of python and doesn't works.

it only show this error 0x80070643

this is the log

[..... More

Print this item

  sending byte in code?
Posted by: korenron - Oct-30-2022, 08:56 AM - Forum: General Coding Help - Replies (2)

Hello,
I'm working on some BLE code that need to send 01 \ 00 in order to turn on a remote LED.

this is the command I'm using
[python] await cl..... More

Print this item

  Shop Revisted
Posted by: menator01 - Oct-29-2022, 08:03 PM - Forum: Code sharing - No Replies

Buy/add/delete items. May still have a bug or two.

[python]
from tabulate import tabulate
from os import system, name
from time import sleep

..... More

Print this item

  My pygame screen size
Posted by: Yegor123 - Oct-29-2022, 07:14 PM - Forum: General Coding Help - Replies (2)

Im making a tile game on pygame and I can only see half my player ive tried just about everything ive changed the world data list and gone through tut..... More


Attached Files

Thumbnail(s)
   
Print this item

  API Post issue "TypeError: 'str' object is not callable"
Posted by: makeeley - Oct-29-2022, 05:20 PM - Forum: General Coding Help - Replies (2)

Hi, I am new to the forums and this is my first post.

I am new to python, more familiar with bash scripting, however I am trying to write a python..... More

Print this item

  OCR again
Posted by: DPaul - Oct-29-2022, 06:19 AM - Forum: Bar - Replies (22)

Hi,
Not a coding problem, but:
I have inherited zillions of scanned documents (prayer cards & the likes),
produced by a scanner that outputs them as t..... More

Print this item

  Flask, read H5 text value
Posted by: tantony - Oct-28-2022, 08:39 PM - Forum: Web Scraping & Web Development - Replies (4)

I'm writing a Flask grocery list app.

How would I get the text value of H5 tag? So I can delete or modify it?

Screenshot: ..... More

Print this item

  returning a List of Lists
Posted by: nafshar - Oct-28-2022, 05:36 PM - Forum: General Coding Help - Replies (3)

I am trying to return an empty list of lists from a function so that, when printed, will look like : [[""]]

But a return like the following result ..... More

Print this item

  Hover over highlighted text and open popup window
Posted by: DrakeSoft - Oct-28-2022, 11:19 AM - Forum: GUI - Replies (2)

Hi,

I am looking for an approach that might allow me to hover over a highlighted work in a QTextEdit widget and on hovering open a pop-up window to..... More

Print this item

  python gzip all files from a folder
Posted by: mg24 - Oct-28-2022, 04:16 AM - Forum: General Coding Help - Replies (3)

Hi Team,

I want to gzip all files of a folder \or complete folder. save with different name.
before deleting all files from a folder. how to achi..... More

Print this item

  python r string for variable
Posted by: mg24 - Oct-28-2022, 01:56 AM - Forum: General Coding Help - Replies (3)

Hi Team,

how to apply r(raw string) for a variable path
r"\\IND200300400.XXX.XXXX.XXX\Recon Project\output1" ---------here directly attached r it..... More

Print this item

  TkInter Realtime calculation
Posted by: marlonsmachado - Oct-28-2022, 12:35 AM - Forum: GUI - Replies (3)

Hello all,

I have a program where I receive a real-time data via TCP-IP using sockets, where I want to use one specific data to make a calculation ..... More

Print this item

  How to get cell(x,y).value = "\'=name(p)" to show correctly ??
Posted by: ozlevia - Oct-27-2022, 09:54 PM - Forum: General Coding Help - Replies (9)

Creating an excel file that is designed to be processed by another package (OpenL).
I am trying to enter into a call the string:
=name(parameter..... More

Print this item

  Creating csv files from Excel file
Posted by: azizrasul - Oct-27-2022, 09:37 PM - Forum: General Coding Help - Replies (40)

I want to transfer worksheets in a workbook into individual csv files per worksheet (I am experimenting with 1 worksheet at the moment). I found the f..... More

Print this item

  Determine whether text in QTableView cell is fully visible or not
Posted by: random_nick - Oct-27-2022, 09:29 PM - Forum: GUI - No Replies

Hi!

I need to implement a feature for QTableView which many spreadsheet programs have. For example, LibreOffice Calc shows an arrow for a cell if t..... More

Print this item

  Version Control with GIT
Posted by: Larz60+ - Oct-27-2022, 08:15 PM - Forum: News and Discussions - Replies (1)

This site is new to me, but started in 2018 and appears to be updated on a regular basis.
I have used git for a long time, but am only familiar with ..... More

Print this item

  Modifying a date format
Posted by: jehoshua - Oct-27-2022, 08:14 PM - Forum: General Coding Help - Replies (17)

I have some QIF data in a file, and the 'Date" record needs modifying. The Dates are of the format

D4/7'2004

and they need to be changed to

D..... More

Print this item

  run a command, capture output, what form do you want?
Posted by: Skaperen - Oct-27-2022, 07:04 PM - Forum: News and Discussions - Replies (7)

when you run a command with the intent to get the output of that command, in what form would be most convenient for you?

1. what if the command is..... More

Print this item

  Wsgiref with asyncio ?
Posted by: JohnnyCoffee - Oct-27-2022, 06:59 PM - Forum: Networking - Replies (8)

I'm wanting to relate the asyncio module with wsgiref to work with asynchronous requests could anyone give me an idea of a functional implementation ?..... More

Print this item

  ibm_db install problem
Posted by: mesi1000 - Oct-27-2022, 05:52 PM - Forum: General Coding Help - Replies (1)

I have problem to install ibm_db on Windows Home 10
I managed to install it in Visual Studio with the info successfull instalation but when trying to..... More

Print this item

  delete all files and subdirectory from a main folder
Posted by: mg24 - Oct-27-2022, 12:54 PM - Forum: General Coding Help - Replies (7)

Hi Team,

I want to delete all files and subfolder from a main directory.
D:\\Data\abc.txt,abc.csv,xyz.pdf etc.
Delete all content from Data folde..... More

Print this item

  reading in a doc
Posted by: IOHANNES - Oct-27-2022, 10:53 AM - Forum: General Coding Help - Replies (4)

Hi i come back with a problem. Again. I code the second module of my program, this one have to match two docs, one containing a novel's list and the s..... More

Print this item

  Etiquette
Posted by: rob101 - Oct-27-2022, 08:41 AM - Forum: Bar - Replies (2)

As I'm relatively new to this Forum site, I'm unsure about the etiquette with regards to a reputation boost.

First of all: my sincere thanks to eve..... More

Print this item

  can I setup another IP for my computer while running app?
Posted by: korenron - Oct-27-2022, 08:32 AM - Forum: General Coding Help - Replies (3)

Hello,
can I run a code that will add another IP to my network card?

for example
my computer is now 10.0.0.2/24
can I make it add 192.168.1.2/..... More

Print this item

Video Need help creating game menu with clickable buttons
Posted by: BliepMonster - Oct-27-2022, 08:12 AM - Forum: News and Discussions - Replies (2)

Hello

I've been developing a game for the last 7 weeks or so, but it's just a text game. I want to have like a menu for the game with clickable but..... More

Print this item

  Automate MML Commands
Posted by: saisankalpj - Oct-27-2022, 07:46 AM - Forum: General Coding Help - Replies (10)

I need to extract files from U2020 server. For this purpose i need to run MML Commands.I have the commands with me.But each time instead of manually e..... More

Print this item

  Explain the python code in this definition
Posted by: Led_Zeppelin - Oct-26-2022, 08:32 PM - Forum: General Coding Help - Replies (1)

I found the following python o online and it looks very useful to me.

[code]
def get_mean_features(sensor_list, df):
"""
Function to ge..... More

Print this item

  Plotly send pandas.errors.UndefinedVariableError.
Posted by: Frankduc - Oct-26-2022, 07:18 PM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to create a chart from data in xlsx.

[python]
import pandas as pd
import plotly.express as px


dataframe1 = pd.read_exc..... More

Print this item

  how to make sure an input is from the wanted type
Posted by: astral_travel - Oct-26-2022, 05:56 PM - Forum: General Coding Help - Replies (16)

hey guys,
so as a continuation of the previous thread - and taking my own code (as it is easier for me to comprehend) , how do you make sure an input..... More

Print this item

  newbie here
Posted by: blacknero004 - Oct-26-2022, 05:18 PM - Forum: Homework - Replies (2)

hi.i am struggling with my code because i dont get it why.
my code is:
[python]
def isPrime(x):
"""Returns whether or not the given number x i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  ShanePulse 18 minutes ago OLanePulse OLanePulse General Codin...
  [Tkinter] Too much space ... 52 minutes ago RonR RonR GUI
  How Reliable Is Assignmen... 3 hours ago tobey12 tobey12 News and Disc...
  Expert Guidance Made Easy... 5 hours ago Alex12 Alex12 General Codin...
  Another app idea - intera... 8 hours ago decuser Lenowell News and Disc...
  403 Error Yesterday, 20:58 CaptainNewb snippsat Web Scraping ...
  real community Yesterday, 20:16 decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
Most views
  The best Prog... 575802
  Tutorial Requ... 497056
  Web Scraping ... 439814
  Newbie with P... 383509
  New Users Int... 365341
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12087
buran 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
XenonBlack Today
tobey12 Today
Alex12 Today
Lenowell Today
luisshulez6883 Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020