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,586
» Latest member: jahedulalamsameer
» Forum threads: 38,637
» Forum posts: 175,043

Full Statistics

Online Users
There are currently 467 online users.
» 0 Member(s) | 461 Guest(s)
Bing, Baidu, Google, Google Image, AOL, Yandex

Latest Threads
Let user search read-only...
Forum: GUI
Last Post: Larz60+
3 hours ago
» Replies: 1
» Views: 62
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:45 AM
» Replies: 1
» Views: 109
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Yesterday, 02:14 AM
» Replies: 0
» Views: 76
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 198
I have a question
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:26 AM
» Replies: 2
» Views: 205
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:22 AM
» Replies: 1
» Views: 190
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 549
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Jun-20-2025, 04:55 AM
» Replies: 3
» Views: 161
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: Pedroski55
Jun-20-2025, 12:07 AM
» Replies: 3
» Views: 225
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Jun-19-2025, 03:37 AM
» Replies: 2
» Views: 170

 
  SCAN
Posted by: eftemie0000 - Jan-26-2017, 01:59 PM - Forum: Web Scraping & Web Development - Replies (2)

How to scan a website for email addresses useing a python script.
I have some ideas but maybe you can help me with a writed script.
Have a nice day ..... More

Print this item

  Capitalizing a character at a time program
Posted by: pyth0nus3r - Jan-26-2017, 12:30 PM - Forum: General Coding Help - Replies (7)

Hi
I want to create a program to capitalize each character of a sentence for one second and then move to the next.
For example: "hello brian"
First..... More

Print this item

  unknown encoding: MS950_HKSCS
Posted by: rchiu5hk - Jan-26-2017, 10:15 AM - Forum: General Coding Help - Replies (4)

Dear all,

I have setup the python for eclipse but when run mysite test project, it prompt below errors. Please let me know how to fix it.
I have t..... More

Print this item

  pipeline.py
Posted by: Skaperen - Jan-26-2017, 09:06 AM - Forum: Code sharing - Replies (11)

i have expressed the goal of converting all of my bash scripts to python Pray   one thing holding me back is so many command pipelines in these sc..... More

Print this item

  Program built with PyInstaller in Win XP does not run in Win 10
Posted by: panoss - Jan-26-2017, 09:01 AM - Forum: General Coding Help - Replies (4)

I sent a program to a customer of mine who has Win 10 (64 bit).
I built the program with PyInstaller in my pc (Win XP (32 bit)).
The program does no..... More

Print this item

  "Automate the Boring Stuff" Appendix B missing LOTS of information. Help?
Posted by: Atomike - Jan-25-2017, 10:49 PM - Forum: General Coding Help - Replies (2)

I've been going through "Automate the Boring Stuff with Python" and the actual Python material is great. But the Appendix B (about getting programs to..... More

Print this item

  Won't allow me to post a thread, I am new to this forum
Posted by: BurnedChipotle - Jan-25-2017, 09:16 PM - Forum: Board - Replies (4)

