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,418
» Latest member: arturioworker
» Forum threads: 38,542
» Forum posts: 174,660

Full Statistics

Online Users
There are currently 399 online users.
» 0 Member(s) | 395 Guest(s)
Bing, Yandex, Twitter

Latest Threads
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Skaperen
2 hours ago
» Replies: 2
» Views: 166
Eight Queens Problem, err...
Forum: General Coding Help
Last Post: snl_9527
2 hours ago
» Replies: 9
» Views: 516
Get the string after a sp...
Forum: General Coding Help
Last Post: JanJan
5 hours ago
» Replies: 3
» Views: 176
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
Yesterday, 09:38 AM
» Replies: 0
» Views: 84
function arguments
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:48 AM
» Replies: 1
» Views: 134
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 05:45 AM
» Replies: 1
» Views: 167
how to delete thread
Forum: Board
Last Post: DeaD_EyE
Apr-28-2025, 07:30 PM
» Replies: 4
» Views: 286
Atari Ping Pong Game
Forum: Code sharing
Last Post: deanhystad
Apr-28-2025, 05:04 PM
» Replies: 1
» Views: 162
not running
Forum: General Coding Help
Last Post: deanhystad
Apr-28-2025, 04:08 PM
» Replies: 2
» Views: 269
[split] How to continue c...
Forum: General Coding Help
Last Post: deanhystad
Apr-28-2025, 04:02 PM
» Replies: 1
» Views: 146

 
  Sensei: Simplifying API Client Generation
Posted by: blnkoff - Nov-20-2024, 02:35 PM - Forum: Code sharing - No Replies

[Image: bookmark_transparent.svg]

Sensei simplifies the p..... More

Print this item

  Selenium - Error writing in field
Posted by: brunox96 - Nov-20-2024, 02:03 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi everyone,

I’m working on a script that clicks on a field and writes data from a DataFrame. The click seems to work fine because the cursor appears..... More

Print this item

  Get an FFMpeg pass to subprocess.PIPE to treat list as text file?
Posted by: haihal - Nov-20-2024, 06:17 AM - Forum: General Coding Help - Replies (2)

