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,282
» Latest member: MattCarters
» Forum threads: 38,792
» Forum posts: 175,871

Full Statistics

Online Users
There are currently 37 online users.
» 1 Member(s) | 27 Guest(s)
Bing, Google, Apple, AOL, Facebook, deanhystad

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 1
» Views: 51
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 41
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,473
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 124
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 50
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,045
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,293
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 346
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 188
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 248

 
  tkinter issue with variables carrying over between functions
Posted by: PengEng - Apr-06-2020, 04:24 PM - Forum: GUI - Replies (1)

Hi,

I suspect this is a very simple issue... I am trying to use a variable, loaded in one operation, within another operation. It is telling me the..... More

Print this item

  Python & Dataframe basic question
Posted by: georgialtr - Apr-06-2020, 03:59 PM - Forum: Data Science - No Replies

Hey one quick and very easy questions for all of you I am sure haha! Related to pandas & dataframes

So basically I just have to create a dataframe ..... More

Print this item

  populating dropdown from Method
Posted by: mikisDW - Apr-06-2020, 03:53 PM - Forum: GUI - Replies (2)

Hello,

(about Tkinter in python 3.7.3)
I am trying to create a GUI where my user can select an excel file via a browse button.
He should then get..... More

Print this item

  Failing to Build a Calculator
Posted by: Yotbar - Apr-06-2020, 03:39 PM - Forum: Homework - Replies (3)

