Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,655
» Latest member: WillieNelson
» Forum threads: 37,399
» Forum posts: 169,950

Full Statistics

Online Users
There are currently 369 online users.
» 0 Member(s) | 361 Guest(s)
Bing, Facebook, Google, AOL, Yandex, Apple, Mojeek

Latest Threads
Why am I getting this err...
Forum: General Coding Help
Last Post: Pedroski55
35 minutes ago
» Replies: 0
» Views: 12
How To Make A PyQt5 Progr...
Forum: GUI
Last Post: menator01
5 hours ago
» Replies: 1
» Views: 85
ModulNotFoundError matplo...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 1
» Views: 66
Problem Converting Tradin...
Forum: General Coding Help
Last Post: kralxs
Yesterday, 07:40 PM
» Replies: 0
» Views: 90
New on python. Needs help...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 1
» Views: 98
Can provide python tutori...
Forum: Jobs
Last Post: carellapansullon
Yesterday, 05:00 PM
» Replies: 1
» Views: 193
Win or Loss Prediction
Forum: General Coding Help
Last Post: ksasi2k3
Yesterday, 01:46 PM
» Replies: 4
» Views: 189
Good way to ignore case w...
Forum: General Coding Help
Last Post: menator01
Yesterday, 12:39 PM
» Replies: 1
» Views: 118
how to edited Tkinter Top...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:16 AM
» Replies: 7
» Views: 194
using mutable in function...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 10:10 AM
» Replies: 1
» Views: 140

 
Bug argparse io issue
Posted by: pyDream - Mar-27-2024, 02:41 PM - Forum: General Coding Help - Replies (8)

Hi all, I'm quite new to Python, so please forgive me if this issue can be fixed with the debugger. I don't know how to debug packages installed from ..... More

Print this item

  How to parse and group hierarchical list items from an unindented string in Python?
Posted by: ann23fr - Mar-27-2024, 01:16 PM - Forum: General Coding Help - No Replies

Problem Statement

  1. Given an unindented string as input, perform these steps:

    - Identify the list items at the hi..... More

Print this item

  Django "Unexpected Keyword Argument 'min_value'"
Posted by: AstralWeeks - Mar-27-2024, 04:56 AM - Forum: General Coding Help - No Replies

Hi All,

I'm currently learning the basic methods of DjangoRESTFramework. It's the first time I've learned how to make and use an API. I'm just play..... More

Print this item

  Not getting forum emails
Posted by: sawtooth500 - Mar-27-2024, 02:45 AM - Forum: Board - Replies (2)

So for each new thread I post, I choose 'Subscribe and receive email notification of new replies' - however I never get an email on reply. I checked m..... More

Print this item

  Elegant way to apply each element of an array to a dataframe?
Posted by: sawtooth500 - Mar-27-2024, 02:42 AM - Forum: General Coding Help - Replies (7)

So Dean was previously kind enough to tell me about vector operations on dataframes instead of iterating through each row using loops and has made my ..... More

Print this item

  I don't know what is wrong (Python and SQL connection)
Posted by: shereen - Mar-27-2024, 01:15 AM - Forum: General Coding Help - Replies (3)

every time i get that error : Exception in Tkinter callback
[error]Traceback (most recent call last):
File "C:\Users\Lenovo\AppData\Local\Programs..... More


Attached Files

.py   P1.py (Size: 15.99 KB / Downloads: 18)
Print this item

  tkinter logo
Posted by: menator01 - Mar-26-2024, 09:59 PM - Forum: Bar - Replies (3)

Does tkinter have a logo? I've searched and not found anything. Is it the word tkinter itself?

Print this item

  Stock clustering and portfolio diversification. Suitable features.
Posted by: timurkanaz - Mar-26-2024, 08:42 PM - Forum: Data Science - Replies (1)

Hi. I want to conduct a research. I want to cluster stocks and then make a safe diversified portfolio. I want to work with annual data. From price dat..... More

Print this item

Thumbs Up Sorting Steps
Posted by: MoreMoney - Mar-26-2024, 02:09 PM - Forum: General Coding Help - Replies (19)

I'm trying to make the output on the code
[python]input_str = input("Enter Frogs: ") # User types 5 1 3 4 2 <enter>. Do not type the zero.
frog_list..... More

Print this item

  Error (Errno 2), File upload with the Flask framework and a public IP
Posted by: Username_Python1 - Mar-26-2024, 11:48 AM - Forum: General Coding Help - No Replies

Hello everyone,

I would like to use the Flask framework to make a file upload over the internet. Locally over my home network and the localhost, th..... More

