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,941
» Latest member: pllrdvalery
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

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

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
4 hours ago
» Replies: 9
» Views: 495
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
Yesterday, 08:55 AM
» Replies: 1
» Views: 341
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,704
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,040
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,397
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,948
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,714
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,789
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,933
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,490

 
  datetime / time
Posted by: ifigazsi - Jan-31-2021, 07:31 PM - Forum: General Coding Help - Replies (5)

Hi!

The code is below, i got the solution, i'm just curious why
datetime.time + datetime.timedelta is not working...


[python]
import datet..... More

Print this item

  Newbie question about running Python via GUI on OSX
Posted by: ejwjohn - Jan-31-2021, 02:56 PM - Forum: General Coding Help - Replies (8)

Hello,

Hope I have posted this in the correct forum, apologies if it is wrong.

I am very new to Python I have decided to try and learn it as a h..... More

Print this item

  How to filter out Column data From Multiple rows data?
Posted by: firaki12345 - Jan-31-2021, 02:09 PM - Forum: General Coding Help - Replies (10)

Good Evening


Hi everyone, so i got the following JSON file from Walmart regarding their product items and price.


so i loaded up jupyter note..... More

Print this item

  SMBUS 'no such file or directory'
Posted by: hcccs - Jan-31-2021, 01:25 PM - Forum: General Coding Help - Replies (2)

Running this little example

