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,929
» Latest member: KennedyRichadGuerra
» Forum threads: 38,719
» Forum posts: 175,493

Full Statistics

Online Users
There are currently 42 online users.
» 1 Member(s) | 35 Guest(s)
Bing, Google, AOL, Internet Archive, Apple, CaptainNewb

Latest Threads
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: DeaD_EyE
1 hour ago
» Replies: 6
» Views: 2,546
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 841
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 533
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,832
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,764
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 432
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 508
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,578
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,259
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,457

 
  Applied Graph Theory
Posted by: daniellemmoore - Mar-14-2017, 04:10 PM - Forum: General Coding Help - Replies (2)

I am trying to a graph that consists of 100 vertices obtained by starting with 50 isolated vertices and a complete subgraph of 50 vertices (K50) and c..... More

Print this item

  Run application
Posted by: iFunKtion - Mar-14-2017, 02:13 PM - Forum: GUI - Replies (3)

Hi there,
I have been following this tutorial http://bitesofcode.blogspot.co.uk/2011/1...ation.html which is great, but the only  ..... More

Print this item

  Google Calendar iCal
Posted by: Albireo - Mar-14-2017, 12:02 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I´m currently trying to write a Python-Script that does:
- get the .ics file of a certain calendar from Google Calendar
- extracts the events..... More

Print this item

  Low Level Request Handling
Posted by: c0da - Mar-14-2017, 10:05 AM - Forum: Web Scraping & Web Development - Replies (11)

Hello all,
I'm new to Python and try to find out how useful it is for web programming.

I searched the web, but I couldn't find an answer to how to..... More

Print this item

  CSV quiz
Posted by: toriturtle - Mar-14-2017, 08:44 AM - Forum: Homework - Replies (4)

I need to create a system where priority is given to choosing questions out of a list with the lowest number of times answered correctly first.

Any..... More

Print this item

  power of 2
Posted by: Skaperen - Mar-14-2017, 05:52 AM - Forum: Bar - Replies (8)

given an int argument, is it a power of two?

how efficiently can you code this function?

Print this item

  Help! Installing Selenium
Posted by: Woes - Mar-14-2017, 02:04 AM - Forum: Web Scraping & Web Development - Replies (1)

Maybe I'm just an idiot, but I seriously can't seem to get selenium.

Can anybody help me via Skype or something?

Will pay if you help thoroughly..... More

Print this item

  New with python
Posted by: kamaleon - Mar-13-2017, 09:47 PM - Forum: General Coding Help - Replies (8)

Hello,

I am new with Python but I know some php.

Anyone has experience with the facebook ads management API?

I want to get some data from my ..... More

Print this item

  Get File Ownership under Windows
Posted by: newatpython - Mar-13-2017, 05:55 PM - Forum: General Coding Help - Replies (6)

All, 

New to programming here. First project for work. 

problem: I am looping through and moving some files around based on owner of the file. I..... More

Print this item

  Multiple Question Results code
Posted by: flynnmackie - Mar-13-2017, 04:38 PM - Forum: General Coding Help - Replies (2)

Hi, i recently began looking at python, and therefore my code is very basic, however i am looking at making a (very basic) game, just to test myself o..... More

Print this item

  Link text field to separate python file
Posted by: SMA - Mar-13-2017, 04:26 PM - Forum: GUI - Replies (2)

Hi Guys,

I am trying to take the values of a text field in my GUI.py file, and feed the values in to a search option in Retrieve.py. So when the us..... More

Print this item

  a question from a noob
Posted by: kompressano - Mar-13-2017, 03:39 PM - Forum: General Coding Help - Replies (5)

Dear All

Shouldn't be the ouput of the program is  below ''1''?? Where do I read wrong?

[python]x = 0
my_list = []
while x < 10:
    if x % 2..... More

Print this item

  input multiples images into specific cells with data
Posted by: IONSASOON - Mar-13-2017, 03:27 PM - Forum: General Coding Help - Replies (1)

I am in pretty new to this scene and hope to learn more. I am from the semiconductor field. The question i  ask is about making a picture collage with..... More

Print this item

  Help me please!!
Posted by: Skippy - Mar-13-2017, 02:58 PM - Forum: General Coding Help - Replies (6)

