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,253
» Latest member: cc123
» Forum threads: 38,781
» Forum posts: 175,830

Full Statistics

Online Users
There are currently 35 online users.
» 2 Member(s) | 27 Guest(s)
Google, Bing, Facebook, buran, tsgiannis

Latest Threads
Convert Json to table for...
Forum: General Coding Help
Last Post: cc123
7 minutes ago
» Replies: 6
» Views: 18,219
Convert JSON to CSV
Forum: General Coding Help
Last Post: cc123
8 minutes ago
» Replies: 7
» Views: 7,401
re.split issue
Forum: General Coding Help
Last Post: noisefloor
52 minutes ago
» Replies: 3
» Views: 39
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
3 hours ago
» Replies: 6
» Views: 325
New to python and coding
Forum: Homework
Last Post: lary_p
8 hours ago
» Replies: 5
» Views: 149
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 98
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 229
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 359
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 138
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636

 
  Multiple Inheritance using super()
Posted by: Sagar - Sep-06-2017, 08:56 AM - Forum: General Coding Help - Replies (2)

Hi All,
I was trying to understand Inheritance concept in Python.
When I wrote the code without using super(), I was getting desired results. You ca..... More

Print this item

  Creating Classes
Posted by: kalerah - Sep-06-2017, 08:29 AM - Forum: General Coding Help - Replies (5)

my question here

i am very new to python and need your help in below error message

my code here
=============================..... More

Print this item

  Converting .ui to .py with the command prompt? PyQt & pyuic4
Posted by: WildPictus - Sep-06-2017, 08:04 AM - Forum: General Coding Help - Replies (1)

So I am trying to learn how to convert .ui to .py after creating a .ui app in PyQt Designer.
I am using the Command Prompt for the supposed sake of e..... More

Print this item

  How to read .doc files
Posted by: sivakumar - Sep-06-2017, 05:40 AM - Forum: General Coding Help - Replies (2)

How to read .doc files in python?

Print this item

  Need explanation on this defaultdict code
Posted by: jaden5165 - Sep-06-2017, 05:38 AM - Forum: General Coding Help - Replies (2)

Hi,

I am reading legacy code but I could not understand the below code line why need to do so. Can someone pls explain to me. Thanks.

[python]
d..... More

Print this item

  While loops
Posted by: seliz955 - Sep-06-2017, 01:43 AM - Forum: Homework - Replies (2)

I know that for this program, I need to use a while loop but I am lost on where to even start. I'm confused on what statements even go into the loop. ..... More

Print this item

  Unable to Compile Demo
Posted by: dhollowe - Sep-05-2017, 11:36 PM - Forum: General Coding Help - No Replies

I am attempting to call some CPP code from Python2.7. There is an example of this located inside the Python directory (C:\Python27\Demo\embed). When I..... More

Print this item

  Full-time Position for Medical Device Startup
Posted by: dyermd - Sep-05-2017, 07:03 PM - Forum: Jobs - No Replies

Company Description
Imagine a world in which cost and training are no longer barriers for access to life saving technology. A world in which m..... More

Print this item

  Noob needs help with code
Posted by: WheeljackG1 - Sep-05-2017, 06:48 PM - Forum: General Coding Help - No Replies

Hey everyone, I am a total noob when it comes to programming but I try when asked. I am currently looking at a new software package and it uses python..... More

Print this item

  Python function to get colorwheel RGB values from compass degree?
Posted by: wrybread - Sep-05-2017, 06:47 PM - Forum: General Coding Help - Replies (5)

I'm trying to translate compass values (1 - 360) to the RGB values of a color wheel. For example, looking at this image:

https://www.timvandevall.c..... More

Print this item

  private inquiry forum?
Posted by: metulburr - Sep-05-2017, 05:46 PM - Forum: Board - Replies (8)

I am wondering if we should have a private inquiry forum. This would be a forum that all mods and admins can view, but only the thread starter can vie..... More

Print this item

  Get rid of default post content?
Posted by: metulburr - Sep-05-2017, 05:00 PM - Forum: Board - Replies (11)

To me, it looks like there is no point in having default content "your post here" and an example python code tag. People just ignore them and put ther..... More

Print this item

  sending data from my raspberry pi to my website
Posted by: mohitsangavikar - Sep-05-2017, 04:15 PM - Forum: General Coding Help - Replies (2)

my question here

I am an embedded systems engineer with just basic understanding of python.
I need to send temperature readings that have been..... More

Print this item

  Organizing results
Posted by: acmichelman - Sep-05-2017, 02:42 PM - Forum: General Coding Help - Replies (2)

Im trying to run the results in this program so each output that has the same beach will go in alphabetical order. If you run it you will see that all..... More

Print this item

  Can't understand
Posted by: CroXV - Sep-05-2017, 01:35 PM - Forum: Homework - Replies (3)

I'm going through this book on python 2.7 and I have to create some nosetests for these. So I have been commenting them, but I can't fully understand ..... More

Print this item

  How to convert abc.ui into abc.py
Posted by: rajeev1729 - Sep-05-2017, 07:48 AM - Forum: GUI - Replies (3)

How to convert abc.ui into abc.py
for python 3.6.2

Print this item

  Bayesian Network
Posted by: donut - Sep-05-2017, 04:40 AM - Forum: General Coding Help - No Replies

Hi
I'm studying an aplication of Bayesian Networks using the pomegranate library, and I'm stucked in the very beggining of the problem. I have a larg..... More

Print this item

  types.NoneType
Posted by: Skaperen - Sep-05-2017, 02:48 AM - Forum: General Coding Help - Replies (1)