hi guys.
just started to work with python, first time programming.
anyway, I got a task to build a simple calculator, that can use the operators (*..... More

Print this item

  [WxPython] Process finished with exit code -1073741819 (0xC0000005)
Posted by: Kangaroo - Apr-06-2020, 03:38 PM - Forum: GUI - Replies (4)

Hi,

I have generated this code for front end gui and trying to load test data to see if the controls/columns are being populated. however, at the ..... More

Print this item

  game of the goose - dice problem
Posted by: koop - Apr-06-2020, 01:11 PM - Forum: General Coding Help - Replies (4)

Hello everyone, sorry if i did some things wrong in this post but this is my first one. Also english is not my primary language so ignore my grammar m..... More

Print this item

  Adding second message to simple loop error
Posted by: PythonGainz - Apr-06-2020, 11:13 AM - Forum: General Coding Help - Replies (2)

Hello there,

hope I'm posting correctly this time.

So the loop works nicely for the first statement, but I'm getting a syntax error for the seco..... More

Print this item

  Test GPU app:
Posted by: lmh1 - Apr-06-2020, 10:29 AM - Forum: GUI - Replies (4)

[python]
'''
Created on 24. apr. 2019

@author: lars_
'''
import platform
import os
from tkinter import messagebox
import ctypes
import sys
import sit..... More

Print this item

  error on the 3rd function
Posted by: nadim313 - Apr-06-2020, 10:19 AM - Forum: GUI - Replies (3)

Dear Programmers
I have learned some programming in Python and wanted to apply and make a small app to save contacts.
I used three functions, funct..... More

Print this item

  Notebook + modules
Posted by: ifigazsi - Apr-06-2020, 08:48 AM - Forum: GUI - Replies (6)

Hi!

Is it possible to create your own module for every notebook(tab)? Then to import them. I want to make my code a bit better readable\manageable...... More

Print this item

  Function Recognises Variable Without Arguments Or Global Variable Calling.
Posted by: OJGeorge4 - Apr-06-2020, 08:30 AM - Forum: General Coding Help - Replies (1)

Hi all,

I am struggling to understand why this code runs correctly and I can't seem to find an answer online.

[python]
a = 10
b = 5

def function()..... More

Print this item

  Not able to retrieve the value
Posted by: vkpalnati - Apr-06-2020, 08:09 AM - Forum: Web Scraping & Web Development - No Replies

Hi,
I am beginner in webscrapping. I succeeded in getting the desired content from some of the websites but from

https://www.skrill.com/en/transf..... More

Print this item

  Python - Most effective way to correct keyboard-user-input.
Posted by: ppel123 - Apr-06-2020, 08:08 AM - Forum: General Coding Help - Replies (8)

Hello everyone,
I am working on a project, which corrects user input (reads input stream from keyboard with keyboard module) based on some rules.
I ..... More

Print this item

  how to update a variable
Posted by: astral_travel - Apr-06-2020, 08:06 AM - Forum: General Coding Help - Replies (10)

here is the code:

[python]
second = 1
third = 1

while second < 100:
while third < 50:
print(third)
third += 1
print(second)
second +=..... More

Print this item

  tkinter search box
Posted by: DT2000 - Apr-06-2020, 07:32 AM - Forum: GUI - Replies (3)

I am attempting to find the correct way to put a search entry in a piece of code I have written. The entry widget would hold the input as a StringVar..... More

Print this item

  certifications for Python developers
Posted by: isarkhan95 - Apr-06-2020, 03:24 AM - Forum: News and Discussions - Replies (3)

A message to the Board members-

Can we add options for aspiring developers to be certified in python programming(Web development, GUI, data science..... More

Print this item

  plotting equations
Posted by: Agusben - Apr-06-2020, 12:29 AM - Forum: General Coding Help - Replies (2)

I have this program that draws a parametric equation

[python]
import turtle
from math import cos,sin,tan,pi

window = turtle.Screen()

pen = ..... More

Print this item

  running script from CLI in windows
Posted by: aster - Apr-05-2020, 11:47 PM - Forum: General Coding Help - Replies (6)

hello,

I wish to run a python script, passing arguments, from command line (powershell core) without the need to write before the script name [inli..... More

Print this item

  Newbie: Help with variable selection in a class
Posted by: Slack86 - Apr-05-2020, 10:36 PM - Forum: General Coding Help - Replies (5)

Hi there.

Learning Python with my daughter, and we're looking for some help with her project.

Code below:
[python]
class room():

de..... More

Print this item

  Python Program Runs in Pycharm but not in Terminal
Posted by: Vbhardwaj2383 - Apr-05-2020, 09:28 PM - Forum: General Coding Help - Replies (2)

Hi there,

I am 2 days into learning Python (tried a year ago but couldn't continue at that time). So, I am trying to make simple Programs to learn ..... More

Print this item

  Compare elements of tuples / Find edges between nodes
Posted by: Daniel94 - Apr-05-2020, 09:05 PM - Forum: Homework - Replies (1)

[Image: result.png]

I want to check if any of the tuples my list contain the specific variables “x” and “y”.
If tuple 1 co..... More

Print this item

  Trigonometric functions using new Pi
Posted by: kevolegend - Apr-05-2020, 07:32 PM - Forum: General Coding Help - Replies (4)

Hi all,

Interesting "little" math project here. While creating a circle in Microsoft Excel 2019 I have discovered that the trigonometric functions ..... More

Print this item

  Conjugate Gradient having issues with defining A (function to solve [A]{x} = {b} )
Posted by: DimosG - Apr-05-2020, 06:36 PM - Forum: General Coding Help - Replies (2)

Hi guys I have a problem with defining A (its in line 33) in my Full matrix solution and i was wondering if you could help me .

[python]class Vecto..... More

Print this item

  waiting to save on network
Posted by: SusKahl - Apr-05-2020, 04:35 PM - Forum: Networking - Replies (3)

Hi all

Im trying to make a code that takes a picture every morning 1 hour before sunset and save the picture on my NAS. the code works fine as long..... More

Print this item

  Q on syntax
Posted by: ebolisa - Apr-05-2020, 04:20 PM - Forum: General Coding Help - Replies (4)

Hi,

The following 2 codes yield the same results.

What's the difference between them? If the first one is the traditional way of coding, what's ..... More

Print this item

  Extract json-ld schema markup data and store in MongoDB
Posted by: Nuwan16 - Apr-05-2020, 04:06 PM - Forum: Web Scraping & Web Development - No Replies

I'am creating a spider to crawl webpage' json-ld schema markup and store data in mongodb. actually I want to scrape json-ld schema markup and extract ..... More

Print this item

  How do I convert this string back to a list of integers?
Posted by: donmerch - Apr-05-2020, 03:53 PM - Forum: General Coding Help - Replies (6)

Let's say I have this list where val1, etc are all integers such as val1 = 1, val2 = 15, val3 = 240

values = [val1, val2, val3] so now values = [1,..... More

Print this item

  can you help me out with the code for reversible numbers under 100?
Posted by: Bhavika - Apr-05-2020, 02:15 PM - Forum: General Coding Help - Replies (5)

[python]
class ReversibleNumbers:
def __init__(self, size = 100):
self.size = size
def get_total_reversible_numbers(self):
..... More

Print this item

  What kind of widget is it?
Posted by: aquerci - Apr-05-2020, 12:51 PM - Forum: GUI - Replies (1)

Hi guys,

someone can help me to understand what kind of widget has been circled in red in the attached image?

I would very like to replicate it in m..... More


Attached Files

Thumbnail(s)
       
Print this item

  Double for loop with dates in array
Posted by: leifeng - Apr-05-2020, 12:11 PM - Forum: General Coding Help - Replies (1)

I have a SQLite database that I've selected into an array cursor where each row has a date element. I've already sorted cursor by date.

I effective..... More

Print this item

  How to yield multiple requests but only action one request in Simpy
Posted by: BushChooks - Apr-05-2020, 12:10 PM - Forum: Data Science - Replies (3)

Within Simpy, I have multiple resources that can do the same job, but they are different so I can't just increase the capacity. Picture a single queue..... More

Print this item

  Next step?
Posted by: oldbean - Apr-05-2020, 11:40 AM - Forum: Web Scraping & Web Development - Replies (1)

I have been trying to learn the basics of Python3 for sometime now. I would eventually like to be able to use Python on a server for my web site if po..... More

Print this item

  Images in Pandas
Posted by: bambo - Apr-05-2020, 10:26 AM - Forum: Data Science - No Replies

Hi,

I'm writing code using the Pandas library. I would like to put a photo in this table, is it possible?

Regards:)

Print this item

  loop of two or three
Posted by: Skaperen - Apr-05-2020, 10:26 AM - Forum: News and Discussions - Replies (2)

if i need to run a short little loop of just a constant two or three steps, which is preferred?

[python]for x in range(2):
print(f'this is ste..... More

Print this item

  hello everyone
Posted by: astral_travel - Apr-05-2020, 08:12 AM - Forum: News and Discussions - Replies (4)

i want to build an automated stock trading system,

the thing is - when i learn about beginner subjects - where they teach the basics - it doesn't con..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 1 hour ago drakhsin Pedroski55 General Codin...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579238
  Tutorial Requ... 512069
  Web Scraping ... 442173
  Newbie with P... 386287
  New Users Int... 379424
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21
OtiliaBecker 11-21

User Panel Messages

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