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,622
» Latest member: Robert_Ruben
» Forum threads: 38,637
» Forum posts: 175,058

Full Statistics

Online Users
There are currently 482 online users.
» 0 Member(s) | 476 Guest(s)
Google, Bing, Baidu, Applebot, Yandex

Latest Threads
PyQT5 Thread crashes afte...
Forum: GUI
Last Post: luxorb
1 hour ago
» Replies: 1
» Views: 3,034
List[] in Python needs so...
Forum: Game Development
Last Post: miajones
8 hours ago
» Replies: 2
» Views: 342
Unable to install pygame ...
Forum: Game Development
Last Post: Thatedge
11 hours ago
» Replies: 2
» Views: 2,065
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
Today, 05:53 AM
» Replies: 2
» Views: 230
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 467
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 190
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,376
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 134
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 631
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,537

 
  GTIN-8 Code
Posted by: harry183713718312378 - Apr-30-2017, 06:11 PM - Forum: Homework - Replies (1)

I'm struggling with some coding. The question is "Create a suitable text file to use with a high-level programming language containing a list of produ..... More

Print this item

  Simplyfy
Posted by: podge - Apr-30-2017, 04:38 PM - Forum: General Coding Help - Replies (7)

The last time I did any coding was about 30 years ago and that was basic. Python seems to have a similar syntax so I thought I would dip my toe in the..... More

Print this item

  can not import name invalidate_caches
Posted by: Bani - Apr-30-2017, 04:37 PM - Forum: General Coding Help - Replies (11)

Hi,
I use Python 2.7. I have an Import Error: can not import name invalidate_caches. What should I do? 

[python]from importlib import invalidate_c..... More

Print this item

  Are braces rather than indentation ever wanted?
Posted by: michaelcollier - Apr-30-2017, 03:21 PM - Forum: General Coding Help - Replies (22)

I have a small application that can convert indented python3 code into the equivalent code with braces {} and back again to indented python.

Here i..... More

Print this item

  Debate on Python versus VBnet
Posted by: RandoomDude - Apr-30-2017, 01:44 PM - Forum: News and Discussions - Replies (17)

Python and vb.net ...These languages seems to be the popular choices among programmers.What does Python has and not in vb.net and vice versa?

Pytho..... More

Print this item

  Help with if in tkinter
Posted by: JohnNo - Apr-30-2017, 01:40 PM - Forum: General Coding Help - Replies (2)

I need help with if. This code just when you click a button it +1 to a counter and the problem is I need something when the counter reaches 10 5 point..... More

Print this item

  [split] swearing
Posted by: ichabod801 - Apr-30-2017, 10:41 AM - Forum: Board - Replies (18)

Please watch the vulgarity. We try to be a place where parents wouldn't mind their young kids going for help with their programming.

Print this item

  Forgotten Code
Posted by: K0NTR0L - Apr-30-2017, 08:40 AM - Forum: Data Science - Replies (4)

I wrote this code about a year ago and barely understood it then, could someone please break down for me what my code is doing as I am highly confused..... More

Print this item

  Coding Error
Posted by: nikhilrambadi - Apr-30-2017, 05:13 AM - Forum: General Coding Help - Replies (1)

I am trying to create a carver for the JPEG image file which will recover the deleted JPEG files from the disk dump or dd image. But i am new to the p..... More

Print this item

  Clicker game counter help
Posted by: JohnNo - Apr-30-2017, 05:12 AM - Forum: Game Development - Replies (2)

You guys helped me alot, you made my life easy with your help and code. So i ask again. I am trying to create clicker game where you click on some but..... More

Print this item

  variable is not defined
Posted by: hentera - Apr-29-2017, 09:45 PM - Forum: Homework - Replies (16)

It keeps telling me variable "number" is not defined, where am I going wrong? I'm trying to get my program to convert a number to a roman numeral. My ..... More

Print this item

  Standard library code
Posted by: BerryK - Apr-29-2017, 09:36 PM - Forum: General Coding Help - Replies (2)

Hi people,

I was just checking out some code from the standard library from python 3.6.1. This specific piece of code is ftplib.py and is meant to ..... More

Print this item

  Audiovisual resources
Posted by: Hacsa - Apr-29-2017, 09:17 PM - Forum: General Coding Help - Replies (4)

