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,929
» Latest member: KennedyRichadGuerra
» Forum threads: 38,721
» Forum posts: 175,497

Full Statistics

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

Latest Threads
variable changing types f...
Forum: General Coding Help
Last Post: Azdaghost
28 minutes ago
» Replies: 0
» Views: 9
looking for help
Forum: Bar
Last Post: Azdaghost
45 minutes ago
» Replies: 0
» Views: 8
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
2 hours ago
» Replies: 7
» Views: 2,563
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
3 hours ago
» Replies: 7
» Views: 2,060
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 844
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 536
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,834
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,776
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 433
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 510

 
  return none
Posted by: Raysz - Dec-13-2023, 01:08 AM - Forum: General Coding Help - Replies (7)

Hi everyone I have this small script here
which I'm sure a lot of you will probably recognize it
I modified it to look like this
and it works prett..... More

Print this item

  Remove some columns
Posted by: James_S - Dec-12-2023, 11:58 PM - Forum: General Coding Help - Replies (4)

Hi there,

I want to remove some columns keep only Age Sex BMI Region Charges and then display the new table.
Please help me because I cannot displ..... More

Print this item

  How to do this with Tkinter?
Posted by: emont - Dec-12-2023, 08:48 PM - Forum: GUI - Replies (9)

Hello,

I have a window created with Tkinter (see screenshot attached), but I am having issues after this one is created, specially with window.main..... More


Attached Files

Thumbnail(s)
   
Print this item

  Enigma Decoding Problem
Posted by: krisarmstrong - Dec-12-2023, 05:16 PM - Forum: General Coding Help - Replies (4)

I have been working on a Python application. It was initially coded in C++. I have the encoding working however the decoding is not producing the ex..... More

Print this item

  Script that alternates between 2 text messages
Posted by: DiscoMatic - Dec-12-2023, 02:52 PM - Forum: General Coding Help - Replies (1)

Hello,

I am completely new tho Python, but i would like to program a script that alternates between 2 text messages.

first is displays "Drive" a..... More

Print this item

  usage of ":"
Posted by: zeppos - Dec-12-2023, 08:38 AM - Forum: Homework - Replies (1)

Hi,

I have a question related to the : sign. I have students taking their first steps in Python. I noticed one of my students use ":" wrong. Howev..... More

Print this item

  Problems trying to position images with Tkinter
Posted by: emont - Dec-11-2023, 09:25 PM - Forum: GUI - Replies (3)

Hello,

I am trying to create this in Python with TKinter (see screenshot1), but when I try to position the foler_logo.png image, but always appears..... More


Attached Files

Thumbnail(s)
       
Print this item

  PySide6 - Connect to DBus signal - Correct syntax
Posted by: Drexel - Dec-11-2023, 08:14 PM - Forum: GUI - Replies (1)

Hello,

can you help me with the correct syntax to connect to a DBus signal?

