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,975
» Latest member: Alfreddonalds6
» Forum threads: 38,733
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Hire a professional foren...
Forum: General Coding Help
Last Post: Alfreddonalds6
7 minutes ago
» Replies: 0
» Views: 3
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
11 minutes ago
» Replies: 2
» Views: 117
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 2
» Views: 767
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 801
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 510
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,886
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,289
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,856
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,277
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,209

 
  Detecting String Elements in a List within Given Message
Posted by: Redicebergz - Mar-18-2019, 07:19 PM - Forum: General Coding Help - Replies (6)

Hello all,
So I'm trying to take a message and compare it to elements in a list, here is example code

[python]message = 'foo bar hello'

example..... More

Print this item

  filtering and summing data in a text file
Posted by: apexman - Mar-18-2019, 06:39 PM - Forum: General Coding Help - Replies (3)

i have a text file with columns of data, the first column has names that repeats and am trying to filter out the duplicates.
The other columns have n..... More

Print this item

  Scrabble Score Keeper
Posted by: thebraketester - Mar-18-2019, 06:09 PM - Forum: General Coding Help - Replies (5)

Hi everyone.... first time poster here and complete newbie to Python.

I started reading up on Python about a week ago so very early days of learning ..... More

Print this item

  Creating custom exceptions that co-operate
Posted by: LadySvetlana - Mar-18-2019, 06:08 PM - Forum: General Coding Help - Replies (4)

The Python docs state:

[quote]Programs may name their own excep..... More

Print this item

  Text mode popen
Posted by: adam2020 - Mar-18-2019, 06:05 PM - Forum: General Coding Help - Replies (6)

Hi guys,

first time poster sorry if my post is in the wrong format,

anyway I'm following the docs - https://docs.python.org/3/library/subprocess..... More

Print this item

  Passing data to Labview gives NoneType
Posted by: amasta - Mar-18-2019, 04:13 PM - Forum: General Coding Help - No Replies

Hello, I am trying to run some Python code through Labview involving the lmfit module. The minimize() function of the lmfit module outputs a Parameter..... More

Print this item

  Help with wget
Posted by: whatloop - Mar-18-2019, 03:31 PM - Forum: Bar - Replies (8)

recently i uploaded a file in https://send.firefox.com/ but when i try to download a file using wget command the file is not being downloaded. Please ..... More

Print this item

  trying to use/understand the "re"
Posted by: gentoobob - Mar-18-2019, 03:18 PM - Forum: General Coding Help - Replies (4)

I'm trying to match only numbers in a string that has text also and I can't for the life of me figure out how the "re" module works with regular expre..... More

Print this item

  Return all Path value from function
Posted by: Palerm0_24 - Mar-18-2019, 02:53 PM - Forum: General Coding Help - Replies (2)

Hi,
I would like to know how to retrieve all the values of my loop via a Return. In my first function, I loop to recover all my folders, subfolders. ..... More

Print this item

  Install fastai
Posted by: ErnestTBass - Mar-18-2019, 02:07 PM - Forum: General Coding Help - Replies (3)

I am trying to install fastai on Ubuntu 16.04. I have Python 3.5.2 The default Python 3 used on Ubuntu 16.04. I know that fastai requirees Python 3.6 ..... More

Print this item

  State graph
Posted by: Kaluss - Mar-18-2019, 01:06 PM - Forum: General Coding Help - Replies (1)

Hi,
I need something like library in python which I can use to write a script which will create nice looking graph for state changing machine?
I mea..... More

Print this item

  2D arrays and appending values using a loop
Posted by: Pythonhelp82 - Mar-18-2019, 12:52 PM - Forum: Homework - Replies (4)

Hi,

I need some help with the appending of the values into the 2D array using a FOR loop. I am ok with printing the values, its the append that I n..... More

Print this item

  List Overlap Trouble
Posted by: erfanakbari1 - Mar-18-2019, 12:47 PM - Forum: Homework - Replies (1)

Hey Guys!
I am given an exercise to solve . Its about list overlap and random generating of lists and to return a list that contains only the element..... More

Print this item

  How to create a dataframe from timestamp values
Posted by: MohanReddy - Mar-18-2019, 09:03 AM - Forum: Data Science - Replies (5)

date_cols = ['CLOSE', 'D_MONTH', 'OPEN']
gbl = globals()
for i in date_cols:
gbl[i] = pd.to_timedelta(min(data_frame_1[i]), unit='s') + p..... More

Print this item

  Not able to Read byte Array From Wireless Coordinator
Posted by: jenkins43 - Mar-18-2019, 07:05 AM - Forum: General Coding Help - No Replies

