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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,265
» Latest member: Rerus3700
» Forum threads: 38,787
» Forum posts: 175,849

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 44 Guest(s)
Bing, AOL, Google

Latest Threads
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 105
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 68
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 65
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 319
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 46
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 80
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 285
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 151
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 248
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 436

 
  search of a curve fitting function
Posted by: bluffy5 - Dec-12-2020, 10:55 PM - Forum: General Coding Help - Replies (2)

hi,
i'm new in python and i have successfully plot a function. the problem is i need to curve fit it to have a fitted peak. The problem, i don't kno..... More

Print this item

  Little Help with Design of a Pooling Application
Posted by: roboroo - Dec-12-2020, 07:26 PM - Forum: General Coding Help - No Replies

So this will take some explanation. I'll try to get to the point as quickly as possible.

I'm new to Python, but programming a while. We use a datab..... More

Print this item

  Help with Matplotlib and ordering the axis
Posted by: theliberalguy97 - Dec-12-2020, 07:22 PM - Forum: General Coding Help - Replies (3)

Hello guys! Im from México and I am analyzing some data from my country.

This is the code that I am working with:

[python]# Importing libraries
impo..... More

Print this item

  Connect old access datbase .mdb
Posted by: nio74maz - Dec-12-2020, 01:03 PM - Forum: Networking - Replies (16)

Hi, I need help, I'm trying to connect to an access database .mdb maybe from 2002,I am trying with pyodbc bat it tells me that the program is done whi..... More

Print this item

  Design of borrower early warning syatem
Posted by: amolp - Dec-12-2020, 06:03 AM - Forum: General Coding Help - Replies (3)

Hello All,

I am planning to design a loan early warning system for my borrowers in python. In this regard, i want to have following:

1) News ale..... More

Print this item

  Real Time signal processing
Posted by: tagalog - Dec-11-2020, 07:47 PM - Forum: General Coding Help - Replies (2)

I have a Raspberry-pi4 and ADC which communicates through SPI and sends samples from sensor to Pi. The signal needs to be processed "real time" but th..... More

Print this item

  What does turtle.Turtle() actually do?
Posted by: karabakh - Dec-11-2020, 03:31 PM - Forum: General Coding Help - Replies (7)

What does turtle.Turtle() actually do?

I am trying to follow this tutorial on youtube:
https://www.youtube.com/watch?v=crV6T3piwHQ

You can see ..... More

Print this item

  Help with a ValueError
Posted by: devansing - Dec-11-2020, 02:36 PM - Forum: General Coding Help - Replies (4)

I am currently trying to work through a YouTube tutorial and am stuck on the following error:

ValueError: The truth value of a Series is ambiguous...... More

Print this item

Lightbulb If the argument is not int then make it int!
Posted by: pooyan89 - Dec-11-2020, 02:25 PM - Forum: Homework - Replies (2)

