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,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870

Full Statistics

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

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

 
  Create GUI on MAC
Posted by: ju21878436312 - Apr-28-2020, 09:16 AM - Forum: GUI - Replies (2)

I would like to create a GUI for students using Mac Computers.
I am really new to it and wanted to check my procedure:

1. step: delete old python..... More

Print this item

  How to get Data-Taken For a Video file using Python
Posted by: ramprasad1211 - Apr-28-2020, 08:44 AM - Forum: General Coding Help - Replies (1)

Hi,

I've lot of video files which are captured using Sony Handycam. What I want is to organize them using python script. So I'm looking for a way t..... More

Print this item

  How to restart Python after input change
Posted by: ozstar - Apr-28-2020, 07:03 AM - Forum: General Coding Help - Replies (3)

Hi,

A nooby here :-)

I have a python .py file that gets its time to start and end its function, from a text file.

The .py file is manually i..... More

Print this item

  script works in windows but not in linux
Posted by: ovidius80 - Apr-28-2020, 05:39 AM - Forum: General Coding Help - Replies (2)

Hello everybody. I work in a project where we need to transfer a huge amount of data in ArangoDB. The data that need to be transferred are in the form..... More

Print this item

  translating lambda in function
Posted by: fabs - Apr-28-2020, 04:30 AM - Forum: General Coding Help - Replies (1)

hello everyone,

i am a python beginner and would like to understand a bit more about lambda, how to "read" it and when to use it instead of functio..... More

Print this item

  Connect Toplevel Radiobuttons to root Label/Entry widgets
Posted by: iconit - Apr-28-2020, 03:55 AM - Forum: GUI - Replies (2)

I'm stuck once again. The project I have is to build a score card to receive input as 8-10 contestants complete in answering 20 questions per match. T..... More

Print this item

  kill thread or process asap, even during time.sleep
Posted by: nanok66 - Apr-27-2020, 11:49 PM - Forum: General Coding Help - Replies (4)

Hi all,

