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,614
» Latest member: usulek
» Forum threads: 38,637
» Forum posts: 175,054

Full Statistics

Online Users
There are currently 491 online users.
» 1 Member(s) | 484 Guest(s)
Applebot, Bing, Baidu, Google, Yandex, usulek

Latest Threads
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Yesterday, 02:10 PM
» Replies: 5
» Views: 424
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:04 PM
» Replies: 3
» Views: 162
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 08:10 AM
» Replies: 9
» Views: 199,352
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:43 AM
» Replies: 1
» Views: 109
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:15 AM
» Replies: 3
» Views: 616
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:41 AM
» Replies: 3
» Views: 1,510
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 318
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 173
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 155
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 288

 
  Elif syntaxerror
Posted by: James2929 - Apr-04-2017, 02:36 PM - Forum: General Coding Help - Replies (5)

my code here
I have made a Rock Paper Scissors game in python using if elif and else statements. 
However, when I use an elif it co..... More

Print this item

  Create cache script
Posted by: AgatheYou - Apr-04-2017, 08:13 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am pretty new to python and I am actually trying to create one of my first script. I would like to create a script that creates a ca..... More

Print this item

  Total beginner question
Posted by: AngelForge - Apr-04-2017, 04:35 AM - Forum: General Coding Help - Replies (8)

Hi,

first of all, I hope I'm in the right section of the forum.


I decided to learn a programming language and some Youtube videos later, I dec..... More

Print this item

  Code Optimization
Posted by: alicarlos13 - Apr-04-2017, 04:03 AM - Forum: Board - Replies (1)

Is there a section that deals with optimization of codes and/or review of large bits of codes.

This can help with people trying to optimize their c..... More

Print this item

  flask
Posted by: Skaperen - Apr-04-2017, 12:46 AM - Forum: Networking - Replies (6)

a friend showed me how he was setting up web pages in flask.  one thing about how this was done bothered me.  every time he added a new page, i..... More

Print this item

  I gotta problem with making argv parameters
Posted by: Bozx - Apr-04-2017, 12:35 AM - Forum: General Coding Help - Replies (3)

