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,631
» Latest member: jumpsworthnow
» Forum threads: 38,640
» Forum posts: 175,078

Full Statistics

Online Users
There are currently 354 online users.
» 1 Member(s) | 347 Guest(s)
Bing, Google, Baidu, Applebot, Yandex, Curbie

Latest Threads
While loop is terminating...
Forum: Homework
Last Post: jumpsworthnow
39 minutes ago
» Replies: 0
» Views: 26
locating a pushbutton py ...
Forum: GUI
Last Post: Axel_Erfurt
1 hour ago
» Replies: 1
» Views: 37
replace or remove text fr...
Forum: General Coding Help
Last Post: deanhystad
2 hours ago
» Replies: 8
» Views: 158
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Today, 08:36 AM
» Replies: 10
» Views: 3,091
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Today, 08:35 AM
» Replies: 2
» Views: 1,889
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Today, 03:54 AM
» Replies: 3
» Views: 2,116
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Yesterday, 01:32 PM
» Replies: 3
» Views: 382
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Yesterday, 11:05 AM
» Replies: 4
» Views: 1,872
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Yesterday, 07:29 AM
» Replies: 2
» Views: 2,814
PyQT5 Thread crashes afte...
Forum: GUI
Last Post: Axel_Erfurt
Jun-26-2025, 08:17 PM
» Replies: 2
» Views: 3,101

 
  Selenium chrome driver not returning solution
Posted by: Prince_Bhatia - Jul-06-2017, 06:40 AM - Forum: Web Scraping & Web Development - No Replies

Hi i have created a web scraper using in python using selenium.
Website i am scraping
Please remove the #