The following FFMpeg command will import a text file to concatenate/join said file together:
`ffmpeg -f concat -safe 0 -i "list_Of_Videos.txt" -c co..... More

Print this item

  parsing a tree of text first the right most aligned blocks of text and so on
Posted by: arvindikchari - Nov-18-2024, 11:57 AM - Forum: General Coding Help - Replies (2)

Hi

I have a tree / table of contents

[python]Cover 0
0 Copyright 0
0 Credits 0
0 About the Authors 0
0 About the Re..... More

Print this item

  SQLModel vs SQLAlchemy
Posted by: Dummkopf - Nov-18-2024, 01:55 AM - Forum: General Coding Help - Replies (2)

Hey everyone, I was wondering whether the current releases of SQLModel is appropriate for production? Couldn’t find a recent post about this I’m tryin..... More

Print this item

  Simple "youtube downloader" doesn't download
Posted by: LHudson - Nov-17-2024, 08:00 PM - Forum: GUI - Replies (6)

Ok then,

A bit scared to post a question after reading the rules, hope I don't break any of them. Anyhow I am new to python although I do know a l..... More

Print this item

  Can't install Python 3.3.0
Posted by: Kipsley - Nov-17-2024, 11:45 AM - Forum: News and Discussions - Replies (2)

I have an old (Mid 2012) Mac Pro running Mojave 10.14.6 and have just installed a version of Qbittorrent. Trouble there is that the search engine in Q..... More

Print this item

  GPIO Bug?
Posted by: Rchrd - Nov-15-2024, 07:25 PM - Forum: General Coding Help - Replies (6)

I am hoping someone can me tell why the following line of code causes the program to freeze up (stop exciting).

[python]# Tell the controller to e..... More

Print this item

  python3.9 auto_ossec issue
Posted by: jwdvd - Nov-15-2024, 04:36 PM - Forum: General Coding Help - Replies (2)

Hi all,

last resort for me trying to resolve an issue. been using ossec, and auto_ossec on centos 8 for ages, with python 3.6.8. centos8 is EOL,..... More

Print this item

  SSL Handshake Failure with Python 3.11 and 3.12
Posted by: Samanth_m - Nov-15-2024, 03:34 PM - Forum: General Coding Help - No Replies

Hi everyone,

I'm encountering an SSL handshake failure when upgrading my Python application from versions 3.8 and 3.9 to 3.11 and 3.12. The server ..... More

Print this item

  The solution is probably simple, but I'm stuck, as an amateur is
Posted by: Wookie7602 - Nov-13-2024, 03:19 PM - Forum: General Coding Help - Replies (3)

A simple script to play a movie:
[python]import pygame
import moviepy.editor

pygame.init()
screen = pygame.display.set_mode((1000,500))

clock..... More

Print this item

Photo the python using issue,please help to check what is wrong with it
Posted by: Beginner_ - Nov-13-2024, 03:16 PM - Forum: General Coding Help - Replies (1)

Hi all,

it is unusual to use python to install some modules in pip. the below is the issue photo:

when i type the command line: py -m pip in..... More

Print this item

  simple if fail, what am I missing?
Posted by: ajkrueger25 - Nov-12-2024, 11:31 PM - Forum: General Coding Help - Replies (2)

[python]solution = 7
answer = input ("What is 5 + 2?")
if answer == solution:
print("You are correct!")
print (f"Your answer was {answer}")..... More

Print this item

  Trouble With Errors
Posted by: the_disappointer - Nov-11-2024, 10:33 PM - Forum: General Coding Help - Replies (1)

Hi Guys, I'm working on a pygame 0 project and I am getting constant errors and I don't know why. I'm coding on mu and all of the images are in the ri..... More


Attached Files

.py   Starship.py (Size: 5.14 KB / Downloads: 92)
Print this item

  [split] Catch all cookies from any website
Posted by: deep2003565555 - Nov-11-2024, 07:54 PM - Forum: Web Scraping & Web Development - No Replies

i am Unable to use chrome profile session using selenium webdriver on render deployment in my local machine its properly working for my chrome path bu..... More

Print this item

  my code is not working
Posted by: erTurko - Nov-11-2024, 08:40 AM - Forum: General Coding Help - Replies (1)

I tried another solution, but it didnt work.
[img]file:///C:/Users/pc/OneDrive/Pictures/Screenshots/Ekran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202024-11-1..... More

Print this item

Question [split] How to ask Smart Questions (thread title expansion)
Posted by: darkuser - Nov-11-2024, 07:48 AM - Forum: General Coding Help - Replies (4)

Hi. I'm trying to use semicolon for execute two command on one line but this is the result. Can anyone explain why?
[output]>>> a=4
>>> b=5
>>> a;b..... More

Print this item

  I have a problem with the IF Statement
Posted by: chlyde01 - Nov-11-2024, 02:29 AM - Forum: General Coding Help - Replies (3)

[python]
colors1=[ ]
colors2=[ ]
colors3=[ ]
for i in range(0,49):
if colors1[ i ]==chooseTerm:
..... More

Print this item

  GPIOzero Newbe Question
Posted by: Rchrd - Nov-10-2024, 03:33 PM - Forum: General Coding Help - No Replies

If I may be so bold to ask is the following code is proper GIOzero code?

[python]import RPi.GPIO as GPIO
from tkinter import *
from tkinter impo..... More

Print this item

  I cannot create a virtual environment on visual studio code using python
Posted by: Willem_Aucamp316 - Nov-10-2024, 10:58 AM - Forum: General Coding Help - Replies (2)

Hello everyone, I am completely new and just wanted to start a virtual environment using python on visual studio code. After opening a new terminal I ..... More

Print this item

  Still difficulties using oop
Posted by: paul18fr - Nov-10-2024, 09:58 AM - Forum: General Coding Help - Replies (3)

Hi,

I'l trying to use oop, but some stufs remain still unclear for me, both in practice and in "thinking" oop.

The following test is quite basic..... More

Print this item

  Problem with pathlib ?
Posted by: Ota - Nov-10-2024, 07:12 AM - Forum: General Coding Help - Replies (3)

I have trouble while using the pathlib. Statement: mypath = pathlib.Path(sys.argv[0]).parent works fine on Windows (Python 3...... More

Print this item

  Regarding The For Loop
Posted by: Hudjefa - Nov-10-2024, 05:30 AM - Forum: General Coding Help - Replies (5)

for i in range(2):
    print("Hello")
I'd like some help regarding how this actually works.
Here's what I think is going on:

..... More

Print this item

  Annotating live tkinter graph with matplotlib annotations
Posted by: joeypyro - Nov-09-2024, 06:28 PM - Forum: GUI - Replies (1)

    Hi, this is my first post, I can assure you I have blown up ChatGpt to get this figured out, and tried some tutorials without this co..... More

Print this item

  sending strings to arduino over serial/accessing DLLs
Posted by: HeWhoHas - Nov-09-2024, 06:01 PM - Forum: General Coding Help - No Replies

Hello there,
I have been undergoing a personal project for a while, involving sending 6 separate strings to an Arduino over serial communication. I c..... More

Print this item

Big Grin New Log system using SQLite!
Posted by: StegoDandy - Nov-09-2024, 12:15 AM - Forum: Code Review - No Replies

I'm new to coding, and I'm self taught. recently, I made a sort of log database system using SQLite. I'm very proud that i got it to work, but I'm als..... More

Print this item

Smile Print Mystery
Posted by: Rchrd - Nov-08-2024, 03:53 PM - Forum: General Coding Help - Replies (3)

This is my first thread, so please excuse my newbie errors and mistakes Blush Blush
The first print works just fine, but the second print c..... More

Print this item

  print/save on pdf
Posted by: starwhale - Nov-08-2024, 12:12 PM - Forum: General Coding Help - Replies (3)

hi. i'm rookie in python programming and, yes, i'm pretty rough in code writing (in english writing also).
so: i need to modify a large number of pdf..... More

Print this item

  Help on tkinter module
Posted by: upendra - Nov-08-2024, 09:46 AM - Forum: General Coding Help - Replies (8)

HI Team,

As am unable to run python code in both google colabs and Visual studio, getting below error tried all basic trouble shooting which has no..... More

Print this item

  Windows not responding pygame NOOB
Posted by: Vasuki - Nov-07-2024, 09:17 AM - Forum: Game Development - Replies (1)

im a beginner and just really started while i copy some tutorial in youtube i find my window for pygame not responding been searching for hours what i..... More


Attached Files

.py   P2.py (Size: 3.17 KB / Downloads: 101)
Print this item

  the name of a sequence of numbers
Posted by: Skaperen - Nov-07-2024, 12:55 AM - Forum: Bar - Replies (6)

i once saw a reordered sequence of numbers which when expressed in binary there would only be one bit that was different between adjacent numbers of t..... More

Print this item

  Issue with highlighting on pygame
Posted by: alexD - Nov-06-2024, 04:28 PM - Forum: Game Development - Replies (3)

This is what me and my partner have done for the project so far, the issue is the highlight used to show where the next person has to play has a sort ..... More


Attached Files

Thumbnail(s)
       

.py   main.py (Size: 5.53 KB / Downloads: 104)
Print this item

  tools
Posted by: lindabelmore - Nov-06-2024, 04:26 PM - Forum: Bar - Replies (1)

Hi! I need an SEO tool for my small business that provides site analysis with options to customize the features. I’d love to hear from anyone who has ..... More

Print this item

  Regarding Defined Functions
Posted by: Hudjefa - Nov-05-2024, 01:10 AM - Forum: General Coding Help - Replies (1)

I wrote a Python code for what's called rerandomization in statistics. See below:

[python]number_data = int(input("Enter size of data for each grou..... More

Print this item

  Update Image on Button Click
Posted by: the_muffin_man - Nov-04-2024, 11:47 PM - Forum: GUI - Replies (2)

Hi,

I have asked this before and searched online. The answers i am getting are just far beyond where I am up to. My code may not be the most effic..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  where should DEFAULT_CIPH... 2 hours ago Skaperen Skaperen General Codin...
  Eight Queens Problem, err... 2 hours ago snl_9527 snl_9527 General Codin...
  Get the string after a sp... 5 hours ago JanJan JanJan General Codin...
  I am sending messages usi... Yesterday, 09:38 Hendrikb Hendrikb General Codin...
  function arguments Yesterday, 06:48 Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... Yesterday, 05:45 Winfried Winfried General Codin...
  how to delete thread 04-28, 19:30 Azdaghost DeaD_EyE Board
  Atari Ping Pong Game 04-28, 17:04 Azdaghost deanhystad Code sharing
  not running 04-28, 16:08 Azdaghost deanhystad General Codin...
  [split] How to continue c... 04-28, 16:02 pythonnewbie62 deanhystad General Codin...
  Web Scraping / API 04-28, 13:40 nautifi deepvyas Jobs
Most views
  The best Prog... 557354
  Tutorial Requ... 424383
  Web Scraping ... 422891
  Newbie with P... 350954
  Thread remain... 324887
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12034
buran 8165
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
arturioworker Yesterday
wayenia Yesterday
davidmartin Yesterday
donjon4500 Yesterday
dadsdsdadsad Yesterday

User Panel Messages

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