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,306
» Latest member: ifdainstitute7
» Forum threads: 38,798
» Forum posts: 175,911

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
54 minutes ago
» Replies: 8
» Views: 199
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
5 hours ago
» Replies: 3
» Views: 11,092
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 180
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 702
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,820
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 172
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 148
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 238
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,224
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 341

 
  [PySimpleGUI] update listbox not working
Posted by: zappfinger - Nov-11-2018, 07:51 PM - Forum: GUI - Replies (2)

I am trying to update a listbox in PySimpleGUI.I have a listbox with a key, so I use this code:
[python]
test=['aaaa','bbbb','cccc']
window.FindEle..... More

Print this item

  sales per day for 5 stores
Posted by: ked - Nov-11-2018, 07:35 PM - Forum: Homework - Replies (3)

Task:
manager of 5 stores.

determine the sales of the individual stores was from the last day.

Write a program that asks how much money wa..... More

Print this item

  Variables with numbers
Posted by: Alfie926 - Nov-11-2018, 06:48 PM - Forum: General Coding Help - Replies (4)

Hi Guys
I am an absolute beginner in python coding, I have this basic error and was wondering whats wrong
character_age = "50" this works fine
char..... More

Print this item

  How can I put an np.arange in equation's solution?
Posted by: pianistseb - Nov-11-2018, 06:31 PM - Forum: General Coding Help - Replies (3)

How can I fix the issue in this code? It says "can't initialize from 'list' without generators". Thank for your help!
[python]
from sympy.solvers impo..... More

Print this item

  I got lost in the program
Posted by: Gadev - Nov-11-2018, 05:46 PM - Forum: Homework - Replies (1)

Oooh as a beginner i got really easy lost in this simple program...

[Image: oqgDGty]
[Image: hl6Yg9v]
..... More

Print this item

  Average of lists
Posted by: leandemg - Nov-11-2018, 05:08 PM - Forum: Homework - Replies (3)

Hi I want to know how to return the average of multiple lists

