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,239
» Latest member: racingsubby
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 39 Guest(s)
Google, Bing, Apple, AOL, Discord

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 20
Data Science
Forum: Data Science
Last Post: mamta25
1 hour ago
» Replies: 3
» Views: 2,563
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
8 hours ago
» Replies: 1
» Views: 95
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 147
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 124
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 126
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,278
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,378
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,578
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 205

 
  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

  Can't get a downloaded file converter to work
Posted by: Godotisnothere - Jan-24-2017, 01:06 PM - Forum: General Coding Help - Replies (1)

I imagine this is not what people usually post here, but I need help.
[color=#222222][font=Verdana, arial, sans-serif]I am trying to use this: github..... More

Print this item

  Web Crawler Not Working
Posted by: chrisdas - Jan-24-2017, 12:54 PM - Forum: Web Scraping & Web Development - Replies (13)

Hi All, Not sure why my crawler isn't working. It's pretty simply pulling out the href, the brand, and the fit of t-shirts from a website. It manages ..... More

Print this item

  does open() still take file descriptors in py3
Posted by: Skaperen - Jan-24-2017, 11:37 AM - Forum: General Coding Help - Replies (2)

i am trying to open a file descriptor (an end of a pipe from os.pipe()) using open().
i get a funny error message and execution continues.
[output]T..... More

Print this item

  creating terrain without noise or seed?
Posted by: hsunteik - Jan-24-2017, 10:57 AM - Forum: General Coding Help - Replies (3)

i have learned many terrain generation algorithm,but i cant wrap head around even one of them.
i dont use perlin noise,simplex noise because the grad..... More

Print this item

  PyInstaller: ImportError, no module name 'PyQt4'
Posted by: panoss - Jan-24-2017, 09:56 AM - Forum: General Coding Help - Replies (1)

I 'm trying to make an exe out of my python code with PyInstaller.
My code is this:
[python]
from PyQt4 import uic, QtGui, QtCore
import sys

qt..... More

Print this item

  How to simulate gravity?
Posted by: hsunteik - Jan-24-2017, 09:14 AM - Forum: Game Development - Replies (4)

Is there any physic library for Python where I can just toggle enable or disable the physic that I one?
If not ,how do I create a game like stack or ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 1 hour ago Reema Gribouillis General Codin...
  Data Science 1 hour ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... 8 hours ago tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578721
  Tutorial Requ... 509379
  Web Scraping ... 441865
  Newbie with P... 385821
  New Users Int... 375278
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
racingsubby Today
Reema Today
lary_p Yesterday
Cristiano 11-08
Alfredd 11-08

User Panel Messages

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