Print this item

  Compare current date on calendar with date format file name
Posted by: Fioravanti - Mar-25-2024, 08:40 PM - Forum: General Coding Help - Replies (1)

Good afternoon.

I'm new to the world of Python, I don't have any knowledge, but I have a challenge.

I have some images in a folder, where the na..... More

Print this item

  Help needed with img scraping script
Posted by: daajax - Mar-25-2024, 08:07 PM - Forum: Web Scraping & Web Development - Replies (1)

I am attempting to put together a lightweight script that will simply scrape a url for 1x1 images or transparent images and store the results and img ..... More

Print this item

  Can't load plugin: sqlalchemy.dialects:postgresql
Posted by: magomes - Mar-25-2024, 07:29 PM - Forum: Homework - Replies (2)

Can't load plugin: sqlalchemy.dialects:postgresql .......
This my code:

[python]import sqlalchemy as s
import psycopg2 as p

eng = s.engine.c..... More

Print this item

  Is CTkDesigner worth the price?
Posted by: Edward_ - Mar-25-2024, 04:41 PM - Forum: GUI - Replies (5)

Is anyone using the CTkDesigner GUI designer app?

Is it worth the $20 minimum price? No trial period.
..... More

Print this item

  Short-term rental housing management
Posted by: jacombo - Mar-25-2024, 11:23 AM - Forum: News and Discussions - No Replies

As you conduct your research to find the best way to manage your short-term rentals, I'd be curious to know what software tools or services you've alr..... More

Print this item

  If a set element has digits in the element
Posted by: tester_V - Mar-25-2024, 04:34 AM - Forum: General Coding Help - Replies (3)

Good evening!
I'm trying to find if an element of a set has a digit/digits as a part of an element.
I'm using ".isdigit" but it does not work...
I ..... More

Print this item

  MemoryError in pywinauto.findwindows.find_windows – Need Help!
Posted by: ktw3857 - Mar-25-2024, 02:23 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I've developed a Python application and distributed it to users.
Most of them are not experiencing any issues, but on some users' ..... More

Print this item

  How to find contents of file?
Posted by: sawtooth500 - Mar-25-2024, 02:17 AM - Forum: Bar - No Replies

So take a look at:

https://www.youtube.com/watch?v=jcTmFfTx2DU

This is a screen recording of a day trading software platform called DAS Trader o..... More

Print this item

  Dataframe copy warning
Posted by: sawtooth500 - Mar-25-2024, 01:06 AM - Forum: General Coding Help - Replies (4)

So I get a dataframe, which I call 'df' into python by loading it from an excel file -

Next I create a new df, which I call 'tempdf', but using bo..... More

Print this item

  Python sympy problem for symbolic equation definition
Posted by: joellapointe_engineering - Mar-24-2024, 11:09 PM - Forum: Data Science - No Replies

I have a problem forming a symbolic equation with the sympy command "sp.Eq()".I have an Excel sheet with equations formed by concatenation of cells as..... More

Print this item

  How to add multi-line comment section?
Posted by: Winfried - Mar-24-2024, 01:27 PM - Forum: General Coding Help - Replies (1)

