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,964
» Latest member: Edzed4431
» Forum threads: 38,729
» Forum posts: 175,541

Full Statistics

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

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 4
» Views: 1,973
My First App
Forum: Code Review
Last Post: carlbidwell
11 hours ago
» Replies: 8
» Views: 8,552
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Today, 03:54 AM
» Replies: 3
» Views: 449
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 906
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 937
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,206
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,821
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,858
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 446
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 735

 
  Python RunServer Django script not starting
Posted by: udayabirdi - Nov-11-2018, 09:59 PM - Forum: Web Scraping & Web Development - No Replies

[icode]triad_realty) root@webettonew:~/triad_realty# python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 22, in <..... More

Print this item

  Problem with CSV download
Posted by: imtiazu - Nov-11-2018, 09:17 PM - Forum: General Coding Help - Replies (2)

Hey there - very very new to Python and trying to knock up a script that posts to an API.
The core of the script works fine and I can successfully po..... More

Print this item

  merging dictionaries
Posted by: Skaperen - Nov-11-2018, 08:14 PM - Forum: General Coding Help - Replies (3)

i have 2 dictionaries A and B. i would like to use them merged without updating either. this would be like an OR operator for sets. but, of course,..... More

Print this item

  [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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 3 hours ago arbiel Gribouillis General Codin...
  My First App 11 hours ago BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Today, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577188
  Tutorial Requ... 500117
  Web Scraping ... 440890
  Newbie with P... 384902
  New Users Int... 369137
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Today
chaoh1911 Today
KaydenJonah098 Today
carlbidwell Today
llarkin6 Yesterday

User Panel Messages

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