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,402
» Latest member: Jeffreygon
» Forum threads: 38,825
» Forum posts: 176,038

Full Statistics

Online Users
There are currently 31 online users.
» 1 Member(s) | 27 Guest(s)
Bing, Google, AOL, Gribouillis

Latest Threads
a function to watch files
Forum: News and Discussions
Last Post: OtiliaGen
Yesterday, 12:38 PM
» Replies: 2
» Views: 200
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Yesterday, 12:32 PM
» Replies: 29
» Views: 15,775
Create dataframe from the...
Forum: Data Science
Last Post: JassicaElla60
Yesterday, 12:31 PM
» Replies: 8
» Views: 3,679
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
Jan-01-2026, 11:52 AM
» Replies: 2
» Views: 192
Sorry Help
Forum: General Coding Help
Last Post: noisefloor
Jan-01-2026, 11:47 AM
» Replies: 2
» Views: 154
IP address for users
Forum: Networking
Last Post: DeaD_EyE
Dec-31-2025, 08:02 PM
» Replies: 6
» Views: 7,205
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Dec-30-2025, 12:11 AM
» Replies: 1
» Views: 237
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,646
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 313
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 276

 
  [pyGame] Render Text from Variable, examples needed !
Posted by: JamieVanCadsand - Oct-03-2017, 09:39 AM - Forum: Game Development - Replies (1)

Hey Game Developers...

How can i render tekst from as example an variable like an calculation, string or as example an
file open ?... I try this t..... More

Print this item

  Serial port communication
Posted by: FatimaSameer - Oct-03-2017, 09:34 AM - Forum: General Coding Help - Replies (1)

I want to send some hex command A0 03 ff 79 e5 to a device through serial communicaion . and want to get response command too . I tried too much to wr..... More

Print this item

  Get filepath to save from notepad.exe python3
Posted by: Jason2024 - Oct-03-2017, 06:39 AM - Forum: General Coding Help - Replies (1)

I'm looking to obtain the file path for any output save files from notepad. A user may choose to save anywhere so directory monitoring didn't seem fee..... More

Print this item

  [pyGame] How do i change text with keyboard ?...
Posted by: JamieVanCadsand - Oct-03-2017, 06:02 AM - Forum: Game Development - Replies (1)

Hey Programmers, Game Developers and Software Creators...

I try to make tekst changeble wenether you press an key... but it don't works...

[b]Th..... More

Print this item

  list manipulation
Posted by: cameronwood611 - Oct-03-2017, 03:40 AM - Forum: General Coding Help - Replies (3)

I'm trying to make a program that takes any sentence and outputs that same sentence with all the first letters of the words being capitalized. There a..... More

Print this item

  merging two dictionaries
Posted by: Skaperen - Oct-03-2017, 01:13 AM - Forum: General Coding Help - Replies (17)

i am looking for a way to merge, combine, or add two dictionaries.  i would expect any key(s) in both would be in the result with the value from a des..... More

Print this item

  These boolean statements don't make sense?
Posted by: Athenaeum - Oct-02-2017, 09:05 PM - Forum: General Coding Help - Replies (6)

In trying to diagnose a problem with my code, I have traced the problem to the following result, which makes no sense to me. I was wondering if someb..... More

Print this item

  Whole application is closed by subwindows
Posted by: Alfalfa - Oct-02-2017, 07:32 PM - Forum: GUI - Replies (1)

Hello, I am almost done writing a sticky note program with PyQt. The main object (mother) is parent of the trayIcon and all notes windows (child) whic..... More

Print this item

  Dictionary help please!
Posted by: kraven - Oct-02-2017, 07:06 PM - Forum: Homework - Replies (4)

Hello, I have been working on trying to find the cause to my issue for a couple hours now, and cant seem to dig up anything to help. I'm sure I am jus..... More

Print this item

  [pyGame] Text with Input, help needed !
Posted by: JamieVanCadsand - Oct-02-2017, 06:45 PM - Forum: Game Development - Replies (1)

Hey Game Programmers and Software Developers...