Edit (since this forum doesn't support deleting a thread): My mistake. After using the (shift+)TAB keys, the script runs. Guess there were useless TAB..... More

Print this item

  Problem with "from pynput"
Posted by: LFreitas - Mar-24-2024, 01:16 AM - Forum: General Coding Help - Replies (1)

Hi everyone.

I found a website with some basic projects from Cybersecurity. The first one is a keylogger. I'm using the following code:


[pytho..... More

Print this item

  Forcing matplotlib to NOT use scientific notation when graphing
Posted by: sawtooth500 - Mar-23-2024, 10:55 PM - Forum: General Coding Help - Replies (4)

I have a dataset that I'm importing from a CSV into a dataframe in python. I need to make a simple line graph out of it.

Here is my code:

[pyth..... More

Print this item

  I'm getting a NameError: ...not defined.
Posted by: vonArre - Mar-23-2024, 09:33 PM - Forum: General Coding Help - Replies (2)

Hi, I'm getting a "NameError: name 'name' is not defined" error when running my new test code. It's my first day of using Visual Studio Code with Pyth..... More

Print this item

  [Numpy] How to store different data type in one numpy array?
Posted by: water - Mar-23-2024, 08:40 PM - Forum: Data Science - Replies (7)

I want to store different data type in on numpy array,

b = np.array([['2024-03-22', 71.0, 'ceh'], ['2024-03-23', 63.0, 'abc']])
..... More

Print this item

  OSError occurs in Linux.
Posted by: anna17 - Mar-23-2024, 08:25 PM - Forum: General Coding Help - Replies (2)

Hello.
OSError occurs in Linux.

In Linux, OSError occurs.
What bug occurs in Linux in the code below?
Please Help me.

import subprocess
impo..... More

Print this item

  In Console,Python
Posted by: anna17 - Mar-23-2024, 08:22 PM - Forum: General Coding Help - No Replies

Hello.
In Console, Python.
Please check the attached image file.

İmage


import subprocess
import os
import ..... More


Attached Files

Thumbnail(s)
   
Print this item

Photo image error
Posted by: pyc0de - Mar-23-2024, 03:19 PM - Forum: General Coding Help - Replies (2)

hi im new to python and I'm having trouble getting this code to run. Instead I get this error, in tkinter . I'm using visual studio 2022 and I'm tryin..... More

Print this item

  Tkinter & Canvas
Posted by: Peter_Emp1 - Mar-23-2024, 12:12 PM - Forum: General Coding Help - Replies (5)

Hello, everyone!

I'm trying to create several tk.Canvas() for each ttk.Frame() to display different figures and images on my TabWidget (ttk.Notebook)..... More

Print this item

  delivery exe without source code py
Posted by: loky62 - Mar-23-2024, 11:59 AM - Forum: General Coding Help - Replies (2)

Hi everyone, I'm new to Python but I program using visual studio c#.

How do I deliver to my customer an exe of a python/streamlit script with every..... More

Print this item

  Excel iterations and restrictions
Posted by: marialage98 - Mar-23-2024, 11:38 AM - Forum: Data Science - No Replies

Hello, i have an excel file that has columns with circular references. And i want to use python to apply restrictons to those columns.
I have a colum..... More

Print this item

Question Frog Puzzle Random To Custom
Posted by: MoreMoney - Mar-23-2024, 10:33 AM - Forum: General Coding Help - Replies (4)

I just want to make the input to custom number instead of randomized number ie i want my code to sort this [0,5,1,3,4,2] instead of randomized number,..... More

Print this item

  [split] Google SEO enabled url
Posted by: Franc90 - Mar-22-2024, 10:26 PM - Forum: Bar - Replies (1)

Can you please tell me how long it takes for a young site to get noticed? I've been running a sports blog for three months now, but the traffic is ver..... More

Print this item

  How to solve this problem Python configuration?
Posted by: magomes - Mar-22-2024, 05:42 PM - Forum: Homework - Replies (5)

This error.
SyntaxError: Non-UTF-8 code starting with '\xe3' in file D:\Projetos\M74Chat\M74Chat\config.py on line 4, but no encoding decared;
see ..... More

Print this item

Question Missing parts of Code
Posted by: Felipe1991_GVT - Mar-22-2024, 04:58 PM - Forum: General Coding Help - Replies (3)

[python]def distribute_notes(withdrawal_amount):
# List of available notes in the ATM
available_notes_at_atm = [200, 100, 50, 20, 10]
#..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Why am I getting this err... 35 minutes ago Pedroski55 Pedroski55 General Codin...
  How To Make A PyQt5 Progr... 5 hours ago rcwildabeast menator01 GUI
  ModulNotFoundError matplo... 6 hours ago WicardBohnam deanhystad General Codin...
  Problem Converting Tradin... Yesterday, 19:40 kralxs kralxs General Codin...
  New on python. Needs help... Yesterday, 18:47 jeromep deanhystad General Codin...
  Can provide python tutori... Yesterday, 17:00 Zahiba_Siddiqui carellapansullon Jobs
  Win or Loss Prediction Yesterday, 13:46 ksasi2k3 ksasi2k3 General Codin...
  Good way to ignore case w... Yesterday, 12:39 Winfried menator01 General Codin...
  how to edited Tkinter Top... Yesterday, 10:16 kucingkembar deanhystad General Codin...
  using mutable in function... Yesterday, 10:10 akbarza snippsat General Codin...
  Cucumber installation Yesterday, 07:52 SDS SandraYokum General Codin...
Most views
  The best Prog... 413299
  Web Scraping ... 304218
  Tutorial Requ... 293604
  Newbie with P... 251680
  Thread remain... 233925
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 312
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11871
buran 8090
snippsat 7087
deanhystad 6218
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
WillieNelson Today
JoshEdgar Today
pyry Today
WicardBohnam Yesterday
rcwildabeast Yesterday

User Panel Messages

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