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,947
» Latest member: Markbel386
» Forum threads: 38,726
» Forum posts: 175,524

Full Statistics

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

Latest Threads
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 5
» Views: 9,119
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
8 hours ago
» Replies: 0
» Views: 47
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 444
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 81
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 580
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,807
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,120
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,478
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,043
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,788

 
  Subtle Bug I really don't see in Autograder: Exercise 3.1
Posted by: benante3 - Dec-21-2020, 05:40 PM - Forum: Homework - Replies (5)

I know for sure the code is correct but the autograder doesn't recognize it as good and keeps giving me the same message,which is [color=#ff0000]"You ..... More

Print this item

  Recordlinkage merge dataframe non exact value
Posted by: mok - Dec-21-2020, 04:49 PM - Forum: Data Science - No Replies

Hello,

Hope someone will be able to help me here, it’s been days Im trying to merge two dataframe with value that are not exactly the same.
To be ..... More

Print this item

  PyNative Code Challenges
Posted by: muzikman - Dec-21-2020, 04:30 PM - Forum: Homework - No Replies

Has anyone ever heard or used this free site filled with Python challenges?

It looks really good. I came across ot..... More

Print this item

  API auto-refresh on HTML page using Flask
Posted by: toc - Dec-21-2020, 03:03 PM - Forum: Web Scraping & Web Development - Replies (2)

I have been working on an app for a simple radio station app includes real-time updates for show and song information retrieved via API, and have been..... More

Print this item

  How to fill parameter with data from multiple columns CSV file
Posted by: greenpine - Dec-21-2020, 01:42 PM - Forum: General Coding Help - Replies (1)

I am new to Python, I want to make a function work using data from multiple columns CSV files, one row by one row with some delay in between each run...... More

Print this item

  xml file creation from an XML file template and data from an excel file
Posted by: naji_python - Dec-21-2020, 12:07 PM - Forum: General Coding Help - Replies (1)

I am a beginner and I am taking the python programming course, but at the same time I am trying to develop a program that allows
to create XML files ..... More

Print this item

  My code doesn't work, can someone help me?
Posted by: aldasrasickas - Dec-21-2020, 11:18 AM - Forum: General Coding Help - Replies (5)

my code:

[python]largest = None
smallest = None
while True:
num = input("Enter a number: ")
if num == "done" :
break
try..... More

Print this item

  Creating Python scripts in Visual Studio Code
Posted by: Sanjish - Dec-21-2020, 11:09 AM - Forum: News and Discussions - Replies (4)

Hi,
I am new to Python programming. I have developed some scripts that read data from ms access database and post the results to firebase firest..... More

Print this item

  How can I make the cards look like they are spinning
Posted by: steve_shambles - Dec-21-2020, 08:46 AM - Forum: GUI - Replies (5)

[python]"""Spinning reel test. Small working example.

How can I make the cards look like they are spinning,
like in a real slot machine? The..... More

Print this item

  Simplifying function
Posted by: GJG - Dec-21-2020, 03:36 AM - Forum: Code Review - Replies (2)

Hi folks! I gave myself a simple task of creating a function that turns binary numbers into decimal and was just wondering is there any way to make it..... More

Print this item

  How to use the count function from an Excel file using Python?
Posted by: jpy - Dec-20-2020, 11:51 PM - Forum: General Coding Help - Replies (2)

Hello everyone - I am in the early stages of learning Python and decided to start with using Excel in Python. I am running the code below in Jupyter a..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Creating a Mindmap progra... 5 hours ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 8 hours ago compuman145 compuman145 General Codin...
  A coding beginner needs h... Today, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Today, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
Most views
  The best Prog... 576707
  Tutorial Requ... 498902
  Web Scraping ... 440518
  Newbie with P... 384487
  New Users Int... 368228
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+ 12088
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Markbel386 Today
trntgl Today
susan Today
jatinkumar12 Today
angelhealu504 Today

User Panel Messages

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