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 33 online users.
» 0 Member(s) | 30 Guest(s)
Bing, Google, AOL

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: 63
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

 
  Newbie Help with NLU and Searching
Posted by: acolic - Dec-20-2020, 09:52 PM - Forum: Data Science - Replies (1)

Hi,

while on my winter break I am going to work on improving my python development skills. I have a solid java background but I want to branch into..... More

Print this item

  MDB to CSV Specific columns
Posted by: nio74maz - Dec-20-2020, 03:29 PM - Forum: Networking - Replies (6)

Hello everyone I'm trying to extrapolate specific columns from a table, to export them to a csv file but when I enter them in the csv file they all co..... More

Print this item

  3D vector class with inheritance from 2D vector class
Posted by: buss0140 - Dec-20-2020, 02:37 PM - Forum: General Coding Help - Replies (4)

I am trying to make a scalar multiplication method which is the last method in the code. I am not sure why it is not working. I used "return D3Vector(..... More

Print this item

Question Checkbutton clicks events does not update visually.
Posted by: nicolaask - Dec-20-2020, 12:12 PM - Forum: GUI - Replies (1)

Tl;dr: How (Where can I get information) do we troubleshoot Tkinter at this system presentation layer? Surely the maintainers of Tkinter would ..... More

Print this item

  how to find difference between fake driving license or real using python?
Posted by: pjaymn - Dec-20-2020, 07:40 AM - Forum: General Coding Help - Replies (5)

how to find the difference between a fake driving license or a real one using python? We need to check the authenticity of ID, assuming the format rem..... More

Print this item

  [split] Accurate Clicks Per Second
Posted by: Hamti - Dec-20-2020, 06:47 AM - Forum: Game Development - Replies (6)

In My opinion it is always hard to implement code in python. I am working in python to make a click per second tool but it shows Multiple errors in in..... More

Print this item

  is vs in
Posted by: Skaperen - Dec-20-2020, 01:56 AM - Forum: General Coding Help - Replies (2)

i am doing testing for exactly the same as opposed to equivalent. this means using the is keyword for comparison. comparing 1 to [b]Tr..... More

Print this item

  diagonal matix
Posted by: kraljorah - Dec-20-2020, 12:25 AM - Forum: General Coding Help - Replies (1)

Hi all, I want to create a 400x400 diagonal matrix with upper and lower cases. I can do it manually but it would take hours. The matix should look lik..... More

Print this item

  Noob warning: trying to use pip to install pytest and pep8 in Command Prompt
Posted by: adifrank - Dec-20-2020, 12:20 AM - Forum: General Coding Help - Replies (4)

I'm learning Python with the book "Head First Python" by Paul Barry.
I'm on chapter 4, in the section titled "Install the Testing Developer Tools" wh..... More

Print this item

  Code giving same output no matter the input.
Posted by: Yort - Dec-20-2020, 12:10 AM - Forum: General Coding Help - Replies (2)

I'm very new to programming and am trying to create a coin flipping program in which you call heads or tails, it simulates a flip, and then tells you ..... More

Print this item

  How to insert 'Checkbutton' to 'Treeview' and associate each item?
Posted by: water - Dec-19-2020, 02:20 PM - Forum: GUI - Replies (2)

I want to insert 'Checkbutton' to 'Treeview' and associate each item to know which items selected,
like this:

[img]https://i.ibb.co/1XZKMBH/36356..... More

Print this item

  Input function
Posted by: Fabio87 - Dec-19-2020, 11:16 AM - Forum: Homework - Replies (11)

Hi everybody !

I need your help about two exercises I don't know how to do them:

1) Use the input() function and the print() procedure to write ..... More

Print this item

Photo Locate Noise floor level for a spectral data in Python
Posted by: Ranjan_Pal - Dec-19-2020, 07:02 AM - Forum: General Coding Help - Replies (1)

There is frequency spectrum which looks as such in this link:

[img]https://www.researchgate.net/publication/234790102/figure/fig13/AS:328828355399..... More

Print this item

  Beginner question about code comparison
Posted by: GJG - Dec-19-2020, 06:06 AM - Forum: Code Review - Replies (3)

Hi folks, I've just started learning programming and as I was making my way through various online beginner exercises, I came across one that asked to..... More

Print this item

  Noob Alert! Wrong result using loop and if statemnent
Posted by: GJG - Dec-18-2020, 09:09 PM - Forum: General Coding Help - Replies (7)

Hi there! I'm trying to leave out a specific integer in a list and remove every other number

[python]
nr = 9
my_list = [0,5,6,7,6,9,9,1,9]

for..... More

Print this item

  running a pipeline of commands
Posted by: Skaperen - Dec-18-2020, 08:33 PM - Forum: News and Discussions - Replies (9)

i want to run a pipeline of commands in my python function. what is the best way to have those commands passed to the function? what is the best way..... More

Print this item

  project coding python
Posted by: marcel2807 - Dec-18-2020, 05:42 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
It's my first time on a forum but also my last hope in not failing my programming class. I've tried ours but no results. Here you ca..... More

Print this item

  LSTM Model accuracy caps and I can't improve it
Posted by: celinafregoso99 - Dec-18-2020, 04:08 PM - Forum: Data Science - Replies (1)

