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,272
» Latest member: DataScientist071
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

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

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 170
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 158
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 364
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 322

 
  How to clear a TextInput field
Posted by: gio123 - Mar-12-2018, 02:57 PM - Forum: GUI - Replies (2)

Hi All,
I need to clear a TextInput field

This is my Python code
[Python]
b2=(Button(text='Clear'))
self.add_widget(b2)
b2.bind(on_press=self.clsInpu..... More

Print this item

  Need help writing simple code
Posted by: isashay - Mar-12-2018, 02:56 PM - Forum: General Coding Help - Replies (7)

It doesn’t even have to work, my dad is a programmer and he uses python mostly. His birthday is coming up and I want to make him a shirt. I found this..... More

Print this item

  Get an array out of a dict
Posted by: Ragnar - Mar-12-2018, 01:45 PM - Forum: Data Science - No Replies

Hello,

I am trying to extract some data from a dict.

I am using the following code
[python]
def get_set_from_UNV_file (filePath,setNo,setNam..... More

Print this item

  FTPlib - moving a file
Posted by: kerzol81 - Mar-12-2018, 12:55 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm trying to move a file called: "Rec1_20180122.avi" into a folder named '20180122' with no success.

I've googled a bit, and I came to the ..... More

Print this item

  First program feedback
Posted by: xyzabc12310000 - Mar-12-2018, 10:54 AM - Forum: Code sharing - Replies (2)

Hi,

I am new to python and i have been using it for 2 days now and have so far learnt statements and loops e.g. the while/for loops and elif statem..... More

Print this item

  int to hex
Posted by: pythonper - Mar-12-2018, 09:30 AM - Forum: General Coding Help - Replies (3)

Hello,
I am trying to convert and array of ints to hexadecimal numbers with the format as b'\x50\x15\'
When I use the struct.pack(">H", int) most numb..... More

Print this item

  Python version related
Posted by: Heptichector - Mar-12-2018, 07:30 AM - Forum: General Coding Help - Replies (2)

Hello, I was introduced to python last year through school and so far I like it, but the problem is I was introduced to python 2.7 and I can make a fe..... More

Print this item

  How to pause/interupt with keyboard
Posted by: jehoshua - Mar-12-2018, 03:39 AM - Forum: General Coding Help - Replies (5)

Am currently building up 2 sets of files. One set is the audio/WAV and the other set is the transcription. In needing to check the accuracy of the tra..... More

Print this item

  Recursive Solution - Greatest Common Denominator
Posted by: emerger - Mar-12-2018, 01:56 AM - Forum: General Coding Help - Replies (2)

Hello. I am trying to understand Recursives. Below is a code given us while taking a course. Can anyone explain to me (map out) what is going on in..... More

Print this item

  Some random (and probably dumb) questions
Posted by: Andy1845c - Mar-12-2018, 12:12 AM - Forum: Bar - Replies (4)

Hello,

I've just gotten into learning more about both linux and python, mostly via a raspberry pi. Ive got some questions that I don't really know..... More

Print this item

  Python pandas dataframe simulate football points system.
Posted by: zydjohn - Mar-11-2018, 11:42 PM - Forum: Data Science - No Replies

Hello:
[python]
import pandas as pd
import numpy as np

dfGames = pd.DataFrame.from_items([('TeamsHome', ['A', 'B', 'C']), ('TeamsAway', ['B', 'C..... More

Print this item

  desktop icon for python app
Posted by: mepyyeti - Mar-11-2018, 11:02 PM - Forum: Tutorial Requests and Submissions - No Replies

[b]This is a step-by-step tutorial to place an icon on your desktop that enables you to open a python app, run on your terminal, through a picture ico..... More

Print this item

  code editor/ IDE problems
Posted by: nameno1had - Mar-11-2018, 10:31 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
I am new here and very new to programming. I have downloaded Python 3.6.4, from the Python.org site. I have had a few problems
th..... More

Print this item

  pricing app (technically it estimates home prices but it is tweakable)
Posted by: mepyyeti - Mar-11-2018, 10:10 PM - Forum: Code sharing - No Replies

Here's a piece I wrote up a while back. Been wanting to post it. Haven't really had the chance...

It basically estimates what a reasonable home pri..... More

Print this item

  string with integer variable within
Posted by: Andy1845c - Mar-11-2018, 10:05 PM - Forum: General Coding Help - Replies (9)

Hello,

Im new to python, so forgive me if I am clumsy in my wording and if I am not providing enough information.

I am playing with writing to..... More

Print this item

  Weird error in pycharm
Posted by: TheRedFedora - Mar-11-2018, 06:14 PM - Forum: General Coding Help - Replies (1)

Hello everyone,
I had the plan to make a calculator for my schoolproject. Everything I did seemed fine until the point that I actually ran the whole t..... More

Print this item

  Ignoring non characters in a string
Posted by: evans - Mar-11-2018, 04:33 PM - Forum: General Coding Help - Replies (1)

Hi, I'm quite new to python .
I have written a pigLatin code and I need the code to ignore non characters i.e. I want them to stay where they are in a..... More

Print this item

  Projects in Python
Posted by: snippsat - Mar-11-2018, 04:27 PM - Forum: News and Discussions - Replies (1)

A lot of stuff going on in Python and a search on PyPi or Google,
may not give a good overview at all.

He..... More

Print this item

  Application like simpler facebook wall in python framework
Posted by: seidman - Mar-11-2018, 02:05 PM - Forum: Web Scraping & Web Development - Replies (1)

hello,

i would like to implement something like facebook wall but much more simpler in my project. Actually most important thing is the way of disp..... More

Print this item

  A GUI entirely in Python??
Posted by: Sebastian_Adil - Mar-11-2018, 01:59 PM - Forum: GUI - Replies (1)

is there a GUI that is built entirely in Python?

Print this item

  Simple Code Understanding
Posted by: jster2001 - Mar-11-2018, 01:52 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm quite new to Python, looking to get a general understand how the below out puts what it does:

[python]my_list = range(4,11)
for num in..... More

Print this item

  Send Keys and Variables, HELP!
Posted by: jray204 - Mar-11-2018, 10:44 AM - Forum: General Coding Help - No Replies

I've been making a simple web searching program and have nearly finished. However, I want my program to search a word/sentence contained in a txt docu..... More

Print this item

  converting python script to another version
Posted by: gptura - Mar-11-2018, 08:58 AM - Forum: General Coding Help - Replies (5)

Hi everyone,

I saw a project using raspberry pi using python ver 3.4 and the flask framework. My raspberry pi has the Python 2.7, 3.5 and 3.6 Pytho..... More

Print this item

  regular expressions
Posted by: Skaperen - Mar-11-2018, 07:06 AM - Forum: Bar - No Replies

i have a list of files that i want to select from for those with "in" in the name, where the "in" is not a part of "bin". that is, "bin" is to not ma..... More

Print this item

  [split] Function not working as intended
Posted by: mihshyahoocom - Mar-11-2018, 03:41 AM - Forum: Homework - Replies (1)

[python]## Text menu in Python

def print_menu(): ## Your menu design here
print 30 * "-" , "MENU" , 30 * "-"
print "1. Menu login 1..... More

Print this item

  Convert from datetime to time.struct_time object
Posted by: chris0147 - Mar-11-2018, 12:01 AM - Forum: General Coding Help - No Replies

Hi all,

I need your help with my curent code. I have stored the datetime object into the list after I have pulled the string from the database. N..... More

Print this item

  how to enter text in text box inside a program?
Posted by: Astronometria - Mar-10-2018, 11:54 PM - Forum: General Coding Help - No Replies

Hi everybody,
First of all, this is my first project in python so be kind with me if I say some weirds things or don't understand everything you say, ..... More

Print this item

  New mobile app project
Posted by: PyBeginner - Mar-10-2018, 11:31 PM - Forum: General Coding Help - No Replies

Hello,

I have decieded to learn how to code in python, since I want to develop my own app to a androidphone.
This is because I and a few friends..... More

Print this item

  how to compile a stand alone executable on linux?
Posted by: JackDinn - Mar-10-2018, 11:11 PM - Forum: General Coding Help - Replies (4)

Iv made a few little programs that i use on my comp (Linux/Manjaro) but they all show up in the running process list as just "Python" , on windows i w..... More

Print this item

  Understanding Method/Function
Posted by: robdhunter - Mar-10-2018, 09:04 PM - Forum: General Coding Help - Replies (2)

Am I understanding this correctly? A method is basically a function within a class, whereas a function is a separate entity able to be called g..... More

Print this item

  lambda v list comp
Posted by: mepyyeti - Mar-10-2018, 08:56 PM - Forum: News and Discussions - Replies (5)

So I've learned that lambda v list comp is almost on par with spaces v tabs (silicon valley lol).
I've sort of taken the side of list comp since it d..... More

Print this item

  list func in lambda
Posted by: mepyyeti - Mar-10-2018, 08:53 PM - Forum: General Coding Help - Replies (1)

is list() new in python3? I ask because my lambda functions will provide my lambda object name without list() only. But won't print without list(). ..... More

Print this item

  folder sync
Posted by: yawikflame - Mar-10-2018, 08:36 PM - Forum: General Coding Help - No Replies

Hi there,
i'm somewhat new to python, i have mostly coded in java(eclipse) and autohotkey(AHK Studio)
so i could use some help figuring out how to s..... More

Print this item

  Invalid Syntax Error
Posted by: davejefferies71 - Mar-10-2018, 07:38 PM - Forum: General Coding Help - Replies (3)

I am trying to monitor usage of Solstice Pods using the Python script. I was given an example python application that polls Solstice Pods for usage a..... More

Print this item

  angular servo motor can't keep up with angle inputs
Posted by: taher50 - Mar-10-2018, 07:17 PM - Forum: Data Science - Replies (1)

I am working on a piece of code that uses OpenCV in my python code. I am using python 2.7.4 with the OpenCV 3.4.0.

In my code, i have built a track..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579111
  Tutorial Requ... 511312
  Web Scraping ... 442068
  Newbie with P... 386136
  New Users Int... 378472
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+ 12108
buran 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday

User Panel Messages

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