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,265
» Latest member: Rerus3700
» Forum threads: 38,788
» Forum posts: 175,851

Full Statistics

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

Latest Threads
Access keys and values fr...
Forum: General Coding Help
Last Post: noisefloor
24 minutes ago
» Replies: 1
» Views: 20
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 111
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 71
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 69
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 321
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 48
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 82
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 289
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 152
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 255

 
  Threading : class instance to be executed by a thread
Posted by: user2103 - Jan-17-2018, 01:08 PM - Forum: General Coding Help - No Replies

I want to create two threads and assign two class instances (object) to these threads.Then based on some condition, I will call the methods of those c..... More

Print this item

  how to create python modal forms
Posted by: shaun - Jan-17-2018, 12:45 PM - Forum: General Coding Help - Replies (3)

I am brand new to Python and I need some help with modality. I would like to set up an application say codeA.py screen with some buttons that call oth..... More

Print this item

  Program arduino using python
Posted by: sumandas89 - Jan-17-2018, 12:43 PM - Forum: General Coding Help - Replies (2)

Is there any thorough tutorial available for programming arduino using python? Let me know if anyone in the forum knows.

Print this item

  A small data sorting program - couple of general and hopefully easy questions
Posted by: Ansifatcat - Jan-17-2018, 08:37 AM - Forum: Data Science - Replies (2)

Hi,

First post, don't know if there's somewhere for an intro but they always seem somewhat trite on internet forums (fora?) anyway. Hi anyway.

I..... More

Print this item

  object of none types has no len()
Posted by: Prince_Bhatia - Jan-17-2018, 08:26 AM - Forum: Web Scraping & Web Development - Replies (3)

hi,

I am trying to create a webscraper which will take links from csv file and scrape data.

but whenever i run this code it says object of nonet..... More

Print this item

  Speed of progress of writing code
Posted by: Johno - Jan-17-2018, 07:59 AM - Forum: Homework - Replies (2)

I'm trying to gauge my development ability. There are different Python programming challenges that employers have candidates perform. How long would..... More

Print this item

  Django syntax
Posted by: mepyyeti - Jan-17-2018, 06:14 AM - Forum: Web Scraping & Web Development - Replies (2)

So I'm getting used to the Django framework and sort of bouncing from videos/books. No two materials seem to use the same syntax. I'm trying to unde..... More

Print this item

  an exception traceback and continue
Posted by: Skaperen - Jan-17-2018, 03:47 AM - Forum: General Coding Help - Replies (4)

i would like to try a given block of statements, and if there is any exception, just keep on running like:[python] try:
whatever goes here..... More

Print this item

  Web interaction for fetching data from a static page
Posted by: code_learner - Jan-17-2018, 03:04 AM - Forum: Homework - Replies (1)

Hi! i am new to scripting still on the process of learning.

I want to write a Python script to interact with a static pages.

Example:
I have ..... More

Print this item

  command to create a named socket
Posted by: Skaperen - Jan-17-2018, 02:41 AM - Forum: General Coding Help - Replies (1)

i'm looking for a command to create a named socket on Linux. anyone have such a thing in Python?

Print this item

  seek method clarification
Posted by: petepiro - Jan-17-2018, 01:23 AM - Forum: Homework - No Replies

Hi there,
I would like someone to clarify the seek method. I have this code (excuse formatting)

