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,272
» Latest member: DataScientist071
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 8 online users.
» 0 Member(s) | 8 Guest(s)

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 171
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 158
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 365
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 322

 
  Using SHA3 (keccak) from Hashlib
Posted by: CryptoFlo - Mar-14-2018, 10:56 AM - Forum: General Coding Help - No Replies

Hello community,

I am relatively new to Python and got in to it because of an tutorial related to cryptocurrencies.
I am using Python 3.6 on a W..... More

Print this item

  Python/Pandas Developer Wanted - Investment Bank - London - Permanent postition
Posted by: wasim - Mar-14-2018, 10:47 AM - Forum: Jobs - No Replies

We are looking for a Python developer to join a quantitative group in a Global Investment Bank. Based in London.

This Strategic Imple..... More

Print this item

  First time python 3.6 tells me nonsense
Posted by: sylas - Mar-14-2018, 10:24 AM - Forum: General Coding Help - Replies (2)

[python]
print("__main__.py")
def Tracer(aClass):
class Wrapper:
def __init__(self, *args, **kargs):
self.fetcges=0
self.wrapped=aClass..... More

Print this item

  AttributeError setting the label text
Posted by: gio123 - Mar-14-2018, 09:24 AM - Forum: GUI - Replies (3)

Hi All,
I receive this error message when I try to set an input text value to a label text.

self.b5.text="You wrote " + self.username.txt
Attribu..... More

Print this item

  'ellipsis' object has no attribute 'lower'
Posted by: Bharath_AK - Mar-14-2018, 08:53 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi There,

I am getting the following error when I run python3 manage.py runserver 0.0.0.0:8000


[error]File "/usr/local/lib/python3.6/dist..... More

Print this item

  running two python scripts
Posted by: pythonper - Mar-14-2018, 08:45 AM - Forum: General Coding Help - Replies (1)

Hello,

