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,976
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 49 online users.
» 1 Member(s) | 41 Guest(s)
Applebot, Bing, Google, AOL, AOL, DuckDuckGo, deanhystad

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
6 hours ago
» Replies: 2
» Views: 177
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 808
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 852
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 551
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,915
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,321
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,898
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,318
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,243
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,564

 
  Parsing a series of PDF bills into CSV or MySQL
Posted by: Griffgrog - Apr-01-2019, 10:40 AM - Forum: Jobs - Replies (2)

Hi

First time posting. I was about to post on one of the freelance boards, but - holding my hand up - I don't really know what I'm doing. I've been..... More

Print this item

  Generate matplot animation on a link
Posted by: ambush - Apr-01-2019, 10:23 AM - Forum: General Coding Help - No Replies

Hello friends

In below program , trying to achieve a graph which will have live updates

1.prepared the data
2.saved into db
3.retrieved the l..... More

Print this item

  a special version of the python command
Posted by: Skaperen - Apr-01-2019, 07:12 AM - Forum: News and Discussions - Replies (6)

i want to make a special version of the python command that has a few specific modules preloaded. it looks like more than one way to do this exists. ..... More

Print this item

  How to combine data taken from server between client and GUI?
Posted by: bescf - Apr-01-2019, 06:34 AM - Forum: Networking - Replies (9)

I'm reaching a server which takes distance data from ultrasonic sensor. (Server was created at another side with Arduino.) I have to show this data on..... More

Print this item

  Fetching and Parsing XML Data
Posted by: FalseFact - Apr-01-2019, 05:56 AM - Forum: Web Scraping & Web Development - Replies (3)

Hello everyone,

I was just making this post to see if there is a better way to do certain things in my code for fetching and parsing data from an XML..... More

Print this item

  FileNotFoundError...System cannot find the path specified
Posted by: alex9745 - Apr-01-2019, 05:54 AM - Forum: General Coding Help - Replies (28)

I am new to programming and am trying to run some code. I am getting the following error:

adding screen shot -

