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,948
» Latest member: victorcrown
» Forum threads: 38,727
» Forum posts: 175,525

Full Statistics

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

Latest Threads
PROFESSIONAL SOLUTIONS FO...
Forum: General Coding Help
Last Post: victorcrown
2 hours ago
» Replies: 0
» Views: 38
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
11 hours ago
» Replies: 5
» Views: 9,190
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Today, 09:08 AM
» Replies: 0
» Views: 87
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 493
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 125
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 648
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,873
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,169
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,525
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,097

 
  Button to add data to database and listbox
Posted by: SalsaBeanDip - Dec-05-2020, 10:19 PM - Forum: GUI - Replies (1)

Hello. I am creating a database that holds info on a person's name and phone number. The names are displayed in a listbox and when the user clicked a ..... More

Print this item

  Does Python have an ORM module?
Posted by: muzikman - Dec-05-2020, 03:33 PM - Forum: General Coding Help - Replies (6)

Greetings,

Does Python have an ORM package? I thought my days of typing long SQL queries was over.

Thanks,
Matt

Print this item

  index error
Posted by: surim - Dec-05-2020, 09:51 AM - Forum: General Coding Help - Replies (4)

I don't know why these codes makes error message.
Please help me


[python]def dynamic_sort©:
C.sort(key = lambda x: x[1])
n = len(C..... More

Print this item

  Printing simple calculator answer
Posted by: LCFC2020 - Dec-05-2020, 09:21 AM - Forum: Homework - Replies (2)

Don't laugh too hard, I'm literally week one of studying.
I have (I think) created a simple calculator to come up with the break even point of items ..... More

Print this item

  Get text from tooltip
Posted by: 1etlen - Dec-05-2020, 08:55 AM - Forum: GUI - Replies (2)

Hi all! I want to automatize a process. If I use an application on windows and I hover mouse over an icon appear a little yellow rectangle. (tooltip m..... More

Print this item

  I want to create small multiples grouped bar plot, and facing some aesthetics issuess
Posted by: dev_kaur - Dec-05-2020, 08:49 AM - Forum: General Coding Help - No Replies

I am working on a social media dataset that contains yes/no responses from Adults and High school respondents. I want to create small multiples groupe..... More

Print this item

  Experiencing a bug probably related to input() issue
Posted by: NewtoPython2020 - Dec-05-2020, 07:28 AM - Forum: General Coding Help - Replies (1)

Hi everybody. I am learning Python from the book "Automate boring stuff with python". There is the following code which should have ended up with "Acc..... More

Print this item

  Using the NPS API for Project
Posted by: belle2008 - Dec-05-2020, 03:09 AM - Forum: Homework - Replies (6)

Hi, I am working on a project for school where I need to use the National Parks Service API Key (specifically to return campgrounds). I want to write ..... More

Print this item

  Fraction Calculation with Limitations
Posted by: TINMAN01 - Dec-05-2020, 02:48 AM - Forum: General Coding Help - Replies (13)

I am a beginning Python coder and I am trying to write code to convert a FIF dimension (One Sixteen of an Inch Precision) - Feet, Inches, Fraction of ..... More

Print this item

Question Reset list if user regrets
Posted by: Gilush - Dec-05-2020, 12:14 AM - Forum: General Coding Help - Replies (1)

Hi again :)

I took some time to work on the input validation of my code before I convert it to Classes and I can't understand why the program ends ..... More

Print this item

  Need help with 3 errors when running script
Posted by: pythoncoder999 - Dec-04-2020, 09:02 PM - Forum: General Coding Help - Replies (3)

[b]So I got this bot script for reddit that I want to use for some automation for my business, it works up to the point of login to reddit user but fa..... More

Print this item

  ModuleNotFoundError: No module named 'fcntl'
Posted by: ErnestTBass - Dec-04-2020, 07:32 PM - Forum: General Coding Help - Replies (2)

I installed bpython quite easily no problem. However whenever i try to run it anything I get this error.

[code]
C:\Users\Newport_j\Downloads>bpyth..... More

Print this item

  Natural language processing project
Posted by: maaaa2401 - Dec-04-2020, 05:41 PM - Forum: Homework - Replies (1)

Hello everybody, for a project at the university I have to perform a Natural Language Processing project in python on the basis of a corpus of some Ha..... More

Print this item

  Clothing Reccomendation app not working correctly.
Posted by: javesike1262 - Dec-04-2020, 04:39 PM - Forum: Homework - Replies (4)

Hi guys, I just got the clothing recommendation app done. On the part where it says how much rain is outside today and how much is present today. The ..... More

Print this item

  Issue with geolocator = Nominatim
Posted by: bborusz2 - Dec-04-2020, 04:15 PM - Forum: General Coding Help - Replies (3)

Hey guys,

Hoping someone can explain the issue I'm having with Geolocator...it was working fine yesterday, but now when I run the cell it is comin..... More

Print this item

  update column in one data frame with value of column from another data frame
Posted by: flexer - Dec-04-2020, 03:29 PM - Forum: General Coding Help - No Replies

Hi there

In Python 3.7 , I need some help with the syntax of updating data frame with value from another data frame:

I have a trade and it has 2..... More

Print this item

  Find two extremum in data series
Posted by: Sancho_Pansa - Dec-04-2020, 02:06 PM - Forum: Data Science - No Replies

Hello,
Does exist a method that allows to find two x-coordiantes of two extremums in data series like this:
[img]https://i.postimg.cc/j2vNMsCC/absor..... More

Print this item

  KeyError: 'LULC'
Posted by: hobbyist - Dec-04-2020, 01:36 PM - Forum: General Coding Help - Replies (10)

Hello,

I am trying to run the code from here:
https://github.com/simongrest/f[url=https://python-forum.io/thread-31327.html]..... More

Print this item

  My script returns no values
Posted by: Shay3534 - Dec-04-2020, 01:00 PM - Forum: Homework - Replies (7)

Hi,

I have just started doing the google python course online and am completing my first assignment by running the string1.py script. I have tested m..... More

Print this item

  How to open a new tab without focusing on it.
Posted by: InvisibleHD - Dec-04-2020, 12:21 PM - Forum: General Coding Help - Replies (1)

Hello everyone,

i have a project where i want to copy multiple elements on a website and each time i copy it a new tab opens with a search for this..... More

Print this item

  Simple question
Posted by: 1234 - Dec-04-2020, 10:01 AM - Forum: General Coding Help - Replies (4)

Hi,
is there a faster way of changing s list full of numbers in a "5" format, into a int(5) format than:

for i in range(len(a)):
a[i]=int(a[i])

Print this item

  bytes to json
Posted by: GrahamL - Dec-04-2020, 09:07 AM - Forum: General Coding Help - Replies (9)

Hi
I am trying to send json data over a pipe but cannot get it quite right
Send
[python]
mesages = [{"id": "1", "txt": "message 1", "start_..... More

Print this item

  How to disable custom button
Posted by: Sancho_Pansa - Dec-04-2020, 08:57 AM - Forum: GUI - Replies (7)

Hello,
In my project I use custom widgets.
When I try to disable a button

self.myCustomButton.config(state='disabled')
error occu..... More

Print this item

  Search faster?
Posted by: Pedroski55 - Dec-04-2020, 05:37 AM - Forum: General Coding Help - Replies (1)

Whoops, put the wrong title! That was another thing I was trying.

I have a simple homework webpage.

PHP collects the students answers, compares ..... More

Print this item

  Installing python3-devel from source on centos6
Posted by: judith - Dec-04-2020, 05:29 AM - Forum: General Coding Help - No Replies

We've got a centos6 build environment, with all the typical gcc tools (gcc 4.4.7) for C++ dev.

I want to play around with python integration into ou..... More

Print this item

  platform binary representation --- 3 questions
Posted by: Skaperen - Dec-04-2020, 02:22 AM - Forum: General Coding Help - Replies (4)

for a given float value i want to get the platform binary representation as a sequence of bytes or a string of hexadecimal digits. is there a trivial..... More

Print this item

  FOREIGN KEY constraint failed
Posted by: SalsaBeanDip - Dec-04-2020, 12:48 AM - Forum: General Coding Help - Replies (2)

Hello, I am trying to work with foreign keys in databases for the first time but every time I run my code I get the same error:
FOREIGN KEY constrai..... More

Print this item

Question Input validation goes south.
Posted by: Gilush - Dec-03-2020, 11:18 PM - Forum: General Coding Help - Replies (6)

Hi,

I'm trying to validate the number of answers per question but I can't seem to get the var to change to False when the input is wrong.

what a..... More

Print this item

Photo Homework Help
Posted by: RiveraJ1769 - Dec-03-2020, 09:53 PM - Forum: Homework - Replies (1)

I am not sure what I am doing wrong but I just need help with the first one to get the assignment going. I have look through my old assignments and am..... More

Print this item

  Python Tutorial for Beginners
Posted by: MK_CodingSpace - Dec-03-2020, 09:43 PM - Forum: Tutorial Requests and Submissions - No Replies

Hi

I am making a Python Tutorial for Beginners series on YouTube. Please check out my channel at https://www.youtube.com/channel/UCXSKsJMfXnw3aWBa..... More

Print this item

  Displaying html and pdf in a QtWidget
Posted by: arbiel - Dec-03-2020, 08:35 PM - Forum: GUI - Replies (16)

Hi

I did not yet run any test for displaying html and pdf documents in a QtWidget because I did not yet fount any information on those subjects.
..... More

Print this item

  Duplex Named Pipe with Python Server and C# Clients
Posted by: raybowman - Dec-03-2020, 08:32 PM - Forum: General Coding Help - Replies (1)

Hi,

I am trying to set up a Python server to process objects from C# (.NET) clients
with a duplex named pipe. I've seen some good examples for set..... More

Print this item

  Entry returns NONE
Posted by: mollerpunker - Dec-03-2020, 07:36 PM - Forum: GUI - Replies (2)

Hi all,

I'm a beginner in programming with PY and started to build an GUI. Got stuck with retrieving the value of the Entry. While running the GUI ..... More

Print this item

  How to access a web service from a python script?
Posted by: dangermaus33 - Dec-03-2020, 06:58 PM - Forum: Web Scraping & Web Development - Replies (6)

I have been trying to create a web service using python and flask. I have a simple one created but I am unsure how to access it from code. I want a cl..... More

Print this item

  Resources on Learning Python
Posted by: muzikman - Dec-03-2020, 05:20 PM - Forum: Homework - Replies (19)

Greetings,

Can someone help me determine which of the following resources I should read, in order "if any" to best learn Python.

..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PROFESSIONAL SOLUTIONS FO... 2 hours ago victorcrown victorcrown General Codin...
  Creating a Mindmap progra... 11 hours ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Today, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Today, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Today, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
Most views
  The best Prog... 576731
  Tutorial Requ... 498992
  Web Scraping ... 440543
  Newbie with P... 384508
  New Users Int... 368300
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+ 12088
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
victorcrown Today
Markbel386 Today
trntgl Today
susan Today
jatinkumar12 Today

User Panel Messages

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