What am I doing wrong here? My code needs to be defined the way it is: average(m: Lis..... More

Print this item

  To put a solution of an equation into a function
Posted by: pianistseb - Nov-11-2018, 03:34 PM - Forum: Data Science - Replies (6)

Hello to all!

I am writing a python code for my thesis and I have a simple problem that a cannot solve it. I have a dispersion polynomial equation ..... More

Print this item

  Program not entering if statement on false.
Posted by: Scottx125 - Nov-11-2018, 03:20 PM - Forum: General Coding Help - Replies (4)

print('{0}'.format(authorindex) in votelist)
if '{0}'.format(authorindex) in votelist == False:
Now I've used the print function here..... More

Print this item

  Best way to get data from 2D array
Posted by: tobbs - Nov-11-2018, 03:13 PM - Forum: General Coding Help - Replies (23)

Hi there,

I'm new to Python, have previously done a little C but nothing to deep. I want to build a program to sort out soccer results from a CSV ..... More

Print this item

  Unable to load kivy examples
Posted by: test - Nov-11-2018, 01:05 PM - Forum: GUI - No Replies

Hello. I've been trying to use the kivycatalog example to practice writing .kv files. However, running the main.py file is returning the following:
..... More

Print this item

  Counting words in text
Posted by: dan789 - Nov-11-2018, 09:38 AM - Forum: General Coding Help - Replies (4)

Hello, can you explain to me, how to count words in some text and make a list consisting of couples in form: [(word, number of appearances),(word,numb..... More

Print this item

  Where is the error with this db creation code & the 'conn' variable?
Posted by: pcsailor - Nov-11-2018, 09:15 AM - Forum: General Coding Help - Replies (6)

Hello,

I'm following the SQLite tutorial to create a database and tables and I'm pulling my hair out on this error. I don't see it. My linter is ..... More

Print this item

  simple code is way too slow
Posted by: JAREDZ - Nov-11-2018, 08:54 AM - Forum: General Coding Help - Replies (7)

hello, i'm new to python and i tried this simple code to accomplish actions when a pixel has the expected color, but it's so slow i don't understand w..... More

Print this item

  While loop repeat
Posted by: Runner83 - Nov-11-2018, 08:54 AM - Forum: General Coding Help - Replies (5)

Hi,

I am new to python and just playing around with basic tasks at the moment.
The project I am working on at the moment is a password validation ..... More

Print this item

  selenium error :
Posted by: evilcode1 - Nov-11-2018, 08:39 AM - Forum: Web Scraping & Web Development - Replies (7)

hello all ...
im trying to use selenium i keep getting this error :

[error]Traceback (most recent call last):
File "c:/Users/root/Desktop/toke..... More

Print this item

  i woule a way to parse a line python source like split
Posted by: Skaperen - Nov-11-2018, 03:59 AM - Forum: General Coding Help - Replies (2)

i would like to parse a line of python source instead of merely split it:[code]
line = "blank=' '"
parts = line.split()
parts -> ["blan..... More

Print this item

  Output discrepancy when building Translator
Posted by: skrivver99 - Nov-11-2018, 03:10 AM - Forum: General Coding Help - Replies (17)

Hi, I am having an issue trying to build a functioning translator for Python 3.5 in IDLE. I want each letter I input to be converted to a new letter o..... More

Print this item

  Help Simulation Robot
Posted by: Mitmania - Nov-10-2018, 08:43 PM - Forum: Game Development - Replies (1)

Hello everyone, I kindly ask for your advice: I would like to create a program that simply simulates the movement of a robot (circle) inside a graphic..... More

Print this item

  Calendar calculations
Posted by: frequency - Nov-10-2018, 08:24 PM - Forum: Homework - Replies (10)

Hello,
Do you have any idea how can i start making a program that will print the following day given from a user input? For example

Input 09-11-20..... More

Print this item

Photo Problem installing turtle
Posted by: MasterJediKnight7 - Nov-10-2018, 07:55 PM - Forum: General Coding Help - Replies (17)

Hi. I have a problem when I try to install the module Turtle.

I can't find anything about that error anywhere.
When I do "pip install turtle", it ..... More

Print this item

  How to change global variable in function?
Posted by: dan789 - Nov-10-2018, 06:27 PM - Forum: General Coding Help - Replies (5)

Hello, I need your help, I have to make program containing changing a global variable using a function. But, without using "global". Do you have any i..... More

Print this item

  How to get input to another code
Posted by: MrNavrc - Nov-10-2018, 05:41 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
I would like to ask you. I need to get quandl input ID to the second line of code (quandl.get(*****)). Is it even possible to do it? Ple..... More

Print this item

  OpenCV - extract 1st frame out of a video file
Posted by: kerzol81 - Nov-10-2018, 03:46 PM - Forum: Data Science - Replies (2)

Hi All,

I'm trying to extract the first frame of a sample video file with OpenCV however it doesnt work:

[python]
import cv2

f = cv2.VideoCa..... More

Print this item

  How to: Serial
Posted by: Epilepsy - Nov-10-2018, 03:30 PM - Forum: Networking - Replies (3)

Hi there, I have a problem, I want to connect python to a program that I made with android and bluetooth, I tried with bluez but when I'm attempt inst..... More

Print this item

  Using raw strings
Posted by: wookie - Nov-10-2018, 12:00 PM - Forum: General Coding Help - Replies (7)

I wonder if anyone can tell me why the following happens:
If I run the code
[python]
path = r'C:\Users\New\Andys Docs\Python\Datafiles'
te..... More

Print this item

  Load .abf file and for analysis with Pandas
Posted by: finalcode - Nov-10-2018, 09:51 AM - Forum: Data Science - No Replies

Hi, I have an .abf file (which is a graph of current against time). Is there any simple syntax I can use to load the file into Pandas and print it out..... More

Print this item

  ModuleNotFoundError
Posted by: saladgg - Nov-10-2018, 06:22 AM - Forum: General Coding Help - Replies (2)

I got two .py files in the same folder. (post.py and user.py) I'm importing user model to post.py using
from user import User
When I run the..... More

Print this item

  Php to phytona transition
Posted by: coolingtower - Nov-10-2018, 04:51 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I'd like to revise the sites I've previously coded with php to phyton. All of my data should not be lost, as in the links should remain. Whe..... More

Print this item

  user friendly making a list and changing it
Posted by: hobbyprogrammer - Nov-10-2018, 02:23 AM - Forum: Code sharing - Replies (2)

Hi,
I'm learning python ver 3.(x) programming.

I have been developing a program to learn alot about list manipulation, so I'm currently working on..... More

Print this item

  Trivial novice question: information gathering tools in Python
Posted by: Drone4four - Nov-10-2018, 01:16 AM - Forum: General Coding Help - Replies (1)

I am enrolled in a number of learn-to-code Python Udemy courses. I can’t find the specific tutorial now which covered the different type of built in f..... More

Print this item

  calling os functions not in module os
Posted by: Skaperen - Nov-09-2018, 08:03 PM - Forum: General Coding Help - Replies (2)

i recall seeing a way to make calls to libc functions and/or kernel syscalls but now that i need it it can't find it. i did find module [font=Courie..... More

Print this item

  Using gunicorn workers to log to single file
Posted by: buntu - Nov-09-2018, 06:15 PM - Forum: General Coding Help - No Replies

I'm using gunicorn to spawn a few workers and want to write to the workers to write to the same log file. Also logrotate would be used to rotate this ..... More

Print this item

  Tuple out of range
Posted by: Scottx125 - Nov-09-2018, 05:47 PM - Forum: General Coding Help - Replies (2)

Hey, so I've looked around to try and identify why this apparent return value is causing a tuple out of range error, I've yet to come up with a soluti..... More

Print this item

  Threading a Tkinter GUI
Posted by: Victor95 - Nov-09-2018, 04:07 PM - Forum: GUI - Replies (7)

Hi all! I'm working on a GUI to control pulses of alternating current. I've seen many posts that talk about Tkinter being bad in the thread and I've b..... More

Print this item

  If + Count
Posted by: Itay - Nov-09-2018, 03:18 PM - Forum: Homework - Replies (5)

Hello , I'm a python beginner and I need help with For + Count.

I need to create a program that inputs a text , and then it count how many times t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 54 minutes ago Lou snippsat General Codin...
  Python Online Compiler 5 hours ago alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
Most views
  The best Prog... 579483
  Tutorial Requ... 512736
  Web Scraping ... 442350
  Newbie with P... 386394
  New Users Int... 381655
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today
IFDA123 Yesterday
TimTom420 11-27

User Panel Messages

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