ht[url=https://python-forum.io/thread-17172.html]..... More

Print this item

  Help regarding date format
Posted by: Prince_Bhatia - Apr-01-2019, 05:29 AM - Forum: General Coding Help - Replies (2)

hi,

i have date like this 31-12-2024 (dd-mm-yyyy) and i want to convert this date to Dec, 2024. How can i do that.


[python]date = 31-12-2024


l_dt..... More

Print this item

  Convert SAS Dates Format in a loop
Posted by: MohanReddy - Apr-01-2019, 04:56 AM - Forum: General Coding Help - Replies (2)

[python]
import pandas as pd
Dates_Min_Max_Df = pd.read_sas("path/file.sas7bdat")
print(Dates_Min_Max_Df)
Minimum_Date Maximum_Dat..... More

Print this item

  Automation
Posted by: Gangadhar - Apr-01-2019, 04:15 AM - Forum: News and Discussions - Replies (1)

Hi all,
I am new to Python so u wanted to go for Python automation. Currently I am working in embededd testing. So can u please help me which Python a..... More

Print this item

  lxml - etree/lxml need help storing variable for most inserted element
Posted by: goeb - Apr-01-2019, 03:09 AM - Forum: General Coding Help - No Replies

Hello benevolent python vets,

This is a new (and very desperate/frustrated) member requesting your assistance here.

I have had great success wit..... More

Print this item

  Web connection delay
Posted by: ebolisa - Mar-31-2019, 08:49 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi,

This link displays the local country data and the server response is immediate:

However,..... More

Print this item

  resolving issues with path
Posted by: aster - Mar-31-2019, 08:12 PM - Forum: General Coding Help - Replies (5)

I am on windows 10, python and all his modules has been installed with miniconda, .py files added to PATHEXT, bin folder and python added to PATH

If ..... More

Print this item

  So what do I need to do change the color this label?
Posted by: jpezz - Mar-31-2019, 06:48 PM - Forum: GUI - Replies (10)

I've adapted this countdown clock program from another member and it works except I want to make the text color change when the countdown hits 30 & 15..... More

Print this item

  how do i add a margin to a Listbox
Posted by: DT2000 - Mar-31-2019, 06:04 PM - Forum: GUI - Replies (27)

I have been trying to find information to help me margin (pad) the Listbox when it is populated from a database query. Currently the inserted data is ..... More

Print this item

  Python_Windows_Wifi/access point
Posted by: samerou - Mar-31-2019, 05:36 PM - Forum: Networking - Replies (2)

Hello ,
It's my first day with this comunity , Smile Smile
I have a project that I'm working on it and now I'm in a phase where I need to..... More

Print this item

  thonny and esp32/8266 on raspberry usb
Posted by: niala38 - Mar-31-2019, 05:25 PM - Forum: News and Discussions - No Replies

Hi,
I am newby on the forum, it is my first thread...
I just discover Thonny, which looks like a great IDE
I use it with micropython on Espressif E..... More

Print this item

  Creating a list from a sequence without while-loop
Posted by: schniefen - Mar-31-2019, 03:41 PM - Forum: Homework - Replies (2)

Suppose I have a sequence [x][/n]. I want to create a list of [x][/n] for all n>0 as long as [x][/n] is greater than a given constant. I'm confused on..... More

Print this item

  Unable to run array using numpy module
Posted by: vitalstrike82 - Mar-31-2019, 03:13 PM - Forum: General Coding Help - Replies (2)

I'm starting to learn python. I have install Anaconda package which includes Juypter.

I'm running Jupyter Notebook for python without turning on t..... More

Print this item

  Optimisation problem - star identification
Posted by: pberrett - Mar-31-2019, 01:51 PM - Forum: General Coding Help - Replies (1)

Hi everyone

I have written a comet finding program however I find it runs a bit slow for my liking. I have been able to speed it up by using numba ..... More

Print this item

  tkinter label error
Posted by: nonzzo - Mar-31-2019, 12:33 PM - Forum: GUI - Replies (1)

[python]
import tkinter
import random
import time
from tkinter import *
r = tkinter.Tk()
tk = Tk()
f = Frame(tk)
r.title("userinterface")
r.m..... More

Print this item

  Value Estimator Calculator getting a TypeError
Posted by: jaycuff13 - Mar-31-2019, 10:04 AM - Forum: General Coding Help - Replies (2)

Greetings. I am working on creating a calculator in python. My objective is to create a basic calculator to return the repair value and estimated prof..... More

Print this item

  Finding the end point of a path
Posted by: happylol123 - Mar-31-2019, 09:49 AM - Forum: Homework - Replies (1)

What I need is finding end point(s) of a grid which starts from the lowest left hand corner and it should pass through all the cells once.

I want t..... More

Print this item

  Invalid Syntax Error
Posted by: jaycuff13 - Mar-31-2019, 08:43 AM - Forum: General Coding Help - Replies (2)

Greetings all,

I am currently doing some practice, and I am running into an invalid script error. Here is the code. IDLE gives me an invalid synta..... More

Print this item

  SSLCertVerificationError using urllib (urlopen)
Posted by: FalseFact - Mar-31-2019, 06:06 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I was trying to learn web scraping for data science/collection but have been struggling to use urllib (urlopen) with wikipedia in any shape or..... More

Print this item

  How to create a random library for an specific function
Posted by: andre_fermart - Mar-31-2019, 03:40 AM - Forum: Data Science - Replies (4)

Dear experts,

I am working with a probability density function (PDF), that I named as "Jaya", as below:

f(x) = scale**(shape-1) * x**(-shape)*(n..... More

Print this item

  Stack trace shows different exception type than print
Posted by: micseydel - Mar-30-2019, 09:28 PM - Forum: General Coding Help - Replies (5)

Python's JSON module supports deserializing Javascript infinities (although the official JSON spec doesn't). Specifically, it supports "Infinity" and ..... More

Print this item

  not controlling this loop well
Posted by: juan_de_comala - Mar-30-2019, 08:09 PM - Forum: Homework - Replies (3)

Hi all,

So I'm trying to understand while loops. I'm stumped why this loop executes 8 times, when I'm trying to have it execute no more than 6 times...... More

Print this item

  Step by Step Installation GUI
Posted by: Vicolas - Mar-30-2019, 07:26 PM - Forum: GUI - Replies (1)

[size=medium]Hello, please how can I create a step by step installation GUI in tkinter. Just like you want to install a software and you have to be cl..... More

Print this item

  __init__ with input()
Posted by: mcmxl22 - Mar-30-2019, 05:43 PM - Forum: General Coding Help - Replies (3)

I wrote this program and it works like I want it too but the __init__ method doesn't do anything. I have read and watched tutorials but I can't figur..... More

Print this item

  Noob´s first game goes wrong
Posted by: asadodetira123 - Mar-30-2019, 05:11 PM - Forum: Game Development - Replies (10)

Hello, i am new to coding and just tried to make a game. I´ve been following a tutorial and made everything exactly
as it said, but the game is stuck..... More

Print this item

  Pong clone with classes
Posted by: OhNoSegFaultAgain - Mar-30-2019, 04:34 PM - Forum: Code sharing - Replies (1)

Recently I came across this video https://www.youtube.com/watch?v=C6jJg9Zan7w and since I'm trying to understand OOP design principles I thought it co..... More

Print this item

  Updating records 1 to n on an SQLite table
Posted by: KevinBrown - Mar-30-2019, 02:58 PM - Forum: General Coding Help - Replies (2)

The attached script is to update an SQLite table (clipboard) with a new item in the following manner.


There a maximum number of rows of 50.
Reco..... More

Print this item

  Binary tree from a list
Posted by: dan789 - Mar-30-2019, 02:40 PM - Forum: General Coding Help - Replies (14)

Hi all,

I need to create a binary tree, whose data are stored in a list:

[python][[parent1, one_of_children_from_1],[parent2, one_of_children_from_2..... More

Print this item

  Get variable from class inside another class
Posted by: hcne - Mar-30-2019, 02:39 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I am building a code roughly organised as the example here:

[python]
class parent:

def __init__(self):
self.va..... More

Print this item

  Round off floats in a list
Posted by: nagymusic - Mar-30-2019, 01:37 PM - Forum: Homework - Replies (10)

Hello!

I'm writing to ask how to round off the given list l = [0.0, 1.23, 1.68] so it reads as l = [0, 1, 1.5], with al..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 6 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577353
  Tutorial Requ... 500703
  Web Scraping ... 441011
  Newbie with P... 385057
  New Users Int... 369549
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Today
Schirag Today
Jacobjoift Today
sophielane Yesterday
Oscar0057 Yesterday

User Panel Messages

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