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,920
» Latest member: RonR
» Forum threads: 38,719
» Forum posts: 175,486

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 34 Guest(s)
Bing, Google, AOL, Larz60+

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: deanhystad
4 hours ago
» Replies: 1
» Views: 109
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
5 hours ago
» Replies: 6
» Views: 1,406
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 1
» Views: 130
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 446
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,230
New to the field
Forum: News and Discussions
Last Post: Polybunny
Yesterday, 01:31 AM
» Replies: 0
» Views: 134
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,324
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 943
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,215
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,627

 
  Extract relationships
Posted by: MattaFX - Dec-13-2016, 09:34 AM - Forum: Jobs - No Replies

Hi everyone

For a little project (amount of work: ca. 4h), we search someone who could extract relations between entities.
Terms like "entities, f..... More

Print this item

  time range midnight problem
Posted by: PickyBiker - Dec-13-2016, 02:59 AM - Forum: General Coding Help - Replies (9)

The following code determines if the current time is between two times and it works well until midnight is in the range of times. Not sure how to make..... More

Print this item

  sys.argv IndexError
Posted by: Blue Dog - Dec-13-2016, 02:54 AM - Forum: General Coding Help - Replies (2)

What is this error trying to tell me?


Traceback (most recent call last):
  File "C:\Users\renny and kite\Desktop\Python\links\links\links.py", l..... More

Print this item

  Python "Automate the Boring Stuff" wants me to change Windows environment variables?
Posted by: Atomike - Dec-12-2016, 08:50 PM - Forum: General Coding Help - Replies (8)

So, I'm working through "Automate the Boring Stuff" for Python, and I to continue, it wants me to go to my Windows "Edit environment variables for you..... More

Print this item

  python turtle module in pycharm error
Posted by: sajley - Dec-12-2016, 08:00 PM - Forum: General Coding Help - Replies (2)

hi guys  

[python]
import turtle
def draw_star(size,color):
    count = 0
    angle = 144
    sum1 = 0
   # turtle.bgcolor='black'
    turtl..... More

Print this item

  Framework Django duplicating objects in databases-table!?
Posted by: tavaresdavi677 - Dec-12-2016, 07:12 PM - Forum: Homework - Replies (1)

Hello ! i'm starting framework Django for python and [color=#212121][size=xx-small][font=arial, sans-serif][size=x-large][font=arial, sans-serif]I was..... More

Print this item

  Instagram pagination tags
Posted by: Kalet - Dec-12-2016, 06:53 PM - Forum: General Coding Help - Replies (1)

Hello,

I am doing a development based on instagram, I do not use the API because they do not allow applications in development mode but in product..... More

Print this item

  Made a very simple email grabber(scraper)
Posted by: Blue Dog - Dec-12-2016, 05:36 PM - Forum: Web Scraping & Web Development - Replies (4)

What I need to know what this error is, and how to fix it.

I have problems installing in thing into python, so I don't know is selenium install rig..... More

Print this item

  Attendence System
Posted by: elliott0184 - Dec-12-2016, 03:21 PM - Forum: General Coding Help - Replies (19)

Hi there.
I am a bit of a newbie to python so i may need a bit more help than normal.
I am trying to program a raspberry pi using python to create ..... More

Print this item

  Quick Question
Posted by: Edwinthegreat - Dec-12-2016, 04:17 AM - Forum: Web Scraping & Web Development - Replies (4)

