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,403
» Latest member: GeraldNoive
» Forum threads: 38,827
» Forum posts: 176,038

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 30 Guest(s)
Bing, Google, AOL

Latest Threads
dtmfgpo,guy678
Forum: General Coding Help
Last Post: GeraldNoive
1 hour ago
» Replies: 0
» Views: 17
Le Coeur A Rire Et A Pleu...
Forum: General Coding Help
Last Post: ellacahvsz4706
3 hours ago
» Replies: 0
» Views: 22
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 2
» Views: 161
Sorry Help
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:47 AM
» Replies: 2
» Views: 130
IP address for users
Forum: Networking
Last Post: DeaD_EyE
Dec-31-2025, 08:02 PM
» Replies: 6
» Views: 7,182
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Dec-31-2025, 07:58 AM
» Replies: 28
» Views: 15,668
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Dec-30-2025, 12:11 AM
» Replies: 1
» Views: 214
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,630
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 293
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Dec-29-2025, 07:27 AM
» Replies: 7
» Views: 3,646

 
  Can't connect to websocket
Posted by: laas - Jul-24-2017, 07:51 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello everyone,

I've spent some time now trying to connect to this websocket and I tried at least five different socket libraries trying to ..... More

Print this item

  [SOLVED]Installing Phoenix in python3 on Linux
Posted by: Barrowman - Jul-24-2017, 07:42 PM - Forum: GUI - Replies (2)

Hi,
I started to look at wxpython when I first wanted a gui for python. I got the impression it needed a lot of typing to do the simplest of things b..... More

Print this item

  Python/Tkinter button color changing
Posted by: Crawford3 - Jul-24-2017, 06:39 PM - Forum: General Coding Help - Replies (7)

I need a bit of help here.  This program(below) works fine but I would like it if when a button was "depressed" its background color would change.  Th..... More

Print this item

  For Loop, over even index
Posted by: shaynehansen - Jul-24-2017, 06:09 PM - Forum: General Coding Help - Replies (2)

I've created a code to combine pages of a pdf. The code will combine every two pages together. The issue is when the index is odd, it will not displa..... More

Print this item

  Python Code Generator
Posted by: KatherineHov - Jul-24-2017, 05:58 PM - Forum: General Coding Help - Replies (11)

I'm new to coding, but I've taken on a project to write a python code that generates plating for PCR set up.

At my lab we use a machine called OpenTr..... More

Print this item

  Barrowman PM response on wxpython
Posted by: Larz60+ - Jul-24-2017, 05:17 PM - Forum: GUI - No Replies

Barrowman

See wxpython phoenix gallery here: https://wxpython.org/Phoenix/docs/html/gallery.html

[quote]
Hi,
I started to look at wxpython whe..... More

Print this item

  FITS 2D into FITS cube
Posted by: Daim - Jul-24-2017, 03:18 PM - Forum: General Coding Help - Replies (1)

hello,

I am very new to python. I need to "compile" a series of 2D FITS file into a FITS cube. is that possible using python? thank you so much

Print this item

  quick joystick GUI
Posted by: AceScottie - Jul-24-2017, 03:12 PM - Forum: GUI - Replies (6)

Hello. Im looking for a really easy joystick that i can control with a mouse.
I have been looking on google and they are all either frameworks, wrap..... More

Print this item

  run two tasks concurrently
Posted by: tony1812 - Jul-24-2017, 02:58 PM - Forum: General Coding Help - Replies (1)

Hello, I just got a Pi, that what motivated me to learn Python. I am a absolute newbies when it come to python programming,  I joint this forum.

I am..... More

Print this item

  Best way to blink an output every 500 milliseconds?
Posted by: dbsoundman - Jul-24-2017, 01:33 PM - Forum: General Coding Help - Replies (2)

Hi all, interesting problem in Python... I'm working on a project that I will eventually run on a Raspberry Pi, so I'm utilizing Python to manipulate ..... More

Print this item

  Alernating the two items in a list
Posted by: juniorcoder - Jul-24-2017, 11:03 AM - Forum: General Coding Help - Replies (1)

Hello everybody ,

