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,394
» Latest member: zcharlesoogleto9533
» Forum threads: 38,823
» Forum posts: 176,027

Full Statistics

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

Latest Threads
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 48
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Yesterday, 09:12 AM
» Replies: 1
» Views: 4,590
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 08:37 AM
» Replies: 4
» Views: 183
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Yesterday, 07:27 AM
» Replies: 7
» Views: 3,598
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 151
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 296
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,110
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,960
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 180
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 112

 
  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

  Best book for numpy,scipy & pandas
Posted by: Surya - Jan-02-2017, 07:45 PM - Forum: News and Discussions - Replies (4)

Hi All,

Kindly let me know what are some of the good books for learning numpy,scipy and pandas.

I am relatively new to python but i know the bas..... More

Print this item

  How do I access values from a dict without it being in a massive for loop?
Posted by: danw32 - Jan-02-2017, 07:39 PM - Forum: Web Scraping & Web Development - Replies (2)

I'm trying to write a basic testing framework in python using a spreadsheet for data and selenium webdriver to do my tests.

I've managed to get so ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Opencv findContours Q 4 hours ago jogl Pedroski55 General Codin...
  Struggles I Faced While E... Yesterday, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... Yesterday, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... Yesterday, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
Most views
  The best Prog... 580410
  Tutorial Requ... 519552
  Web Scraping ... 442785
  Newbie with P... 386984
  New Users Int... 386536
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
zcharlesoogleto9533 Today
MaxTranslate Yesterday
pizofreude Yesterday
RockHound_Z12 Yesterday
braillescribe 12-28

User Panel Messages

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