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,259
» Latest member: JamesFalkner
» Forum threads: 38,783
» Forum posts: 175,839

Full Statistics

Online Users
There are currently 51 online users.
» 1 Member(s) | 45 Guest(s)
Bing, Mojeek, Google, Apple, Gribouillis

Latest Threads
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
2 hours ago
» Replies: 0
» Views: 35
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
3 hours ago
» Replies: 10
» Views: 207
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
5 hours ago
» Replies: 3
» Views: 110
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 07:58 PM
» Replies: 6
» Views: 195
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 373
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 125
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 257
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 412
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 155
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,649

 
  bubble sort random list
Posted by: atux_null - Nov-03-2017, 01:35 PM - Forum: Homework - Replies (7)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Best way to strip() after split()
Posted by: k357k9 - Nov-03-2017, 11:27 AM - Forum: General Coding Help - Replies (11)

data = 'Red Duck | $125 | New | Ready | Very Good'
product, price, condition, available, rating = data.split('|')
Is there an easy wa..... More

Print this item

  Module for procedural generation with hashes
Posted by: PhilHibbs - Nov-03-2017, 11:16 AM - Forum: Code sharing - Replies (8)

I am working on a Python library to replace use of the random number generator with a hash-based system, so that seeded sequences are no longer fragil..... More

Print this item

  Need help in tkinder
Posted by: Lizard - Nov-03-2017, 08:46 AM - Forum: General Coding Help - No Replies

I am new to using tkinder
I want to adjust the radio button with 4 button in 1 row.
I am not sure how to do it

Also
I want to put the " hell0" b..... More

Print this item

  Can't figure out small errors in my code?
Posted by: pythonwizard96 - Nov-03-2017, 04:26 AM - Forum: Homework - Replies (1)

Problem 2
You are working in a biology lab where they are investigating the effects of diet on
1
rats’ body weight. They have fed several rats vari..... More

Print this item

  Just bought bitcoins
Posted by: metulburr - Nov-03-2017, 04:03 AM - Forum: Bar - Replies (19)

I kinda ignored it for the past few years. I figured i would buy a portion, try to forget about it, and come back in 10 years and see what its at. Im ..... More

Print this item

  New at Python programming
Posted by: rsmldmv - Nov-03-2017, 12:56 AM - Forum: GUI - Replies (1)

I'm a VB.Net programmer by trade and am in process of learning Python. I'm messing around with the tkinter library for GUI development. One simple thi..... More

Print this item

  Understanding Functions
Posted by: Dez - Nov-03-2017, 12:26 AM - Forum: General Coding Help - Replies (4)

Hello
I'm new to python i have been taking the Codeacademy python course, I'm trying to understand what a function is and how it can properly be used..... More

Print this item

  Plug/Socket Simulator?
Posted by: sackadoo - Nov-02-2017, 08:10 PM - Forum: GUI - No Replies

I'm relatively new to Python (and QT), but moderately experienced in C, PHP, and early HTML/Javascript... although I wandered off to do other things a..... More

Print this item

  validating user input and loops
Posted by: Austin11 - Nov-02-2017, 03:50 PM - Forum: Homework - Replies (7)

So I am new to programming and I need to create a program that will allow the user to input how many bottles they collected over seven days. ie: Monda..... More

Print this item

  deleting certain rows from multidimensional list
Posted by: aster - Nov-02-2017, 03:01 PM - Forum: General Coding Help - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Help with my project
Posted by: jamshaid1997 - Nov-02-2017, 02:40 PM - Forum: Homework - Replies (1)

Hi i was wondering if i could get some help on a banking system i want to be create the banking system should be able to:
 Create the necessary clas..... More

Print this item

  Funny things Java Devs do but Python Devs Don't
Posted by: QueenSvetlana - Nov-02-2017, 02:35 PM - Forum: Bar - Replies (1)

I've posted a question about abstract class and if I correctly constr..... More

Print this item

  Pillow Image Processing
Posted by: matteusbeus - Nov-02-2017, 01:25 PM - Forum: Data Science - Replies (2)

I'm a Sega Genesis homebrew developer. I want to write a script to optimise images for the console. I'm hoping to use the Pillow library but don't e..... More

Print this item

  Python 3D mesh deformation
Posted by: chaton - Nov-02-2017, 10:30 AM - Forum: Game Development - Replies (1)

Hello,

I am currently searching a way to apply a 3d deformation to a 3d mesh (i.e. warp). I know that Bicubic Bspline warp and Thin-plate spline wa..... More

Print this item

  Debugging in Python IDE
Posted by: jeanloup - Nov-02-2017, 08:40 AM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  find my system is single boot or dual boot using python
Posted by: Sachin_d - Nov-02-2017, 05:51 AM - Forum: General Coding Help - Replies (2)

import platform
platform.uname()


This code gives me my current running os but i want to know whether my system is single boot or dual boot

Print this item

  installing any package= impossible headache
Posted by: ineedastupidusername - Nov-02-2017, 02:41 AM - Forum: Data Science - Replies (23)