I tried to post a thread earlier but it kept saying
 [color=#333333][size=x-small][color=#cc0000]Please correct the following errors before continuin..... More

Print this item

  Run on Flask blueprint/view like mqtt subscription service?
Posted by: nardev - Jan-25-2017, 07:02 PM - Forum: General Coding Help - No Replies

[color=#242729][size=small][font=Arial,]I'm wondering is there any way to have one view which is monitoring data from mqtt server constantly?
The mai..... More

Print this item

  Solve an equation
Posted by: hughng92 - Jan-25-2017, 06:57 PM - Forum: Homework - Replies (3)

Hello,
I am stuck with printing the wrong result and I have not found out how to fix it. I am asked to write a program that when you input something ..... More

Print this item

  Python Geospatial Development
Posted by: Larz60+ - Jan-25-2017, 06:13 PM - Forum: News and Discussions - Replies (2)

Thought you might like to know:

Python Geospatial Development - Third Edition for half price

Hello, this packt book is available [b]today for 50..... More

Print this item

  How to load or convert EEG signal to data values in python?
Posted by: Amruta - Jan-25-2017, 05:01 PM - Forum: General Coding Help - Replies (2)

How to load or convert EEG signal to data values in python (ex: data values to signal waveform, but how to get signal waveform to data values back?)

Print this item

  1 dimension Matrix Right Division
Posted by: theo_taison1 - Jan-25-2017, 04:38 PM - Forum: Data Science - Replies (1)

I have 2 matrix, A=[2,5] and B=[ 65,40 ]. In Matlab i can run the right matrix division A/B = 0.0567.
 How can i do it in Python?

Print this item

  Read Write CSV (Qt5)
Posted by: Axel_Erfurt - Jan-25-2017, 04:38 PM - Forum: Code sharing - Replies (3)

for tab delimited CSV
(Open, Save, Preview, Print, Contextual Menu)
made in Linux


..... More

Print this item

  Help with passing arguments into a wx.Panel ?
Posted by: merlem - Jan-25-2017, 03:42 PM - Forum: GUI - Replies (7)

Aim is to pass some information to a panel when it is prepared.

I tried:
[python]
class SizerPanel(wx.Panel):
    def __init__(self, parent, id..... More

Print this item

  FTP not downloading files but showing success
Posted by: python_lover - Jan-25-2017, 01:58 PM - Forum: General Coding Help - Replies (2)

Hi,

I am new to python.....but have good Unix background.

I was trying to have ftp download a file from remote server to my local unix server........ More

Print this item

  Help with strange syntax - two single quotes after variable
Posted by: mvrk - Jan-25-2017, 10:45 AM - Forum: General Coding Help - Replies (1)

Hi,

Can someone tell me exactly what this is supposed to do:

if s == b'':

I don't understand the '' after the b.

Print this item

  Python 3.6.0
Posted by: HACS - Jan-25-2017, 09:44 AM - Forum: Tutorial Requests and Submissions - Replies (3)

https://www.youtube.com/watch?v=3fCikdvHl_A&t=77s

Welcome if your new to Python and wanna get a basic learning start to the programming in this tutor..... More

Print this item

  comparing strings (or sequences)
Posted by: Skaperen - Jan-25-2017, 08:35 AM - Forum: General Coding Help - Replies (5)

i want to compare two strings (maybe this has to be sequences) and find how many characters are the same.  all i find are things like == and >.  but t..... More

Print this item

  Dim theme - overlapping output rows
Posted by: wavic - Jan-25-2017, 07:34 AM - Forum: Board - Replies (3)

Here is the shot of the output field of the page.

Print this item

  Hide text in entry box when i click on it.
Posted by: MeeranRizvi - Jan-25-2017, 07:29 AM - Forum: GUI - Replies (1)

Hello Guys,
Here i am creating a entry box with some text,i need to hide the text when i click on it.
Here is my code
[python]
from Tkinter import..... More

Print this item

  Help understanding code
Posted by: Willi - Jan-25-2017, 05:05 AM - Forum: General Coding Help - Replies (3)

Hi,
I have started learning Python a week ago (I have previous experience with C++ and Java) and stumbled over piece of code I have trouble to unders..... More

Print this item

  dual booting
Posted by: Skaperen - Jan-25-2017, 04:24 AM - Forum: Bar - Replies (13)

i know a lot of people who have a dual boot setup with windows and linux.  my favorite question to ask them is what program have they run the longest...... More

Print this item

  Python cryptography or pycrypto
Posted by: lexlukkia - Jan-25-2017, 03:41 AM - Forum: General Coding Help - Replies (4)

I am torn between the two.
Which one should i use?

I will be creating an application that uses encryption.
It will encrypt any file... Mp3, video..... More

Print this item

  What is wrong with the code?
Posted by: jackson111 - Jan-25-2017, 03:34 AM - Forum: Homework - Replies (5)

Hi all,

I received an email the other day requesting me to verify some code.
The code was this...
[python]
import _winreg


class RegistryErr..... More

Print this item

  feature request: highlighting
Posted by: Skaperen - Jan-25-2017, 03:23 AM - Forum: Board - Replies (9)

we already have bold, italics, underline, and strikethrough, for text.  i'd like to add to that: highlighting, in at least..... More

Print this item

  posting without code
Posted by: Skaperen - Jan-25-2017, 03:06 AM - Forum: Bar - Replies (4)

how should one post without code?

is it valid to ask a question without including any code?

what if i want to just understand the general meanin..... More

Print this item

  "Statement has no effect"
Posted by: birdieman - Jan-25-2017, 02:36 AM - Forum: General Coding Help - Replies (21)

I am still a beginner, but I want to read a file once, do processing, then write to the file.  the read code is:
[python]
f = open("test3.txt", "w")
w..... More

Print this item

  img tag no longer workinghttps://python-forum.io/Thread-img-tag-no-longer-working
Posted by: metulburr - Jan-25-2017, 12:50 AM - Forum: Board - Replies (6)

Did someone do something regarding the img tag? Its suppose to show up in the post, but now it is just showing the text link for it.

for example:
..... More

Print this item

  [Flask]Weather app Updatet
Posted by: snippsat - Jan-25-2017, 12:24 AM - Forum: Web Tutorials - Replies (1)

This will be and updated version as the old weather API i did use no longer is online.
Will be looking at using a weather API to get data,then make u..... More

Print this item

  moviepy can't detect ImageMagick after I installed it
Posted by: RobertoChen - Jan-24-2017, 09:14 PM - Forum: General Coding Help - Replies (1)

This is my Code(exactly the example code from website):
[python]

from moviepy.editor import *

video = VideoFileClip("myHolidays.mp4").subclip(5..... More

Print this item

  call method in class using threads?
Posted by: masterofamn - Jan-24-2017, 09:09 PM - Forum: General Coding Help - No Replies

Hi python-Volks,

I'm a phyton n00b trying to extend an existing program and I got stuck. Let me
try to explain very briefly the project to illustr..... More

Print this item

  Calling chunks of code
Posted by: The_Taco_King3 - Jan-24-2017, 07:49 PM - Forum: General Coding Help - Replies (3)

Is there a way in python to assign a set of functions, a/o actions to a variable that i can call to and run instead of copy/pasting the same chunk of ..... More

Print this item

  Facing an issue in doing 'unittest.installHandler()' which will send 'stop' signal to
Posted by: hmarne - Jan-24-2017, 03:21 PM - Forum: General Coding Help - Replies (3)

>>> import unittest
>>> def main():
unitttest.installhandler()

[color=#33996..... More

Print this item

  Pausing and playing a while loop.
Posted by: traceon - Jan-24-2017, 02:39 PM - Forum: General Coding Help - Replies (1)

Came up with this code for one of three sounds to play when a motion sensor picks something up. I want the ability to pause and play the loop when a k..... More

Print this item

  Help running an r package - COMPLETE PYTHON BEGINNER
Posted by: harrysmithhjs - Jan-24-2017, 02:14 PM - Forum: Homework - Replies (2)

Hi guys,

I know this is probably going to be a bit of a long shot, but the internet is usually a helpful and friendly place. Basically I am in the ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [WxPython] Let user searc... 3 hours ago Winfried Larz60+ GUI
  Using EventSource in Pyth... Yesterday, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... Yesterday, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
  Problème d'exécutable 06-21, 09:22 Zauf noisefloor General Codin...
  How do select this table ... 06-20, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... 06-20, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... 06-20, 00:07 DaddyMAN Pedroski55 General Codin...
  What Are the Most Overloo... 06-19, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... 06-18, 21:15 voidtrance deanhystad General Codin...
Most views
  The best Prog... 572302
  Tutorial Requ... 484816
  Web Scraping ... 436836
  Newbie with P... 379665
  Thread remain... 351228
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6839
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
jahedulalamsameer Yesterday
Cio Yesterday
Harsh Yesterday
gqdeep01 Yesterday
woefdram 06-21

User Panel Messages

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