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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,855

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 31 Guest(s)
Bing, Google, Twitter

Latest Threads
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
3 hours ago
» Replies: 4
» Views: 127
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
6 hours ago
» Replies: 2
» Views: 115
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
6 hours ago
» Replies: 2
» Views: 100
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 146
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 341
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 60
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 97
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 341
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 189
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 297

 
  IDLE crash using special characters?
Posted by: reikonaga - Feb-09-2018, 01:55 PM - Forum: General Coding Help - Replies (6)

Hey there!

I'm starting to learn python and in one of the classes I noticed when I tried to do 2^2 and then the IDLE crashes when i try to input th..... More

Print this item

  running two functions by threading
Posted by: Fathy - Feb-09-2018, 01:42 PM - Forum: General Coding Help - Replies (2)

Hi
I'm trying to play two function at same time but one of this two function works only one time



[python]import threading, time, sys



..... More

Print this item

  Python Ble Distance Problem
Posted by: aleynasarcanli - Feb-09-2018, 01:16 PM - Forum: General Coding Help - Replies (10)

Hello, I need help about calculating distance of ibeacon with raspberry pi, I am scanning and finding ibeacons, but I need to know how much meter betw..... More

Print this item

  New Line Problem!
Posted by: digitalMASTER1 - Feb-09-2018, 01:02 PM - Forum: General Coding Help - Replies (4)

I'm trying to write a program that allows you to input a string of words, and then it translates them into my own custom language. I didn't get far be..... More

Print this item

  why so much differnt performance in python 2.7.10, 2.7.14 and 3.6.4
Posted by: jiangtianyong - Feb-09-2018, 06:29 AM - Forum: News and Discussions - No Replies

Hi ALL

I have a question when i develop a testcase to run in different python version
1: Python 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1..... More

Print this item

  Python: Returning the most frequently occurring substring in a larger string
Posted by: sskkddrit - Feb-09-2018, 06:02 AM - Forum: Homework - Replies (2)

How can I find the most frequently occurring sub-string in a larger string?

For example if the string 'gactctcagc' is provided, the program will re..... More

Print this item

  ModuleNotFoundError: No module named 'adspy_shared_utilities'
Posted by: POOJASWAMY - Feb-09-2018, 05:46 AM - Forum: Data Science - No Replies

ModuleNotFoundError: No module named 'adspy_shared_utilities'
I have been getting this error whenever ,I'm trying to run this module for the below co..... More

Print this item

  Working with Dict Object
Posted by: standenman - Feb-09-2018, 05:03 AM - Forum: General Coding Help - Replies (8)

I am new to Python. I am trying to extract text from the bookmarks in a PDF file that would provide the data for a Word template merge. I have gotten ..... More

Print this item

  Another working code, help required for faster multithreading execution
Posted by: anna - Feb-09-2018, 03:26 AM - Forum: General Coding Help - No Replies

Hi All,

this code is taking, device ips from file and threads to print output in file. I have replaced multiple spaces with single space. This code..... More

Print this item

  A code to generate new files in my HDD
Posted by: yokharian - Feb-09-2018, 03:22 AM - Forum: General Coding Help - Replies (2)

hey, i need help.

[b]Could you help me make a python code that can modify or create files from my hard drive? either with a module, function..... More

Print this item

  error
Posted by: Zatoichi - Feb-09-2018, 03:04 AM - Forum: Homework - Replies (2)

[python]
content = input('Enter English words:').lower()
counters = {}
words = content.split()

for word in words:

word = words
i..... More

Print this item

  Differentiation with exponential functions
Posted by: tyrael69 - Feb-09-2018, 02:01 AM - Forum: Data Science - No Replies

i have been writing a python script for work that calculates some figures for me
it's basically two parts, one part is for when the data calls for a ..... More

Print this item

  Error in coding project, any help?
Posted by: XpunksnotdeadX - Feb-08-2018, 05:58 PM - Forum: General Coding Help - No Replies

Hello! I've been doing some coding exercises from the book "Coding Projects in Python" and I came into an error during one of the projects. The coding..... More

Print this item

  Help required for faster execution of working code
Posted by: anna - Feb-08-2018, 05:39 PM - Forum: General Coding Help - Replies (2)

Hi All,

[python]#!/usr/bin/python
import time
import sys
from easysnmp import snmp_get, snmp_set, snmp_walk
start = time.time()
host = sys.arg..... More

Print this item

  Am new in python
Posted by: dwayneojnr - Feb-08-2018, 04:17 PM - Forum: News and Discussions - Replies (3)

Hi,am new in python.can some one help me out by tell me where to start and how to get resources that can help me going....thank you

Print this item

  Print multiple record lines
Posted by: ntigner - Feb-08-2018, 04:15 PM - Forum: General Coding Help - Replies (3)

I am creating a simple program that looks up the name of a job and prints out the full job name and number.

I want to be able to put in partial str..... More

Print this item

  Web Scraping and data collection.
Posted by: LordDeanUK - Feb-08-2018, 02:03 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys,

I have a small business in the UK and i need to get in contact with new business premises as soon or before they open.

iv'e been lookin..... More

Print this item

  Can't import any class from other folder in the same level.
Posted by: emih89 - Feb-08-2018, 01:49 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi! i'm having several issues trying to import a library from other folder that is in the same level of the current file.