So I want to make animation move to the beat of music, viewable on youtube. I figure I need to mess with mp4 etc stuff so I guess I need pymovie. I do..... More

Print this item

  how to download a tarball on github?
Posted by: Skaperen - Nov-01-2017, 11:25 PM - Forum: News and Discussions - Replies (11)

does anyone here in the bar know where/how to download a tarball (as opposed to a zip file) of a package/project on github?

Print this item

  Highcharts: JS to Python
Posted by: Leaf - Nov-01-2017, 10:46 PM - Forum: General Coding Help - Replies (5)

I have a few questions 1. is related to visualizing data with highcharts, and the other is related to 2. extracting data from JSON (is it a default di..... More

Print this item

  restart program
Posted by: Billy512 - Nov-01-2017, 08:14 PM - Forum: Homework - Replies (1)

Im currently using python 3 and I'm a beginner I wanna know how to make a y/n statement and if the user answered yes it will restart the program

Print this item

  Changing dictionary values not working
Posted by: SnekLover123 - Nov-01-2017, 04:46 PM - Forum: General Coding Help - Replies (5)

I'm making a text game, and for the crafting part, it seems to be working, but when I view the inventory, nothing changed. I can't see why it's ignori..... More

Print this item

  Visually Impaired using Python
Posted by: Leeboooo - Nov-01-2017, 04:02 PM - Forum: News and Discussions - Replies (5)

Hello all,

I am a teacher in a UK school and I have two Visually Impaired students. They use simple text to speech software so they can read genera..... More

Print this item

  Which IDE is the best for GUI in python?
Posted by: smakash - Nov-01-2017, 03:56 PM - Forum: General Coding Help - Replies (6)

Can anyone tell me which IDE will be good for developing GUI in python? And why?

Print this item

  How to enter value in gmail id and password
Posted by: ratanbhushan - Nov-01-2017, 01:19 PM - Forum: Web Scraping & Web Development - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to install Django
Posted by: coder - Nov-01-2017, 01:02 PM - Forum: General Coding Help - Replies (1)

Hello all,
I want to download a package in Python called django. I am facing issues installing django, im now stuck in Windows Administrator Powershe..... More

Print this item

  check conenction takes byte or not
Posted by: viens - Nov-01-2017, 12:21 PM - Forum: Homework - Replies (1)

I have one ubuntu and one asus router. I can get the byte amount of the router port via ifHCInOctets via snmp on Ubuntu. When I write the ifHCInOctets..... More

Print this item

  Need help to write dict to CSV
Posted by: Lizard - Nov-01-2017, 11:27 AM - Forum: General Coding Help - Replies (1)

I got a Dict, but I want to write to csv file using below command
How i can do it
Please advise.Thanks

writer = csv.DictWriter(csvfile, fieldname..... More

Print this item

  Classes and for loops
Posted by: LessInformation - Nov-01-2017, 08:50 AM - Forum: General Coding Help - Replies (1)

this program makes boxes move, but i need to make them move randomly and indepensent of each other,
by calling the method "rect.move()"but idk how to..... More

Print this item

  pip install syntax errror again and again
Posted by: jeanloup - Nov-01-2017, 12:25 AM - Forum: News and Discussions - Replies (5)

Dear all,

I am coming across a frustrating issue with python when it comes to packages installation. To put it bluntly, the famous "pip install pac..... More

Print this item

  show grayscale image using matplotlib
Posted by: zyb1003 - Oct-31-2017, 08:19 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  image processing and manipulation
Posted by: 3015799 - Oct-31-2017, 08:18 PM - Forum: General Coding Help - Replies (1)

I'm new to python and am looking for advice on the most straight forward approach to my project. I'm looking to write code that will process an image ..... More

Print this item

  Homework
Posted by: edge94 - Oct-31-2017, 08:07 PM - Forum: Homework - Replies (1)

I have a homework in python project which is quite big, everything is fine but I have two problems that I am having issues with. the assignment is :
..... More

Print this item

  wxPython
Posted by: QueenSvetlana - Oct-31-2017, 06:49 PM - Forum: GUI - Replies (1)

I was reading wiki, and it talked about the ..... More

Print this item

  array replace with 1 when larger than 1
Posted by: metalray - Oct-31-2017, 05:34 PM - Forum: Homework - Replies (1)

Dear Python Experts,

I have an array with values of 0 and something above 1.

[python]
def af():
    from sklearn.metrics import confusion_matr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PyQt6 QWidgets and system... 2 hours ago stevecoh1 stevecoh1 GUI
  [solved] re.split issue 3 hours ago paul18fr deanhystad General Codin...
  Please guide me to comple... 5 hours ago pbkurd Larz60+ General Codin...
  New to python and coding Yesterday, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
Most views
  The best Prog... 578956
  Tutorial Requ... 510424
  Web Scraping ... 441973
  Newbie with P... 385992
  New Users Int... 377005
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 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
JamesFalkner Today
stevecoh1 Today
Bamboo Today
TomTMH Yesterday
pbkurd Yesterday

User Panel Messages

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