I have been reading about the many ways to kill a thread in this[url=https://python-forum.io/thread-26312.html]..... More

Print this item

  letter translator (or someting)
Posted by: Obsilion - Apr-27-2020, 11:48 PM - Forum: General Coding Help - Replies (4)

i'm trying to make a translator (i'm not sure that's called translator) that changes every letter to it's equivalent in it's alternative version(for e..... More

Print this item

  Modules
Posted by: menator01 - Apr-27-2020, 10:27 PM - Forum: General Coding Help - Replies (3)

I was just wondering how big the program needs to be before you just create modules to import? What is the common practice on that subject?
Thank

Print this item

  What is the purpose of this append command!
Posted by: Captain_farrell - Apr-27-2020, 09:10 PM - Forum: General Coding Help - Replies (4)

[python]
def square(x):
return x * x


def my_calculation(x, y):
result = []
for i in y:
result.append(x(i))
return r..... More

Print this item

  Final Project (Databases, GUI, and Classes)
Posted by: poochenthecreator - Apr-27-2020, 08:46 PM - Forum: Homework - Replies (1)

I'm frankly lost on where to even start. The teacher has BARELY taught us how to structure databases using SQLite in Python and now she wants it to be..... More

Print this item

  sequence slicing problem
Posted by: qliu - Apr-27-2020, 08:14 PM - Forum: General Coding Help - Replies (4)

Hello everyone, I have a simple question about sequence slicing and do not get why the following happens, please help me with that:
A very simple que..... More

Print this item

  SMTPlib help
Posted by: tpolim008 - Apr-27-2020, 07:07 PM - Forum: General Coding Help - Replies (4)

Hello, I'm stuck at this point and looking for some help. I am trying to get the text file that my script creates, then email that out as an attached ..... More

Print this item

  combobox
Posted by: Agusben - Apr-27-2020, 06:04 PM - Forum: GUI - Replies (1)

I have a problem with a Combobox.
I want a Label to appear when a specific value is selected in the Combobox.

[python]
from tkinter import *
f..... More

Print this item

  Need urgent help in this question of Automata Programming Paradigm
Posted by: Satvik - Apr-27-2020, 05:32 PM - Forum: Homework - Replies (5)

The question is; Write a deterministic automata code for the language with ∑ = {0, 1} accepts the only input 101.

My classmate sent the following cod..... More

Print this item

  Permision problem pip
Posted by: Jules - Apr-27-2020, 03:55 PM - Forum: General Coding Help - Replies (6)

Hi,
when I'm triying to do something with pip like download or do an update I have this error code or similiar but with another file :

1#
[erro..... More

Print this item

  Problems - buttons w icons not scrolling
Posted by: kraco - Apr-27-2020, 12:54 PM - Forum: GUI - Replies (11)

Hi, can someone please help me. I am new to Python and I am having problems with scrollbars not scrolling my buttons in window1, only the background n..... More

Print this item

  List in Python 3.8
Posted by: AnwarulKabir - Apr-27-2020, 12:24 PM - Forum: General Coding Help - Replies (3)

I am a novice python programmer. I was learning and practicing the List data structure in python 3.8. To place my certain query I will take help from ..... More

Print this item

  excel data erase
Posted by: d8a988 - Apr-27-2020, 10:04 AM - Forum: Data Science - Replies (1)

I am trying to write new data to excel, however, this code erases the old one.
Is there a way to slightly modify this code without erasing the old da..... More

Print this item

  unsupported operandtype(s) for -: 'list' and 'int'
Posted by: Lakkad - Apr-27-2020, 10:02 AM - Forum: General Coding Help - Replies (2)

Here is the basic code.

for a in range(1, 5):
for b in range(0+[a*2]-2],2*a)
print(b)

It shows error unsupported operandtype(s) for..... More

Print this item

  Here what is the meaning of span=(1,2) ,match='1'?
Posted by: srisrinu - Apr-27-2020, 09:48 AM - Forum: General Coding Help - Replies (1)

I just want to know what is the meaning of span=(1,2) ,match='1'

import re
print(re.search(r'[0-9]','$100'))
[output]<re.Ma..... More

Print this item

  Indentations
Posted by: macfanpl - Apr-27-2020, 08:59 AM - Forum: General Coding Help - Replies (10)

Im on Mac in VSCode.

When I try to import function from another file and do from x import y all I get is red underline under [inli..... More

Print this item

  Problem about image and button
Posted by: scotesse - Apr-27-2020, 08:03 AM - Forum: GUI - Replies (5)

Hi,
I am doing a project on Tkinter, and I am facing 2 problems :

1- When I define a class and insert an image, it doesn't work. But, when I jus..... More

Print this item

  Installing Python Application
Posted by: pplgf - Apr-27-2020, 06:45 AM - Forum: General Coding Help - Replies (3)

I am a novice Python user and am hoping to get help installing a program. Please let me know if this is the right place to post.

I got the code her..... More

Print this item

  Pystray help
Posted by: steve_shambles - Apr-27-2020, 04:39 AM - Forum: General Coding Help - Replies (5)

I'm looking into using Pystray because it is cross platform.
I find the docs pretty confusing.

I h..... More

Print this item

  variable as dictionary name?
Posted by: diazepam - Apr-27-2020, 04:05 AM - Forum: General Coding Help - Replies (4)

Hi I am attempting to create 10 dictionaries without having to code them explicitly.
The names of the dictionaries will be: X0, X1, X2, X3 .... X9

..... More

Print this item

  Checkbuttons Variables Truth Value
Posted by: Jimmy_Py - Apr-27-2020, 02:32 AM - Forum: GUI - Replies (5)

Debug Help Request:
My checkbuttons don't seem to have any effect on my associated variables. If I click "display bill" without selecting anything it..... More

Print this item

  AttributeError
Posted by: Calli - Apr-27-2020, 02:18 AM - Forum: General Coding Help - Replies (2)

[python]
import os

ClearScreen = os.system('clear')

class library:
def __init__(self):
LibCode = Title = Price =''
FileN..... More

Print this item

  Calculator
Posted by: azure - Apr-27-2020, 12:34 AM - Forum: Homework - Replies (9)

Hi all,

I am trying to code a calculator but I afraid that I don't know how to do the mathematical operation (+, -, *, /) of two numbers by using a..... More

Print this item

  Literal beginner - needs help
Posted by: warriordazza - Apr-26-2020, 11:58 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello all,

I was going to try find a intro section on the website but I couldn't find one.
Essentially I have for a while been creating some intr..... More

Print this item

  How to install tensorflow? It shows as error
Posted by: jaroslavtavgen - Apr-26-2020, 08:56 PM - Forum: Data Science - Replies (1)

What I have done:

executed "c:\python\scripts\pip3.exe --user --upgrade tensorflow" in the command line (Windows 8)

What has happened:

It has..... More

Print this item

  Any improvements
Posted by: Chuck_Norwich - Apr-26-2020, 07:30 PM - Forum: Code Review - Replies (2)

Hi

below is code for a VAT ( UK tax @ 20% ) calculator. Can calculate the tax and also back calculate from a final total.

It works, but was wond..... More

Print this item

  Can someone find out what kind of histogram is it?
Posted by: J_tin - Apr-26-2020, 05:02 PM - Forum: Homework - Replies (1)

This is my python homework: draw the exact same graph in python.[Image: DLZ2p9t]

what I have already done is like this: [img]https..... More

Print this item

  Executable looks like virus to windows
Posted by: samuelbachorik - Apr-26-2020, 04:47 PM - Forum: General Coding Help - Replies (4)

Hello guys i have question about executable. When i make exe. from my script anywhere i run this program, windows shows there can be potential thread ..... More

Print this item

  CoLab + GitHub
Posted by: constantin01 - Apr-26-2020, 02:55 PM - Forum: Data Science - Replies (2)

Hi

I save my colab notebook in my github repository, I want to import modules from this repository. I have seen an idea to import repository in Goo..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 1 hour ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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... 579226
  Tutorial Requ... 512022
  Web Scraping ... 442160
  Newbie with P... 386283
  New Users Int... 379354
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20

User Panel Messages

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