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,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853

Full Statistics

Online Users
There are currently 32 online users.
» 0 Member(s) | 29 Guest(s)
Bing, Google, AOL

Latest Threads
Access keys and values fr...
Forum: General Coding Help
Last Post: buran
11 hours ago
» Replies: 3
» Views: 83
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 132
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Nov-15-2025, 02:42 PM
» Replies: 1
» Views: 85
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 01:54 PM
» Replies: 1
» Views: 81
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 334
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 57
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 88
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 320
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 176
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 281

 
  looking for email provider
Posted by: Skaperen - Jan-31-2018, 05:55 AM - Forum: Bar - Replies (2)

i am looking for an email provider that can service a "whole domain" by delivering all email to any user name at my domain to a single mailbox that ca..... More

Print this item

  Python I/O threading
Posted by: whrhkdrh - Jan-31-2018, 02:22 AM - Forum: Data Science - No Replies

Good morning. I am a starter. I hope your understanding becuz my English is not good.

I made simple code with Python. It reads the values ​​[A, B, C,..... More

Print this item

  Why can't I check my PMs?
Posted by: KnellerWasHere - Jan-31-2018, 12:10 AM - Forum: Board - Replies (4)

When I go to check my PMs, I get this error:

You do not have permission to access this page. This could be because of one of the following reasons:..... More

Print this item

  UnicodeEncodeError: (think I have a setup issue)
Posted by: grbibb - Jan-31-2018, 12:09 AM - Forum: General Coding Help - No Replies

Error I'm getting in cmd window is below this line. I'm calling the script using the cmd in Windows 8.1
[error]
Traceback (most recent call l..... More

Print this item

  Scroll at cursor position
Posted by: lollo - Jan-30-2018, 10:55 PM - Forum: GUI - Replies (4)

Hi guys,

I'm new on this forum.
I registered for despair :(

I have a (maybe little) problem with the Text widget.
When I paste some text from ..... More

Print this item

  Recursive Call Going Elsewhere?
Posted by: Oliver - Jan-30-2018, 09:51 PM - Forum: General Coding Help - Replies (6)

I have some python code outside of a function that walks a directory tree. When the code detects a zip file (which could be nested), it calls a method..... More

Print this item

  Nested dictionaries question
Posted by: fad3r - Jan-30-2018, 09:22 PM - Forum: Homework - Replies (9)

Hi everyone,
I am a bit confused on this concept.

I understand it is a dictionary of dictionaries but here is where I am confused: A dictionary c..... More

Print this item

  Unable to get a wiindow, abort
Posted by: antonmichel - Jan-30-2018, 07:34 PM - Forum: GUI - Replies (2)

Hey Guys,
When I run my simple kivy application i have this error, I have tried many ways to fix it but it didn't work, anyone can help?

Thank you..... More

Print this item

  Creating portal for xwindows application
Posted by: abby007 - Jan-30-2018, 07:00 PM - Forum: Web Scraping & Web Development - No Replies

Hello Python Gurus,

I have a need wherein I want to be able to export an existing application that has a GUI as a web-portal.

Example - in a XW..... More

Print this item

  Cannot run scikit-image in Python 3.6
Posted by: newmanf - Jan-30-2018, 06:53 PM - Forum: Data Science - Replies (6)

I am trying to run a small piece of code in Python 3.6 from scikit-image. I've loaded scikit-image and the pieces seem to be there. Here is the code:..... More

Print this item

  python telnetlib prompt matching issue
Posted by: anna - Jan-30-2018, 05:34 PM - Forum: Networking - No Replies

[python]import unidecode
import telnetlib
import time
import re
from time import sleep
user = 'user'
password = '1234'
with open('eci.txt','r')..... More

Print this item

  New to coding, and could use some help
Posted by: SomeoneSomewhere - Jan-30-2018, 05:32 PM - Forum: General Coding Help - Replies (5)

So, I am very new to coding, a while back I bought a Python coding bundle off of Humble Bundle, and have just recently actually gotten to try and actu..... More

Print this item

  Writing commands to serial
Posted by: python_beginner - Jan-30-2018, 02:41 PM - Forum: General Coding Help - Replies (8)

Hello,

I use this code to send command to an Arduino using this code from here:https://tungweilin.wordpress.com/2015/01/04/python-serial-port-commu..... More

Print this item

  datetime.date() - TypeError: an integer is required (got type str)
Posted by: bisoftware - Jan-30-2018, 02:17 PM - Forum: General Coding Help - Replies (7)

If I just want to print out the last day of every month from 2014 through 2017 I can do that no problem with the following code:

[python]
import a..... More

Print this item

  Missing title bar
Posted by: tony1812 - Jan-30-2018, 01:03 PM - Forum: GUI - No Replies

Hello, I have proterface the 3d Printing software installed on my pi3. I put the script put in /profile so it starts as soon as the pi boots up. It st..... More

Print this item

  Timer Implementation with gtk-GUI
Posted by: Ser - Jan-30-2018, 12:17 PM - Forum: GUI - Replies (1)

Hi,
I am new to Python, I was active in tcl/tk for many years. I am trying to implement a simple GUI in combination with an asynchronic process runni..... More

Print this item

  Python : I still don't get it
Posted by: ZipSnipe - Jan-30-2018, 11:26 AM - Forum: General Coding Help - Replies (3)

I have been at it now for about 5 weeks, I like Python it does seems like its easy to learn and maybe because I have a project(wav looper/sampler)and ..... More

Print this item

  multiple coordinate systems, with real time plotting
Posted by: Wenzel3200 - Jan-30-2018, 11:19 AM - Forum: GUI - No Replies

Hi guys,

I have been trying to plot data in real time from a DHT11 sensor (temperature and humidity) connected with a arduino Uno. I managed to get..... More

Print this item

  what does "yield '\n'" do?
Posted by: 2sky - Jan-30-2018, 09:05 AM - Forum: General Coding Help - Replies (2)

I have seen this sample code from one python book:

[python]
def lines(file):
for line in file: yield line
yield '\n'

def blocks(f..... More

Print this item

  PyDev package install/download at runtime
Posted by: user2103 - Jan-30-2018, 08:39 AM - Forum: General Coding Help - No Replies

Hi,

Suppose I have created a PyDev package. How can I dynamically install/download this package to another PyDev project at runtime?
Based on som..... More

Print this item

  Programming Problem
Posted by: ShakenBake - Jan-30-2018, 08:02 AM - Forum: Homework - Replies (8)

So I'm kinda stuck on this one program I am trying to write and idk what is wrong. The question says to write a program to guess the computer's random..... More

Print this item

  has anyone here created their own custom codec?
Posted by: Skaperen - Jan-30-2018, 06:48 AM - Forum: News and Discussions - No Replies

has anyone here created their own custom codec?

Print this item

  Instantiating class from the string variable
Posted by: voltron - Jan-30-2018, 06:46 AM - Forum: General Coding Help - Replies (4)

Is it possible to import and instantiate class from the string variable, containing full class code? I only can think about saving code into temp file..... More

Print this item

  Import class dynamically
Posted by: voltron - Jan-30-2018, 06:42 AM - Forum: General Coding Help - Replies (4)

I have two base classes FirstBaseClass and SecondBaseClass and lot of theirs subclasses. Each subclass defined in the separate file, loc..... More

Print this item

  Latitude&Longitude Calculations
Posted by: gdimit - Jan-30-2018, 04:09 AM - Forum: General Coding Help - Replies (3)

Hi guys.

I would like your help regarding calculations using latitude and longitude. In particular, given:

(i)four sets of latitude and longitu..... More

Print this item

  About generating N integer numbers without repetition
Posted by: Otbredbaron - Jan-30-2018, 01:12 AM - Forum: General Coding Help - Replies (3)

Hello everybody,

I wrote this small piece of code to generate N numbers without repetition.
The algorithm should be fine but since I'm learning Py..... More

Print this item

  Pexpect help needed
Posted by: jash - Jan-30-2018, 12:10 AM - Forum: General Coding Help - Replies (2)

I'm new to Python programming and I'm trying to ssh using the pexpect code but it fails when I enter the password. Can someone please look into it. Al..... More

Print this item

  TabError:
Posted by: grbibb - Jan-29-2018, 11:56 PM - Forum: General Coding Help - Replies (2)

I'm getting an error relate to the line print('outcomeGroupList:',outcomeGroupList)

The error says TabError: inconsistent use of tabs and spaces i..... More

Print this item

  Seeking more coders for game for the visually impaired
Posted by: KnellerWasHere - Jan-29-2018, 11:02 PM - Forum: Jobs - Replies (3)

Hi, my team is currently working on a JRPG-inspired MUD oriented towards also being accessible to the visually impaired. We are using a python code ba..... More

Print this item

  Weird issues with return
Posted by: fad3r - Jan-29-2018, 10:54 PM - Forum: Homework - Replies (5)

I am very confused on what return is and what it does. I have read A LOT.

The challenge is to take a string of input from the user and create neste..... More

Print this item

  Where would I post this?
Posted by: KnellerWasHere - Jan-29-2018, 10:17 PM - Forum: Board - Replies (2)

Hi, my team is looking to recruit more coders for a game design project (a JRPG-inspired MUD) oriented towards visually impaired gamers. I wasn't sure..... More

Print this item

  Help me to complete unittest
Posted by: FooNtik - Jan-29-2018, 10:07 PM - Forum: General Coding Help - Replies (3)

Hello, everyone!
I have made a function, which receives three integer inputs for the lengths of the sides of a triangle and returns one of four values..... More

Print this item

  3.6 telnet
Posted by: eyler - Jan-29-2018, 09:09 PM - Forum: Networking - Replies (3)

Anyone have a function script using 3.6 for telnet? The script below doesn't accomplish anything.RUnning a debug on the switch I see a telnet attempt ..... More

Print this item

  What YouTube tutorials do you recommend:
Posted by: nelsonkane - Jan-29-2018, 08:25 PM - Forum: News and Discussions - Replies (8)

I have already installed Python 2.7.14 and 3.6.4.
So, I know how to install Python.
But some of the videos I see on YouTube use versions of Python tha..... More

Print this item

  John Guttag Book - Finger Exercise 3
Posted by: pritesh - Jan-29-2018, 07:02 PM - Forum: Code sharing - Replies (3)

Hi,
Uploading my way of solving the 3rd Finger Exercise from John Guttag's book.

Not as tough as Finger Exercise for 2 though.

[python]
#"Intr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Access keys and values fr... 11 hours ago Winfried buran General Codin...
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  PermissionError: [Errno 1... 11-15, 14:42 Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... 11-15, 13:54 Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579048
  Tutorial Requ... 511033
  Web Scraping ... 442046
  Newbie with P... 386095
  New Users Int... 378238
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+ 12108
buran 8196
snippsat 7389
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
tlandr02 Yesterday
Rerus3700 Yesterday
pas88 Yesterday
aanthonymaaleyo3938 Yesterday
chuhlowe 11-15

User Panel Messages

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