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,954
» Latest member: Perry
» Forum threads: 38,727
» Forum posts: 175,526

Full Statistics

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

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 1
» Views: 73
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
6 hours ago
» Replies: 3
» Views: 146
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
9 hours ago
» Replies: 0
» Views: 341
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,353
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,403
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 280
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 727
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 922
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,186
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,392

 
  Signals Processing - Remove Rows After Trigger
Posted by: FrankC - Aug-04-2018, 02:36 PM - Forum: Data Science - No Replies

Hello People


We have file (signals4testing.csv) updated hourly on one hand, and live prices on the other.
(This is the csv sample: http://www.me..... More

Print this item

  Validating Input (basic check for int etc)
Posted by: gruntfutuk - Aug-04-2018, 01:44 PM - Forum: General Coding Help - Replies (1)

For the last few days, I've been playing around with writing a function to validate input to avoid the classic int(input('Number? ')) getting string i..... More

Print this item

  ^C is 3
Posted by: Skaperen - Aug-04-2018, 04:49 AM - Forum: General Coding Help - Replies (3)

if you have "^C", what Python code can give the value 3 for it? ord('\n') gives 10, but ord('^C') does not give 3. this is because len("^C") is 2 a..... More

Print this item

  How to Crash a Computer
Posted by: keegan_010 - Aug-04-2018, 04:03 AM - Forum: General Coding Help - Replies (6)

I am new to this forum but here is some simple code that you can run to crash a computer.
[python]
import webbrowser
webbrowser.open('https://www.g..... More

Print this item

  Pausing a Script
Posted by: malonn - Aug-04-2018, 12:30 AM - Forum: General Coding Help - Replies (4)

I have a script/module (call it "main") that calls another script/module (call it "other"). I use runpy.run_path() to execute the call..... More

Print this item

  File Import Problem
Posted by: St_Patrick - Aug-04-2018, 12:18 AM - Forum: General Coding Help - Replies (8)

Hi. I'm new to Python and I've been having a problem with importing a file. It says that there isn't a module named threenames (that is what my file i..... More

Print this item

  Cant set api response as tree in Element tree
Posted by: hey_arnold - Aug-03-2018, 09:43 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi All,

I can't get the response from the api to be recognised if I try and define tree. Any suggestions would be much appreciated.

[python]import ..... More

Print this item

  DataTransferApp
Posted by: mhaveliwala82 - Aug-03-2018, 09:34 PM - Forum: GUI - Replies (1)

Hi, I am a new in python, I am trying to make a program for data transfer and i am trying to detect all the present drives and external drives attache..... More

Print this item

  while loop issue - stuck in the loop!
Posted by: EricMichel - Aug-03-2018, 09:23 PM - Forum: General Coding Help - Replies (6)

Hello all!

I am very new to Python. I've been exposed to it for a couple of years, but just recently started working with it and studying it. I a..... More

Print this item

  Exotic stats problem ; mode, fuzzy clusters, etc
Posted by: amyvaulhausen - Aug-03-2018, 07:34 PM - Forum: General Coding Help - Replies (5)

EXOTIC STATS PROBLEM ; MODE, FUZZY CLUSTERS, ETC

Hi I'm working on a math problem and not sure how to approach it.

Trying to enumerate, rank and..... More

Print this item

  [Help] sorted() in while loop with user's input() {Screenshot attached}
Posted by: vanicci - Aug-03-2018, 04:38 PM - Forum: General Coding Help - Replies (5)

Hi,

Please see the attached screenshot of my terminal to see what the issue is?
[img]http://i1064.photobucket.com/albums/u362/vaniccidunford/sort..... More

Print this item

  List comparison in Python
Posted by: Nirmal - Aug-03-2018, 04:17 PM - Forum: General Coding Help - Replies (13)

Hi
I have 2 list .I want to compare and get the difference.

a = [['vlan 158', '  name MARKET', '  mode vpc'], []]
[python]b = [..... More

Print this item

  HTML file uploaded through python screen doesn't look as expected
Posted by: miker2808 - Aug-03-2018, 03:41 PM - Forum: Networking - Replies (6)

[align=left]Before you judge me.. know that I've started looking for an answer 4 hours ago
I'm studying by myself, and got an assignment from an ebook..... More

Print this item

  matplotlib using times italic fonts
Posted by: drudox - Aug-03-2018, 03:37 PM - Forum: General Coding Help - Replies (3)

I've download the font 'Times New Roman Italic.ttf' and copied it on
[python]/usr/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf/Times New..... More

Print this item

  Get a value from another script
Posted by: gore - Aug-03-2018, 02:21 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm new here on the forum, as well as new to coding with Python in general. I have a question about reading values from another script. The ..... More

Print this item

  Extract Info from file to rename file
Posted by: twent2t - Aug-03-2018, 12:44 PM - Forum: General Coding Help - Replies (4)

I just found Python a few days ago while looking for a way to rename files and it looks very promising. I would like to rename individual files once ..... More

Print this item

  RSS Feed reader
Posted by: rfrancocantero - Aug-03-2018, 11:50 AM - Forum: Homework - Replies (4)

Hi,
I'm still new to Python and I'm playing around with an RSS reader.
The code actually works so far so I'm very proud of myself Big Grin

..... More

Print this item

  Spyder hides middle array values in variable explorer window
Posted by: davidqvist - Aug-03-2018, 11:04 AM - Forum: General Coding Help - No Replies

Hi guys,

Just wondering if anyone knows how to reveal the entire list of elements in an array, instead of hiding the middle ones, like shown in the..... More

Print this item

  A bash script that is a hack to enable very easy Python Imports
Posted by: vedant13 - Aug-03-2018, 07:52 AM - Forum: Code sharing - Replies (2)

Python projects that have complex codebase directory structures introduce a fairly common problem with imports within the project. While providing abs..... More

Print this item

  why doesnt the while loop run?
Posted by: supermane - Aug-03-2018, 07:36 AM - Forum: General Coding Help - Replies (3)

hi there super beginner here and trying out the rock paper scissors game question using python
just the first portion is posted since the rest should..... More

Print this item

  Not understanding the correlation between code and geometry with Tkninter
Posted by: Intelligent_Agent0 - Aug-03-2018, 04:28 AM - Forum: GUI - Replies (3)

Hello, I recently started working on a personal app to help me learn GUI programming with python Tkinter. What I am having trouble with is coding the ..... More

Print this item

  beginner engineer seeks advise
Posted by: arosental - Aug-03-2018, 02:44 AM - Forum: News and Discussions - Replies (3)

I need guidance in determining, the best way of making use of my transferable skills and management people's experience, the quickest and most remuner..... More

Print this item

  PostgreSQL announcement
Posted by: Larz60+ - Aug-03-2018, 01:55 AM - Forum: News and Discussions - No Replies

As a previous long term user of Oracle, which I think is a wonderful relational DBMS, but too costly. I thought this press release was interesting. I ..... More

Print this item

  rewriting my C library for Python
Posted by: Skaperen - Aug-03-2018, 01:51 AM - Forum: Bar - No Replies

i want to rewrite my C library so that functions that make sense for use in Python that are not easy to use directly via the ctypes module are reorgan..... More

Print this item

  i am looking an online service that ...
Posted by: Skaperen - Aug-03-2018, 12:23 AM - Forum: Bar - Replies (3)

i am looking for an online service that takes file data that can be printed, such as PDF, prints that and mails the printout to each given address. t..... More

Print this item

  [PySimpleGUI] Tutorial - Name, Address, Phone GUI
Posted by: PySimpleGUI - Aug-02-2018, 11:02 PM - Forum: GUI - Replies (38)

MODERATORS - Please review this post meant for the GUI section.

Here's a very basic form using the package PySimpleGUI

[python]import PySimpleGU..... More

Print this item

  Trouble adding LONG strings to an array or CSV output
Posted by: hariskr - Aug-02-2018, 09:39 PM - Forum: General Coding Help - Replies (1)

I am having trouble dealing with long strings in python. Specifically, I would like to append them to an array. However, whenever I do so and print th..... More

Print this item

  Unwanted delay between looped synth plays
Posted by: WolfeCreek - Aug-02-2018, 09:17 PM - Forum: General Coding Help - Replies (1)

Working on a relay-activated alarm on Raspberry Pi. When input is true, alarm should repeat over & over until input goes false. The code all works, ..... More

Print this item

  improper function calling
Posted by: gbaker555 - Aug-02-2018, 09:14 PM - Forum: General Coding Help - Replies (1)

I gather that I am improperly calling the arcpy module but I am not sure how it is improper.

[python]import os
import arcpy
for root, dirs, file..... More

Print this item

Question [Help] How to end While Loop using counter? {Screenshot attached}
Posted by: vanicci - Aug-02-2018, 08:55 PM - Forum: General Coding Help - Replies (2)

Hi,

Please see the attached screenshot of my terminal to see what the issue is? ?

[img]http://i1064.photobucket.com/albums/u362/vaniccidunford/..... More

Print this item

  I am new to python , i am confused with this syntax , please help
Posted by: aankrose - Aug-02-2018, 08:32 PM - Forum: General Coding Help - Replies (3)

Below are the script i have executed and i don't know what the issue is , please help

value = eval(input("Please enter an integer value in the rang..... More

Print this item

  Deleting White from Bitmap
Posted by: Anysja - Aug-02-2018, 05:14 PM - Forum: GUI - Replies (8)

I have found a lot of code that makes the white in a bitmap transparent. However, for my program I need the white to be removed completely. How do I s..... More

Print this item

  candy crush game
Posted by: asaa12345 - Aug-02-2018, 04:46 PM - Forum: Game Development - Replies (4)

hello i was previously trying to make a candy crush game in python here is the code, for some reason it is not working properly.

[python]def initia..... More

Print this item

  [split] need help in optionMenu using tkinter
Posted by: Rakeshkrtiwari_07 - Aug-02-2018, 04:16 PM - Forum: GUI - No Replies

How I can use optionmenu and when some spexified list selection is made another function (other then the current) is called .

Print this item

  [PySimpleGUI] New GUI Package. Customize with ease
Posted by: PySimpleGUI - Aug-02-2018, 04:10 PM - Forum: GUI - Replies (38)

There's a new GUI on the scene!

You'll find PySimpleGUI on PyPI:
pip install --upgrade PySimpleGUI

The GitHub is
https://github.com/MikeTheWatchGuy..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 1 hour ago Perry Pedroski55 General Codin...
  [Tkinter] how to export a... 6 hours ago RonR Pedroski55 GUI
  Is the interpreter that c... 9 hours ago helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
Most views
  The best Prog... 576845
  Tutorial Requ... 499344
  Web Scraping ... 440625
  Newbie with P... 384601
  New Users Int... 368534
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday
adamsmith12 Yesterday
Ronny Yesterday

User Panel Messages

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