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

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 37 Guest(s)
Bing, Google, Mojeek, Apple

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 3
» Views: 140
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
10 hours ago
» Replies: 4
» Views: 143
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Today, 08:44 AM
» Replies: 2
» Views: 111
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 155
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 346
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 65
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 108
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 351
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 200
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 307

 
  utc time to est time
Posted by: Nickd12 - Nov-02-2020, 01:18 AM - Forum: General Coding Help - Replies (1)

ive been trying to figure out how to convert this utc date time format "2020-11-02T08:30:00-05:00" to a est "%Y-%m-%d %H:%M:%S" type format.

Print this item

  Homework help
Posted by: stevemike - Nov-02-2020, 12:32 AM - Forum: Homework - Replies (3)

Create variables named i and n to store the interest rate rate and the number of monthly payments. These
values will remain constant throughout this p..... More

Print this item

  Help with a query - to show possible formulas
Posted by: Yanos - Nov-01-2020, 09:52 PM - Forum: General Coding Help - Replies (1)

Hi, thank you in advance for taking the time to read this query and help me.

I am very stuck with this problem!!!

I am trying to produce a query..... More

Print this item

  Removing items in a list
Posted by: cap510 - Nov-01-2020, 09:19 PM - Forum: Homework - Replies (3)

I have tried removing multiple items from a list, but the loop ends without the ability to continue. I am to create a list of names and then use a loo..... More

Print this item

  py_compile issue
Posted by: Johb - Nov-01-2020, 09:03 PM - Forum: General Coding Help - Replies (8)

Hi guys,

I want to edit a python file required by an hardware device I use for making music. The original file is a .pyc which I decompiled using ..... More

Print this item

  Got problem intalling pynumpress
Posted by: weantony - Nov-01-2020, 04:41 PM - Forum: General Coding Help - Replies (6)

Hi Everyone,

I am a rookie in both coding and python. I got some problem while trying to install some python repository from GitHub. I find out pro..... More

Print this item

  How can I make a short-key in Spyder (Python IDE)?
Posted by: moose - Nov-01-2020, 04:09 PM - Forum: General Coding Help - Replies (3)

Can I make a short key, by either creating some keyboard combination or by an actual button click somewhere in the Spyder IDE for making the following..... More

Print this item

  Getting a list in pillow
Posted by: IlikePi - Nov-01-2020, 04:03 PM - Forum: General Coding Help - Replies (1)

with Image.open("test.png") as im:
    print(im.format, im.size, im.mode)
    im = im.convert("CMYK")
I now have picture data co..... More

Print this item

  Check common element in tuples
Posted by: PUP280 - Nov-01-2020, 03:42 PM - Forum: General Coding Help - Replies (10)

Hello,

I would compare multiple elements with a previous tuple in a list of tuples.

Example :

Input :

