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,938
» Latest member: atylerfraces2254
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 38 Guest(s)
Apple, Google, AOL, Gribouillis

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
3 hours ago
» Replies: 11
» Views: 3,932
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 457
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,442
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 813
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,288
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,157
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,374
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,355
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,484
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,042

 
  TypeError: run_oracle_job() missing 1 required positional argument: 'connection_strin
Posted by: python_student - Aug-06-2021, 07:37 PM - Forum: General Coding Help - Replies (1)

Hi everyone.
Iam trying to call connection_string method inside run_oracle_job and Im not sure if its better way to do that.
Im getting this error..... More

Print this item

  Pygame with joystick
Posted by: mmagner2022 - Aug-06-2021, 07:34 PM - Forum: General Coding Help - Replies (1)

Hello.
I am new to python and could use some help. I am currently trying to program a simple pong game using pygame and thus far I have used pygame...... More

Print this item

Question Find all values in drop down menu with bs4
Posted by: DonaldBug13 - Aug-06-2021, 06:06 PM - Forum: General Coding Help - Replies (1)

Hi. I want to find all values from the select option tag but I don't know how. I need the value, not the text.
Yeah the URL for my bs4 experiment is ..... More

Print this item

  How to create scrollable frame
Posted by: mandiatutti - Aug-06-2021, 04:09 PM - Forum: GUI - Replies (7)

I've been using this framework Multipage Framework for dev..... More

Print this item

  Hiring: Data Engineer - SF or Remote, U.S.
Posted by: patpat - Aug-06-2021, 02:37 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

  How to programmatically stop a program in Jupyter Notebook?
Posted by: Mark17 - Aug-06-2021, 02:25 PM - Forum: General Coding Help - Replies (11)

Hi all,

I just want the program to stop/end when it comes across this line.

First I tried quit() and that didn't work

I then tried exit() and..... More

Print this item

  Python continues after CTRL-C
Posted by: kjbolhuis - Aug-06-2021, 02:09 PM - Forum: General Coding Help - Replies (2)

I have a programm running continious controlling the heatpump, fan and air-inlet to control the climate. This programm runs for more than a year now, ..... More

Print this item

Star I was making code for collision for my character
Posted by: izmamonke - Aug-06-2021, 02:08 PM - Forum: General Coding Help - Replies (2)

So I was making a code for collision and this error poped up:
[error]Traceback (most recent call last):
File "X", line 111, in <module>
plyrr..... More

Print this item

  How to manage a dynamic list of tasks with asyncio
Posted by: tperrot - Aug-06-2021, 09:06 AM - Forum: Networking - No Replies

I have a main class which creates an instance from a list of plugins. In the example below, the 'dhcpv6' plugin is launched and it listens for subscri..... More

Print this item

Question Accessing a value of a dictionary with jinja....
Posted by: SpongeB0B - Aug-06-2021, 06:44 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi everyone,

I have a nested dictionary like this (inside my python flask file)

[python]{"content":[{"A":"blablabala"},{"A":"blublublu"}]}[/pyth..... More

Print this item

  def statement
Posted by: jawoowar - Aug-06-2021, 01:30 AM - Forum: General Coding Help - Replies (2)

def sec1():
    a = 3
def sec2():
    print (a)
    
sec1()
sec2()
is there a way to use 'a' outside of [inline]sec1[/inline..... More

Print this item

  [[' ']*3]*3 buggy behavior?
Posted by: shadowphile - Aug-05-2021, 10:16 PM - Forum: General Coding Help - Replies (6)

Running 3.9.x in Jupyter Notebook
I used a shortcut to create 3x3 array, why doesn't it act correctly?
[python]brd=[[' ']*3]*3
b=[[' ',' ',' '],[' ..... More

Print this item

  QTableWidget print problem
Posted by: JokerSob - Aug-05-2021, 08:22 PM - Forum: GUI - Replies (8)

I created a print button for the QTableWidget where I display the db data, but after the dialog window that appears, I get an error. my code is as bel..... More

Print this item

  Senior Software Engineer, Data Infrastructure - Remote, U.S.
Posted by: patpat - Aug-05-2021, 07:49 PM - Forum: Jobs - No Replies

Doximity is transforming the healthcare industry. Our mission is to help doctors be more productive, informed, and connected. Achieving this vision re..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 3 hours ago CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 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...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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... 576344
  Tutorial Requ... 498083
  Web Scraping ... 440254
  Newbie with P... 384114
  New Users Int... 367008
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+ 12089
buran 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Today
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday

User Panel Messages

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