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,583
» Latest member: chairsforcafe
» Forum threads: 38,635
» Forum posts: 175,039

Full Statistics

Online Users
There are currently 476 online users.
» 0 Member(s) | 472 Guest(s)
Google, Bing, Yandex, Baidu

Latest Threads
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: rbadis
1 hour ago
» Replies: 0
» Views: 32
i need help pls
Forum: Game Development
Last Post: RobertoCot
3 hours ago
» Replies: 3
» Views: 5,882
I have a question
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 2
» Views: 133
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 1
» Views: 128
A penny doubled every day...
Forum: Homework
Last Post: Pedroski55
11 hours ago
» Replies: 4
» Views: 139
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 07:21 PM
» Replies: 11
» Views: 397
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Yesterday, 04:55 AM
» Replies: 3
» Views: 119
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:07 AM
» Replies: 3
» Views: 198
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Jun-19-2025, 03:37 AM
» Replies: 2
» Views: 141
Setting AST node lineno c...
Forum: General Coding Help
Last Post: deanhystad
Jun-18-2025, 09:15 PM
» Replies: 4
» Views: 273

 
  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

  Program writing excel rfile with randomnized input
Posted by: wepkes - Dec-08-2016, 07:49 PM - Forum: General Coding Help - Replies (1)

Hello everyone.

I'm new to python. I have already tried to make some smal programs as excercise and that works fine for me but now i wanted to make s..... More

Print this item

  Newbie help with simple script written for v3.3 and used on vs2.7, please?
Posted by: PaulMorrey - Dec-08-2016, 07:29 PM - Forum: General Coding Help - Replies (4)

Hi
I`m a complete newbie to any sort of programming so sorry if this is a stupid question - working my way through the python for absolute beginers o..... More

Print this item

  Unable to understand reason for error IndexError: tuple index out of range
Posted by: rajat2504 - Dec-08-2016, 06:55 PM - Forum: Data Science - Replies (4)

Hello this is my first post.I am getting the following error..


[quote]
WARNING:tensorflow:From create_animation.py:207 in main.: initialize_all_..... More

Print this item

  how do i add new items to a dictionary ?
Posted by: roadrage - Dec-08-2016, 05:52 PM - Forum: Homework - Replies (3)

"""
Create a function called fizz_buzz_advanced. The function should take 3
arguments:
   - a dictionary, which maps integer numbers to words, K:..... More

Print this item

  Negative numbers and fractional powers
Posted by: Flexico - Dec-08-2016, 03:32 PM - Forum: General Coding Help - Replies (1)

Python doesn't like it when I ask it things like, (-6)**(1/3). I can at least get some answer by changing it to (-6+0j)**(1/3), and it gives me a comp..... More

Print this item

  run script from anaconda command prompt
Posted by: iFunKtion - Dec-08-2016, 11:34 AM - Forum: General Coding Help - Replies (2)

hi there,

up till now I have been developing on a Raspberry pi and my own Linux box or mac at home, but now I am having to use windows, which I ha..... More

Print this item

  How do I accept input from the terminal when I execute my file?
Posted by: cocoa1231 - Dec-08-2016, 08:31 AM - Forum: General Coding Help - Replies (1)

I've been trying to figure this out for a while now.
When I execute my file using python file.py, how can I send input like this: python file.py inp..... More

Print this item

  Video Player with Qt5
Posted by: Axel_Erfurt - Dec-08-2016, 06:51 AM - Forum: Code sharing - Replies (3)

A Video Player with Qt5, made in Linux

First I want to use a QLabel to show the time, but there must be a bug (Labels are not refreshed)

[python..... More

Print this item

  install ipython on Mac
Posted by: landlord1984 - Dec-08-2016, 02:27 AM - Forum: General Coding Help - Replies (6)

Hello all,

After many years with C, C++ and Matlab, I have decided to learn using Python now.

But my first obstacle is how to successfully inst..... More

Print this item

  Keep a running total(budget)
Posted by: mcmxl22 - Dec-07-2016, 10:09 PM - Forum: General Coding Help - Replies (3)

I am trying to write a budget program. I need to figure out how to keep a running total. How do I update the variable bal via a user in..... More

Print this item

  PyPi XML_RPC command wrapper class
Posted by: Larz60+ - Dec-07-2016, 09:41 PM - Forum: Code sharing - No Replies

I just finished a wrapper class for the complete PyPi XML-RPC command set.

It's available on github here[/[url=https://python-forum.io/thread-1146.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using EventSource in Pyth... 1 hour ago rbadis rbadis Web Scraping ...
  [PyGame] i need help pls 3 hours ago augusto_A RobertoCot Game Developm...
  I have a question 5 hours ago Clictithe noisefloor General Codin...
  Problème d'exécutable 5 hours ago Zauf noisefloor General Codin...
  A penny doubled every day... 11 hours ago esoyboy Pedroski55 Homework
  How do select this table ... Yesterday, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... Yesterday, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... Yesterday, 00:07 DaddyMAN Pedroski55 General Codin...
  What Are the Most Overloo... 06-19, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... 06-18, 21:15 voidtrance deanhystad General Codin...
  Wish to write a code for ... 06-18, 06:40 Hasan2025 Hasan2025 General Codin...
Most views
  The best Prog... 572277
  Tutorial Requ... 484772
  Web Scraping ... 436817
  Newbie with P... 379642
  Thread remain... 351225
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+ 12066
buran 8173
snippsat 7339
deanhystad 6839
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
chairsforcafe Today
RobertoCot Today
rbadis Today
juliashulze7657 Today
kava Yesterday

User Panel Messages

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