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,304
» Latest member: virvainfotech
» Forum threads: 38,798
» Forum posts: 175,907

Full Statistics

Online Users
There are currently 64 online users.
» 2 Member(s) | 59 Guest(s)
AOL, Bing, AOL, snippsat, Pedroski55

Latest Threads
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
2 hours ago
» Replies: 3
» Views: 11,083
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 06:10 PM
» Replies: 4
» Views: 169
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 174
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 695
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,816
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 164
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 142
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 229
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,223
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 336

 
  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

  Getting the key for the highest value in a dict - how does this code work?
Posted by: rogfrich - Nov-25-2018, 10:39 PM - Forum: General Coding Help - Replies (4)

Hi everyone.

I wrote a little script to find the most recently-modified folder inside a particular folder (on Mac OS 10.14)

Most of the code be..... More

Print this item

  code execution after event
Posted by: shift838 - Nov-25-2018, 09:49 PM - Forum: General Coding Help - Replies (3)

i am very new to Python. I'm a .NET programmer but want to get into Python so I can write cross-platform code that will work on Windows as well as Li..... More

Print this item

  Help with pip install
Posted by: wardogelwood - Nov-25-2018, 08:25 PM - Forum: General Coding Help - Replies (4)

I have been working with a package called openpyxl which I installed last week.
My system is windows 10
This morning, all code with "import openpyxl..... More

Print this item

  a GUI for rsync
Posted by: itaybardugo - Nov-25-2018, 07:42 PM - Forum: Code sharing - Replies (2)

hi guys
just done with my first opensource python project, its a GUI for rsync.
it will be nice if you guys check it on git:
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python Online Compiler 2 hours ago alexmaxwell1 ichsanputr News and Disc...
  No new line from print in... Yesterday, 18:10 Lou snippsat General Codin...
  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... 579480
  Tutorial Requ... 512704
  Web Scraping ... 442344
  Newbie with P... 386393
  New Users Int... 381498
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 7391
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
virvainfotech Today
IFDA123 Yesterday
TimTom420 11-27
cruisesfares 11-27
SNR 11-27

User Panel Messages

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