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,730
» Forum posts: 175,545

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
2 hours ago
» Replies: 2
» Views: 32
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
7 hours ago
» Replies: 1
» Views: 456
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 1,993
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,556
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 459
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 914
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 945
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,210
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,828
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,863

 
  Module 2 Required Coding Activity
Posted by: silverdog - Nov-27-2018, 04:41 PM - Forum: Homework - Replies (3)

Hi,
My code seems running fine on jupyter notebook,
but when pasted into the Module 2 Required Code Submission gived me error ... Huh
Any hi..... More

Print this item

  SMS Client
Posted by: Hunapuh - Nov-27-2018, 04:38 PM - Forum: General Coding Help - Replies (7)

Hello there:

I am a newbie in Python but I am interesting in make a SMS Client. The questión.

- Somebody know if exists some framework or libr..... More

Print this item

  Prime numbers calculations
Posted by: frequency - Nov-27-2018, 04:21 PM - Forum: Homework - Replies (3)

with this code
[PYTHON]
primes=[2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89,97, 101, 103, 107, 109, 1..... More

Print this item

  Missing characters in PyQt5
Posted by: LittleGrim13 - Nov-27-2018, 03:07 PM - Forum: GUI - Replies (2)

When running a QT GUI it randomly drops characters.
Most common is it will just leave out full stops and commas, but sometimes it will just leave out..... More

Print this item

  How to find common names in multiple columns
Posted by: SriRajesh - Nov-27-2018, 02:09 PM - Forum: General Coding Help - Replies (3)

Hi,
I have below data frame, and I want get the common values in all three columns.

[python]1 2 3
2 5 45
5 8 4
4 0 5
6 10 11
9 4 0

..... More

Print this item

  command prompt
Posted by: saisankalpj - Nov-27-2018, 12:33 PM - Forum: General Coding Help - Replies (8)

i have a code which runs through pycharm.To run through command prompt i have set the environment variables like PYTHON_HOME which gives python 36 loc..... More

Print this item

  Need help on a psycopg2 question
Posted by: badfish - Nov-27-2018, 06:38 AM - Forum: General Coding Help - Replies (1)

I have posted my question in stackoverflow but hasn't got any help yet.

https://stackoverflow.com/questions/5318...mically-ty..... More

Print this item

  Speech (audio file, wav) to Text - Broken pipe
Posted by: Shobha - Nov-27-2018, 05:23 AM - Forum: General Coding Help - Replies (1)

I am trying to read a wav file of size 24.4MB, 9 mins 33 secs. using a simple python speech_recogniton code, i am getting below mentioned error. any ..... More

Print this item

  variables help / update config file
Posted by: mapvis - Nov-27-2018, 05:16 AM - Forum: General Coding Help - Replies (3)

In my python script I have way too many default variables / parameter options. What is the best practice for moving these default variables into a con..... More

Print this item

  Slow loop due to row & column consolidation
Posted by: Etrigan - Nov-27-2018, 05:06 AM - Forum: General Coding Help - No Replies

After reading a file I have a DataFrame with 6 columns named 'Spclty1' to 'Spclty6' and 6 corresponding columns named 'StartDt1' to 'StartDt6', along ..... More

Print this item

  Excel cell(non uniform) to Database
Posted by: Vinci141 - Nov-27-2018, 04:20 AM - Forum: Data Science - Replies (5)

Hello,

I am working on an automation that requires following steps:

1 Open file: <Done>
2 Read the content(wherever expected data in sheet(s))<..... More

Print this item

  Queue get memory leak when used in multithreading
Posted by: wangcp - Nov-27-2018, 04:05 AM - Forum: General Coding Help - Replies (1)

Context:
python 2.7.3
ubuntu

Symptoms:
after the code run, logs can be dumped in the RSS memory with GDB. BTW. the problem does not exist in Python ..... More

Print this item

  loop hw
Posted by: bibek - Nov-27-2018, 01:14 AM - Forum: Homework - Replies (2)

Can anyone help me with this following question, please thank you!!


A new movie theater, OmniView Cinemas, has opened up in town, and the theater..... More

Print this item

  Unable to install Python 2.7.15
Posted by: mikemonagle - Nov-26-2018, 09:40 PM - Forum: News and Discussions - Replies (1)

While attempting to install 32-bit Python 2.7.15 on a colleague's new Windows 10 PC, while "Updating component registration" as reported by the..... More

Print this item

  Help with cv2 installation and multiple cameras
Posted by: RobbySkateboard - Nov-26-2018, 08:15 PM - Forum: Data Science - Replies (1)

I'm new to python and am trying to learn webcam things. I'm trying to use two webcams but I can only get one to work at a time. I also wouldn't mind h..... More

Print this item

  PSO for solving CEC 2005 benchmark functions
Posted by: jiddzey - Nov-26-2018, 05:20 PM - Forum: Data Science - No Replies

Currently I have this implementation:

[python]
import optproblems
import optproblems.cec2005
from numpy import array
import random

class Particle:
..... More

Print this item

  (Senior) Software Developer Python in Munich
Posted by: adosii - Nov-26-2018, 04:05 PM - Forum: Jobs - Replies (1)

Hi all,

Senior Software Developer Python needed for full-time work @ Munich-based e-commerce startup (55-65 euro gross + relocation as..... More

Print this item

  platformer problem
Posted by: abscorpy - Nov-26-2018, 02:52 PM - Forum: Game Development - Replies (4)

So this is my code so far:
[python]
import pygame
pygame.init()

win = pygame.display.set_mode((500, 500))

pygame.display.set_caption("First G..... More

Print this item

  Dictionary Basics
Posted by: pythonjm - Nov-26-2018, 02:12 PM - Forum: General Coding Help - Replies (5)

Good Day,

I'd like to load certain data concerning HOLIDAYS into a python dictionary. Later downstream in my business process I then want to take a..... More

Print this item

  Whether or not it needs Java for Android with Python
Posted by: Aashuraa - Nov-26-2018, 01:37 PM - Forum: News and Discussions - Replies (4)

For web in python should know html. Corrct?
For android what?

Print this item

  Flask redirect(request.url) returns None
Posted by: iFunKtion - Nov-26-2018, 01:35 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

Currently building a small web interface and getting a little confused here:

[python]
import os
from flask import Flask, flash, request, r..... More

Print this item

  print
Posted by: Graham - Nov-26-2018, 01:30 PM - Forum: General Coding Help - Replies (2)

Trying this
[python]from PIL import Image
import os, os.path

imgs = []
path = "c/users/anybloodyid/pictures/"
valid_images = [".jpg",".gif",".p..... More

Print this item

  Keyboard events - incl. numpad
Posted by: kainev - Nov-26-2018, 11:15 AM - Forum: General Coding Help - Replies (5)

Hi,

I need to be able to listen for and send keyboard inputs, even when the python application isn't in focus. So far I've looked at 'keyboard' and..... More

Print this item

  Flask rest api How to retrieve json request
Posted by: raysefo - Nov-26-2018, 10:45 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello,
I am new to Python. I have a flask rest api. I am trying to call another rest api inside of my method. I would like to know if there is a way ..... More

Print this item

  SVM error
Posted by: ayaz786amd - Nov-26-2018, 09:47 AM - Forum: General Coding Help - Replies (1)

The following error is due to svm code

clf = svm.SVR()
[error]C:\Users\Ayaz\AppData\Roaming\Python\Python37\site-packages\sklea..... More

Print this item

  sched.scheduler -> clean
Posted by: denisit - Nov-26-2018, 09:12 AM - Forum: General Coding Help - Replies (1)

Hi,

I have an issue with sched.scheduler
We need to cancel some upcoming events. (thats working)
but the sched.run()
will wait util the last eve..... More

Print this item

  ValueError: Found input variables with inconsistent numbers of samples: [0, 3]
Posted by: ayaz786amd - Nov-26-2018, 08:00 AM - Forum: Data Science - Replies (2)

Hi

[python]import pandas as pd
import quandl, math
import numpy as np
import sys
from sklearn import preprocessing, model_selection, svm # mo..... More

Print this item

  python 'SMTP debugging server' not starting local error
Posted by: pcsailor - Nov-26-2018, 07:57 AM - Forum: General Coding Help - Replies (1)

Hi,

This should be so simple (right!?) but I am not able to get the python SMTP debugging server started. I am within my projects folder, running ..... More

Print this item

  Unable to Install Python
Posted by: sniderkeith - Nov-26-2018, 06:27 AM - Forum: News and Discussions - Replies (5)

Hi all,

I'm having difficulties trying to install Python whether in 32 bit or 64 bit.

Appreciate if someone from the forum can advice me.

At..... More

Print this item

  Error in code
Posted by: ErnestTBass - Nov-26-2018, 04:24 AM - Forum: General Coding Help - Replies (5)

I got the following error when coping Python code from :

Implementing a Neural Network from Scratch in Python

How do I get rid of the error?
..... More


Attached Files

Thumbnail(s)
   
Print this item

  Logistic regression with Tensorflow
Posted by: kiton - Nov-26-2018, 04:17 AM - Forum: Data Science - Replies (1)

Hello dear forum members,

I am having difficulty understanding how I can feed my own data into a neural network after training it and validating. I..... More

Print this item

  SyntaxError: multiple statements found while compiling a single statement
Posted by: DragonG - Nov-26-2018, 04:17 AM - Forum: General Coding Help - Replies (1)

This code works on Codecademy, but when I use it in Python I get an error message:
SyntaxError: multiple statements found while compiling a single st..... More

Print this item

  Why do I have trouble creating code from scratch?
Posted by: pcsailor - Nov-26-2018, 03:24 AM - Forum: News and Discussions - Replies (6)

Hi,
I could use some feedback. Do I have impostor syndrome or am I possibly not a 'natural' coder?

[i]Quick backstory: After a 20 year marine eng..... More

Print this item

  search text file
Posted by: jacklee26 - Nov-26-2018, 03:15 AM - Forum: General Coding Help - Replies (5)

I have one question with my code if I couldn't find match string it will keep print not find(if your text has 10 line, and could find your match, it w..... More

Print this item

  Python Jokes, know any...?
Posted by: pcsailor - Nov-26-2018, 03:09 AM - Forum: Bar - Replies (1)

Know any good python or programming jokes?

I'll go first:
[i]3 database SQLs walk into a NoSQL bar.
A little while later they walk out because th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V tester_V General Codin...
  My goal to be hired worki... 7 hours ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
Most views
  The best Prog... 577190
  Tutorial Requ... 500176
  Web Scraping ... 440893
  Newbie with P... 384905
  New Users Int... 369175
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+ 12089
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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