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,923
» Latest member: jeremyn24503
» Forum threads: 38,719
» Forum posts: 175,489

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 31 Guest(s)
Bing, Google, Applebot, AOL, Mojeek

Latest Threads
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
2 hours ago
» Replies: 7
» Views: 1,518
Python Installation issue
Forum: News and Discussions
Last Post: Dev
2 hours ago
» Replies: 4
» Views: 15,446
New to the field
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 204
Too much space between gr...
Forum: GUI
Last Post: deanhystad
11 hours ago
» Replies: 1
» Views: 212
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:52 PM
» Replies: 1
» Views: 237
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 527
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,313
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,332
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,018
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,270

 
  looking 4 py code: line up columns
Posted by: Skaperen - Jan-06-2017, 06:25 AM - Forum: Bar - Replies (8)

i am looking for a program to line up (white-space by default, otherwise specified string) separated columns, given in a list of strings (lines..... More

Print this item

  no protocol header version error
Posted by: mjudhandoyo - Jan-06-2017, 06:15 AM - Forum: Networking - Replies (2)

excuse me.

i am new in python programming language

i try to input data from csv file to hadoop hbase with python script

but everytime i try t..... More

Print this item

  Python Pandas datetime
Posted by: nuncio - Jan-06-2017, 05:14 AM - Forum: Data Science - Replies (3)

I have some data which I read in pandas like this

data = pd.read_table('filename.txt', sep='  ',index_col=None,engine='python')
The..... More

Print this item

  Using buildozer and beautifulsoup
Posted by: d4py - Jan-06-2017, 01:15 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi everyone. 
I have a program that works fine on my PC but when I try to use buildozer to get it on to my tablet or phone, it installs ok but doesn'..... More

Print this item

  Filter out file extension
Posted by: Kiwi_man82 - Jan-06-2017, 12:43 AM - Forum: General Coding Help - Replies (9)

Hi all,
Am new here so please be nice :). Also new to python coding and am still learning with a lot more learning to be done.

I have coded a simp..... More

Print this item

  Enough about the $9 chip
Posted by: ichabod801 - Jan-05-2017, 10:43 PM - Forum: News and Discussions - Replies (4)

Give me the three monitor laptop: https://www.cnet.com/au/products/razer-p...e/preview/

Print this item

  Looking For Technical Lead Proficient in Agile Development and REST API deployment
Posted by: deedabase - Jan-05-2017, 08:25 PM - Forum: Jobs - No Replies