Hi !
I have to write a function named Countdown:
[python]def countdown(n):
while n > 0:
print(n)
n = n - 1
print('Blast..... More

Print this item

  Counting numbers in other lines
Posted by: LewAlbert - Dec-11-2020, 11:50 AM - Forum: Homework - Replies (6)

Hi, I need to count all numbers from text file using startswith. And I don't know how to count them up after displaying the records I'm interested in ..... More

Print this item

Video ModuleNotFoundError: No module named ‘…’
Posted by: Frank911 - Dec-11-2020, 11:46 AM - Forum: General Coding Help - Replies (1)

Running outside Pycharm I always get an error.

I want to be able to run the module in:

  • Venv
    Pycharm terminal
    Windows Command Line
    Jenk..... More

Print this item

  TCP Communicate...
Posted by: ATARI_LIVE - Dec-11-2020, 09:14 AM - Forum: Networking - Replies (3)

I want to test to see if works, here what I am trying and did not work, why? Byte?

[b]Here for CLIENT:[/b..... More

Print this item

  how to positon a tkinter canvas
Posted by: Tyrel - Dec-11-2020, 08:34 AM - Forum: General Coding Help - Replies (3)

could someone please help.

at the moment I created a tkinter canvas but when I run it, it is close to the top left.

how do I position it in the..... More

Print this item

  Defining an object's argument whose name is stored in a variable
Posted by: arbiel - Dec-10-2020, 10:06 PM - Forum: General Coding Help - Replies (2)

Hi everybody

Window being a class, I define an Window objet's argument whose name is stored in a variable with the following code :
[python]
w=Wi..... More

Print this item

Thumbs Up Please help me add all the results
Posted by: mr_kungfu - Dec-10-2020, 08:23 PM - Forum: General Coding Help - Replies (2)

Hey all, Im trying to code dice rolls that all get added together

Two pieces of code here, first bit generates all the numbers and prints then out,..... More

Print this item

  Rotate 2D Gaussian given parameters
Posted by: schniefen - Dec-10-2020, 06:16 PM - Forum: General Coding Help - Replies (4)

I have a Gaussian function of the form:

[python]
def f(x,y):
a=some number
b=...
c=...
return 3*np.exp(-a*(-0.5 + x)**2+b*(x-0.5)*(y-..... More

Print this item

Question Can I set background color for each item in tkinter Combobox?
Posted by: water - Dec-10-2020, 06:04 PM - Forum: GUI - Replies (1)

Can I insert color block for each item in tkinter 'Combobox',
like this:
[Image: 1a32077.png]

or set background color ..... More

Print this item

  how do i store then call a mp3 from sqlite3 .db file
Posted by: gr3yali3n - Dec-10-2020, 05:56 PM - Forum: General Coding Help - Replies (3)

what would be the best way to store and then call and play music files from a .db file?
i have been trying to figure out how i would store music in a..... More

Print this item

  ModuleNotFoundError: No module named 'com'
Posted by: aleksg - Dec-10-2020, 03:53 PM - Forum: General Coding Help - Replies (9)

Hello. I have a simple class and a simple test.
I've created packages com.my.pack and class My1.py
[python]class My1:
val1="ABC"
val2=..... More

Print this item

  How to run parallel command (same command -ping)
Posted by: korenron - Dec-10-2020, 03:09 PM - Forum: General Coding Help - Replies (3)

Hello ,
I have a code that read data from DB and return a list of IP (around 600 every query )
now I wrote a code that check if the device is online ..... More

Print this item

  finding and deleting json object
Posted by: GrahamL - Dec-10-2020, 03:09 PM - Forum: General Coding Help - Replies (1)

Hi
I have this JSON-
[python]{
"ticker_tape_1": [
{
"id": 1,
"Title": "Message 1",
"txt": "This..... More

Print this item

  help for my assignment
Posted by: alexde1994 - Dec-10-2020, 02:53 PM - Forum: Homework - Replies (2)

Hey there, please help me with my assignment


""""
Exercise 1: three types of people: susceptible (S), infected (I) and recovered ®, the diffe..... More

Print this item

  invalid syntax in line 5. Help
Posted by: Asadzangibaloch - Dec-10-2020, 02:43 PM - Forum: General Coding Help - Replies (2)

if string 1 length is greater than print true else false. but there is a problem can u please help me

invalid syntax in line 5

1- string1=input..... More

Print this item

  Kivy 2.0.0 released
Posted by: buran - Dec-10-2020, 01:13 PM - Forum: News and Discussions - Replies (1)

https://github.com/kivy/kivy/releases/tag/2.0.0

[quote]The Kivy team is happy to announce the release of Kivy 2.0.0.

Kivy is a full-featured fra..... More

Print this item

  Problem with very easy code.
Posted by: janekk9002 - Dec-10-2020, 12:45 PM - Forum: General Coding Help - Replies (1)

Hi! So today I started coding with Python, and I wanted to create this easy code, where you need to answer with: yes or no. It's not working, everytim..... More

Print this item

  Synchronize local mdb whit woocommerce
Posted by: nio74maz - Dec-10-2020, 12:13 PM - Forum: Networking - No Replies

Hello everyone, do you think I can do such a thing?
I have to synchronise a local database made with access .mdb (which is used for a management sys..... More

Print this item

  Automation in calculations
Posted by: interdisciplinary - Dec-10-2020, 11:14 AM - Forum: General Coding Help - Replies (5)

Dear members,

Kindly I would like to inform you that I am working on a little project to automate a calculation process. The idea is that the progr..... More

Print this item

  Autocompletion for Python in Visual Studio
Posted by: user3481 - Dec-10-2020, 11:12 AM - Forum: Bar - Replies (1)

I try Visual Studio (not Visual Studio Code) to program in Python.
But autocompletion doesn't work for some cases.
How to set it up?
Here is a simp..... More

Print this item

  how to automate sending bulk emails from an excel file or a calc-file
Posted by: apollo - Dec-10-2020, 10:57 AM - Forum: General Coding Help - No Replies

hello dear pythonists - dear friends, Smile

I want to automatically send custom/personalized emails to a list of recipients - we can take exc..... More

Print this item

  List of error codes to find (and count) in all files in a directory
Posted by: tester_V - Dec-10-2020, 04:25 AM - Forum: General Coding Help - Replies (8)

Greetings!
I have a list of error codes and I'm trying to find/count each error in each file and print them like this
"error - 1002x01 - 11"
"erro..... More

Print this item

  Complicated
Posted by: ComputerAstronaut - Dec-10-2020, 03:08 AM - Forum: General Coding Help - Replies (1)

What's the most complicated thing about Python that you ever had to learn? Is there a point where you know it all?

Print this item

  What is the best environment to use?
Posted by: ComputerAstronaut - Dec-10-2020, 01:50 AM - Forum: General Coding Help - Replies (4)

What's the best environment to use for Python? I'm using the default IDLE and I'm not a huge fan, I'm seeing alot of different ones that look way bet..... More

Print this item

  listing file that pip installs upgrades
Posted by: Skaperen - Dec-10-2020, 01:32 AM - Forum: News and Discussions - Replies (1)

when i install or upgrade a package using pip, i want to have it extract a list of all the files is there an option to get that during the install o..... More

Print this item

  How to get continuous movement whilst using State Machine
Posted by: cjoe1993 - Dec-09-2020, 11:10 PM - Forum: General Coding Help - Replies (2)

I am having an issue getting continuous movement whilst using metulburr's state machine code.
As of now, holding down a key will not cause continuous..... More

Print this item

  Would you prefer two 'if' statements or an 'if' and an 'else' statement?
Posted by: AnunnakiKungFu - Dec-09-2020, 10:46 PM - Forum: General Coding Help - Replies (6)

[python]
from tkinter import *
import tkinter.messagebox

root = Tk()

tkinter.messagebox.showinfo("This is the window title!","This is some imp..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to make ball stay wit... Yesterday, 16:07 nathanael deanhystad General Codin...
  PermissionError: [Errno 1... Yesterday, 14:42 Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... Yesterday, 13:54 Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... Yesterday, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
Most views
  The best Prog... 579017
  Tutorial Requ... 510850
  Web Scraping ... 442028
  Newbie with P... 386066
  New Users Int... 377449
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12108
buran 8195
snippsat 7388
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Rerus3700 Today
pas88 Today
aanthonymaaleyo3938 Today
chuhlowe Yesterday
SledgeNE Yesterday

User Panel Messages

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