I am trying to do a proof of concept LSTM model for forex prediction.

After lots of reading I came up with the following model (I believe its calle..... More

Print this item

  How to really use this youtube-upload program in Windows?
Posted by: Jacksonsteel - Dec-18-2020, 02:26 PM - Forum: General Coding Help - Replies (1)

Enter what code in this youtube-upload program in Windows?
https://github.com/tokland/youtube-upload
https://ibb.co/CMv6mdH
https://ibb.co/XDSv3Y..... More

Print this item

  Reliable rabbitmq consumer
Posted by: kashcode - Dec-18-2020, 02:18 PM - Forum: General Coding Help - Replies (1)

Hello,

Maybe someone can share production ready rabbitmq consumer code?

Print this item

  Code no longer working
Posted by: yk303 - Dec-18-2020, 08:09 AM - Forum: General Coding Help - Replies (14)

Hello,

Earlier this year, I downloaded and modified a code that helps you to analyze your whatsapp chat data.
I used Anaconda and Jupyter notebook..... More

Print this item

  Logging to a file - Formatting
Posted by: Maxximiliann - Dec-18-2020, 02:06 AM - Forum: General Coding Help - No Replies

[python]#logging.conf

[loggers]
keys=root,activity_report

[handlers]
keys=fileHandler

[formatters]
keys=activity_report_format

[logger_..... More

Print this item

  Normalize table (remove redundancy)
Posted by: CatorCanulis - Dec-17-2020, 09:40 PM - Forum: Data Science - Replies (1)

Hi everyone,

I have a excel table like this:


CODE | MATRIX | SAMPLING | FREQUENCY | PARAM
XX123 | OG | spot | 14 | 99..... More

Print this item

Smile Use search image similarities to detect duplicated ads
Posted by: NadiaHajbane - Dec-17-2020, 09:02 PM - Forum: Data Science - No Replies

I need your help Smile Smile Smile
I created a program that detects similar images, I used the knn and pytorch.
I now want to adopt..... More

Print this item

  logging in simple program
Posted by: Inkanus - Dec-17-2020, 08:23 PM - Forum: General Coding Help - Replies (1)

Hello everyone. Below I am sharing the code of a simple working calculator. Program works well but i need to obtain this:
[python]
Enter action, sel..... More

Print this item

  Confusion about [date]time [formatting]
Posted by: Mark17 - Dec-17-2020, 07:25 PM - Forum: General Coding Help - No Replies

This did what I wanted:
[Python]
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import datetime

ES = pd.read_csv(r'C:\..... More

Print this item

  Web scraping cookie in URL blocks selenium
Posted by: Alex06 - Dec-17-2020, 06:24 PM - Forum: Web Scraping & Web Development - Replies (2)

Hey guys,

i want to scrape data on a one-page website (just one URL). I am pretty new to programming. I am sorry for that ;)
So i guess it is a ..... More

Print this item

  Referencing a fixed cell
Posted by: Mark17 - Dec-17-2020, 06:05 PM - Forum: General Coding Help - Replies (2)

This line of code is giving a Traceback:

ES_skel['Pct_Return']=100*(ES_skel['Close']-ES_skel['Close'][0])/ES_skel['Close'][0]
T..... More

Print this item

  For Loop with List Comprehension
Posted by: muzikman - Dec-17-2020, 05:39 PM - Forum: General Coding Help - Replies (25)

Is this the easiest way to get the format below? I just hate hard coding the value x + 1, might as well just insert the digit 1. What if I didn't know..... More

Print this item

  Global - local variables
Posted by: Motorhomer14 - Dec-17-2020, 04:45 PM - Forum: General Coding Help - Replies (11)

Hello All

I am struggling with using local or global variables. I want to change a variable from 0 to 1 and vis versa within a function when someth..... More

Print this item

  Unpacking a list
Posted by: Mark17 - Dec-17-2020, 03:44 PM - Forum: General Coding Help - Replies (3)

Here's some code:

[Python]
print()
print('This program will print out a set containing all colors from color_list_1 {"White", "Black", "Red"} tha..... More

Print this item

  Christmas Tree (Why is it like that ?)
Posted by: GaivSo - Dec-17-2020, 02:16 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
I'm trying to do a christmas tree but I encouter some problems...


[python]stairs = int(input("Number of stairs for the Chr..... More

Print this item

Star Why does it exit?
Posted by: Oshadha - Dec-17-2020, 11:02 AM - Forum: General Coding Help - Replies (1)

I was making an app, that takes input and writes it in a csv file.
But when I run, it just exits.
Script,
[python]from tkinter import*
import time..... More

Print this item

  Turtle circle
Posted by: Fabio87 - Dec-17-2020, 10:59 AM - Forum: Homework - Replies (3)

Hi everybody !

I am trying to learn Python and I got three exercises:

Write a procedure for drawing a circle given the center and radius (with t..... More

Print this item

  Change property of custom Object
Posted by: Sancho_Pansa - Dec-17-2020, 10:53 AM - Forum: GUI - No Replies

Hello,

In my application I use a customized Widget, developed previously by someone.
Here is the code of this customized widget:

[python]from t..... 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... 510824
  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