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,264
» Latest member: pas88
» Forum threads: 38,787
» Forum posts: 175,849

Full Statistics

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

Latest Threads
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 98
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 67
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 64
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 317
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: 78
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 270
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 145
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 243
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 428

 
Sad [split] HELP ME DEBUG - Who wants to be a millionaire Game
Posted by: Beetoh - Dec-17-2020, 10:20 AM - Forum: Homework - Replies (1)

Can someone help code for this
i. Have a player view only one question at a time. Please note that a question must also consist of its multichoice a..... More

Print this item

  What causes this pop-up to trigger?
Posted by: Oshadha - Dec-17-2020, 04:40 AM - Forum: GUI - Replies (2)

Script,
[python]from tkinter import*
import random
import time

local_time = time.asctime(time.localtime(time.time()))#Get local time (TIME)

r..... More

Print this item

  Running A Parser In VSCode - And Write The Results Into A Csv-File
Posted by: apollo - Dec-17-2020, 12:28 AM - Forum: General Coding Help - Replies (5)

hi there - good day dear python-experts.


running a parser in VSCode - and write the results into a csv-file
i ve got a tiny error on a

[co..... More

Print this item

  returning values in for loop
Posted by: Nickd12 - Dec-16-2020, 10:56 PM - Forum: General Coding Help - Replies (4)

in my example i would like to return the whole list with it being in a function instead i am only getting 1 as a return.
However when its not in a fu..... More

Print this item

Sad Function defined by branches
Posted by: antoniogalante - Dec-16-2020, 09:28 PM - Forum: General Coding Help - Replies (1)

hello, I'm having some difficulty creating a program. It consists of the following, I need to create a graph of a function defined by branches, and th..... More

Print this item

  How to create a column with periodic entries?
Posted by: Mark17 - Dec-16-2020, 08:42 PM - Forum: General Coding Help - Replies (2)

I'm trying to create a stock chart but with date on the x-axis, it's a black blur because the dataframe has 3407 entries.

So... what I'm thinking o..... More

Print this item

  Understanding Regex Groups
Posted by: matt_the_hall - Dec-16-2020, 07:16 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm trying to get a better understanding of regex capturing groups, because my python script is not executing as expected, based on what I und..... More

Print this item

  How to execute several fonctions at the same time
Posted by: yoyo - Dec-16-2020, 06:15 PM - Forum: Homework - Replies (3)

hello,
I have a python project where I should use this fonction to make musics.
[python]
from simpleaudio import *
import numpy as np

def sound..... More

Print this item

  Customizing QMessageBox
Posted by: arbiel - Dec-16-2020, 05:41 PM - Forum: GUI - Replies (1)

Hi

QMessageBox can be displayed with translated-to-french standard english labels. Is it possible to customize the labels to display specific phras..... More

Print this item

  How decode asn1 hex value using asn1tools
Posted by: C3PO - Dec-16-2020, 04:06 PM - Forum: General Coding Help - Replies (1)

I'm trying to decode the following ASN1 message using Python

[inline]b'\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x02\x89G\x11\x00\x1a\x01\x00\x1..... More

Print this item

  while loop
Posted by: newcode123 - Dec-16-2020, 12:01 PM - Forum: Homework - Replies (3)

I want to write a program that gives the following outputs with the Python while loop.
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
I can't find a way how to..... More

Print this item

  Check datastream in ser2net
Posted by: kottes - Dec-16-2020, 11:39 AM - Forum: Networking - Replies (1)

In a linux modem I use the program ser2net. The connection to a extern host is made via port 2000. I need to check if there is a datastream through t..... More

Print this item

  Can't properly shape an array
Posted by: maaaa2401 - Dec-16-2020, 11:26 AM - Forum: General Coding Help - Replies (3)

Hello everybody. I'm running a script where I'm trying to predict with sklearn the values of a variable, called involvement (measured as a number from..... More

Print this item

  How to paste several lines of codes to the Python console
Posted by: 22_alias - Dec-16-2020, 11:05 AM - Forum: News and Discussions - Replies (13)

I'm not sure in which part of the forum to post this (as this is not really code related).

I used to be able to do this until very recently. Now wh..... More

Print this item

  Duplex pipes
Posted by: GrahamL - Dec-16-2020, 09:44 AM - Forum: General Coding Help - No Replies

Hi
I have created to projects for a client and server user named pipes by following the code here
..... More

Print this item

  Search Engine
Posted by: nman52 - Dec-16-2020, 09:21 AM - Forum: General Coding Help - Replies (1)

Can anybody tell me what are the steps to create a search engine such as google? I've read that it involves using python libraries such as beautiful s..... More

Print this item

  Becoming a Self-Taught Programmer: Cory Althoff Interview
Posted by: Evrone - Dec-16-2020, 08:49 AM - Forum: News and Discussions - No Replies

Cory Althoff is an author, speaker, and startup advisor. Book Authority called his book The Self-Taught Programmer one of the greatest software books ..... More

Print this item

  [For Hire][Remote Team: India Based]
Posted by: sandeep_canopus - Dec-16-2020, 07:20 AM - Forum: Jobs - No Replies

Canopus is one of the fastest-growing software and Data Science/analytics solution provider with clients across industries. We leverage experience in ..... More

Print this item

  Py2exe and pycryptodome
Posted by: reks2004 - Dec-16-2020, 05:50 AM - Forum: General Coding Help - Replies (5)

Hello,

I have problem with compiling application by py2exe.
Application uses Crypto libs (pycryptodome). My setup.py
[python]from distutils.core ..... More

Print this item

  urllib.request
Posted by: ericmt123 - Dec-16-2020, 04:29 AM - Forum: General Coding Help - Replies (2)

I am trying to find a way to count the number of character that appears on the screen as the user would see it. My code gives me a little bit of infor..... More

Print this item

  i'm going to full screen width
Posted by: Skaperen - Dec-16-2020, 03:18 AM - Forum: News and Discussions - Replies (8)

i've been told that a good reason to limit width of code, length of lines, to shorter than 80. such as 71, an old punch card limit used by the mainfra..... More

Print this item

  In this function y initially has no value, but a call to foo() gives no error. Why?
Posted by: Pedroski55 - Dec-16-2020, 03:07 AM - Forum: General Coding Help - Replies (8)

This is from Reuven Lerner's book Python Workout.

I don't really understand why I don't get an error when no value is passed to y.
Or why, the sec..... More

Print this item

Question Python + Google Sheet | Best way to update specific cells in a single Update()?
Posted by: Vokofe - Dec-16-2020, 02:10 AM - Forum: General Coding Help - Replies (1)

Hi all,

I am learning how to use Python + Google Sheet API to update GoogleSheet

I read the developers guide on spreadsheets().values().update()..... More

Print this item

  Reading Serial data
Posted by: Moris526 - Dec-15-2020, 09:45 PM - Forum: General Coding Help - Replies (6)

Hi.

Im sending data (a 3 digit number and a letter like ¨423 A¨) from PC to Raspberry zero via serial through USB gadget mode.

Im using this ..... More

Print this item

  AttributeError: 'NoneType' object has no attribute 'next'
Posted by: loves - Dec-15-2020, 08:56 PM - Forum: General Coding Help - Replies (2)

The question is Given the head of a linked list, remove the nth node from the end of the list and return its head.

My code:
[pyth..... More

Print this item

  Digit recognizer web app with Flask
Posted by: lorenzophys - Dec-15-2020, 07:37 PM - Forum: Code sharing - No Replies

I made a digit recognizer web app using Flask and Tensorflow to train the model. It's my first Flask program, so it's very simple. Apart from python, ..... More

Print this item

  Reading coordinates in tiff images using PyQt
Posted by: hobbyist - Dec-15-2020, 06:40 PM - Forum: GUI - Replies (21)

Hello, I am very new to PyQt. I need to build an application where I should load a .tiff images of UAV/sat (around 400 MB), and when I place somewhere..... More

Print this item

  How to plot intraday data of several days in one plot
Posted by: mistermister - Dec-15-2020, 04:28 PM - Forum: General Coding Help - Replies (3)

Hi, I could need some help for the following task:

I obtained intraday apple stock data for the last 5 days with an interval of 1 minute. The datet..... More

Print this item

  Is rememberme.memory() accurate for recursive structures?
Posted by: Clunk_Head - Dec-15-2020, 02:45 PM - Forum: Data Science - Replies (2)

I'm trying to measure the size of my recursively defined data structures, but I'm getting wildly large results.
Perhaps it's the tool that I'm using ..... More

Print this item

  Singapore Turf Club Results
Posted by: singaporeman - Dec-15-2020, 01:16 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi Guys, I am currently trying to acquire Singapore racing data currently and I am currently entering it in manually which is time consuming to say th..... More

Print this item

  Scraping Data from Singapore Turf Club
Posted by: singaporeman - Dec-15-2020, 01:10 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi Guys, I am currently trying to acquire Singapore racing data currently and I am currently entering it in manually which is time consuming to say th..... More

Print this item

  reading canbus data as hex
Posted by: korenron - Dec-15-2020, 11:58 AM - Forum: General Coding Help - Replies (9)

Hello ,
I have start to work on a small canbus project
which I need to read the data
I have this :
[python]
while True:
message = bus.recv..... More

Print this item

  Change classic loop to TensorFlow tf.while_loop
Posted by: vsl_neuro - Dec-15-2020, 07:55 AM - Forum: Data Science - No Replies

Hello!

I created a neural network for time-series forecasting and I would like to run it on GPU.
So I need to make all my opertations tensor.
Fir..... More

Print this item

  Why do i get these errors?
Posted by: Oshadha - Dec-15-2020, 07:26 AM - Forum: Homework - Replies (17)

Hi I'm just a beginner programmer (13 yr old),
pls help!

So I was half-way through scripting the software, that saves student details in a csv fil..... More

Print this item

Smile Writing to files and using WxPython
Posted by: TheUNOGuy - Dec-15-2020, 07:16 AM - Forum: GUI - Replies (4)

Hello everyone! This is my first post here! I have a problem with wxpython and file handling at the same time...I have made a small text editor and af..... 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... 579013
  Tutorial Requ... 510826
  Web Scraping ... 442024
  Newbie with P... 386063
  New Users Int... 377430
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
pas88 Today
aanthonymaaleyo3938 Today
chuhlowe Yesterday
SledgeNE Yesterday
nathanael 11-14

User Panel Messages

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