Okay, so I am posting about the same thing I did last time I posted here. This program doesn't work:
[python]def getNumber(low, high, prompt="Enter a..... More

Print this item

  Error in using the output of one function in another function (beginner)
Posted by: MadsPJ - Mar-13-2017, 01:55 PM - Forum: General Coding Help - Replies (6)

Hello forum,

Im very much a beginner in programming. I have been spening the last couple of hours to find a solution for this simple problem. So no..... More

Print this item

  [subprocess]>Run a cmd command and get output into a variable
Posted by: CSA75 - Mar-13-2017, 01:40 PM - Forum: General Coding Help - Replies (4)

Hello All,

I'd like to run a windows cmd and get the result in a variable..it works well for a command but not for another... Confused 

Here..... More

Print this item

  notification from database
Posted by: iFunKtion - Mar-13-2017, 11:20 AM - Forum: GUI - Replies (3)

Hi there,

This is a gui application I am building using qt4 and connects to a couchdb server. Within this application, there is a very simple messa..... More

Print this item

  Suggestions on my code
Posted by: YorgosTheProgramer - Mar-13-2017, 11:03 AM - Forum: Homework - Replies (2)

Ive made up this program to workout the costs of old and new movies at a video store by adding them together for some uni homework. It works and all, ..... More

Print this item

  which column of sql table is equal to a variable
Posted by: gray - Mar-13-2017, 11:01 AM - Forum: GUI - Replies (7)

i want to find the value of 'vazn' (one column of sql table) where 'id' column is equal to f1.
f1 is a variable as following:
f1=int(enter3.get())
..... More

Print this item

  Installing pyperclip with Anaconda
Posted by: jamesh291183 - Mar-13-2017, 08:20 AM - Forum: General Coding Help - Replies (3)

Hi,

I am trying to install 'pyperclip' with Anaconda (whilst following the 'Automate the boring stuff' book). I am a Python newbie so am probably m..... More

Print this item

  Determine Number Fulfilling Three Inputs
Posted by: kython - Mar-12-2017, 10:24 PM - Forum: Homework - Replies (3)

So I have imported a csv list of superhero names, gender, eye color, hair color, and so on.
I ask the user to input their gender, eye color, and hair..... More

Print this item

  Whats my python program's problem
Posted by: arman - Mar-12-2017, 09:13 PM - Forum: General Coding Help - Replies (13)

İmage
I was watching the Buckys tutorial about how to download the image from internet and i copied all..... More

Print this item

  Support for emojis
Posted by: Ofnuts - Mar-12-2017, 08:06 PM - Forum: Board - Replies (6)

Strange behavior with emojis... As long as I am in the post preview, they display correctly, but when I post, they are replaced with a question mark....... More

Print this item

  Help writing to files
Posted by: HummingMaster - Mar-12-2017, 04:53 PM - Forum: General Coding Help - Replies (3)

the code below the following error
IndexError: list index out of range
can someone help me please! 
[python]
import os.path

list_ = []
breakin..... More

Print this item

  threading
Posted by: kerzol81 - Mar-12-2017, 01:46 PM - Forum: General Coding Help - Replies (6)

Hi,

I have this code, which monitors folders for incoming files:

[python]
import os
import glob
import time
import threading
import smtplib..... More

Print this item

  update a variable in parent window after closing its toplevel window
Posted by: gray - Mar-12-2017, 12:43 PM - Forum: GUI - Replies (5)

i want to update my variable in parent window when i close its toplevel window.
i cretaed a function "new_window"...this function creates a new windo..... More

Print this item

  looking for a provider of forums service
Posted by: Skaperen - Mar-12-2017, 07:02 AM - Forum: Bar - Replies (7)

i am looking for a provider of forums service.  that would be someone running an advance level of forums software where they can set up a distinct for..... More

Print this item

  Recovering lost source code when the code is running in memory
Posted by: micseydel - Mar-11-2017, 06:15 PM - Forum: News and Discussions - Replies (13)

I think that this question came up multiple times on previous incarnations of the forum, and when I saw the following I wanted to get it documented he..... More

Print this item

  Why is this code not working?
Posted by: Ivanno - Mar-11-2017, 05:50 PM - Forum: General Coding Help - Replies (3)

I have been sitting in front of my PC for 5 hours straight now trying to solve this, but it just comes to the question and if i answer yes it breaks t..... More

Print this item

  Recursive function Dates
Posted by: Adelton - Mar-11-2017, 03:38 PM - Forum: General Coding Help - Replies (2)

Hi There,

I am new to python and I am trying to create a recursive function which will return all the dates between 2017,2,28 and 2017,3,10.I have ..... More

Print this item

  something went wrong in my post
Posted by: Skaperen - Mar-11-2017, 08:23 AM - Forum: Board - Replies (4)

in this thread some junk showed up in my post at #3 so i went to edit it out.  when i did that..... More

Print this item

  plotting histogram
Posted by: vvv - Mar-10-2017, 10:01 PM - Forum: Data Science - Replies (1)

Hi All,

I count the number of grades appeared in the dataset and trying to plot it as histogram.

it works ,but couldn't get the grade name as x-..... More

Print this item

  Loops in List
Posted by: SandraDan - Mar-10-2017, 09:20 PM - Forum: General Coding Help - Replies (19)

Hello everyone,

I'm new to Python and I'm having difficulty understanding why my Loop-List code doesn't work.

[python]

# loop in list

list..... More

Print this item

  Captalizing the letter from the first two names
Posted by: riko - Mar-10-2017, 07:30 PM - Forum: Homework - Replies (6)

I want to write a program that asks the user for his/her name
the program should take the name of the user from 1 line input and gives an output wit..... More

Print this item

  Having issues with open,write,read
Posted by: dudeisbrendan03 - Mar-10-2017, 06:54 PM - Forum: General Coding Help - Replies (11)

[python]
import sys
import os
import time

from pathlib import Path


my_file = Path("database.txt")

print("I HIGHLY RECOMMEND USING DATABA..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Seeking feedback: dynamic... 1 hour ago Bona2000 DeaD_EyE General Codin...
  Select Python comment (#)... Yesterday, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb 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... 575670
  Tutorial Requ... 496794
  Web Scraping ... 439717
  Newbie with P... 383368
  New Users Int... 364693
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 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
KennedyRichadGuerra Today
Williefaree Today
faithsally Today
compuman145 Today
DeadEyes Today

User Panel Messages

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