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,277
» Latest member: NAGASOWMYAGUNDU
» Forum threads: 38,790
» Forum posts: 175,867

Full Statistics

Online Users
There are currently 314 online users.
» 0 Member(s) | 310 Guest(s)
Bing, Google, Applebot

Latest Threads
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
11 hours ago
» Replies: 2
» Views: 86
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 29
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 5,978
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,282
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 291
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 138
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 205
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,109
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 253
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 166

 
  Setting up data base
Posted by: vgywer - Jul-21-2020, 10:14 AM - Forum: Homework - Replies (5)

good day, i got an assignment but i don't understand parts of it, because I never makes a DB like this in java.
I created the DB and gave the columns..... More

Print this item

  Create exe file including referenced image (*.png) files
Posted by: mart79 - Jul-21-2020, 09:49 AM - Forum: GUI - No Replies

Hi all,

I have a small program (see below example) that opens an image if you click on the button. This image (test.png) is stored in a folder (//I..... More


Attached Files

Thumbnail(s)
   
Print this item

  METADATA Errors
Posted by: millpond - Jul-21-2020, 08:22 AM - Forum: General Coding Help - No Replies

A while back when I upgraded pip to 20.1 I got the occasional error:
"ValueError: Entry points must be listed in groups"

I didnt think much of it,..... More

Print this item

  PyQT5 Thread crashes after a while
Posted by: Suresh - Jul-21-2020, 07:53 AM - Forum: GUI - Replies (2)

Hi.
This is my first thread. So please forgive if any mistake on my part. I have developed an application using opencv, pyqt5 and python. I am tryin..... More

Print this item

  How to display results from terminal window onto tkinter.
Posted by: buttercup - Jul-21-2020, 04:41 AM - Forum: GUI - No Replies

Hey all.
Ive made a Tkinter frontend using the following code:
[python]#!/usr/bin/env python3
import tkinter as tk
import subprocess
import tkint..... More

Print this item

  How to extract a single word from a text file
Posted by: buttercup - Jul-21-2020, 04:32 AM - Forum: General Coding Help - Replies (7)

Hey all. I have a test file called beta.txt which has the following data:
[inline]ARFCN: 990, Freq: 928.2M, CID: 667, LAC: 1007, MCC: 410, MNC: ..... More

Print this item

  Type Error or Value Error?
Posted by: spalisetty06 - Jul-21-2020, 04:01 AM - Forum: General Coding Help - Replies (3)

print(int("100.0"))
it is type error, how is it value error?

Print this item

  Any ideas on making this python web crawler code more secure and optimal?
Posted by: samlee916 - Jul-21-2020, 03:47 AM - Forum: Code Review - No Replies

Code prints out internal and external links and stores it into four different file formats.
How to execute program: python filename url
[python]
im..... More

Print this item

  GUI
Posted by: talkativemom - Jul-21-2020, 02:55 AM - Forum: GUI - Replies (3)

Getting a class FileDialogDemo not found in this code. What am I doing wrong?

[python]"""Write a GUI-based program that
allows the user to open, e..... More

Print this item

  Need help with for loop and variable value substitution in a function
Posted by: rsurathu - Jul-21-2020, 02:11 AM - Forum: General Coding Help - Replies (2)

Dear Sirs,

Good Day

Need help with the below code. Thanks in advance

Need a for loop here to run the below code on each of the IP Address pro..... More

Print this item

  Optimize a random walk "animation" in matplotlib
Posted by: tetrisbot - Jul-21-2020, 01:02 AM - Forum: Code Review - Replies (2)

Newbie here, learning python.
I am trying to make a very simple code to "animate" a random walk. I use the quotation marks because I don't really kno..... More

Print this item

  trying to pip install stasm module getting error
Posted by: djf123 - Jul-21-2020, 12:14 AM - Forum: General Coding Help - Replies (3)

I am trying to install the stasm module, and I have been getting an error message during the installation. The installation failed. I am using ..... More

Print this item

  how to add elements in the other window? (pysimplegui)
Posted by: syafiq14 - Jul-20-2020, 10:32 PM - Forum: GUI - No Replies

I want to add text elements every time I press the "Add" button

[python]
import PySimpleGUI as sg

layout1 = [
[
sg...... More

Print this item

  Append list into list within a for loop
Posted by: rama27 - Jul-20-2020, 09:56 PM - Forum: General Coding Help - Replies (2)

Hi, I would like to append lists into one list in a for loop. See my code bellow:

[python]def triangle(n: int):
pole = []
seznam = []
..... More

Print this item

  List all installed TeX packages in Linux
Posted by: Gribouillis - Jul-20-2020, 08:39 PM - Forum: Code sharing - Replies (2)

Been doing some Latex lately, so I wrote this little script to list all the tex packages on my system
[python]
#!/usr/bin/env python3
# name: list-tex..... More

Print this item

  Increment formula
Posted by: Kristenl2784 - Jul-20-2020, 08:03 PM - Forum: General Coding Help - Replies (4)

Hello,

How would I make it so that this formula keeps incrementing for example

'F2','=C2-E2')
'F3','=C3-E3')
'F4','=C4-E4')

This is what I ..... More

Print this item

  I don't get the order of how things are executed with main()
Posted by: pythonrookie - Jul-20-2020, 06:57 PM - Forum: General Coding Help - Replies (5)

Could someone please explain the order of the execution below? I thought main() is the very first function that get executed but somehow the print sta..... More

Print this item

  Creating Email Message Class in Python
Posted by: QuavoJ - Jul-20-2020, 06:38 PM - Forum: Homework - Replies (1)

My homework is creating an e-mail Message class (we create an e-mail Message class that models a basic email application). The first step in the homew..... More

Print this item

  If statment Saying text is not defined
Posted by: KieranPage - Jul-20-2020, 05:42 PM - Forum: General Coding Help - Replies (3)

Hi I am working on a text based game but I've ran into a slight problem. In the bit where you choose the weapon i use and input but for some reason it..... More

Print this item

  Match string return different cell string
Posted by: Kristenl2784 - Jul-20-2020, 05:31 PM - Forum: Data Science - No Replies

Hello,

Is there a way to search for a string, and once it's found return the value thats 9 cells below it?

This code reads in TFile only column ..... More

Print this item

  Can't access the net using Python's Selenium module
Posted by: ShishirModi - Jul-20-2020, 04:37 PM - Forum: General Coding Help - Replies (2)

Hey there!
I am creating a program that concerns with accessing the net. But my script isn't able to do it. I have used selenium module. Please look ..... More

Print this item

  run a health check script on cloud server through paramiko
Posted by: amritjsr - Jul-20-2020, 02:47 PM - Forum: General Coding Help - Replies (4)

I have a requirement of log into client server ( it's a cloud-server behind Bastion Hosts, we lg in through ssh tunnel )
Now i have to run health che..... More

Print this item

  String search in different excel
Posted by: Kristenl2784 - Jul-20-2020, 02:37 PM - Forum: General Coding Help - No Replies

Hello,

I'm working on code in between the ###### symbols near the bottom. I read in 'TN' column B only, and then I read in TDetail and made TDetail..... More

Print this item

  API with parameters exported to sql database
Posted by: PYTHONDUDE - Jul-20-2020, 01:18 PM - Forum: General Coding Help - No Replies

i have a URL and and also the api key to get data from an external website
howvever i need to provide 2 parameters to extract the data (Date, EMPLOYE..... More

Print this item

  encrypt entire project
Posted by: mattc - Jul-20-2020, 11:53 AM - Forum: General Coding Help - Replies (2)

Hi,
I'm looking for a method to encrypt an entire project in Python.
I've already seen "sourcedefender", but it encrypts only .py files. If I neede..... More

Print this item

  The script won't take voice input
Posted by: ShishirModi - Jul-20-2020, 11:16 AM - Forum: General Coding Help - Replies (2)

Hello! I've written a script for a virtual assistant. But when I try running it, the script won't take any voice input I give. I have attached the cod..... More

Print this item

  Music Selection Game Code
Posted by: WyattH - Jul-20-2020, 11:05 AM - Forum: General Coding Help - Replies (3)

HEY GUYS, WAS WONDERING IF I COULD HAVE SOME WITH WORKING OUT SOME CODE MY FRIEND WANTS.
I NEED CODE TO DO THE FOLLOWING:
2. Stores a list of song ..... More

Print this item

  Data Frame map
Posted by: suzeet - Jul-20-2020, 08:53 AM - Forum: Homework - Replies (1)

I have a data frame with a column called 'city' containing city names. I also have a dictionary where the keys are city names and values are correspon..... More

Print this item

  GUI Speed
Posted by: DPaul - Jul-20-2020, 07:49 AM - Forum: GUI - Replies (4)

Hi,

I have programmed a game involving a tkinter canvas of 900x900,
divided into 60x60 cells of different colors.
To show each new situation, it ..... More

Print this item

  How to delete a particular entry from a database.
Posted by: monstrup - Jul-20-2020, 06:47 AM - Forum: General Coding Help - Replies (5)

Hey all.
Im working on a code where I have a text file
[output]ARFCN: 1004, Freq: 931.0M, CID: 36231, LAC: 7713, MCC: 410, MNC: 4, Pwr: -35
ARF..... More

Print this item

  How to create a Kibana Visualisation with python script?
Posted by: adzadz - Jul-20-2020, 06:41 AM - Forum: General Coding Help - No Replies

Hello! Does anyone know how to create a Kibana Visualisation with python script?
I'm currently using ES/Kibana 7.6.2. Thanks in advance!

Print this item

  Compare response and name list in experiment
Posted by: knoxvillerailgrind - Jul-20-2020, 06:26 AM - Forum: General Coding Help - Replies (3)

Hi,

i´m rewriting a program for a psychological experiment. The existing code only accepts the response in a certain length. The first part is abo..... More

Print this item

  Syntax error: "(" unexpected
Posted by: buttercup - Jul-20-2020, 06:04 AM - Forum: General Coding Help - Replies (4)

Hey all. Im working on my python code where I intend to read a particular column from the text file and then print the duplicate entries in that file...... More

Print this item

  Reset Variable problem
Posted by: IcodeUser8 - Jul-20-2020, 01:59 AM - Forum: General Coding Help - Replies (3)

Hey guys Smile ,


Im making a rock paper scissors game, and i made a variable named 'wins'. I want it to keep track of how many times the ..... More

Print this item

  Extract data from large string
Posted by: pzig98 - Jul-19-2020, 11:07 PM - Forum: General Coding Help - Replies (1)

I'm building a project with Raspberry PI. Reading MIDI messages that come from a guitar pedal. The intent is to have the PI play a mp3 file when it ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [SOLVED] [BeautifulSoup] ... 11 hours ago Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 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...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
Most views
  The best Prog... 579183
  Tutorial Requ... 511860
  Web Scraping ... 442137
  Newbie with P... 386215
  New Users Int... 379082
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
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19
SavingSquirrel199835 11-18
Astrobert 11-18

User Panel Messages

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