[python][color=#333333][size=small][font=monospace,]#!/usr/bin/env python
import socket
import subprocess
import sys
import argparse
from socket ..... More

Print this item

  default messages
Posted by: metulburr - Apr-04-2017, 12:03 AM - Forum: Board - Replies (19)

I added default messages for the forums "general coding help" and "homework" of ....

[python]my code here[ /python]
This is only ..... More

Print this item

  note moderator instead of mod tags
Posted by: metulburr - Apr-03-2017, 11:33 PM - Forum: Board - Replies (7)

I have been playing around with another plugin. Note moderator, which is basically identical to the mod tags we (team members) use. 
There are some t..... More

Print this item

  Python + OpenCV + Tkinter playing video help
Posted by: Hanban - Apr-03-2017, 10:58 PM - Forum: General Coding Help - Replies (1)

Hey, all.
So here's my problem:
I need a GUI to get a live webcam stream from openCV (or just open a video file), pass it to the Tkinter GUI window,..... More

Print this item

  QTimer not activating function after timeout
Posted by: LavaCreeperKing - Apr-03-2017, 09:09 PM - Forum: GUI - No Replies

I need to be able to use the QTimer, but I can't get it to work. It seems to not be calling the function I want it to after the time runs out or it ju..... More

Print this item

  I need help with this code
Posted by: TEST1 - Apr-03-2017, 05:59 PM - Forum: General Coding Help - Replies (2)

Can someone help with this. I need help turning this program from making gifs to taking individual pictures. Thanks.

[python]
#import modules
imp..... More

Print this item

  Graphics py not found
Posted by: vnc - Apr-03-2017, 04:56 PM - Forum: General Coding Help - Replies (13)

Windows 10
Python 3.6

copied graphics.py file from link on website but i get an error message:

Traceback (most recent call last):

[b]..... More

Print this item

  chat
Posted by: metulburr - Apr-03-2017, 04:56 PM - Forum: Board - No Replies

A little info:

IRC pros:
The IRC is off site...meaning if the server goes down, the shoutbox and forums are down, but IRC is still up. User..... More

Print this item

  shoutbox for guests
Posted by: metulburr - Apr-03-2017, 04:38 PM - Forum: Board - Replies (2)

I finally figured out how to edit the plugin to accommodate guests to post in shoutbox. This would allow people having trouble logging in to post ther..... More

Print this item

  Method for pulling in dynamic table data
Posted by: brocq_18 - Apr-03-2017, 03:06 PM - Forum: General Coding Help - Replies (1)

[size=medium]I've created an extensive script which reads text and data from an excel file and produces a pdf report from this. This script will be us..... More

Print this item

  Printing current time
Posted by: ciogergaming - Apr-03-2017, 02:50 PM - Forum: Homework - Replies (3)

I am doing an online course and there is an excercise where I need to print the current time. The question looks like this-

[python]
#Complete the..... More

Print this item

  3D bar chart? plot in Matplotlib?
Posted by: countsimpson - Apr-03-2017, 02:05 PM - Forum: General Coding Help - Replies (4)

Hi Everyone,
   I'm trying to create a nice looking 3d barchart in python matplotlib - but can't find any samples.

[img]http://4.1m.yt/bV4kE5o.png..... More

Print this item

  brute force password from list
Posted by: petru - Apr-03-2017, 01:28 PM - Forum: General Coding Help - Replies (10)

Hello Everyone, I only just signed up to post this question which will be the first of many.
I've only just started using python so I don't have much..... More

Print this item

  NullFunctionError in opengl
Posted by: hsunteik - Apr-03-2017, 07:19 AM - Forum: General Coding Help - Replies (2)

Always when I call an opengl function,it will result in a NullFunctionError:trying to call an undefined function,so I need to check for print( bool(fu..... More

Print this item

  I finsh the basics of python but I'm stuck on how to link code to GUI
Posted by: Qubayel - Apr-03-2017, 06:46 AM - Forum: General Coding Help - Replies (5)

I finsh the basics of python but I'm stuck on how to link code to GUI, any advice or tips ? Or websites that can help me learn the standard way of cre..... More

Print this item

  scripts
Posted by: Skaperen - Apr-03-2017, 02:57 AM - Forum: News and Discussions - Replies (6)

is there anyone else, besides Skaperen, that write their various general purpose command line scripts in Python?   in Python3?  on Linux?

Print this item

  WMI module help?
Posted by: 20AJ0931 - Apr-02-2017, 07:36 PM - Forum: General Coding Help - Replies (5)

I am using Windows 10 Home, 64-bit operating system and have installed python from [ur..... More

Print this item

  Python classes and init method
Posted by: Alaweey98 - Apr-02-2017, 06:58 PM - Forum: Homework - Replies (9)

Hi, I have to create  a Request class with suitable attributes to hold the request Id, password, name (first and surname), programme, year of study, c..... More

Print this item

  Attempting to get pkg-config working
Posted by: Able98 - Apr-02-2017, 03:51 PM - Forum: General Coding Help - No Replies

Attempting to use pkg-config-lite-0.28-1, based on pkg-config-0.28 to get pkg-config working.
Taken from:  ..... More

Print this item

  Open source project that a beginner could contribute to?
Posted by: JJJame - Apr-02-2017, 03:47 PM - Forum: General Coding Help - Replies (16)

[color=#222222][font=Verdana, arial, sans-serif]I'm an experienced programmer but I'm new to python. I'd like to get more experience in Python by work..... More

Print this item

  TKinter Hangman Game
Posted by: Bumble - Apr-02-2017, 02:45 PM - Forum: General Coding Help - Replies (1)

On my mission to become a python master, a friend suggested that I make a hangman game with a tkinter GUI. I somehow managed to get stuck, as my code ..... More

Print this item

  How to do String match
Posted by: SriRajesh - Apr-02-2017, 11:53 AM - Forum: General Coding Help - Replies (2)

Hi,
I have the following array of string:

kaman
veeru
sri
balc
kaman
tryi
yua
sri

Now, I want to the two thing
Question1:
I want to fi..... More

Print this item

  Python3 No Module Named gi, Tkinter, setuptools and more... On Fedora Linux
Posted by: harun2525 - Apr-02-2017, 10:55 AM - Forum: General Coding Help - Replies (12)

hello i am new on python3. i passed to python3 from python2.

while i am using python3 on idle-shell, python3 not giving any import error. but while..... More

Print this item

  Vectorized parsing in dataFrame
Posted by: aibrain - Apr-02-2017, 10:49 AM - Forum: General Coding Help - Replies (2)

I wanted to know if there is a simpler way of doing this:
[python]
data={'A': [1, 2, 3], 'B': ['123456', '789012', '345678']}
cd=pd.DataFrame(data)..... More

Print this item

  NameError! shopping_list not defined
Posted by: kotwenyo - Apr-02-2017, 04:48 AM - Forum: General Coding Help - Replies (1)

[python]def show_help():
   # print out instructions on how to use the app
   print("What should we pick up at the store?")
   print("""
Enter 'DO..... More

Print this item

  if i had written my own language
Posted by: Skaperen - Apr-02-2017, 03:13 AM - Forum: News and Discussions - Replies (9)

if i had written my own language there are some things i would have done differently.

[output]lt1/forums /home/forums 2> py2
Python 2.7.12 (defaul..... More

Print this item

  methods of a dictionary vs a sequence
Posted by: Skaperen - Apr-02-2017, 01:29 AM - Forum: News and Discussions - No Replies

both dictionary and sequence have .pop that gets a value (indexed according to the behavior/methods of the type/class) then removes it from the source..... More

Print this item

  NoneType Error
Posted by: Sam - Apr-01-2017, 08:50 PM - Forum: Homework - Replies (6)

Hi, I'me trying to run a code but I'm getting an error that is 'NoneType' object has no attribute 'SetGeoTransform. I'm not sure what this means or ho..... More

Print this item

  Translating language in python
Posted by: Liquid_Ocelot - Apr-01-2017, 08:41 PM - Forum: Homework - Replies (11)

Hey everyone.

I am struggling to get my head around nested if statements particularly with a program I am needing to write which requires me to use..... More

Print this item

  sorting nested dict according to values
Posted by: merlem - Apr-01-2017, 06:09 PM - Forum: General Coding Help - Replies (6)

What I have: a nested dict (see code), with integer values as lowest "level".
What I wish to reach: a couple of lists with pairs of the highest level..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Setting AST node lineno c... Yesterday, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... Yesterday, 14:04 Winfried deanhystad GUI
  color names Yesterday, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help Yesterday, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... Yesterday, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... Yesterday, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... 06-22, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... 06-22, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
Most views
  The best Prog... 572323
  Tutorial Requ... 484908
  Web Scraping ... 436854
  Newbie with P... 379688
  Thread remain... 351231
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
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
usulek Today
john_morgan Today
Sreearvind Today
effirlem Today
Thatedge Today

User Panel Messages

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