Hi, I'm working on a project and I need to add some audiovisual features.
[color=#333333][font=Arial]What s..... More

Print this item

  the alternate keyboard commands / center command
Posted by: Luke_Drillbrain - Apr-29-2017, 08:07 PM - Forum: GUI - Replies (3)

Good news – I've been working through tkinter tutorials and am learning.  The following code runs, at least it creates a GUI.  

[python]
from tkin..... More

Print this item

  Webscraping a site that uses javascript?
Posted by: bigmit37 - Apr-29-2017, 08:03 PM - Forum: Web Scraping & Web Development - Replies (9)

I'm trying to scrape the stock-tickers of the chart embedded on the right of this page.[..... More

Print this item

  Flappy Bird Game [Pygame]
Posted by: georgecoopers - Apr-29-2017, 07:25 PM - Forum: Code sharing - Replies (2)

Feel free to test and critique my work- it is really appreciated.

Cheers George Cooper


https://github.com/georgecoopers/Flappy-Bird-Remake

Print this item

  Button Help
Posted by: slopz - Apr-29-2017, 03:46 PM - Forum: General Coding Help - Replies (3)

I have created a choice-based game in Python for a project in my AP Computer Science class. It works, for the most part, but I am having trouble getti..... More

Print this item

  Udemy Course
Posted by: ichabod801 - Apr-29-2017, 03:35 PM - Forum: News and Discussions - Replies (1)

Just got a facebook ad for a 21-hour Udemy Python course (80% off! only $29!) teaching 10 real world applications step by step.

Yeah, 126 minutes per..... More

Print this item

  PyQT5: Open QFiledialog in a Dialog which was create in qt designer
Posted by: nieselfriem - Apr-29-2017, 01:10 PM - Forum: GUI - Replies (4)

I create a dilaog in Qt Designer and I use PyQT5. After a selcetion of users and the ouput format, I will open a Filedialog to chouse the Filename and..... More

Print this item

  Adding 1 to number
Posted by: JohnNo - Apr-29-2017, 12:59 PM - Forum: General Coding Help - Replies (5)

I cant find anwser anywhere for this question. I have a number and when i click a button i want that number + 1 and so on so like this. 

[python]
..... More

Print this item

  view count off
Posted by: RandoomDude - Apr-29-2017, 11:22 AM - Forum: Board - Replies (8)

My os is windows 7 ultimate edition 32.my browser is chrome.i dont know which version it is.

it occured when i was browsing my thread.Suddenly a pa..... More

Print this item

  list of US states
Posted by: Skaperen - Apr-29-2017, 08:52 AM - Forum: Bar - Replies (5)

using python tags but this is really json:

[python]["Alabama","Alaska","Arizona","Arkansas","California","Colorado",
  "Connecticut","Delaware","F..... More

Print this item

  colpage.py
Posted by: Skaperen - Apr-29-2017, 06:12 AM - Forum: Code sharing - Replies (19)

colpage.py:

[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_lite..... More

Print this item

  Need Answers
Posted by: 20nick20 - Apr-29-2017, 12:43 AM - Forum: General Coding Help - Replies (6)

Why is it opening the other file but not displaying the buttons before or after the code?
[python]from tkinter import *



master = Tk()
class A..... More

Print this item

  Formatting question
Posted by: Liquid_Ocelot - Apr-28-2017, 10:48 PM - Forum: Homework - Replies (5)

Hey guys so I am just stuck on the formatting side of my problem: I have written the code correctly I just need to know a few key points please such a..... More

Print this item

  Python dynamic inheritance ?
Posted by: harun2525 - Apr-28-2017, 10:41 PM - Forum: General Coding Help - Replies (1)

[python]
ToggleWidgetClass = object

class SpecificToggleWdidgetClass(ToggleWidgetClass):
    def __init__(self, **kwargs):
        pass


def..... More

Print this item

  Calendar calcualtions
Posted by: deusvult - Apr-28-2017, 09:54 PM - Forum: Homework - Replies (11)

Hi!

I am trying to calculate difference in days between two dates. If the dates are close enough the answer is correct but as the difference increa..... More

Print this item

  return issue in a function
Posted by: PyPhanman - Apr-28-2017, 06:23 PM - Forum: General Coding Help - Replies (2)

[color=#242729][size=small][font=Arial,]I am trying to print the list at the end of my code. But I can't seem to figure out how to return the list whe..... More

Print this item

  Need help in coding errors
Posted by: Shubham125211 - Apr-28-2017, 05:05 PM - Forum: General Coding Help - Replies (3)

Below is the given code in which i need u guys help, plz tell me the logical and syntax errors of the following code
This program is for raspberry pi..... More

Print this item

  tcp sever HELP
Posted by: abrew132 - Apr-28-2017, 03:47 PM - Forum: Networking - Replies (3)

Hi have a chat client that works excellent, but i can't have other computers that are on the same router connect to me, so i try to change the address..... More

Print this item

  Multithreading socket in Python. I'm missing something
Posted by: Guybrush - Apr-28-2017, 03:22 PM - Forum: General Coding Help - Replies (1)

I'm learning the use of multithreading and sockets in python so I'm sorry if I lack knowledge...
I'm stuck with this problem: I took this code from t..... More

Print this item

  Nouns and corresponding verbs in German
Posted by: MattaFX - Apr-28-2017, 07:53 AM - Forum: General Coding Help - No Replies

Hi everybody,

[color=#242729][size=small][font=Arial,]Currently, I'm looking for a re..... More

Print this item

  placing module level statements into def
Posted by: michaelcollier - Apr-28-2017, 07:52 AM - Forum: General Coding Help - Replies (7)

I have my own flowchart GUI for C++ that I'm extending to python and have a question about python statements that exist at module level i.e. they are ..... More

Print this item

  drop duplicate values based on a criteria
Posted by: klllmmm - Apr-28-2017, 07:49 AM - Forum: Data Science - Replies (1)

I have a pandas dataframe that has duplicate data. Similar to below table. I want to drop duplicates keeping only the rows with value close to zero in..... More

Print this item

  How to add python library to Spyder
Posted by: awa5114 - Apr-28-2017, 06:29 AM - Forum: General Coding Help - Replies (4)

I am trying to add an external python library from a third party software into Spyder so I can work with it. I have already tried the following:

 -..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [PyQt] PyQT5 Thread crash... 1 hour ago Suresh luxorb GUI
  List[] in Python needs so... 8 hours ago Codingdesigner12 miajones Game Developm...
  Unable to install pygame ... 11 hours ago garthE Thatedge Game Developm...
  can't use pyrepl: bad mag... Today, 05:53 eliastw85 Plyth News and Disc...
  Setting AST node lineno c... 06-24, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... 06-24, 14:04 Winfried deanhystad GUI
  color names 06-24, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help 06-24, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... 06-24, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... 06-24, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
Most views
  The best Prog... 572344
  Tutorial Requ... 484972
  Web Scraping ... 436868
  Newbie with P... 379698
  Thread remain... 351238
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6840
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
as1221 3
Newest members
Robert_Ruben Today
luxorb Today
SPODGEBOB Today
livecricket Today
miajones Today

User Panel Messages

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