i can do:

from types import NoneType
in python2 but in python3 NoneType is no longer in the types module.  where did it g..... More

Print this item

  problem with elif?
Posted by: Osires - Sep-05-2017, 12:27 AM - Forum: Homework - Replies (5)

Okay, so this is a snippet of my code (the very beginning of it) that I have isolated in a separate file because it is dysfunctional. We are supposed ..... More

Print this item

  VoiceControlBrowsers: Need help with selenium {adding user profiles}
Posted by: hbknjr - Sep-05-2017, 12:25 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all,

Here my project.

I'm using selenium, gtts and speechrecognition to add voic..... More

Print this item

  Joining results
Posted by: acmichelman - Sep-04-2017, 10:34 PM - Forum: General Coding Help - Replies (5)

I have hit an snag at the end of this schedule maker i have been creating. The way I have been able to get my results at the end of random generators ..... More

Print this item

  python-forum dot com
Posted by: ichabod801 - Sep-04-2017, 09:33 PM - Forum: Board - Replies (2)

python-forum.com became available, and it was only $9 for a year, so I snagged it and redirected it here. Note that python-forum.org is still up and r..... More

Print this item

  Register problem
Posted by: Kebap - Sep-04-2017, 08:23 PM - Forum: Board - Replies (1)

Found this in our Chat, but the user left already before anybody could answer.

Maybe gather some answers here?
 
[quote][19:13:07] <Heavy_> Hi th..... More

Print this item

  Print list from splitted range of numbers
Posted by: prashant8530 - Sep-04-2017, 07:51 PM - Forum: General Coding Help - Replies (1)

Hi,

I want to create a list which contains the number upto a given limit. For eg, if max = 500
the first list should contain the first 100 numbers an..... More

Print this item

  Reading floats and ints from csv-like file
Posted by: Krookroo - Sep-04-2017, 05:06 PM - Forum: General Coding Help - Replies (15)

Hello :)

I have stored numbers in a file from another program, and I'd like to extract the values in lists to use with another python program I alrea..... More

Print this item

  display .jpg in tiny led with PIL
Posted by: tony1812 - Sep-04-2017, 05:00 PM - Forum: General Coding Help - No Replies

Hello,

I have this simple code that draw a line of text to this SSD1306 tiny led.

[python]
#in python 3
# import libraries
import RPi.GPIO as..... More

Print this item

  college grades checking
Posted by: marfly32 - Sep-04-2017, 04:06 PM - Forum: General Coding Help - Replies (4)

Hello, guys! Firstly, sorry for my raw coding skills. To start with, i've go no idea how to make it happen, i did my newbies research :( , and come up..... More

Print this item

  List creator
Posted by: acmichelman - Sep-04-2017, 03:54 PM - Forum: General Coding Help - Replies (4)

Just a quick question from a beginner. How would I put a list of 30+ names randomly into 3+ different columns until there are no more names.

Print this item

  PIL or pillow? newbie question.
Posted by: tony1812 - Sep-04-2017, 01:28 PM - Forum: General Coding Help - Replies (2)

One thing confused the heck of me are the libraries in Linux. According to this tutorial, https://www.sitepoint.com/manipulating-i...-the-pytho..... More

Print this item

  How do I loop through a list and delete numerical elements that are 1 lower/higher?
Posted by: neko - Sep-04-2017, 01:16 PM - Forum: General Coding Help - Replies (4)

I'm trying to go through a list and delete elements that have numerical values that are one value greater/lower than the value that I'm looking at.

..... More

Print this item

  Please help me
Posted by: hekimbaba - Sep-04-2017, 12:33 PM - Forum: Web Scraping & Web Development - Replies (18)

Hi I am a doctor.I want to prepare quiz with this script (added to comment)

But I don't have python knowledge. Can you tell me how to parse TPC.qui..... More

Print this item

  Fast Quote button doesn't work
Posted by: syogun - Sep-04-2017, 11:47 AM - Forum: Board - Replies (2)

Hi, I read the Help Documents and try three different Quote Buttons. The only problem is the Fast Quote button doesn't work while other two Quote Butt..... More

Print this item

  make sys.path.append auto detect
Posted by: dwiga - Sep-04-2017, 07:45 AM - Forum: Homework - Replies (2)

Hi,
I facing a problem coding in jython.
but, what I want to ask is about python.
I have to write this code on every file I've create

[python]
..... More

Print this item

  executing a file saved in memory
Posted by: Skaperen - Sep-04-2017, 04:23 AM - Forum: General Coding Help - No Replies

i would like to make a script that reads in a python source file, then later (the file is no longer on this host's filesystem(s)) run that file.

it..... More

Print this item

  SQLite issue with Mac Book
Posted by: DareDrop - Sep-04-2017, 01:13 AM - Forum: General Coding Help - No Replies

I'm trying to set up a SQLite database for DHT22 sensor readings. I seem to be able to create the DB and set up the DB table OK. The issue is that whe..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Convert Json to table for... 7 minutes ago python_student cc123 General Codin...
  Convert JSON to CSV 8 minutes ago Linuxdesire cc123 General Codin...
  re.split issue 52 minutes ago paul18fr noisefloor General Codin...
  Backward compatibility qu... 3 hours ago yutaozhou noisefloor News and Disc...
  New to python and coding 8 hours ago lary_p lary_p Homework
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 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... 578915
  Tutorial Requ... 510129
  Web Scraping ... 441937
  Newbie with P... 385954
  New Users Int... 376731
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cc123 Today
Jessicaadams Today
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday

User Panel Messages

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