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,250
» Latest member: sarbogast
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

Online Users
There are currently 49 online users.
» 1 Member(s) | 44 Guest(s)
Bing, Google, Applebot, Gribouillis

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
7 minutes ago
» Replies: 2
» Views: 28
New to python and coding
Forum: Homework
Last Post: jefsummers
7 hours ago
» Replies: 4
» Views: 110
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 6
» Views: 197
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 320
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 285
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 113
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,624
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 215
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 198
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,323

 
  I am attempting to make a car booking system for my assignment
Posted by: aboo - Aug-05-2021, 07:04 PM - Forum: Homework - Replies (4)

The code needs to be all in main.py 2. No global variables are allowed 3. No arrays are allowed, use lists instead 4. Must follow the menu stated in t..... More

Print this item

  is IOError depricated?
Posted by: Skaperen - Aug-05-2021, 06:05 PM - Forum: News and Discussions - Replies (4)

is IOError depricated?

Print this item

  Can't neither setWindowFlags nor setFixedSize of a subwindow.
Posted by: JayCee - Aug-05-2021, 06:04 PM - Forum: GUI - Replies (10)

I am trying to setWindowFlags (no maximize) and to make my subwindow NOT resizable, but setWindowFlags and setFixedSize are not doing it. No error me..... More

Print this item

  2 ways to initialize a list with all zero
Posted by: quazirfan - Aug-05-2021, 06:01 PM - Forum: General Coding Help - Replies (2)

Python beginner here :: Is there a difference between the following two ways to initialize a list of all zero?