I try to create tekst with an input, so you can typ any thing on your keyboard,
and it render into..... More

Print this item

  Function for returning absolute numbers
Posted by: Ernstblack - Oct-02-2017, 04:27 PM - Forum: Homework - Replies (2)

Hi, I am just beginning to learn python, this was an exercise I got from a resource online and tried to solve.

The code below is supposed to take a..... More

Print this item

  help for python and cplex
Posted by: juniorcoder - Oct-02-2017, 04:13 PM - Forum: General Coding Help - No Replies

Hello everyone,
I have a model built on cplex but I want to call its solution to python . I applied template below; Can you tell me where I should in..... More

Print this item

  Project Euler
Posted by: nilamo - Oct-02-2017, 03:59 PM - Forum: Board - Replies (8)

Reference thread: https://python-forum.io/Thread-Multiples-of-3-and-5

The old forum had a Project Euler forum, do we want to do that again?  We can..... More

Print this item

  How do I print "string involved" if one or more of my variables are strings?
Posted by: Shellburn - Oct-02-2017, 02:44 PM - Forum: General Coding Help - Replies (3)

The below has no synthetical or static semantic errors in it, but does not run as expected. Namely, I want my shell to print "string involved" if the ..... More

Print this item

  Multiples of 3 and 5
Posted by: rachelrosemond - Oct-02-2017, 02:23 PM - Forum: General Coding Help - Replies (1)

I was attempting to solve a problem on this site

[quote]If we list all the natural numbers below 10 t..... More

Print this item

  WHILE LOOP in my program
Posted by: kurokszxcky - Oct-02-2017, 01:52 PM - Forum: General Coding Help - Replies (1)

[python]
!curl https://raw.githubusercontent.com/Micros...p_mean.csv -o mean_temp.txt