(to access website please select promoter ,..... More

Print this item

  mod-wsgi in apache
Posted by: Skaperen - Jul-06-2017, 03:08 AM - Forum: News and Discussions - Replies (4)

i am playing around with mod-wsgi in apache. it seems to be working ok. a difficulty is when my code has an error. there are about 3 different plac..... More

Print this item

  Library Program Prison Project
Posted by: lewashby - Jul-06-2017, 12:54 AM - Forum: General Coding Help - Replies (9)

I run a small library in a prison and I'm currently having to do everything in an excel spreadsheet which has a lot of limitations and there are a lot..... More

Print this item

  Coding Help
Posted by: dylbing - Jul-06-2017, 12:11 AM - Forum: General Coding Help - Replies (2)

How come if I Put this "max = a if ( a > b ) else b" by itself it works? But if I try putting together with other code like this "a = 1
[python]
b =..... More

Print this item

  Tkinter widgets not appearing (3.x)
Posted by: RSAngryfiend - Jul-05-2017, 08:48 PM - Forum: GUI - Replies (1)

Hi, my code doesn't seem to fully work. The self.ram_current_label and self.ram_maximum_label aren't being displayed. Everything in MapGUI works, alon..... More

Print this item

  Use quandl to conect TSE
Posted by: ian - Jul-05-2017, 07:50 PM - Forum: General Coding Help - Replies (1)

I have used below with my api key to do some test ok. I am wondering what can replace "WIKI/GOOG" to in order to get DataFrame from Toronto Stock Exch..... More

Print this item

  Need help sizing a window
Posted by: Larz60+ - Jul-05-2017, 07:06 PM - Forum: Web Scraping & Web Development - No Replies

I am working on a new application.
It uses the wxpython phoenix wx.lib.agw.aui framemanager package

I choose this because of the way it creates an..... More


Attached Files

Thumbnail(s)
   
Print this item

  Show DataFrame in wx.Grid
Posted by: ian - Jul-05-2017, 04:02 PM - Forum: GUI - No Replies

I created a wx.grid in wx.frame and a panda DataFrame with data from internet. Is there a better way to show the data in the grid ? Thanks.

[python..... More

Print this item

  find cell value with matching regular expression of a row in excel file
Posted by: hruday - Jul-05-2017, 10:02 AM - Forum: General Coding Help - Replies (4)

Python -- 3.5 pip 8.1.2 openpyxl centos 7

I am trying to read an excel file using above specifications. So i loop through all rows in an excel file..... More

Print this item

  cant execute a script without prefixing with python3
Posted by: hunnimonstr - Jul-05-2017, 07:30 AM - Forum: General Coding Help - Replies (1)

EDIT * PROBLEM SORTED !! i wasnt prefixing the command with a ./ face!palm moment..


I have tried a shebang
#!/usr/bin/python3.4
Confirmin..... More

Print this item

  safe text to html
Posted by: Skaperen - Jul-05-2017, 06:02 AM - Forum: News and Discussions - Replies (10)

i am looking for code (command, module, function, etc.) that take a string with one or more lines of text and converts it to simple html that will dis..... More

Print this item

  dppvzz.py
Posted by: Skaperen - Jul-05-2017, 03:01 AM - Forum: Code sharing - No Replies

this is the code that originated the pv() function that was the subject of the UnboundLocalError (that thread is ..... More

Print this item

  New to Python
Posted by: OptimusBri - Jul-04-2017, 07:30 PM - Forum: General Coding Help - Replies (3)

Hey all, hope everyone is doing great.  New python coder here.  My question is, what's the difference between the two codes below? When I run it, ther..... More

Print this item

  Openpyxl issues
Posted by: DodoMerlin - Jul-04-2017, 07:28 PM - Forum: General Coding Help - Replies (1)

Hey all!
I'm a beginner in python and I want to make a program that could analyse Excel sheets.
I just got some troubles because I want to make the ..... More

Print this item

  Script for a good cause
Posted by: Rapefruit - Jul-04-2017, 09:58 AM - Forum: Data Science - Replies (3)

Hi!

I was hoping you could help me with a short script that will likely take you guys 5 Minutes to put together while I would spend 20 nights and g..... More

Print this item

  PyQT
Posted by: sxathk - Jul-04-2017, 09:48 AM - Forum: GUI - Replies (2)

Hello there,

I m looking for a fast response ( preferably cross platform -mac and windows ) GUI. I heard PyQt is a very good one as cross platform ..... More

Print this item

  newbie problem
Posted by: Pedroski55 - Jul-04-2017, 05:28 AM - Forum: General Coding Help - Replies (3)

I am new to Python, I have a book entitled 'Automate the Boring Stuff' by Al Sweigart. I am going through it.

Why is myName = input()  not working?..... More

Print this item

  I found some thing new that I am not sure about
Posted by: Blue Dog - Jul-04-2017, 12:49 AM - Forum: Web Scraping & Web Development - Replies (9)

I have been working with this code from tut and picking the code apart. I got everything to work fine, the in the tut. they made a few changes. That i..... More

Print this item

  dynamically print based on terminal size
Posted by: Myersj281 - Jul-03-2017, 05:39 PM - Forum: General Coding Help - Replies (1)

I want to print something like this:

help().............................................Display this help message.
 to the terminal w..... More

Print this item

  first steps with python3
Posted by: hunnimonstr - Jul-03-2017, 11:27 AM - Forum: General Coding Help - Replies (5)

Hi all i could use a few pointers in the right directions.

I am trying to automate the patio plant care, and automatically water plants as they nee..... More

Print this item

  Functions
Posted by: Anele - Jul-03-2017, 11:18 AM - Forum: General Coding Help - Replies (3)

my question here

my code here
I am new python user as i have embark to do programming, i have a task to complete but i having some c..... More

Print this item

  Subprocess Popen command issues.
Posted by: Rabster - Jul-03-2017, 01:39 AM - Forum: General Coding Help - Replies (1)

I am having troubles using subprocess.Popen as it seems to give me an error when I try specifying the process to open test to test.py
If I leave it a..... More

Print this item

  Calculating time difference between times and splitting the HH and MM
Posted by: Bass - Jul-02-2017, 08:30 PM - Forum: General Coding Help - Replies (7)

Hi,

Can you help with a time comparrison quesion in Python 3.6?

I want to calculate the hours and minutes between two time and then display the diff..... More

Print this item

  Tkinter
Posted by: kerzol81 - Jul-02-2017, 07:17 PM - Forum: GUI - Replies (2)

Hi,

I'd like to have a GUI for a little project, a directory hasher. It works fine with CLI. I'm completely new to Tkinter, could you please help m..... More

Print this item

  All RGB
Posted by: nilamo - Jul-02-2017, 06:53 PM - Forum: Code sharing - Replies (2)

I recently found the site https://allrgb.com/ and also recently saw the stack overflow code golf for a similar project: https://codegolf.stackexchange..... More


Attached Files

Thumbnail(s)
   
Print this item

  Accessing files via python
Posted by: gahdzilla - Jul-02-2017, 03:42 PM - Forum: General Coding Help - Replies (4)

Ok so I'm getting an error when I am trying to access a file on my computer. I'm using the python shell and version is 3.6.1 All I want to do with the..... More

Print this item

  Word generator
Posted by: jack1234 - Jul-02-2017, 02:58 PM - Forum: Homework - Replies (10)

Hello guys,
can anyone make a code for me?
I need a 4 letter word generator , the word mustn't have a meaning, but atleast 1 vowel.
Ty for your hel..... More

Print this item

  Excel analysis
Posted by: SamB - Jul-02-2017, 12:14 AM - Forum: Data Science - Replies (3)

Hi,

I am very new to python and decided to learn so I could automate my very time-consuming excel data analysis. I have managed to write a simple s..... More

Print this item

  Very New to Python
Posted by: wfsteadman - Jul-01-2017, 02:11 PM - Forum: General Coding Help - Replies (1)

Greetings all,
I am very new to python. I have a project I am working on and figured Python might be a good tool. I have a directory with a large..... More

Print this item

  np.arrange error - no attribute
Posted by: pksherard - Jul-01-2017, 12:44 PM - Forum: Data Science - Replies (3)

Python novice.
I am using the Canopy Python editor.
I cannot get the arrange command to work.
----------------------------------------
import nump..... More

Print this item

  local namespace vs. global namespace
Posted by: Skaperen - Jul-01-2017, 02:59 AM - Forum: General Coding Help - Replies (13)

[output]
globals()['pv'] = <function pv at 0x7f303a969268>
Traceback (most recent call last):
 File "launch.py", line 760, in <module>
   result=m..... More

Print this item

  Limiting Decimals
Posted by: FZMoto - Jul-01-2017, 01:44 AM - Forum: Homework - Replies (2)

I am fresh into a programming fundamentals course, so yes, I have looked at python documentation on how to do what I am asking, I just don't have the ..... More

Print this item

  [pandas, plot] : complex bug
Posted by: membreComplexe12 - Jun-30-2017, 11:31 PM - Forum: Data Science - No Replies

Hello,

first of all, sorry for my english..

I write to you because a have a very strange problem and I can't solve it by myself, please could y..... More

Print this item

  Problem with Python, MySQL and Multi-threading queries
Posted by: zagk - Jun-30-2017, 11:02 PM - Forum: General Coding Help - Replies (1)

Hello guys. I hope you can help me with the following issue:
I am working with python, MySQL and multithreading, and really newbie in all of this; ho..... More

Print this item

  Closing SQL Connection within Class
Posted by: vviiper - Jun-30-2017, 09:37 PM - Forum: General Coding Help - Replies (1)

I've created a separate Python file with a class stored in it. I'm using the mysql.connector module to perform my mysql connection and queries. This i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  While loop is terminating... 39 minutes ago jumpsworthnow jumpsworthnow Homework
  [PyQt] locating a pushbut... 1 hour ago arbiel Axel_Erfurt GUI
  replace or remove text fr... 2 hours ago Curbie deanhystad General Codin...
  How to put my game loop i... Today, 08:36 temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe Today, 08:35 freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... Today, 03:54 garthE Plyth Game Developm...
  List[] in Python needs so... Yesterday, 13:32 Codingdesigner12 DeaD_EyE Game Developm...
  Web scraping confusion Yesterday, 11:05 keifin AlluminumFoil Web Scraping ...
  Problem Converting Tradin... Yesterday, 07:29 kralxs wallneradam General Codin...
  [PyQt] PyQT5 Thread crash... 06-26, 20:17 Suresh Axel_Erfurt GUI
  can't use pyrepl: bad mag... 06-26, 05:53 eliastw85 Plyth News and Disc...
Most views
  The best Prog... 572358
  Tutorial Requ... 485054
  Web Scraping ... 436892
  Newbie with P... 379726
  Thread remain... 351241
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 6842
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
jumpsworthnow Today
jumps_worth Today
karsonFergosn Today
t3stocks Today
TheJeffah Yesterday

User Panel Messages

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