in_file = open('mydata4.txt','r+')
print(in_fil..... More

Print this item

  Question: While
Posted by: Truman - Jan-16-2018, 11:57 PM - Forum: General Coding Help - Replies (4)

This is the code:

[python]
num_1 = ""
num_temp = ""
num_final = ""

while True:
num_1 = input("Enter an integer: ")
if num_1.isdigit():
..... More

Print this item

  How to proceed
Posted by: jarrod0987 - Jan-16-2018, 10:55 PM - Forum: General Coding Help - Replies (4)

If I have a simple Dictionary. Lets say the Key is a char like A, B, C...etc and each key has a simple numerical value like 4 or 10 etc...

What I wan..... More

Print this item

  Scraping aspx
Posted by: asnyder - Jan-16-2018, 07:40 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I'm trying to scrap an aspx page and not sure how to get started with it. Specifically this site: http://www.quikstatsiowa.com/Default.aspx..... More

Print this item

  problem with "hiding" object
Posted by: league55 - Jan-16-2018, 07:30 PM - Forum: General Coding Help - Replies (4)

This is code that's supposed to generate a cipher once, then prevent the cipher from being altered or viewed, but the code doesn't work. What's wrong ..... More

Print this item

  python nested list assignment weird behavior
Posted by: eyalk1 - Jan-16-2018, 07:06 PM - Forum: General Coding Help - Replies (2)

mat was initialized like this:
mat = [[0]*26]*5
The problem is that after an inner loop iteration all the rows in mat get changed the same but i clear..... More

Print this item

  Displaying number of currency
Posted by: danellapotter - Jan-16-2018, 05:01 PM - Forum: Homework - Replies (3)

My assignment is to write a program using Python which accepts amount as integer from the user and displays total number of Notes (Currency) 100, 50, ..... More

Print this item

  Installing from source and getting import working in linux
Posted by: poutila - Jan-16-2018, 04:55 PM - Forum: Data Science - Replies (9)

Hello!
I installed kivy and cython from source like this:

git clone https://github.com/kivy/kivy.git
cd kivy
make

same for cython.
I instal..... More

Print this item

  linspace not dividing equal intervals
Posted by: sheel - Jan-16-2018, 04:28 PM - Forum: Data Science - No Replies

i have written a code to find out effect of order of accuracy on numerical differentiation but when i am trying to use linspace(1,epsilon,100) it is n..... More

Print this item

  Converting Pseudocode to Python
Posted by: ncp511 - Jan-16-2018, 04:24 PM - Forum: General Coding Help - Replies (1)

Hi all, Im relatively new to the world of python. Im a Biotechnology major who is picking up coding in his own time. A seemingly very helpful pdf ofte..... More

Print this item

  How Can I Fix This Error
Posted by: JayJayOi - Jan-16-2018, 03:51 PM - Forum: Homework - Replies (2)

Hi, I am trying to store some information with regards to books into an object. My object class codes are as below:
[python]
class Book:
def __..... More

Print this item

  How would i go about adding up numbers in a dict
Posted by: TFish - Jan-16-2018, 03:08 PM - Forum: General Coding Help - Replies (2)

how would i add up the cost in this dict
[python]foodstest = {'Dempsters Whole Wheat Bread': {"cost":2.27, "servings":18, "calories":1620},
..... More

Print this item

  Search for files
Posted by: raopatwari - Jan-16-2018, 02:25 PM - Forum: General Coding Help - Replies (4)

I need to find files in dir path which are greater than zero bytes and print them

Print this item

  Show temperature in gui
Posted by: katastroooof - Jan-16-2018, 02:04 PM - Forum: GUI - Replies (17)

Hi, im a total newbie to this but here we go:
Got 6x MAX31855 running with code from https://github.com/Tuckie/max31855
I have managed to make a noo..... More

Print this item

  Python code to android app
Posted by: Skerilyo - Jan-16-2018, 01:56 PM - Forum: Homework - Replies (2)

Hi, i'm a French student and i've got a project in dataprocessing class.
In fact we have to create a Python code with everything that we learned in c..... More

Print this item

  Python Developers Wanted
Posted by: kendaya - Jan-16-2018, 01:22 PM - Forum: Jobs - No Replies

Hello everyone! Cool

We highly innovative German company with headquarter in Leipzig and now also in Prague, [b]looking for new team members ..... More

Print this item

  Matching emails in outlook 2016
Posted by: Erdix - Jan-16-2018, 01:15 PM - Forum: News and Discussions - Replies (7)

Hi there,

As a NOC engineer, every morning my first task is to check the NOC emailbox where over 200 emails are coming to. Emails are automatically..... More

Print this item

  Text from sql to python
Posted by: MilkWaffler - Jan-16-2018, 12:46 PM - Forum: General Coding Help - Replies (4)

Hello! How would I make it so, when I put a user into a SQL database, it would automatically transfer over to a Python GUI?

Print this item

  The size of the array returned by func (1) does not match
Posted by: usmankhan - Jan-16-2018, 12:27 PM - Forum: Data Science - No Replies

I am new to python, so please bear with me. I am solving a model using odeint function in Python in which I am getting an error: [b]The size o..... More

Print this item

  Django translation 2 languages( Deutsch and Austrian)
Posted by: sonic911 - Jan-16-2018, 09:48 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello!
Short version of question: Does django have de-at(Austrian version of Deutsch) and how can I define it?
I need to create website with 2 langu..... More

Print this item

  Cant create a py to exe file
Posted by: ranjithcr2 - Jan-16-2018, 09:41 AM - Forum: GUI - Replies (3)

Hi all,

please help me to convert py program to exe which i created with pyqt4. i have tried pyinstaller, py2exe and all available sources,but noth..... More

Print this item

  canvas.create_text doesn't work in a function
Posted by: vmarinelli - Jan-16-2018, 09:31 AM - Forum: GUI - Replies (2)

Hello,

I've been trying to write a reaction time task with stimuli appearing on screen using the tkinter module.

While this function does work:..... More

Print this item

  Free Programming Notes for Professionals Books
Posted by: buran - Jan-16-2018, 09:23 AM - Forum: News and Discussions - Replies (2)

This collection of free books named "Programming Notes for Professionals" looks interesting
http://books.goalkicker.com/

and the Python book
http..... More

Print this item

  Challenging BS4 Problem
Posted by: digitalmatic7 - Jan-16-2018, 08:42 AM - Forum: Web Scraping & Web Development - Replies (5)

Hey guys, I'm trying to improve my scraping abilities, so I've been practicing and trying to scrape some tough to obtain data. I've run into issues wi..... More

Print this item

  problem with PyQt4
Posted by: jss15497 - Jan-16-2018, 08:32 AM - Forum: GUI - No Replies

Hi everyone,
I have developed a python script which uses PyQt to draw an icon on the notification bar. When I run the script, it works fine, but when..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Access keys and values fr... 24 minutes ago Winfried noisefloor General Codin...
  How to make ball stay wit... Yesterday, 16:07 nathanael deanhystad General Codin...
  PermissionError: [Errno 1... Yesterday, 14:42 Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... Yesterday, 13:54 Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... Yesterday, 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... 579024
  Tutorial Requ... 510888
  Web Scraping ... 442030
  Newbie with P... 386070
  New Users Int... 377485
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 8195
snippsat 7388
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Rerus3700 Today
pas88 Today
aanthonymaaleyo3938 Today
chuhlowe Yesterday
SledgeNE Yesterday

User Panel Messages

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