I have never used python before but I am trying to figure out how to follow this tutorial and don't understand anything, can you please help?
[list=1..... More

Print this item

  Relations between entities
Posted by: MattaFX - Dec-12-2016, 01:08 AM - Forum: Homework - Replies (18)

Hi everyone

I want to apply a supervised approach to learning relations between entities in a text. The relations are: place of birth and instituti..... More

Print this item

  Spyder text editor?
Posted by: tcebob - Dec-11-2016, 10:55 PM - Forum: News and Discussions - Replies (11)

I'm getting used to Spyder, having given up on Visual Studio. Being a student of Python, I'd like to have a lightweight text editor right there in the..... More

Print this item

  socket problem
Posted by: technoplusnl - Dec-11-2016, 03:44 PM - Forum: Networking - Replies (2)

Hi,

I'm fairly new to Python programming, and I wrote some code for a RaspberryPi that controls my astronomical observatory building.
It controls ..... More

Print this item

  Python structure question
Posted by: PickyBiker - Dec-11-2016, 03:34 PM - Forum: General Coding Help - Replies (4)

I'm struggling with the overall structure of a python program. The following code works (as-is), but I'm not sure this is the way to let a main progra..... More

Print this item

  Python in Feature film
Posted by: Larz60+ - Dec-11-2016, 02:17 PM - Forum: News and Discussions - No Replies

Interesting blog
[url=dgovil.com/blog/2016/11/30/python-for-feature-film/?imm_mid=0eb7bb&cmp=em-prog-na-na-newsltr_20161210]Python in feature films[/..... More

Print this item

  conway's game of life / Single Responsibility Principle
Posted by: hanscvanleeuwen - Dec-11-2016, 12:18 PM - Forum: Homework - Replies (13)

While i've finished my homework : write a simple game in less than 80 lines (see my previous topic, for which I got a C Dodgy , with comment that ..... More

Print this item

  Hello World issues when using %% with ipython
Posted by: landlord1984 - Dec-11-2016, 05:58 AM - Forum: General Coding Help - Replies (5)

[python]In [44]: %%python3 hello.py
    ...:
UsageError: %%python3 is a cell magic, but the cell body is empty.

In [45]: %%python3 hello.py
   ..... More

Print this item

  New datasets
Posted by: Larz60+ - Dec-11-2016, 05:40 AM - Forum: Code sharing - No Replies

New datasets here http://python-forum.io/Thread-Interesting-Datasets

Print this item

  label doesn't update on each iteration
Posted by: daa - Dec-11-2016, 01:35 AM - Forum: GUI - Replies (5)

Hi all,
  I'm not new to programming, but I am new to Python.
  Can someone tell me why the label (lblTest) in my form (PyQt) doesn't update on each..... More

Print this item

  Move database post
Posted by: Larz60+ - Dec-10-2016, 09:25 PM - Forum: Board - Replies (7)

I'd like to move this post http://python-forum.io/Thread-Interesting-Databases to resources if all agree
It get's hidden in the bar post, and I think..... More

Print this item

  Simple Django Tutorial
Posted by: lewashby - Dec-10-2016, 05:29 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm following the Django tutorial here -> https://docs.djangoproject.com/en/1.10/i...utorial01/ but I'm having problems. I can run `python3 manage...... More

Print this item

  Print in For Loop
Posted by: sajley - Dec-10-2016, 01:53 PM - Forum: General Coding Help - Replies (3)

for i in range(1,9):
   print(i)
result:
Output:
1 2 3 4 5 6 7 8
how i can print this result:
[output]1 2 3 ..... More

Print this item

  programming challenge: double words
Posted by: Skaperen - Dec-10-2016, 05:57 AM - Forum: Bar - Replies (14)

given a list of words, some words are double words, such as "cheesecloth".  your program is to output all double words it encount..... More

Print this item

  handy password generator
Posted by: ichabod801 - Dec-10-2016, 04:51 AM - Forum: Code sharing - Replies (4)

There was a thread on password generators last month. This month I finally got around to r..... More

Print this item

  Cmon Windows...
Posted by: nilamo - Dec-09-2016, 08:31 PM - Forum: Bar - Replies (11)

   

You have full access to when I'm logged into the computer, AS WELL as when I normally startup/shutdown the computer.  You shouldn't..... More

Print this item

  is a pandas dataframe timeseries time index in a specified range (but ignoring date)?
Posted by: m_lotinga - Dec-09-2016, 07:36 PM - Forum: Data Science - Replies (4)

I have a dataset of indexed timeseries data in csv file format that I'm reading to a pandas dataframe, and specifying the index as the column of time ..... More

Print this item

  Python Instagram bot user-following problem
Posted by: danotto - Dec-09-2016, 06:52 PM - Forum: General Coding Help - Replies (1)

Hi, I found a Github program on a forum and want to use it to follow people on Instagram. It may have a bug that it follows the same people repeatedly..... More

Print this item

  Change background color
Posted by: sparkz_alot - Dec-09-2016, 04:14 PM - Forum: GUI - Replies (3)

I'm trying my first GUI application and was wondering if there is a way to change the background attribute of a Label (or Button?) if a condition chan..... More

Print this item

  How to use fcntl.ioctl() to get output buffer of socket after sendall() operation
Posted by: apsaxena - Dec-09-2016, 12:44 PM - Forum: Networking - No Replies

[color=#242729][size=small][font=Arial,]I am trying to get the pending data size in output buffer after calling my socket's sendall(). I am using TCP ..... More

Print this item

  Something went wrong
Posted by: infernoblaze - Dec-09-2016, 12:26 PM - Forum: Homework - Replies (9)

[align=justify]This program is a simple shopping list that could also be used for TODOs or similar purposes. The program maintains a list of items in ..... More

Print this item

  encyption help slow perfomance
Posted by: python_newbie - Dec-09-2016, 10:48 AM - Forum: General Coding Help - Replies (9)

Hi,

Firstly thanks for reading. I am not an python coder but I have been ask to encrypt some emails and I have incredible slow performance. I have ..... More

Print this item

  any libraries for aio?
Posted by: Skaperen - Dec-09-2016, 09:46 AM - Forum: General Coding Help - Replies (3)

does python have, or has anyone written any libraries, to support linux aio in python?

Print this item

  returncode
Posted by: roadrage - Dec-09-2016, 01:40 AM - Forum: Homework - Replies (1)

"""
Create a function called returncode, taking a single integer argument that
would:
  1. Cause the program to exit, setting the return code to ..... More

Print this item

  Trouble making my first python .exe using pyinstaller.
Posted by: PickyBiker - Dec-08-2016, 09:30 PM - Forum: General Coding Help - Replies (8)

I am trying to make a win 10 executable (.exe) from my helloworld.py script. I have installed pyinstall-3.2 and following the install document isn't s..... More

Print this item

  User Requirements for "liking" posts
Posted by: nilamo - Dec-08-2016, 08:35 PM - Forum: Board - Replies (4)

We have a user who's trying to "like" some posts, but cannot (http://python-forum.io/Thread-How-i-can?...61#pid5961).  Is there a minimum number of..... More


Attached Files

Thumbnail(s)
   
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 4 hours ago RonR deanhystad GUI
  New to Python and Pygame 5 hours ago JMcM deanhystad Game Developm...
  data input while debuggin... 7 hours ago 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...
  New to the field Yesterday, 01:31 Polybunny Polybunny News and Disc...
  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 ...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
Most views
  The best Prog... 575476
  Tutorial Requ... 496389
  Web Scraping ... 439579
  Newbie with P... 383179
  New Users Int... 364084
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+ 12086
buran 8174
snippsat 7366
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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