[code]
x = [0] * 10
# vs
x = [0 for _..... More

Print this item

  I am writing a car rental program on python. In this function I am trying to modify
Posted by: aboo - Aug-05-2021, 01:11 PM - Forum: General Coding Help - Replies (2)

I am writing a car rental program on python. In this function I am trying to modify car details which are added in the details.txt file but I am getti..... More

Print this item

  Life advice
Posted by: jamesaarr - Aug-05-2021, 11:56 AM - Forum: Bar - Replies (2)

Hello all,

I don't consider myself to be an expert in coding at all. I know a bit, but haven't had any ways to practically apply what I've learned...... More

Print this item

  Where There's A Space In An Object
Posted by: knight2000 - Aug-05-2021, 09:02 AM - Forum: General Coding Help - Replies (4)

Hi all,

In attempting to challenge myself extracting different objects with webscraping and Beautifulsoup, I've come across a small problem that I ..... More

Print this item

  Returning values from Gaussian fitting
Posted by: Laplace12 - Aug-05-2021, 08:09 AM - Forum: General Coding Help - No Replies

Hey,

I'm trying to fit a Gaussian function to some data, but I want to return the 'center' and 'width' values and print them. The code returns a Va..... More

Print this item

Thumbs Up Parsing a YAML file without changing the string content..?, Flask - solved.
Posted by: SpongeB0B - Aug-05-2021, 06:31 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

I'm using a yaml file to load the text for a html page (Flask, Jinja)

extract of my YAML
[inline]Title: This is a <b>test</..... More

Print this item

  How do I display the DB table I will choose from the QComboBox in QTableWidget
Posted by: JokerSob - Aug-05-2021, 02:44 AM - Forum: GUI - Replies (2)

I have several DB tables and I have written the names of these tables into the combobox, but I cannot call any table I selected from the combobox. In ..... More

Print this item

  Identify anomalies in a payment detail dataset for a period
Posted by: klllmmm - Aug-05-2021, 01:49 AM - Forum: Data Science - Replies (1)

I noticed that we can use Facebook Prophet for univariate and Multivariate type time-series datasets.

Univariate - Date, target (eg. Payments amoun..... More

Print this item

  Apply fillna to multiple columns in dataframe
Posted by: rraillon - Aug-04-2021, 10:47 PM - Forum: General Coding Help - Replies (2)

Hi all,

I have just started with python and in particular pandas and the following question has come up in my mind a few times and I am wondering, ..... More

Print this item

  Problem with nested loops
Posted by: robert5502001 - Aug-04-2021, 09:24 PM - Forum: Homework - Replies (7)

lyrics = ["I wanna be your endgame", "I wanna be your first string",
"I wanna be your A-Team", "I wanna be your endgame, endgame"]
lines_o..... More

Print this item

  question about flask tracing
Posted by: javidr - Aug-04-2021, 09:22 PM - Forum: General Coding Help - No Replies

Hi

I would like to do some tracing in a flask. I have been able to trace request in plain python requests using sys.settrace(), but this doesnt wor..... More

Print this item

  window full screen w/ taskbar at top...
Posted by: 3python - Aug-04-2021, 09:06 PM - Forum: GUI - No Replies

Hello all. I know there are already tons of posts / topics on tkinter full screen. What I am looking for in particular is full screen when the Windows..... More

Print this item

  PyQt5 MySQL Drivers Not Loaded
Posted by: AdeS - Aug-04-2021, 08:40 PM - Forum: General Coding Help - Replies (7)

Hi all, I'm' very new to python so please bear with me. I decided to try my hands on PyQt5 to build my GUI everything seemed to be going ok until i t..... More

Print this item

  Director, Data Engineering - Remote, U.S.
Posted by: patpat - Aug-04-2021, 06:19 PM - Forum: Jobs - No Replies

Doximity is transforming the healthcare industry. Our mission is to help doctors be more productive, informed, and connected. As a software engineer f..... More

Print this item

  Please review and help me on this code
Posted by: Sushmakusu - Aug-04-2021, 06:10 PM - Forum: Homework - Replies (4)

Money Bank operates several branches in a city. Each bank branch offers financial services. The branch manager of the bank wants to know the most visi..... More

Print this item

  Running external Python file as a subwindow
Posted by: JayCee - Aug-04-2021, 04:49 PM - Forum: GUI - Replies (13)

Hello, everyone. I am a beginner programmer developing an MDI application. So far, I have two files:

main.py (MainWindow with mdiArea and menuBar..... More

Print this item

  Django - slide duration
Posted by: rwahdan - Aug-04-2021, 03:32 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi,

I am starting to learn Django and I have been trying to see where to look in css or js folders to change the duration of slideshow in the site...... More

Print this item

  Illegal instruction? working code for months?
Posted by: korenron - Aug-04-2021, 12:48 PM - Forum: General Coding Help - Replies (4)

Hello ,
strange issue
I have a PI3 working with a python code that show data on I2C Oled display.
this code and PI works great for the last 6 mon..... More

Print this item

  Modifying the axis ticks from words to lines
Posted by: ranbarr - Aug-04-2021, 12:34 PM - Forum: Homework - No Replies

Hi,
Im trying to modify the yticks at my heat map from words to lines.
thats my code:
[python]with open('heat1.csv', 'r', encoding='mac_roman', newli..... More

Print this item

  error merge csv file
Posted by: ainisyarifaah - Aug-04-2021, 10:56 AM - Forum: General Coding Help - Replies (2)

hello, I tried to merge 2 csv file. the same column that to merge is 'sel' variable. But, I got error message. this is my code and the error message t..... More

Print this item

  How to Copy-Paste a table from Office apps to QTableView?
Posted by: Vittorio - Aug-04-2021, 08:52 AM - Forum: GUI - Replies (5)

Hi there,
I’m new in Python 3 & PyQt5 and I was faced with a problem that stunned me with its ruthlessness. I assume that my inexperience in the Pyth..... More


Attached Files

Thumbnail(s)
   
Print this item

  Working with dataframes
Posted by: rotemkat - Aug-04-2021, 08:10 AM - Forum: Data Science - Replies (2)

i 3 "datasets":
[output]genes_mouse_human = data frame where one of the columns is "gene symbol_human" and another is "gene symbol mouse"
data = da..... More

Print this item

  window command window
Posted by: RobertAlvarez424 - Aug-03-2021, 10:26 PM - Forum: General Coding Help - Replies (11)

new with pthon

would like to have some python code to open window 10 command prompt window, do some practice code and then have some code to close ..... More

Print this item

  Index error - columns vs non-column
Posted by: Vinny - Aug-03-2021, 08:56 PM - Forum: General Coding Help - Replies (3)

Dear users,

I am getting an IndexError, and not sure why? The code (below) works perfectly when I run it using data.cvs. On that type of file, the ..... More

Print this item

  Abstraction Module (ABC)
Posted by: muzikman - Aug-03-2021, 01:08 PM - Forum: General Coding Help - Replies (10)

Greetings,

I started learning python about 6 months ago. I came from various other languages. So, the things that cause me the most difficulty are Ab..... More

Print this item

  Removing Space between variable and string in Python
Posted by: coder_sw99 - Aug-03-2021, 11:54 AM - Forum: General Coding Help - Replies (6)

Hi Forum,

I don´t know how to remove space between variables and strings.

    print(temp_alt,"°C entsprechen",tem_neu+"°F")
..... More

Print this item

  Extract something when you have multiple tags
Posted by: knight2000 - Aug-03-2021, 11:51 AM - Forum: Web Scraping & Web Development - Replies (3)

Hey all,

I am practicing webscraping and I've come across a scenario where I'm a little stuck.

First, here's a snapshot of the code (which wor..... More

Print this item

  Windows compatibility
Posted by: Astrikor - Aug-03-2021, 08:52 AM - Forum: General Coding Help - Replies (19)

I have a program running which continuously displays current time in a Tkinter window.

Occasionally the program hangs with Red "Close" button in t..... More

Print this item

  Something is not working and i have no idea what
Posted by: RavenSenin - Aug-03-2021, 07:03 AM - Forum: General Coding Help - Replies (7)

Hello guys . I'm new here and i'm new to coding so don't be cruel please. Here is my issue : i'm learning lists now and creating simple program which ..... More

Print this item

  unexplained issue with tkcalender module.
Posted by: cybertooth - Aug-03-2021, 06:26 AM - Forum: GUI - Replies (8)

Hi all I am experiencing a strange issue.
I have two scripts in tkinter one is for date picker from a calender when i run the script it runs perfect..... More

Print this item

  App crashes when reopening a subwindow
Posted by: JayCee - Aug-03-2021, 01:55 AM - Forum: GUI - Replies (13)

Hi, guys! I have a MainWindow with a subwindow inside an mdiArea. The subwindow opens, but if I close it and try to reopen it, my app crashes. What..... More

Print this item

  Filtering files, for current year files
Posted by: tester_V - Aug-03-2021, 12:59 AM - Forum: General Coding Help - Replies (8)

Greetings!
I want to filter files (copy those later) created at the beginning of 2021( somewhere in the beginning).
No errors produced but also not ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 7 minutes ago sarbogast deanhystad General Codin...
  New to python and coding 7 hours ago lary_p jefsummers Homework
  Help with Serial.write in... 9 hours ago racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578859
  Tutorial Requ... 509960
  Web Scraping ... 441923
  Newbie with P... 385932
  New Users Int... 376323
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
sarbogast Today
bmurray Today
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday

User Panel Messages

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