I am trying to have two python scripts running where one pauses the other. Both scripts do some socket communication (one reads and one writ..... More

Print this item

  First time coding
Posted by: Cisselamine2002 - Mar-14-2018, 06:27 AM - Forum: Homework - Replies (1)

Hello,
I just started an online class and I have problem completing the below assignment. I need a first help and I can start moving by my own. Here..... More

Print this item

  Q. Nested for statement in list type
Posted by: ives - Mar-14-2018, 01:17 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi, i'm beginner python, this is my source

[python]tList = [[None]*3]*9

for j in range(0, 9):
for k in range(0, 3):
if(k==0 and j=..... More

Print this item

  rounding
Posted by: Stevger - Mar-13-2018, 09:32 PM - Forum: Data Science - No Replies

Hello,
can somebody help me with following code:

[python]
import scipy.misc
img_array = scipy.misc.imread("Test_Set/TestSet_03/2828_my_own_4.png..... More

Print this item

  How to play a song .wav or .mp3 with audioop native library
Posted by: IvanSilva - Mar-13-2018, 07:51 PM - Forum: General Coding Help - Replies (3)

Hello friends,

Can anyone help me to play a song file in .mp3 or .wav using the native library called audioop?
I dont wanto to use external librar..... More

Print this item

  Scaling of mapped vectors?
Posted by: sricha1217 - Mar-13-2018, 07:50 PM - Forum: Data Science - Replies (1)

I'm sure this question has been asked many times but I couldn't find previous references to it.

I'm very much a Python newbie, but learning quickly..... More

Print this item

  Python Naming Error: List not defined
Posted by: Intelligent_Agent0 - Mar-13-2018, 07:37 PM - Forum: General Coding Help - Replies (1)

I have begun working on a new function, I will keep things simple by not detailing the full scope of the function, which would be uneeded information ..... More

Print this item

  Renaming PDF files using Excel data - Python
Posted by: okanaira - Mar-13-2018, 06:59 PM - Forum: General Coding Help - Replies (4)

I have been trying to rename some PDF files in a specific folder. When I run the code, the first file in the "original" folder gets moved to the "rena..... More

Print this item

  Machine Learning errors
Posted by: obi95 - Mar-13-2018, 06:02 PM - Forum: Data Science - Replies (1)

Hi everyone, I'm currently in the process of trying to use machine learning to sort through emails but whenever I run the code, I keep getting errors,..... More

Print this item

  OSX: copied path has escape character
Posted by: ronjan - Mar-13-2018, 03:42 PM - Forum: General Coding Help - Replies (4)

On OSX, copied path has backslash character to escape spaces in directory name.

e.g. /Users/ronsair/Downloads/test\ -\ folder

os.path.exists(<path a..... More

Print this item

  error in database for chatbot
Posted by: TaraSunray - Mar-13-2018, 03:02 PM - Forum: General Coding Help - No Replies

i'm currently trying to follow a tutorial about coding a chatbot with python. i'm new to python and coding in general except for some projects i did i..... More

Print this item

  I have an array, how can I search a seperate file for the contents of my array?
Posted by: Mr_Keystrokes - Mar-13-2018, 02:25 PM - Forum: General Coding Help - No Replies

I have an array (list), how can I search a separate file for the presence of elements that are in my array?

I wanted to use python to do it instead..... More

Print this item

  Computing factorials
Posted by: Truman - Mar-13-2018, 01:36 PM - Forum: Homework - Replies (6)

Question:
Write a program which can compute the factorial of a given numbers.
The results should be printed in a comma-separated sequence on a singl..... More

Print this item

  time. strftime
Posted by: jor - Mar-13-2018, 12:00 PM - Forum: General Coding Help - Replies (1)

Hi i am new in this blog and would like to answer a few question.
first of all my name is jorge and i am an enginiering student, so i am working on a..... More

Print this item

  Insert results API in database
Posted by: daryl - Mar-13-2018, 10:46 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I am new in programmation and in Python.

I am beginning to play with the requests lib which is quiet impressive. My first tests was to re..... More

Print this item

  Dynamic Array
Posted by: Lal_John - Mar-13-2018, 10:40 AM - Forum: General Coding Help - Replies (2)

Hi Team,

I am new to python. I want to know is there any way to generate dynamic key depended array.

For eg: if i am passing a key "1234" to a f..... More

Print this item

  How get values from ACF function
Posted by: franromanos6 - Mar-13-2018, 10:33 AM - Forum: Data Science - Replies (2)

I have Plot ACF function and now , I want to get the value 0.8 , 0.6 and the value where the line cut in 0, How can do that?

I want return a vector..... More

Print this item

  Binary tree for words and simbols
Posted by: OlegBrony - Mar-13-2018, 09:41 AM - Forum: Homework - Replies (4)

Essence of the question
construct a binary tree in which the cells would represent 1 letter from the word. but only with one slightly illogical detai..... More

Print this item

  Backtesting a folder with csv files, problem
Posted by: fiddelush - Mar-13-2018, 09:38 AM - Forum: Data Science - Replies (8)

Hello,

I am doing a school assignment and my goal is to test 60 stocks listed on sp500. I've downloaded 60cvs files from yahoo and stored them in t..... More

Print this item

  Python Paramiko, continuing the interaction for a command in interactive shell
Posted by: aditya_g01 - Mar-13-2018, 04:51 AM - Forum: Networking - No Replies

I have been trying to automate a task using python, in which I ssh to a remote server using paramiko, bring up the interactive shell and run the comma..... More

Print this item

  Announcing AppGameKit for Python!
Posted by: adambiser - Mar-13-2018, 04:51 AM - Forum: Game Development - No Replies

Hello all,

I have teamed up with TheGameCreators for them to trial a Python version of AppGameKit in the form of a PYD file that makes AppGameKit c..... More

Print this item

  Open a locked ZIP file on OSX
Posted by: tomywd - Mar-13-2018, 03:51 AM - Forum: General Coding Help - Replies (1)

How would you open/unlock/unzip a locked ZIP file containing for example a txt file, image or video? This is assuming you know the password. I have ha..... More

Print this item

  want to use PIL on individual frames of videos
Posted by: tomywd - Mar-13-2018, 03:42 AM - Forum: General Coding Help - Replies (1)

I want to run a video through a program and use a PIL script on one frame per second. What would be the best library to use for this? thanks.

Print this item

  Command wanted in Python: mgrep
Posted by: Skaperen - Mar-13-2018, 12:46 AM - Forum: News and Discussions - Replies (1)

what mgrep should do is take a grep argument that has line separators, and search the specified file(s) (or stdin if no files specified) for a ..... More

Print this item

  PyPDF2 script problem
Posted by: mepyyeti - Mar-13-2018, 12:18 AM - Forum: General Coding Help - Replies (7)

So I wrote this up. It should work but it doesn't. I have labeled my questions (A) and (B) as comments in the script? I feel the logic is correct........ More

Print this item

  TypeError: '<=' not supported between instances of 'str' and 'int'
Posted by: the_communist_senate - Mar-12-2018, 11:06 PM - Forum: General Coding Help - Replies (1)

Hi, I am new to the programing scene and I've come across a problem. I am working on a program that will take in five readings from the user. If the r..... More

Print this item

  Help with Exception to error
Posted by: harveyl12 - Mar-12-2018, 10:49 PM - Forum: General Coding Help - Replies (5)

Hi,

I am new to Python and trying to help a friend.

I need to use a try exception to fix the error here below.

Task exception was never retri..... More

Print this item

  Bounce Game
Posted by: SheeppOSU - Mar-12-2018, 09:14 PM - Forum: GUI - Replies (1)

I was making this game from the Python book and I made it exactly as it had it in the book but when I asked python to check it before I ran it, it sai..... More

Print this item

  Different Output of findall and search in re module
Posted by: shiva - Mar-12-2018, 06:20 PM - Forum: Web Scraping & Web Development - Replies (1)

link = '<a href="http://www.google.com">Google</a>'
[python]re.search('<a[^>]+href=["\'](.*?)["\']',link,re.IGNORECASE).group()[/pyt..... More

Print this item

  Python socket : Error receive data
Posted by: quanglnh1993 - Mar-12-2018, 05:04 PM - Forum: Networking - Replies (1)

I write a network application. The server has ability to find client base on given subnet. If the client receive authentication message from server, i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 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... 579114
  Tutorial Requ... 511316
  Web Scraping ... 442068
  Newbie with P... 386136
  New Users Int... 378475
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 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday

User Panel Messages

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