This is one of my many tries which at least runs and matches the [ur..... More

Print this item

  Different Ways to Import Modules
Posted by: RockBlok - Dec-11-2023, 01:53 PM - Forum: General Coding Help - Replies (2)

Good morning,

I'm not entirely sure I understand the reason to use the asterix when importing modules, or what its significance might be, or why yo..... More

Print this item

  White edge
Posted by: sdgdfgg - Dec-11-2023, 12:34 PM - Forum: GUI - Replies (4)

clean Red line region please Heart
[Image: fd2f19dc0bedcac0b35657f266f94f37.jpeg]
[python]root = tk.Tk..... More


Attached Files

Thumbnail(s)
   
Print this item

  connection python and SQL
Posted by: dawid294 - Dec-11-2023, 09:28 AM - Forum: General Coding Help - Replies (4)

Hi python experts, Is possible to connect Python and SQL? In jupyter notebook or in Pycharm? Is possible start the code from SQL in Python? If Yes ho..... More

Print this item

  I am getting a valueError. And not sure why? My goal is to visualize the correlation
Posted by: ReadytoCode - Dec-11-2023, 05:33 AM - Forum: General Coding Help - No Replies

Hi all

I am just learning python. I am trying to visualize the correlation matrix of the S&P 500 stock data but I am getting a ValueError: could no..... More

Print this item

  I must be missing something simple?
Posted by: SLFrey - Dec-10-2023, 06:34 PM - Forum: General Coding Help - Replies (2)

To start - I am a novice at Python.
I have a created a "tool" I use for my work daily. It includes the ability to create Excel workbooks that I use f..... More

Print this item

Question Chain object that have parent child relation..
Posted by: SpongeB0B - Dec-10-2023, 05:02 PM - Forum: General Coding Help - Replies (10)

Hi everyone,

I have some data in a DB that have a parent properties

[code]
name|parent

John|Null
David|John
Grunt|David
Jade|John
[/cod..... More

Print this item

  Scraping a site
Posted by: Henry467 - Dec-10-2023, 11:26 AM - Forum: Web Scraping & Web Development - No Replies

Hi I'm a total python noob. Was looking for some help scraping this site, any help much appreciated.

https://vietfactory.com/

Print this item

  Searche each element of each tuple based 3 numbes
Posted by: zinho - Dec-09-2023, 11:29 PM - Forum: General Coding Help - Replies (8)

Hi.
I have combinations based list with tuple nested
How to find based 3 numbers of my choice if all this 3 numbes is inside of list of tups?

[p..... More

Print this item

  Sound Sensor With EMail Notification
Posted by: parascand - Dec-09-2023, 10:49 PM - Forum: General Coding Help - Replies (1)

I am trying to add a sound sensor to my raspberry pi so that when sound is detected it will email me with a notification. I figured out how to get th..... More

Print this item

  Python to VB
Posted by: nbrege - Dec-09-2023, 06:59 PM - Forum: General Coding Help - No Replies

Hello, this is my first post here. My apologies if this is posted in the wrong place. Are there any .Net programmers here?
I'm trying to convert a ..... More

Print this item

  Python Turtle. Pointers of the "arrow" direction of the vector.
Posted by: roomONmoon - Dec-09-2023, 05:47 PM - Forum: GUI - Replies (1)

Please tell me how to position the arrows in the direction of the vector?


[img]https://otvet.imgsmail.ru/download/244280916_5472eec8d5877641013c65d6..... More

Print this item

  Pi modules and %timeit
Posted by: RockBlok - Dec-09-2023, 03:44 PM - Forum: Data Science - Replies (3)

I'm trying to compare different ways to use pi and I wanted to do something like this to test out the speed of assigning pi to a variable or using in ..... More

Print this item

  sounddevice errors ALSA audio
Posted by: marcomac01 - Dec-08-2023, 06:16 PM - Forum: General Coding Help - No Replies

Hello guys, i'm super new to this forum. My intention was to make use of PyMumble to make a client to make voice calls via Mumble.
I managed to liste..... More

Print this item

  File Checksum App
Posted by: rob101 - Dec-08-2023, 03:21 PM - Forum: Code sharing - No Replies

This application provides an easy to use GUI for checking the hash values of any file. The use case is for when you download a file for which the auth..... More


Attached Files

Thumbnail(s)
   
Print this item

  trax import error
Posted by: dhrsethi1 - Dec-08-2023, 10:43 AM - Forum: Data Science - No Replies

Hello,

When I try and import the trax library like this:

import trax
I get the below error. Any help would be greatly appreciated...... More

Print this item

Question Problem with collision of player and enemy
Posted by: Nekotrooper - Dec-08-2023, 06:24 AM - Forum: Game Development - Replies (1)

The game ends even though player did not touch the enemy in this code.
I do believe there is a problem with collision or with the image size of playe..... More


Attached Files

Thumbnail(s)
       
Print this item

  what is the Pythonic way to do os.execve()
Posted by: Skaperen - Dec-07-2023, 11:16 PM - Forum: News and Discussions - Replies (2)

what is the Pythonic way to do os.execve() with keyword arguments like stdout= and stderr= ? basically, i want a command to replace ..... More

Print this item

  Django: View is unable to find attributes of database model
Posted by: pythonpaul32 - Dec-07-2023, 06:38 PM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to make a reservation system for a hotel using Django. I am getting this error when I try to finalize the reservation, I am unable to do s..... More

Print this item

  NameError: name 'predicted_labels' is not defined
Posted by: hobbyist - Dec-07-2023, 05:57 PM - Forum: Data Science - Replies (2)

Hello! I am trying to run the code from this tutorial: ..... More

Print this item

  Script getting reindexing only valid error
Posted by: cubangt - Dec-07-2023, 02:14 AM - Forum: General Coding Help - Replies (1)

So this script has been running perfecting fine for well over a month if not longer, script has not been modified or changed in anyway. The script doe..... More

Print this item

  Not able to install package caldwellpy and requirement txt file
Posted by: Samta282006 - Dec-07-2023, 12:55 AM - Forum: General Coding Help - Replies (1)

Hi,

I have tried to install the packages on Pycharm python and not able to do it.

For pip install caldwellpy or pip3 install caldwellpy

In ..... More


Attached Files

Thumbnail(s)
           
Print this item

  Not able to install caldwellpy package
Posted by: Samta282006 - Dec-07-2023, 12:18 AM - Forum: News and Discussions - Replies (1)

Hi,

When I run pip3 install caldwellpy then the package is unable to install on my machine. The below error is showing please help me how to fix it..... More

Print this item

  Return five most frequent words
Posted by: Elisabet - Dec-06-2023, 09:59 PM - Forum: Homework - Replies (6)

Hello, I'm pretty new to coding and have started attending an online course on programming techniques. I'm stuck on one part of an assignment where I ..... More

Print this item

  python connect to mssql
Posted by: wailoonho - Dec-06-2023, 07:47 AM - Forum: General Coding Help - Replies (7)

Hi, I'm new to python
I'm currently converting my .net application to python.

I'm trying to call database to extract some data.
I manage to call ..... More

Print this item

  Book
Posted by: DPaul - Dec-06-2023, 06:50 AM - Forum: Bar - Replies (2)

Hi,
My simple question: what book would you recommend for somebody
who wants to know more about chatgpt. ?
Not too complicated, but with add..... More

Print this item

  PySide6 Copy and Past from clipboard to QTableWedget
Posted by: zinho - Dec-05-2023, 03:16 PM - Forum: GUI - Replies (6)

Hi.

I'm using PySide6 - 6.6.0

I have UI maide by QTDesigner with 3 tables one of them called tb_segregados
When m..... More

Print this item

  oddspedia charts
Posted by: nicoali - Dec-05-2023, 08:52 AM - Forum: Web Scraping & Web Development - Replies (20)

from this website
https://oddspedia.com/football/italy/serie-a
for example from this event:
https://oddspedia.com/football/juventus-napoli-65193

[py..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  variable changing types f... 28 minutes ago Azdaghost Azdaghost General Codin...
  looking for help 45 minutes ago Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 2 hours ago Bona2000 Bona2000 General Codin...
  403 Error 3 hours ago CaptainNewb CaptainNewb Web Scraping ...
  Select Python comment (#)... Yesterday, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
Most views
  The best Prog... 575677
  Tutorial Requ... 496822
  Web Scraping ... 439720
  Newbie with P... 383371
  New Users Int... 364752
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+ 12087
buran 8174
snippsat 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
KennedyRichadGuerra Today
Williefaree Today
faithsally Today
compuman145 Today
DeadEyes Today

User Panel Messages

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