[python]import I2C_LCD_driver
from time import *
mylcd = I2C_LCD_drive.lcd()
mylcd.lcd_display_string("Hello Pyth..... More

Print this item

  Having issues with some 'if' statements
Posted by: blakefindlay - Jan-31-2021, 02:44 AM - Forum: General Coding Help - Replies (2)

The goal here is to have the if statements check the time and date and if those conditions are met I want to subtract $15 off the rental price

[pyt..... More

Print this item

  Help With MyProgrammingLab Code Problem
Posted by: alex_0 - Jan-31-2021, 02:02 AM - Forum: Homework - Replies (2)

I am taking a class to learn python and am in need of help. I have code and am getting errors with MyProgrammingLab. I am pretty new to python and am ..... More

Print this item

  Conda/Anaconda no longer free to use?
Posted by: Zoot - Jan-31-2021, 01:13 AM - Forum: News and Discussions - Replies (1)

I went to install Anaconda on a new PC here today and once you click the download for the "free" individual edition, you're now taken to a page that r..... More

Print this item

Question How to change geometry?
Posted by: Meffy - Jan-30-2021, 11:08 PM - Forum: GUI - Replies (4)

Hello,

I dont have idea, how i can change a function geometry which is in class.

My code.
[python]
class MyFirstGUI(tk.Toplevel):
def _..... More

Print this item

  time intervals
Posted by: project_science - Jan-30-2021, 09:32 PM - Forum: General Coding Help - Replies (7)

Hi,

I'm currently trying to get 2 different time displays each time I call a function using the datetime library. However, in my code, I call the ..... More

Print this item

Exclamation Help with cx_Freeze
Posted by: mederic39 - Jan-30-2021, 08:58 PM - Forum: General Coding Help - Replies (3)

Hi! Smile
I'm French, sorry for my bad English speaking.
I try to freeze my project in executable file with "cx_Freeze".
I have a file "main...... More

Print this item

  Is there a way to read the time between clicks?
Posted by: penahuse - Jan-30-2021, 08:49 PM - Forum: General Coding Help - Replies (1)

Fellows, I need some help here. Im trying to do a code that read the time between lefts clicks while right buttom is pressed. If the clicking is slow ..... More

Print this item

  Add file to sys.path permanently
Posted by: hcccs - Jan-30-2021, 08:18 PM - Forum: General Coding Help - Replies (5)

I'm running Python 3.7.3 and trying to add a library to sys.path. I can add it but it doesn't stick after next reload. I edited ~/.bashrc with the fol..... More

Print this item

  Progress Indicator for Xmodem 0.4.6
Posted by: KenHorse - Jan-30-2021, 06:00 PM - Forum: General Coding Help - Replies (1)

I'm using the xmodem module (https://pypi.org/project/xmodem/) and it works just fine. However, I'd like t..... More

Print this item

  Increment text files output and limit contains
Posted by: Kaminsky - Jan-30-2021, 05:56 PM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am coming to you because I need help with the code below.

I'm looking to generate text files of n- lines. Each line contains n- rando..... More

Print this item

  Help me with my first code
Posted by: ivo_georgiev - Jan-30-2021, 05:27 PM - Forum: General Coding Help - Replies (1)

Hello everybody,

please do not laugh at me, because I have absolutely 0 knowledge of programming. I did this project, where you train a machine learn..... More

Print this item

  How to add conversions and fix button positions.
Posted by: javesike1262 - Jan-30-2021, 04:11 PM - Forum: GUI - Replies (7)

Hi everybody, I have recently started learning to make Python Gui's using the Tkinter model. However, I need help with doing a conversion like this.
..... More

Print this item

  Getting parent variables in nested functions
Posted by: wallgraffiti - Jan-30-2021, 02:59 PM - Forum: General Coding Help - Replies (1)

I made my own custom assembly language in Python for fun, and want to implement it into a GUI. I am in the process of creating a library version of it..... More

Print this item

  I cant send P.M.
Posted by: beginner721 - Jan-30-2021, 02:53 PM - Forum: Board - Replies (2)

Hello,
I cant send private message, why?
Thanks.

Print this item

  Python have a ide tool similar Vb6 IDE?
Posted by: sal21 - Jan-30-2021, 11:15 AM - Forum: News and Discussions - Replies (1)

I'm and old vb6 programmer.
But really Python have a ide tool similar Vb6 IDE?

Sorry but i'm new:-)

note:
just installed the last realese of Python.

Print this item

  pdfminer vs pdfplumber
Posted by: pprod - Jan-30-2021, 09:39 AM - Forum: General Coding Help - Replies (2)

Hi,
I have been testing pdfplumber and pdfminer and at this stage I am not sure which one I prefer. Pdfminer does a better a job at extracting text f..... More

Print this item

  recursion task
Posted by: scorp08 - Jan-30-2021, 07:22 AM - Forum: Homework - Replies (9)

Hello ALL
I have a following :
[python]limits=[(1,9,1,"v"),(50,350,50,"d")]
for i in range(len(limits)):

begin=limits[i][0]
end=limits[..... More

Print this item

  Linguistic measures on corporate filings
Posted by: Helen - Jan-30-2021, 02:43 AM - Forum: Data Science - Replies (3)

Hi,

I have an excel file which includes txt file name and year. I am trying to conduct textual analysis for corporate disclosure (a bunch of txt file..... More

Print this item

  Why is my string empty?
Posted by: karabakh - Jan-30-2021, 02:12 AM - Forum: General Coding Help - Replies (5)

Hi,

I want to create a loop that would attach the ids from a certain dictionary to a string, space between ids.

[python]
import string

let..... More

Print this item

  Network engineer looking to improve my skills with some automation
Posted by: jaysoft - Jan-29-2021, 10:13 PM - Forum: News and Discussions - Replies (4)

Hello all, I'm a Network engineer looking to improve my skills with some automation. will appreciate relevant suggestions to guide me on the right pat..... More

Print this item

  tkinter python button position problem
Posted by: Nick_tkinter - Jan-29-2021, 08:11 PM - Forum: GUI - Replies (3)

Hello.I 'am beginner with tkinter and I build a simple calculator app and I have a problem with position of 3 buttons (+ , - , =).
I have 2 photos to..... More

Print this item

  How to get SPTK on python?
Posted by: Seadust - Jan-29-2021, 06:39 PM - Forum: General Coding Help - Replies (1)

Hello! I am going to be using tensorflow and SPTK to make a Vocal Synthesis Program. But I know tensorflow has a download how would I obtain SPTK on p..... More

Print this item

  Why is mpl_toolkits loaded?
Posted by: Gribouillis - Jan-29-2021, 05:20 PM - Forum: General Coding Help - Replies (1)

There is a strange behavior of Python on my machine:
[python]
~/P/S/2021-01 python3.8
Python 3.8.7 (default, Dec 21 2020, 21:23:03)
[GCC 5.4.0 201606..... More

Print this item

  Problems while trying to download API
Posted by: cezary123 - Jan-29-2021, 04:08 PM - Forum: General Coding Help - Replies (4)

Hello, im new to Python and im learning it using a book that my dad bought me, titled "learn to program python with minecraft". I downloaded all the t..... More

Print this item

  Something wrong with the quotation mark in dictionary definition
Posted by: Mark17 - Jan-29-2021, 03:16 PM - Forum: General Coding Help - Replies (1)

I'm trying out an Eliza chatbot I found online. The code starts with:
[Python]
import re
import random
reflections = {
“am”: “are”,
“wa..... More

Print this item

  Rock paper Scissors
Posted by: Milan - Jan-29-2021, 03:07 PM - Forum: Code Review - Replies (2)

Hello team,

Any suggestion on how to improve my rps game before making a gui for it?

[python]from random import randint

def startgame():
p..... More

Print this item

  Matplotlib Color map problems
Posted by: Stephan - Jan-29-2021, 02:25 PM - Forum: Data Science - No Replies

Hi all
I try to visualise the content of a storage hall in a 3d scatter plot. In fact, I try to do a 5d:
X, Y, Z are the position of the item
TYPE ..... More

Print this item

  Need insight on dictionaries
Posted by: Mystix - Jan-29-2021, 01:32 PM - Forum: Homework - Replies (7)

I am brand new to python and I've been set some work on dictionaries. I'd say I had a good go at it but it appears to be wrong. If you could explain w..... More

Print this item

  Could somebody help a beginner? :)
Posted by: bigmis72 - Jan-29-2021, 11:32 AM - Forum: General Coding Help - Replies (2)

HI, I am a real beginner, so please, be gentle:)
I wrote a short programm:

[python]bits_string = "01010102"
bits = ["0", "1"]
bits_list = []

..... More

Print this item

  Button in GUI linked to new python script
Posted by: blakefindlay - Jan-29-2021, 04:58 AM - Forum: GUI - Replies (5)

I am wondering if it's possible to set a button to open a new script which will subsequently open a second tkinter gui?

Print this item

  How to share a numpy array between 2 processes on Windows?
Posted by: qstdy - Jan-29-2021, 04:24 AM - Forum: General Coding Help - No Replies

I want to make 2 processes that share a numpy array (one of which writes the array and the other reads it).

It works fine when I make 2 processes w..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 4 hours ago Anunderling deanhystad General Codin...
  A coding beginner needs h... Yesterday, 08:55 Littlefish paul18fr 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...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576648
  Tutorial Requ... 498735
  Web Scraping ... 440488
  Newbie with P... 384414
  New Users Int... 367828
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+ 12087
buran 8175
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
pllrdvalery Yesterday
Littlefish Yesterday
Noya_Yonatan 09-21
Saipython555 09-21
Anunderling 09-21

User Panel Messages

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