I am trying to make a list by alternating two values but I am getting error. Basically my list should be like if it starts with 2 ..... More

Print this item

  Thousand Separator Entry Widget Cursor Pos Trouble
Posted by: papatubies - Jul-24-2017, 10:14 AM - Forum: GUI - Replies (4)

how to fix cursor pos?

[python]
def atPos(atX=0,atY=0):
   frame = Frame(root)
   frame.place(x=atX,y=atY)
   return frame

class MyEntry:
 ..... More

Print this item

  Syntax error in if line
Posted by: daniel - Jul-24-2017, 07:22 AM - Forum: General Coding Help - Replies (5)

hello, I am very new to coding in general and python is my first. I am trying to figure out what is wrong with this, but I can't. I always get syntax ..... More

Print this item

  basemap problem
Posted by: Roman - Jul-24-2017, 07:13 AM - Forum: Data Science - Replies (2)

hallo,
could me by anybody solve my problem why draw long line on map see image[Image: zv1zp69kdz8nqr1m32kn.jpg]
m..... More

Print this item

  UTF8 for Urdu text editor
Posted by: technifire - Jul-24-2017, 04:48 AM - Forum: GUI - Replies (2)

Hello !

I am making a little text editor/ Word processor for Urdu/Hindi typing using Tkinter .

I have made it workable for english , now lookin..... More

Print this item

  A question about script readers and python
Posted by: zero91 - Jul-24-2017, 02:26 AM - Forum: Homework - Replies (4)

I began learning about python today and I am having difficulty with getting a script reader to work with Python. I am relatively new to this. I am usi..... More

Print this item

  Subsequence function
Posted by: tomhuang - Jul-24-2017, 02:12 AM - Forum: Homework - Replies (6)

Write a python function to determine whether or not string x is a subsequence of y. Unlike substrings, subsequences do not have to be consecutive. For..... More

Print this item

  Moving Python folder on Windows 10 ?
Posted by: Fran_3 - Jul-24-2017, 12:18 AM - Forum: General Coding Help - Replies (2)

newbie to Python and just installed it on Windows 10 machine. It installed in...

C:\Users\xyz\AppData\Local\Programs\Python

I want it in C:\Pyth..... More

Print this item

  Help with acroym creating
Posted by: n0003 - Jul-23-2017, 11:33 PM - Forum: General Coding Help - Replies (2)

I have a homework question that states the following:

An acronym is a word formed by taking the first letters of the words in a phrase and making ..... More

Print this item

  How can I unite some elems in the list?
Posted by: Mike Ru - Jul-23-2017, 10:25 PM - Forum: General Coding Help - Replies (7)

I have a list.

list_ = ['did', 'is', 'not', 'come', 'will', 'kill', 'are', 'not']
I need to unite the elems that stand in front of 'n..... More

Print this item

  wxpython single click/double click recognition
Posted by: Larz60+ - Jul-23-2017, 06:46 PM - Forum: Code sharing - Replies (1)

written on windows 7 using python 3.6.2, should work on any platform,
but not tested on Linux or OS-X

I've been doing a lot of playing around with..... More

Print this item

  read text file using python and display its output to html using django
Posted by: amit - Jul-23-2017, 06:14 AM - Forum: Web Scraping & Web Development - No Replies

Inside Django/views.py.  i added function to read a file and display o/p in  newhtml file .

what code is needed for this ?logic to change color at ..... More

Print this item

  Does stack overflow exist in python ?
Posted by: sylas - Jul-23-2017, 02:34 AM - Forum: General Coding Help - Replies (3)

Hi all. I am working on a file using many matrixes. So I have problems with the interpreter. It seems broken. Is that "stack overflow". If it is "stac..... More

Print this item

  Question about loop
Posted by: Pires - Jul-23-2017, 12:01 AM - Forum: Homework - Replies (4)

Hey everyone, I need help.
I'm creating a basic script that works like this:
The user gets a pokémon, then have to input +1 to increase its level un..... More

Print this item

  Should Python 3 become multi-threaded by design?
Posted by: uc1 - Jul-22-2017, 05:59 PM - Forum: News and Discussions - Replies (4)