Hi, I am trying to read the ByteArray from Wir[url=https://python-forum.io/thread-16860.html]..... More

Print this item

  parsing xml and outpur as csv
Posted by: kentck86 - Mar-18-2019, 05:28 AM - Forum: General Coding Help - Replies (1)

Hi Guys,

I have a huge size of xml file which contents millions of trees objects, i would like to parse only specific objects and output into .csv...... More

Print this item

  Beginner Code
Posted by: bh3282 - Mar-18-2019, 04:30 AM - Forum: General Coding Help - Replies (9)

I would love a little help here. I only get the initial response of "Hey bud. What's your name?" anything I type in gives me a syntax error...

[pyt..... More

Print this item

  Creating few models with one submit depending on the selected items from multiselect?
Posted by: dmytruk - Mar-18-2019, 03:26 AM - Forum: Web Scraping & Web Development - No Replies

A'm beginner at Django. Sry for my bad english. I'm ukrainian)

There are 2 models: 1.RelationType; 2. RequestRelation. The second model is connec..... More

Print this item

  Help for simulation class/ Probability Distribution
Posted by: springsilver - Mar-18-2019, 02:41 AM - Forum: Homework - No Replies

Hello,
I am new to python and I am taking a computational simulation class and my professor suggested to me to use python. I am an ESL, maybe I do no..... More

Print this item

  Visiting invisible folders in /proc
Posted by: anddontyoucomebacknomore - Mar-18-2019, 02:04 AM - Forum: General Coding Help - No Replies

Hello, my last question was perfectly answered. Now I need a bit more help: I found out there are process in the /proc folder in android that are invi..... More

Print this item

  March Madness - Please give advice on my project thought
Posted by: PrasadPython - Mar-18-2019, 12:11 AM - Forum: News and Discussions - Replies (2)

I'm quite new to python, but in the last few weeks I've learned concepts like lists, dictionaries, tuples, opening and reading text files, and storing..... More

Print this item

  mcpi module problems (player.getPos)
Posted by: SheeppOSU - Mar-17-2019, 09:38 PM - Forum: General Coding Help - No Replies

I have a function to detect when the player touches the start line and then changes their camera position to a different view. The only problem is whe..... More

Print this item

  tkinter move object continuously with Timer in Canvas
Posted by: Linch1 - Mar-17-2019, 09:37 PM - Forum: Game Development - Replies (1)

I want to move an object and scroll the canvas window for follow the object continuously with the Timer function from the threading module,
her..... More

Print this item

  Built a daemon, almost certinally the wrong way
Posted by: rhysers - Mar-17-2019, 09:11 PM - Forum: Code sharing - Replies (1)

Hey guys,
First time poster here, looks like a cool community.
My goal here was to build something that managed the lights on my Status Board Zero f..... More

Print this item

  Engineer Professional Development
Posted by: polarbearz - Mar-17-2019, 08:36 PM - Forum: Bar - Replies (1)

Hi! My startup is looking to do user research on engineers and their approach to professional development.

You’ll receive a $60 Amazon gift card ..... More

Print this item

  How to use a string method on user input
Posted by: Exsul - Mar-17-2019, 08:05 PM - Forum: General Coding Help - Replies (2)

while input("Hit Enter or type \"stop.\" ") != "stop":
I'm trying to make it so that it doesn't matter if the user capitalizes "st..... More

Print this item

  slicing words in a while loop
Posted by: missus_brown - Mar-17-2019, 05:23 PM - Forum: Homework - Replies (4)

Hello,
I've almost got this assignment figured out but now I'm stuck.

The assignment involves prompting the user for a set of words, then the p..... More

Print this item

  Handling null or empty entries from Entry Widget
Posted by: KevinBrown - Mar-17-2019, 04:17 PM - Forum: General Coding Help - Replies (1)

I am taking values from Entry widgets, some of which can be a null /empty and to run them into SQLite.


[python]Suct = float(EntSuct.get())..... More

Print this item

  coding a 2-player die game
Posted by: Pepper887 - Mar-17-2019, 01:53 PM - Forum: General Coding Help - Replies (3)

I am still stuck on the dice game I am doing. I was able to get the player and AI into my code, but now I am confused on how to actually get the gam..... More

Print this item

  VLOOKUP Equivalent using openpyxl
Posted by: DJBuck - Mar-17-2019, 01:48 PM - Forum: General Coding Help - Replies (2)

Hi, apologies for any naivety but I am only just beginning my foray into the world of python!
I am looking to extract data from an excel spreadsheet,..... More

Print this item

  How work with formatted text in Python?
Posted by: AlekseyPython - Mar-17-2019, 01:17 PM - Forum: General Coding Help - Replies (3)

Python 3.7.2

I have a specially formatted text, that I just want to post to another site:
[python]my_text = '\
var index_id = 0;\
var len = arr_id.le..... More

Print this item

  Working with 2 displays
Posted by: jims - Mar-17-2019, 12:07 PM - Forum: GUI - Replies (2)

Hello All,

I have a question about how I might be able to work with multiple monitors in python
I would like to be able to have a simple GUI with ..... More

Print this item

  General help with hide show status bar for a begineer in python
Posted by: ArakelTheDragon - Mar-17-2019, 11:58 AM - Forum: GUI - No Replies

Hi guys!
I have the following code, everything is working, except that I can't get the function for hiding the tool bar to work. Originally I was usi..... More

Print this item

  random.randrange
Posted by: ravioli2929 - Mar-17-2019, 11:47 AM - Forum: General Coding Help - Replies (14)

I need to use the random.randrange function to randomly select a character from a string the string is the alphabet. I cant use random choice

Print this item

  Class has no attribute <obj-name>
Posted by: arunprasanth - Mar-17-2019, 09:31 AM - Forum: General Coding Help - Replies (2)

Hi, I'am new to Python - I was practicing some coding and got into error:AttributeError: 'ResturantUI' object has no attribute 'resturant'

Here's t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Hire a professional foren... 7 minutes ago Alfreddonalds6 Alfreddonalds6 General Codin...
  Integer Factorization Too... 11 minutes ago fosuwxb buran Code sharing
  My goal to be hired worki... 7 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577335
  Tutorial Requ... 500639
  Web Scraping ... 440999
  Newbie with P... 385037
  New Users Int... 369512
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12090
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Alfreddonalds6 Today
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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