the_file = open("mean_t..... More

Print this item

  How to map character to integer in python
Posted by: rajeev1729 - Oct-02-2017, 01:27 PM - Forum: General Coding Help - Replies (1)

suppose we have one csv file containing 2*2 matrix like
Name Age Problem
Rajeev 30 Y
Kumar 32 N
Madan 31 Y
I want to convert Y to 1 and N to 0 into..... More

Print this item

Sad Python for LCD2USB
Posted by: Nier - Oct-02-2017, 12:59 PM - Forum: General Coding Help - Replies (1)

Hi all, i am using python 2.7 with synology ds110j. I installed an LCD2USB device and installed it with "easy_install" installed "lcd2usb" and "python..... More

Print this item

  Django serve list-file
Posted by: foralobo - Oct-02-2017, 12:57 PM - Forum: Web Scraping & Web Development - Replies (4)

Hello to everyone,
is there some package for Django to list the files in a directory and return a template ready to view them?
I would like to get ..... More

Print this item

  Python error
Posted by: smham - Oct-02-2017, 10:46 AM - Forum: General Coding Help - Replies (2)

Here is file cluster.py
[python]from PIL import ImageDraw,Image
from math import sqrt
import random

def readfile(filename):
lines = [line f..... More

Print this item

  Handle 2 million rows return by oracle database
Posted by: purnima1 - Oct-02-2017, 10:01 AM - Forum: News and Discussions - Replies (5)

Hi All,

I have one query that needs to be called from python script. That query will return 2 million records.Is there any document in python which c..... More

Print this item

  KeyError
Posted by: linurandy - Oct-02-2017, 08:11 AM - Forum: Web Scraping & Web Development - Replies (8)

Hello to everyone, i am new on python and django and i have a problem. I have a view that returns network asset.
In other views with similar data work..... More

Print this item

  What role does module "sys" play in this code?
Posted by: Athenaeum - Oct-02-2017, 08:06 AM - Forum: General Coding Help - Replies (4)

Below is code that was part of an exercise I found online. I completed the exercise in a different way, but their solution involves importing the "sys..... More

Print this item

  where is FileNotFoundError at?
Posted by: Skaperen - Oct-02-2017, 06:51 AM - Forum: General Coding Help - Replies (4)

i got a traceback and error in 3.5.2 that said FileNotFoundError was not defined on an except FileNotFoundError: statement.  t..... More

Print this item

  Running Sql query stored in CSV file
Posted by: purnima1 - Oct-02-2017, 06:15 AM - Forum: General Coding Help - Replies (16)

Hi All,
I am developing one piece of code where I need to query oracle database and save result of query .

Query will be stored in CSV format a..... More

Print this item

  object of type ... has no len()
Posted by: smham - Oct-02-2017, 04:33 AM - Forum: General Coding Help - Replies (3)

I 'm working on machine learning.
Here is my class
[python]class bicluster:
def __init__(
self,
vec,
left=None,
..... More

Print this item

  How do I correct multiplication error? Greedy algorithm help
Posted by: student8 - Oct-02-2017, 02:16 AM - Forum: Homework - Replies (1)

I am writing a function using the greedy algorithm and with this algorithm the dollars must be converted to cents.

One of the values is 1.15, howe..... More

Print this item

  Search for duplicated files
Posted by: wavic - Oct-02-2017, 01:28 AM - Forum: Code sharing - Replies (11)

This is a short script I wrote just now to search for duplicated files. Since already I have no room in my disks
I am open to suggestions. I don't li..... More

Print this item

  there is no str.isspecial()
Posted by: Skaperen - Oct-02-2017, 12:08 AM - Forum: General Coding Help - Replies (14)

there is no str.isspecial() method that i can find. is there some short alternative?

Print this item

  Drag and drop converter
Posted by: Raures - Oct-01-2017, 07:44 PM - Forum: GUI - No Replies

Hello everyone. I've created another User Interface to Python converter (you can find the first one ..... More

Print this item

  Would Python be a good langue to write this program in?
Posted by: MikeLG - Oct-01-2017, 07:43 PM - Forum: General Coding Help - Replies (4)

Hi all,

I'm new to Python, but I do have mild experience coding in other languages. (Mainly Java.) I'm looking to build the following program:

A..... More

Print this item

  Error in my function
Posted by: zafraj1 - Oct-01-2017, 07:37 PM - Forum: Homework - Replies (3)

Hello everyone. I try to make o function which takes 2 strings, a word and a letter, and counts how many times there is the letter in the word. [b]Her..... More

Print this item

  [cx_Freeze] Build .exe they get more .py files, help needed !
Posted by: JamieVanCadsand - Oct-01-2017, 06:35 PM - Forum: News and Discussions - Replies (3)

Hey Programmers, Game Developers and Software Writers...

I know how i can build .exes from an simgle .py file, but now i want to know,
how i can ..... More

Print this item

  Python to Exe trouble (TKinter might be causing problems?)
Posted by: Bill - Oct-01-2017, 06:28 PM - Forum: General Coding Help - Replies (5)

I've been trying to convert this Python program into an exe file that can run on computers that don't have Python installed. I've tried pyinstaller, b..... More

Print this item

  [split] Delete Threads
Posted by: xBlackHeartx - Oct-01-2017, 06:12 PM - Forum: Board - Replies (4)

There really needs to be a way to delete your threads. I shouldn't even bother to post unless I can find that feature, since lacking that feature is a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  a function to watch files Yesterday, 12:38 Skaperen OtiliaGen News and Disc...
  Merge video with subtitle... Yesterday, 12:32 Pavel_47 OtiliaGen General Codin...
  Create dataframe from the... Yesterday, 12:31 Calab JassicaElla60 Data Science
  Check if running from she... 01-01, 11:52 rjdegraff42 noisefloor General Codin...
  Sorry Help 01-01, 11:47 BioNanoTech noisefloor General Codin...
  IP address for users 12-31, 20:02 Robots DeaD_EyE Networking
  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...
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
Most views
  The best Prog... 580523
  Tutorial Requ... 520447
  Web Scraping ... 442822
  Newbie with P... 387040
  New Users Int... 387007
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
Jeffreygon Today
JassicaElla60 Yesterday
bryanptrovz7447 Yesterday
oliviajuior7959 01-01
aoliiapetrov4786 01-01

User Panel Messages

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