[color=#222222][font=Helvetica]Deedabase is a revolutionary enterprise cloud application that automates land title searches. Our interactive parcel ma..... More

Print this item

  Get class 's children on init
Posted by: panoss - Jan-05-2017, 07:17 PM - Forum: GUI - Replies (3)

[python]class DataForm(QtGui.QGroupBox):
   def __init__(self, parent, task=None):
       QtGui.QWidget.__init__(self, parent)   

       self.lab..... More

Print this item

  Selecting lines in a list
Posted by: BigMan - Jan-05-2017, 04:27 PM - Forum: GUI - No Replies

Hi,

I am a newbie to Python Gui Development ... and also new to this forum Smile   At the moment I am writing a Python application with the hel..... More

Print this item

  Calling a C Func though Pyhon Script using DLL file which is created for C file.
Posted by: CMMouli - Jan-05-2017, 12:35 PM - Forum: General Coding Help - Replies (4)

1. I've created a C file (timestamp.c) having a function which returns the Timestamp in string format.
2. For this C file I've created a DLL (timesta..... More

Print this item

  Problem With Scope Of A Variable
Posted by: Saif133 - Jan-05-2017, 11:58 AM - Forum: General Coding Help - Replies (5)

I keep getting an error 
[quote]
if ((YesAvailable == "True") and (len(str(FullNameEntry.get())) > 3) and (

NameError: name 'YesAvailable' is not..... More

Print this item

  Custom widget in Python-Qt, 'live' at Qt Designer
Posted by: panoss - Jan-05-2017, 10:34 AM - Forum: General Coding Help - Replies (3)

Hi everybody!
I 'm trying to make a custom widget for Qt in Python. I want it, in Qt Designer, to be able to receive events. e.g: (in Qt Designer, at..... More

Print this item

  simple list check with loops
Posted by: Low_Ki_ - Jan-05-2017, 07:09 AM - Forum: General Coding Help - Replies (23)

Huh
Now for the purpose of knowledge and learning could you iterate on simple loop / list basics. I'm using PyCharm IDE, python v 3.5 if that ma..... More

Print this item

  MIT book on sale
Posted by: Larz60+ - Jan-05-2017, 03:55 AM - Forum: News and Discussions - Replies (4)

This looks like a great book. On sale for $64 (still steep look at it this way, $0.08 per page (800))
URL: https://mitpress.mit.edu/books/deep-learni..... More

Print this item

  web crawler that retrieves data not stored in source code
Posted by: edithegodfather - Jan-05-2017, 12:09 AM - Forum: Web Scraping & Web Development - Replies (14)

hey guys,

so i'm working right now on a small program that can help me gather ads from an ad website in my country (i'm gonna post some screenshots..... More

Print this item

  changing variable outside of a function
Posted by: tkj80 - Jan-04-2017, 11:32 PM - Forum: General Coding Help - Replies (8)

Hi,

I have the variable sun_Datetime that was initialized globally outside of 2 user defined functions that I have: 1) get_previous_byday(dayname, ..... More

Print this item

  [split] Something went wrong
Posted by: Student - Jan-04-2017, 10:01 PM - Forum: Homework - Replies (1)

Hello all,

What is here wrong???
[python]
def repeat (symbol,n):
    res = ""
    while((n> 0)):
        res=(res+symbol)
        n=(n-1)
  ..... More

Print this item

  Slower script on faster machine?
Posted by: guest123 - Jan-04-2017, 07:49 PM - Forum: General Coding Help - Replies (8)

Hi, I am currently running a script created for me by my developer. I do not know much about the details about the script other than that we use it on..... More

Print this item

  Make A Button That Opens Another Tk() Window That I Have Made
Posted by: Saif133 - Jan-04-2017, 05:25 PM - Forum: GUI - Replies (5)

I have made two windows
StartScreen=tk()
[color=#333333][size=..... More

Print this item

  Arguments in function for button command
Posted by: kristrek - Jan-04-2017, 04:58 PM - Forum: GUI - Replies (14)

New to Python. No matter what I enter, it doesn't like the arguments in the function. Appreciate any help.
[error]
Exception in Tkinter callback
Tr..... More

Print this item

  print 3 table in a 3*3 matrix format
Posted by: MeeranRizvi - Jan-04-2017, 12:33 PM - Forum: Homework - Replies (2)

Hello guys,

Here i have to print 3 table in 3*3 matrix format

x=3
for i in range(1,10):
    print(x*i)
it gives me t..... More

Print this item

  Purge this one?
Posted by: Larz60+ - Jan-04-2017, 10:54 AM - Forum: Board - Replies (2)

This sure looks like spam to me (hidden in a theoretical genome test) http://python-forum.io/Thread-test-x-360...d-proteins
Need ..... More

Print this item

  having dictionary and list to iterate in for loop
Posted by: Annie - Jan-04-2017, 07:50 AM - Forum: General Coding Help - Replies (5)

[python]
dic = {3: 0.1, 4: 0.2, 5: 0.1, 6:0.2, 7:0.1, 8:0.2}
ls =  {0.2,   0.1,     0.2,    0.1,   0.2,   0.1}
n = {}


for i, v, l in list(dic...... More

Print this item

  trouble writing to file after while loop
Posted by: Low_Ki_ - Jan-04-2017, 03:18 AM - Forum: General Coding Help - Replies (21)

I'm trying to write a register form for account creation. When using a while loop to check for username matches I notice the loop gets ran through mul..... More

Print this item

  sys.executable python 2.7 vs 3.6
Posted by: mcmxl22 - Jan-03-2017, 09:05 PM - Forum: General Coding Help - Replies (6)

This works fine in Python 2.7.13 but only returns an empty >>> prompt in python 3.6. What changed?
[python]
import subprocess
import..... More

Print this item

  Truck (bus) Factor = 1
Posted by: nilamo - Jan-03-2017, 06:14 PM - Forum: News and Discussions - Replies (3)

There was recently an article about the huge number of repositories (many of which are pretty important) which have a truck factor of 1 (ie: if that o..... More

Print this item

  Program calculating intrests
Posted by: the_werid_guy - Jan-03-2017, 04:43 PM - Forum: General Coding Help - Replies (1)

[python]def money():
    capital = int(input('Input amount of money invested: '))
    percentage = float(input('Input percentage provided by bank: '..... More

Print this item

  had to re-register
Posted by: pedros - Jan-03-2017, 11:32 AM - Forum: Board - Replies (10)

hello,

according to my records i registered with this username (which i've had for the previous three incarnations of this fourm), using the same ema..... More

Print this item

  getmyip.py
Posted by: Skaperen - Jan-03-2017, 07:38 AM - Forum: Code sharing - Replies (4)

this code lets you add/delete/modify the sources as a list of lambda functions that call various functions to process the received data.  since variou..... More

Print this item

  Syntax error not understood
Posted by: raady07 - Jan-03-2017, 06:37 AM - Forum: General Coding Help - Replies (5)

Hi, 

Completely new user for Python coding. Please help to understand the error. 

[python]
import math 

def euclideanDistance(instance1,inst..... More

Print this item

  calling a function which takes a dictionary as argument
Posted by: Annie - Jan-03-2017, 06:34 AM - Forum: General Coding Help - Replies (4)

Hi all,

I'm having trouble with calling a function which takes a dictionary as argument
for example If I have

[python]
dic = {3:0.2, 4:0.5, 5:..... More

Print this item

  until
Posted by: Skaperen - Jan-03-2017, 04:38 AM - Forum: Bar - Replies (1)

tonight, i wish python had an until statement, so i could have made prettier code for a loop that needs to always run the body once before chec..... More

Print this item

  Double Hog Help
Posted by: asapb360 - Jan-02-2017, 10:33 PM - Forum: Homework - Replies (6)

Im making a game of double hog, using tkinter too, and was wondering how to make a list of high scores, or something close to as it is a requirement f..... More

Print this item

  Need to undo
Posted by: Larz60+ - Jan-02-2017, 10:32 PM - Forum: Board - Replies (4)

Need to undo changes on post http://python-forum.io/Thread-CSV-Troubl...62#pid7462
I tried to add code tags, but inadvertently..... More

Print this item

  CSV : Troubleshooting my script
Posted by: scriptso - Jan-02-2017, 09:59 PM - Forum: Web Scraping & Web Development - Replies (7)

Hello forum!
  First post and starting it of by making yself look extra nubZ! lol  So I just reached (...yesterday infact ) first year of complte div..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to Python and Pygame 2 hours ago JMcM JMcM Game Developm...
  Python Installation issue 2 hours ago RFHill Dev News and Disc...
  New to the field 5 hours ago Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 11 hours ago RonR deanhystad GUI
  data input while debuggin... Yesterday, 23:52 fred1232 Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 575509
  Tutorial Requ... 496472
  Web Scraping ... 439608
  Newbie with P... 383215
  New Users Int... 364199
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 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
jeremyn24503 Today
homataheri Today
Dev Today
RonR Yesterday
SofiaAnatolie Yesterday

User Panel Messages

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