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,389
» Latest member: atalieyandext4063
» Forum threads: 38,821
» Forum posts: 176,018

Full Statistics

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

Latest Threads
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 1
» Views: 41
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
6 hours ago
» Replies: 9
» Views: 223
IP address for users
Forum: Networking
Last Post: itx_sumeet
Today, 05:53 AM
» Replies: 4
» Views: 7,061
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Today, 01:10 AM
» Replies: 5
» Views: 9,886
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 136
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 79
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 142
Looking for constructive ...
Forum: News and Discussions
Last Post: cecrease
Dec-24-2025, 03:16 AM
» Replies: 2
» Views: 1,294
Switching from batch proc...
Forum: GUI
Last Post: arbiel
Dec-23-2025, 09:38 PM
» Replies: 0
» Views: 104
Exploring Different Pytho...
Forum: News and Discussions
Last Post: ankitsharma32
Dec-23-2025, 01:01 PM
» Replies: 3
» Views: 754

 
  Compare fields from two csv files
Posted by: georgebijum - Apr-23-2022, 04:16 AM - Forum: General Coding Help - Replies (3)

I am quite new to the Python Programming and would appreciate your help on the below.

Use case - I have Customer files from two sources .Each of th..... More

Print this item

  Código simples
Posted by: Lumen253 - Apr-23-2022, 12:46 AM - Forum: General Coding Help - Replies (1)

Iniciei Python hoje e estou com uma dúvida.

Tenho dois códigos, tentei fazer da forma mais atual um código que estava funcionando e ele deu erro:
..... More

Print this item

  what would break if ...
Posted by: Skaperen - Apr-22-2022, 10:36 PM - Forum: News and Discussions - Replies (4)