[img]https://puu.sh/zjjtL..... More

Print this item

  tkinter osx
Posted by: Ganttictemp - Feb-08-2018, 11:44 AM - Forum: GUI - Replies (8)

Hi! We have some scripts in Python made for Reaper (a DAW). We succesfully run it in Windows, but when it comes to mac. Seems that problem is related ..... More

Print this item

  Cool web site / python podcasts
Posted by: Larz60+ - Feb-08-2018, 10:07 AM - Forum: News and Discussions - Replies (3)

https://talkpython.fm/

Print this item

  Help me about the load_distribution, network.plot ....
Posted by: hoangtuyen - Feb-08-2018, 08:40 AM - Forum: General Coding Help - Replies (1)

I'm a beginner. Can you help me to explain what the codes mean? Thank you very much.

[python]fig,ax = plt.subplots(1,1)
fig.set_size_inches(6,12)..... More

Print this item

  passing str from Callfunction to another Callfunction
Posted by: issac_n - Feb-08-2018, 08:25 AM - Forum: GUI - No Replies

I am trying to pass the str/path from a Callfunction to another Callfunction. First call function is trigger by a click button and keep the path with ..... More

Print this item

  Batch convert IFC to STEP
Posted by: jnoordzij - Feb-08-2018, 08:13 AM - Forum: General Coding Help - Replies (1)

Hi

I am looking for a way to batch convert a bunch of IFC files to STEP format. I've done a lot of searching for software that can do that, but wit..... More

Print this item

  python array/cell/indexing
Posted by: python - Feb-08-2018, 07:40 AM - Forum: Data Science - Replies (1)

Hello fellow programmers!

I recently started to learn python (previousely matlab) and I was hopeing some of you might be able help me with a specific..... More

Print this item

  extracting data from json on website
Posted by: larry2311 - Feb-08-2018, 06:07 AM - Forum: General Coding Help - Replies (2)

I am trying to extract two data items from a json web page, frustratingly without much joy. Wall
Being fairly new to json, it is proving diffic..... More

Print this item

  a one line thing
Posted by: Skaperen - Feb-08-2018, 06:01 AM - Forum: Bar - Replies (2)

for fun, a challenge (but don't spill any beer): define 2 functions, a() and b() where a() calls b() and b() prints out "hello world", and call a(). ..... More

Print this item

  Django model.py model.foreignkey()
Posted by: HenryJ - Feb-08-2018, 06:00 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi All,

I am a newbie on Django framework and a bit confused on the models.

1. When a "class" in the model.py, can I just understand it as "tab..... More

Print this item

  Private Inquiries Forum
Posted by: metulburr - Feb-08-2018, 05:19 AM - Forum: Board - No Replies

Based on some issues with some members in the past. I would like to add a new sub-forum
Its located in Board -> Private Inquiries
or follow t..... More

Print this item

  Spyder Assignment 1 Coursera
Posted by: Illvoices - Feb-08-2018, 04:36 AM - Forum: Homework - Replies (2)

Hi can someone tell me what is wrong with my cell, I tried running it but it won't show me anything it just goes back to the word "While" in the progr..... More

Print this item

  Issue with Python 3.X Add/Remove programs entry.
Posted by: WilliamM - Feb-08-2018, 03:04 AM - Forum: General Coding Help - Replies (1)

I've been writing a script for the Python 3.X install package and encountering some issues due to that.

I'm using the installation property Install..... More

Print this item

  Inherting from different class in PYQT
Posted by: zykbee - Feb-08-2018, 01:44 AM - Forum: General Coding Help - Replies (3)

I want to pull "self.t" from class Third and print the info in Class Fourth where it says "pass." How would I inherit it?
[python]
class Third(QWidget..... More

Print this item

  Tkinter or Kivy or....?
Posted by: Rainy_Daycart - Feb-08-2018, 01:40 AM - Forum: GUI - Replies (3)

Hi!

Am new to forums and pretty new to Python but love it so far. Can anyone guide me as to picking a GUI framework? I have been using Zelle's gra..... More

Print this item

  python in JES homework question,
Posted by: lsteffen - Feb-07-2018, 10:57 PM - Forum: Homework - Replies (1)

I am using JES to learn python. My teacher gave us a project but my code is not working. I believe the problem lies on line 35 but I don't know what..... More

Print this item

  Assigning to string slice
Posted by: michaeljhuman - Feb-07-2018, 10:33 PM - Forum: General Coding Help - Replies (1)

Is this the best practice for assigning to a string slice? I realized in that case I could have used replace(), but I was thinking of the general cas..... More

Print this item

  Django Rest Framework URL issue
Posted by: marcus - Feb-07-2018, 10:31 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

I'm trying to understand some sample code. I am able to hit "Get" for a list but I can't get the individual get to return a single item.

My u..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [SOLVED] Access keys and ... 3 hours ago Winfried Winfried General Codin...
  Graph Interpolate Difficu... 6 hours ago Tuurbo46 Tuurbo46 General Codin...
  PermissionError: [Errno 1... 6 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael 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... 579064
  Tutorial Requ... 511108
  Web Scraping ... 442055
  Newbie with P... 386104
  New Users Int... 378306
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
aminrony1999 Today
fobby888 Today
digitalboy346 Today
ben9090o Today
ViktoriaMetodieva Today

User Panel Messages

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