[python]Ts = [(45,50,30,21), (30,9,5..... More

Print this item

  Solve simple equation in Python
Posted by: kmll - Nov-01-2020, 03:32 PM - Forum: General Coding Help - Replies (4)

Hi,
I am fairly new to working with mathematics in Python and I am wondering how I can use Python so solve an eqations like this:

0.4x - 0.38 = 0...... More

Print this item

  Many point on graph (over 1M) is possible?
Posted by: Nikoshka - Nov-01-2020, 03:08 PM - Forum: Game Development - Replies (2)

Hello!

This is not game, but this is can work equal and I think that is correct - ask about it here. I'm using ..... More

Print this item

  running python script showing an icon in the tray notification area
Posted by: chubbychub - Nov-01-2020, 01:04 PM - Forum: General Coding Help - Replies (1)

i have a python script running on version 3.7.3, i want to run the script in the background but showing an icon in the tray notification area in windo..... More

Print this item

Photo Tkinter TEXT background image
Posted by: _ShevaKadu - Nov-01-2020, 01:03 PM - Forum: GUI - Replies (5)

Hey there!
I'm making a program manager with Tkinter and I want to set the background image of the Text widget which contains the buttons to a..... More

Print this item

Video Regarding the forum design
Posted by: _ShevaKadu - Nov-01-2020, 12:43 PM - Forum: Board - Replies (2)

Hello
I have just returned to this forum and I was blown off how cool it looks now! But there are some problems which it would be nice if you ..... More

Print this item

Sad need help in referencing a list
Posted by: n00bdev - Nov-01-2020, 11:47 AM - Forum: General Coding Help - Replies (2)

Hello!

So I tried to search about this, but can't find an explanation regarding the output.

[python]
a = [3, 1, -2]

print(a[a[-1])
[/python..... More

Print this item

  Could not install PyGObject
Posted by: Srikant - Nov-01-2020, 04:39 AM - Forum: General Coding Help - Replies (4)

I have installed Python 3.8 on my Win7 computer. It has been installed for all the users in the diretory C:\Program Files. I have also installed MsYs ..... More

Print this item

  Try/Exept prints only ones
Posted by: tester_V - Nov-01-2020, 04:13 AM - Forum: General Coding Help - Replies (11)

Happy Hollowing! If there is such a thing... Smile
I'm scanning files for specific lines, If lines found I append them to lists and count matche..... More

Print this item

  where to get portable Python for Linux (Fedora)?
Posted by: python001 - Nov-01-2020, 04:04 AM - Forum: General Coding Help - Replies (5)

My C++ project needs Python to do some simple things (I/O, batch string find/replacement...). I want my program self-contained and do not rely on the ..... More

Print this item

  strange difference between list() and tuple() using iter()
Posted by: Skaperen - Nov-01-2020, 12:16 AM - Forum: News and Discussions - Replies (1)

when using iter() then to get the items from the iterator using list() or tuple() there is a strange difference. here is the demo:
[output]
lt2a/ph..... More

Print this item

  "full" does not work
Posted by: coltson - Oct-31-2020, 11:18 PM - Forum: General Coding Help - Replies (1)

Hello, a program hast he following line:

Moth_fitness=numpy.full(N,float("inf"))
When I try to run the program that has this li..... More

Print this item

  corrected
Posted by: djtjhokie - Oct-31-2020, 07:13 PM - Forum: Homework - No Replies

fixed

Print this item

  Installing keras in Python 2.7 environment
Posted by: ErnestTBass - Oct-31-2020, 04:51 PM - Forum: General Coding Help - Replies (3)

I have an virtual environment with python 2.7 installed. I know that I should not be using
Python 2.7, but the source code that I found (I did not w..... More

Print this item

  codebox usage help doc
Posted by: metulburr - Oct-31-2020, 12:12 PM - Forum: Board - No Replies

I created a new help doc to link to when someone does not know how to select all the code in the codebox....under general help
https://python-forum.i..... More

Print this item

  how to detect a sequence?
Posted by: Skaperen - Oct-31-2020, 06:23 AM - Forum: General Coding Help - Replies (1)

what is the best way to detect if a given value is a sequence or not? my first thought is to try to slice it under try/except.

Print this item

  Question on subprocess module.
Posted by: knoxvilles_joker - Oct-31-2020, 04:14 AM - Forum: General Coding Help - Replies (3)

OK, I am trying to integrate a few hardware pieces. I have some main code I have working fine, but I am trying to add some more hardware to get every..... More

Print this item

  Remove double quotes from the list ?
Posted by: PythonDev - Oct-31-2020, 01:09 AM - Forum: General Coding Help - Replies (22)

I have the following code below:

[python]
from cgi import FieldStorage
v_field = FieldStorage()
v_field.list = [v_str_sev]
print(v_field)
..... More

Print this item

  sqlite3.OperationalError: near "=": syntax error
Posted by: Maryan - Oct-30-2020, 11:41 PM - Forum: General Coding Help - Replies (1)

I can't find anything wrong with the query, but yet is not working. Any help is appreciated!

[python]Exception in Tkinter callback
Traceback (most..... More

Print this item

  Making the Statistik for Servis Desk
Posted by: Rapido026 - Oct-30-2020, 10:51 PM - Forum: General Coding Help - Replies (1)

Hi to all of you!
I am the new one on this Formum.
I have one question for one project that I want to work on.
I am working my whole life in IT b..... More

Print this item

  Overwrite previous live data.
Posted by: Makada - Oct-30-2020, 10:35 PM - Forum: General Coding Help - Replies (2)

Hi,

I am trying to output the current code, which is working ok.
But i want the output to overwrite previous data instead of append.


[python]..... More

Print this item

  How to generate rows based on values in a column to fill missing values
Posted by: codesmatter - Oct-30-2020, 09:27 PM - Forum: General Coding Help - Replies (1)

I'm trying to generate new rows based on values in a certain column. In current data as you can see 'days_left' column does not have all sequential va..... More

Print this item

  Access Network SMB Share on a NAS
Posted by: deltapy - Oct-30-2020, 07:57 PM - Forum: General Coding Help - Replies (2)

Hi there,
total NOOB here.Trying to learn some Pyhton starting from "basic" automation tasks.
What I'd like to do is telling a podcast app to update a..... More

Print this item

  How inverse a number?
Posted by: Capitaine_Flam - Oct-30-2020, 07:24 PM - Forum: General Coding Help - Replies (8)

Hello guys,
I need for a little project a function or a command that can inverse a number for example, if the input is 196; the output will be 691...... More

Print this item

  switch from version 3.5.3 to 3.8.6 get import error
Posted by: python001 - Oct-30-2020, 05:40 PM - Forum: General Coding Help - Replies (9)

I am relatively new to Python. I have two small py programs. It runs on 3.5.3. When I switch to a newer version of Python (version 3.8.6). I got the f..... More

Print this item

Video Space Invaders in PyGame
Posted by: Russ_CW - Oct-30-2020, 04:51 PM - Forum: Game Development - Replies (5)

Hi Folks,

This is my clone of space invaders with an explanation of how I coded it. Smile


[video=youtube]https://youtu.be/f4coFYbYQzw[/v..... More

Print this item

  Kivy problem
Posted by: Yonu - Oct-30-2020, 03:49 PM - Forum: GUI - No Replies

[python]from kivy.uix.layout import Layout
from kivy.uix.image import Image
from kivy.uix.behaviors import ButtonBehavior
from random import shuffl..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 6 hours ago Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... 10 hours ago Winfried Winfried General Codin...
  PermissionError: [Errno 1... Today, 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... 579077
  Tutorial Requ... 511181
  Web Scraping ... 442061
  Newbie with P... 386118
  New Users Int... 378371
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
aminrony1999 Today
fobby888 Today
digitalboy346 Today
ben9090o Today
ViktoriaMetodieva Today

User Panel Messages

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