what would break if the code syntax was extended so that {{ and }} bounds a frozenset like {..... More

Print this item

  Time series
Posted by: JasminQuinn - Apr-22-2022, 10:33 PM - Forum: General Coding Help - No Replies

Hello, I'm a beginnr and I need help in the Map steps to dates
please help it's urgent!!        


[python]train = pd.r..... More

Print this item

  Multiprocessing queue catch get timeout
Posted by: Pythocodras - Apr-22-2022, 05:43 PM - Forum: General Coding Help - Replies (1)

Hello,
I have a simple script that waits for a queue with a timeout. I would like to catch that specific exception but cant find the correct one.
[..... More

Print this item

  Numpy reshape
Posted by: mr_byte31 - Apr-22-2022, 02:10 PM - Forum: General Coding Help - Replies (1)

I tried to reshape a 3-D matrix using two different ways.
If the end result is 1-D the two methods match
If the end result is 2-D the two method fai..... More

Print this item

  Adding Decimals to classes with OOP + rounding to significant digits (ATM demo)
Posted by: Drone4four - Apr-22-2022, 01:42 PM - Forum: General Coding Help - Replies (7)

I’m learning OOP by trying to build a rudimentary banking ATM machine. It started out an an exercise for Fred Baptiste’s Udemy online courseware but I..... More

Print this item

  Intel 8051 microcontroller emulator
Posted by: estarq - Apr-22-2022, 10:59 AM - Forum: Code sharing - No Replies

I made this app as a BE thesis. It's using Brython to make Python work in Chromium (Electron) and React with Material-UI for the front-end. It's suppo..... More

Print this item

  Optimal way to search partial correspondence in a large dict
Posted by: genny92c - Apr-22-2022, 10:20 AM - Forum: General Coding Help - No Replies

I have got a set of songs, and everyone of these has got a list of tags associated. I am working with senticnet 1.6, which is basically a large dict, ..... More

Print this item

  TypeError: list indices must be integers or slices, not range
Posted by: Anldra12 - Apr-22-2022, 10:15 AM - Forum: General Coding Help - Replies (2)

Get the TypeError: list indices must be integers or slices, not range

[python]def getDistinctX(x_subi, F):
x_subi = []
ind = rando..... More

Print this item

  multiprocessing advices
Posted by: paul18fr - Apr-22-2022, 09:50 AM - Forum: Data Science - Replies (5)

Hi all

For my projecy my current code does the job as expected so far, using massively Numpy and the vectorization whenever possible, using about 2..... More

Print this item

  Problem with datetime [SOLVED]
Posted by: AlphaInc - Apr-22-2022, 09:17 AM - Forum: General Coding Help - Replies (3)

hello everbody,

I'm writing a python3 script which should check daily for the day of easter and if the difference is 5 days it should trigger anoth..... More

Print this item

  json api data parsing
Posted by: elvis - Apr-21-2022, 11:59 PM - Forum: General Coding Help - No Replies

Having issue with this piece of code, its an api that has json text but its not readable.
in _get_mean_subclass
for prod, v in response_API.item(..... More

Print this item

  how I can use the widgets as an argument of a function?
Posted by: pymn - Apr-21-2022, 08:25 PM - Forum: GUI - Replies (9)

In this example, I have an entry and two LabelFrames. I am looking to find out how I can call my LabelFrame through only one function. I have ..... More

Print this item

  Compare variable with values in a file
Posted by: paulo79 - Apr-21-2022, 04:36 PM - Forum: General Coding Help - Replies (1)

I have a file:

cat file1.txt
cel01
cel02
cel03
cel03
I have a Oracle DB cursor that brings some values from to variable ..... More

Print this item

  json format
Posted by: Bubu93200 - Apr-21-2022, 03:15 PM - Forum: General Coding Help - Replies (6)

Hi,

I need your help, please. I'm french. Sorry for my bad english !

I want to append a file with json format but I want to have line carrier re..... More

Print this item

  Hello I’m trying to run a Django python project on docker but when I try to build the
Posted by: Nessa404 - Apr-21-2022, 01:57 PM - Forum: Homework - Replies (1)

Hello I’m trying to run a Django python project on docker but when I try to build the Dockerfile I get this error:

[color=#E74C3C][i]Note that only..... More

Print this item

  simulation of alarm system
Posted by: Frankduc - Apr-21-2022, 12:44 PM - Forum: General Coding Help - Replies (6)

Hello,

I am trying to simulate an alarm system on a raspberry pi. I would like Led2 to blink when intruder is detected.
I would like also to add an ..... More

Print this item

  Child class inheritance issue
Posted by: eakanathan - Apr-21-2022, 09:32 AM - Forum: General Coding Help - Replies (3)

[python]class A:
def __init__(self, name, age):
self.name = name
self.age = age
def details(self):
print (self.na..... More

Print this item

  Install location setup new default
Posted by: Droidling - Apr-21-2022, 02:26 AM - Forum: General Coding Help - Replies (2)

I am working with an existing program that requires Python 3.10 installed at C:\Python310. I know that it's easy enough to change the install location..... More

Print this item

Question inline images
Posted by: rootsmusic - Apr-20-2022, 07:52 PM - Forum: Board - Replies (1)

This post won't let me paste an image, and the image button requires a URL. I don't want the hassle of uploading my image to a URL, but I can easily ..... More

Print this item

Question Pandas Tutor for geopandas
Posted by: rootsmusic - Apr-20-2022, 07:40 PM - Forum: Data Science - Replies (2)

Pandas Tutor can't import the geopandas library. I'..... More

Print this item

  extract and plot data from a txt file
Posted by: usercat123 - Apr-20-2022, 03:56 PM - Forum: Data Science - Replies (2)

Hello,

I want to extract data from a txt file and plot it using the matplot.pyplot module.

The format of the file is as follows:

[python]
""..... More

Print this item

Question Python - List - Int List
Posted by: sophi - Apr-20-2022, 11:24 AM - Forum: Homework - Replies (8)

Hi, I'm new here and I don't speak English well, but I need a lot of help
I have difficult task:
Define an IntList () class whose objects will behav..... More

Print this item

  How to convert ebooks in bulk with Python and Calibre
Posted by: janoroot - Apr-20-2022, 09:11 AM - Forum: Code Review - No Replies

I wrote a Python script that uses Calibre to do ebook conversion in bulk. Multiple child processes are opened in parallel with the help of the module ..... More

Print this item

  [split] Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Posted by: sarahroxon7 - Apr-20-2022, 07:49 AM - Forum: General Coding Help - Replies (1)

Damm even though I am having a similar kind of issue, I have searched all over the internet [size=1][color=#F3F3F3]slope ga[url=https://python-forum.io/thread-36991.html]..... More

Print this item

  pip install requests doesnt work
Posted by: misodca - Apr-20-2022, 07:32 AM - Forum: General Coding Help - Replies (10)

Hello guys,
I am total newbie in python and I want to try it.

So first I run Terminal (or at least I think this is terminal) > python.exe
Then I..... More

Print this item

Question Timing actions with Python
Posted by: dangermaus33 - Apr-19-2022, 09:54 PM - Forum: General Coding Help - No Replies

I am trying to time certain actions in apps like Excel, Power BI, Tableau, some Adobe apps, but I am having trouble getting the end time of an action...... More

Print this item

Question Selenium with proxy authenticated and incognito
Posted by: keahi32 - Apr-19-2022, 09:52 PM - Forum: General Coding Help - No Replies

Hi i want to make a script with selenium and add proxy with username and password, but i need incognito too

Print this item

  Create array of values from 2 variables
Posted by: paulo79 - Apr-19-2022, 06:43 PM - Forum: General Coding Help - Replies (1)

I have 2 variables that have values like :
[python]
var1=cel01 var2=disktypeHD
var1=cel02 var2=disktypeEF
var1=cel03 var2=disktypeEF
var1=cel04 ..... More

Print this item

Photo a.sort() == b.sort() all the time
Posted by: 3lnyn0 - Apr-19-2022, 06:22 PM - Forum: General Coding Help - Replies (1)

Hi!

Why a.sort() is equal with b.sort() all the time?

[python]words = ['aabb', 'abcd', 'bbaa', 'dada']
word = 'abba'
def anagram(word, words):..... More

Print this item

  name 'lblstatus' is not defined when referencing a label
Posted by: KatManDEW - Apr-19-2022, 05:25 PM - Forum: General Coding Help - Replies (4)

I'm trying to create an app that opens a window with a calendar and then after the calendar window is close it will countdown until the selected date ..... More

Print this item

  how to make this error stop ?
Posted by: Mawixy - Apr-19-2022, 02:57 PM - Forum: General Coding Help - Replies (1)

Hi ! Im using requests and beautifulSoup. And i have this piece of code :

stats = requests.get(URL, verify=False).json()
But i ge..... More

Print this item

  How to make app run only when process is aviable
Posted by: Mawixy - Apr-19-2022, 02:46 PM - Forum: General Coding Help - Replies (1)

Hi ! So i have script and i want it to run only when game process is aviable how do i make it.

Print this item

  what library for sparklines
Posted by: Leloup - Apr-19-2022, 01:35 PM - Forum: Data Science - Replies (2)

Bonjour,

[python]import data

# Loading a Sample Pandas DataFrame
import pandas as pd
import numpy as np
import seaborn as sns
df = sns.load..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to Integrate External... 4 hours ago finallen321 noisefloor General Codin...
  Calling python from anoth... 6 hours ago eedjsa eedjsa General Codin...
  IP address for users Today, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... Today, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
  [PyQt] Switching from bat... 12-23, 21:38 arbiel arbiel GUI
  Exploring Different Pytho... 12-23, 13:01 girish_benvanshi ankitsharma32 News and Disc...
  We open-sourced kubesdk —... 12-21, 11:52 beslanpuzl beslanpuzl Code sharing
Most views
  The best Prog... 580355
  Tutorial Requ... 519002
  Web Scraping ... 442769
  Newbie with P... 386949
  New Users Int... 386189
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
atalieyandext4063 Today
finallen321 Today
DTECHSYSTEM Today
zashleyfracesz3221 Today
itx_sumeet Today

User Panel Messages

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