Should Python 3 become multi-threaded by design?
To run a program, Python would create a virtual computing pull of all available cores => run every ..... More

Print this item

  Code isn't working in several IDE's when other people are getting desired output.
Posted by: SuperSymmetry - Jul-22-2017, 05:50 PM - Forum: General Coding Help - Replies (1)

my question here

[python]
names = ["daken" , "deadpool" , "elixir" , "cypher" ]

you = names.pop(0)

v = str(input('Enter a question'))

if ..... More

Print this item

  working with file problem
Posted by: u18sc11 - Jul-22-2017, 04:33 PM - Forum: Homework - Replies (3)

I am trying to work with a file but getting but I am unable to get it working correctly.

I created the following programme:

[python]outFile = op..... More

Print this item

  Python socket progran
Posted by: Taimoor - Jul-22-2017, 04:31 PM - Forum: General Coding Help - Replies (1)

i don't understand this code.what is happening where does socket and a come from.What means by a.startswith?
how does python understands arguments wi..... More

Print this item

  Creating a list of class objects
Posted by: hjuyrfc - Jul-22-2017, 01:23 PM - Forum: General Coding Help - Replies (2)

Hello all,

I'm trying to create a list of different objects using a loop.
I expect to get a list of different objects. But, in fact, I get a list ..... More

Print this item

  Easy script problem
Posted by: Niko047 - Jul-22-2017, 12:38 PM - Forum: Homework - Replies (5)

Hey guys, it's me again. As an exercise, I was trying to write a script that "encrypts" a message crypted using  distance x (Caesar's code) and ASCII ..... More

Print this item

  Numpy random number
Posted by: Bryant - Jul-22-2017, 11:08 AM - Forum: Data Science - Replies (1)

I am a beginner of Python. And I am a bit confused by different way of generating random numbers. Appreciate if anyone can explain the difference belo..... More

Print this item

  Can I delete single quotes in string matrix display
Posted by: sylas - Jul-22-2017, 08:05 AM - Forum: General Coding Help - Replies (2)

Hi all ! I should like to have a pretty display of the string matrix. Is it possible ??

[python]print("MULTIPLICATION TABLE")


def pause():
..... More

Print this item

  Need my program to run concurrent operations
Posted by: cygnus_X1 - Jul-21-2017, 10:44 PM - Forum: General Coding Help - Replies (1)

Rasberry Pi Model B  running Rasbian  (Debian 8) Linux,  Python 3.4

I have a Raspberry Pi, rotary encoder and an OLED serial..... More

Print this item

  Reducing code length
Posted by: xavier992 - Jul-21-2017, 09:12 PM - Forum: General Coding Help - Replies (4)

Hi everyone,

I'm new to python and I'm trying to reduce code length. Is there an efficient way to rewrite this simple code?
Thanks for the help!
..... More

Print this item

  Write method not working
Posted by: Raudert - Jul-21-2017, 08:50 PM - Forum: General Coding Help - Replies (8)

Hello,

I am trying to create a text file and write to the text file, like a data log, from my python program. However, when I try to do so it seems..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  dtmfgpo,guy678 1 hour ago GeraldNoive GeraldNoive General Codin...
  Le Coeur A Rire Et A Pleu... 3 hours ago ellacahvsz4706 ellacahvsz4706 General Codin...
  Check if running from she... Yesterday, 11:52 rjdegraff42 noisefloor General Codin...
  Sorry Help Yesterday, 11:47 BioNanoTech noisefloor General Codin...
  IP address for users 12-31, 20:02 Robots DeaD_EyE Networking
  Merge video with subtitle... 12-31, 07:58 Pavel_47 OtiliaGen General Codin...
  Opencv findContours Q 12-30, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... 12-29, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... 12-29, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... 12-29, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
Most views
  The best Prog... 580482
  Tutorial Requ... 520151
  Web Scraping ... 442799
  Newbie with P... 387021
  New Users Int... 386832
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
GeraldNoive Today
ellacahvsz4706 Today
oliviajuior7959 Yesterday
aoliiapetrov4786 Yesterday
zanaalietexaxd4208 Yesterday

User Panel Messages

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