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,614
» Latest member: Clement20
» Forum threads: 38,669
» Forum posts: 175,255

Full Statistics

Online Users
There are currently 240 online users.
» 0 Member(s) | 232 Guest(s)
Baidu, Bing, Internet Archive, Google, Facebook Dev

Latest Threads
auto applying for jobs
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 2
» Views: 112
please help with image re...
Forum: General Coding Help
Last Post: magnus28
Yesterday, 03:14 PM
» Replies: 5
» Views: 174
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
Yesterday, 12:39 PM
» Replies: 4
» Views: 151
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Yesterday, 06:39 AM
» Replies: 8
» Views: 2,725
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Jul-25-2025, 11:26 PM
» Replies: 1
» Views: 23,571
How to use a proxy when w...
Forum: Web Scraping & Web Development
Last Post: Jemercyli
Jul-25-2025, 04:02 PM
» Replies: 1
» Views: 3,101
Key Logger
Forum: Homework
Last Post: Novaboxxx
Jul-25-2025, 02:42 AM
» Replies: 0
» Views: 100
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,465
veri kazıma
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-24-2025, 07:30 AM
» Replies: 11
» Views: 418
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: MilesWeb
Jul-23-2025, 07:08 AM
» Replies: 5
» Views: 6,528

 
  Coding Improvement
Posted by: MoreMoney - Mar-21-2024, 11:12 AM - Forum: Homework - Replies (6)

Trying to make completion time faster and stable, anyone have better code for that?

Here is my try

[python]import time

def find_pin(pin):
..... More

Print this item

  Can rich.logging output to file?
Posted by: pyfoo - Mar-21-2024, 10:15 AM - Forum: General Coding Help - Replies (1)

Hi,

I am trying to use rich.logging to have more readable logs. Can this be done? As you will see I'm not doing well! ;)

Originally I had the ..... More

Print this item

  Plotting streamlines of the velocity field within an ice sheet
Posted by: verhaegenyoni - Mar-21-2024, 08:20 AM - Forum: General Coding Help - Replies (1)

Hi all,

I have a flow field with horizontal (realxh) and vertical (realzh) coordinates and ice flow velocities (vertical (wi) and horizontal (ui)),..... More


Attached Files

Thumbnail(s)
   

.zip   icesheet.zip (Size: 11.19 KB / Downloads: 356)
Print this item

  Detecting Solar Radio Burst Using Python
Posted by: hermelindascott - Mar-21-2024, 07:57 AM - Forum: Game Development - Replies (4)

I need to detect solar radio bursts using python. The spectograms are in .fits file. Can anyone help me to brainstorm the methodology to do this? As f..... More

Print this item

  FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries i
Posted by: sawtooth500 - Mar-21-2024, 01:54 AM - Forum: General Coding Help - Replies (3)

[python]
wtd = pd.DataFrame(columns = df.columns)


indexarr = []
appender = 0

for index in range(1, df.shape[0]):

if df.iat[index, 1] ..... More

Print this item

  How to include one script into another?
Posted by: MorningWave - Mar-21-2024, 12:12 AM - Forum: General Coding Help - Replies (8)

This is not about the include command.
I am a PHP developer, just starting on python. I got stuck when I tried to save parts of the scripts into a se..... More

Print this item

  Help with creating folder and "virtual environment"
Posted by: AudunNilsen - Mar-20-2024, 08:22 PM - Forum: General Coding Help - Replies (1)

Hi

I want to make use of GitHub-programs, and so I downloaded a bunch of Python-tools.

When I run this command in "Python 3.12", which looks lik..... More

Print this item

  Error 404 when loading my webpage
Posted by: dissi - Mar-20-2024, 03:12 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

i'm new to this whole thing. I'm trying to create a project. For the UI i want a webpage and i'm sitting on that page for longer then i wanted...... More

Print this item

  Concatenate array for 3D plotting
Posted by: armanditod - Mar-20-2024, 02:54 PM - Forum: General Coding Help - Replies (1)

hello everyone,

i am trying to plot this : (first image). It's basically a cylinder with two hemisphere : one on the top of the cylinder and one on..... More


Attached Files

Thumbnail(s)
       
Print this item

  optimum chess endgame with D=3 pieces doesn't give an exact moves_to_mate variable
Posted by: max22 - Mar-20-2024, 01:25 PM - Forum: General Coding Help - Replies (1)

I have just upgraded my code for computing completely optimally for both players a chess endgame as given here:
https://pastebin.com/jQ0..... More

Print this item

  my venv is not loading
Posted by: njoki - Mar-20-2024, 06:14 AM - Forum: General Coding Help - Replies (1)

i created a virtual environment in my command prompt and activated it. i then opened my files through vs code but when i want to activate the previous..... More

Print this item

  Cannot remove one of the x-ticks from a 2x1 subplot.
Posted by: generalzu10 - Mar-20-2024, 02:37 AM - Forum: General Coding Help - Replies (1)

Hi. I posted this question on Stack Exchange, and I am posting it here as well incase anyone can help here.

I will post the full text here. Any help..... More

Print this item

  Python Jira Connectivity
Posted by: Shyam - Mar-19-2024, 05:43 PM - Forum: General Coding Help - Replies (1)

Hi Team,

Using Python I have established a connection with Jira and am able to extract data for specific projects,

Please confirm is there any..... More

Print this item

  Pivoting the data does not return what I am expecting
Posted by: loulou1997 - Mar-19-2024, 04:52 PM - Forum: Homework - Replies (2)

Hi, I have a coding assignment where I am required to pivot the following data:

face_id Manipulation condition score
101 Ave..... More

Print this item

Brick Number stored as text with openpyxl
Posted by: CAD79 - Mar-19-2024, 12:30 PM - Forum: General Coding Help - Replies (2)

I've got a code for formatting and parsing data (the code doesn't look nice but I started learning python last week, all I want just now is functional..... More

Print this item

  Low code b2b e-commerce solution
Posted by: makc - Mar-19-2024, 10:37 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi!

Need some help in choosing right solution.

Problem:
Faced scalability issues with woocommerce(wordpress) on VPS hosting. 10’000 products + mult..... More

Print this item

  a better way to code this to fix a URL?
Posted by: Skaperen - Mar-19-2024, 05:10 AM - Forum: News and Discussions - Replies (10)

i have this silly code meant to fix a URL that is missing as many as 7 start characters:
[python]
if url.startswith('//'): url = 'https:' + url
if ..... More

Print this item

  For loop in Django
Posted by: Sowmya - Mar-19-2024, 04:11 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all
For loop is not working in my CMD when do operations on DB tables in Django
import random

>>> import random
>>>
>>> for vege in veges:
..... More

Print this item

  Order by Django
Posted by: Sowmya - Mar-19-2024, 04:08 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all
I am not getting descending order of my DB table contents I am getting Ascending Order like this vege = Receipe.objects.all().order_by('-recei..... More

Print this item

Information automatic document renaming
Posted by: lisa_d - Mar-19-2024, 01:20 AM - Forum: General Coding Help - Replies (2)

Hi, I am trying to get a script written up to rename PDF and word documents in a certain folder by using the text in the documents.
I need them name..... More


Attached Files

Thumbnail(s)
   
Print this item

  Can provide python tutoring and project help
Posted by: Zahiba_Siddiqui - Mar-18-2024, 04:36 PM - Forum: Jobs - Replies (2)

Hi
im a python dev and tutor having taught students of different levels so hold good experience . If you are looking for a tutor to learn python fro..... More

Print this item

  Help with simple code
Posted by: JacobSkinner - Mar-18-2024, 04:14 PM - Forum: General Coding Help - Replies (1)

I have a project where I have to provide a code that calculates the largest and smallest of three integer values given. I think that I have the code p..... More

Print this item

  Document on Django
Posted by: Sowmya - Mar-18-2024, 03:02 PM - Forum: Web Scraping & Web Development - No Replies

Hi all
Can anyone please help to share good document on Django?

Print this item

  User Interaction with Graph in GUI
Posted by: Marty23 - Mar-18-2024, 08:59 AM - Forum: GUI - Replies (1)

So I am relatively new to gui's in python, but I am trying to make an interactive graph, such that a user enters in 3 values in the boxes given, this ..... More

Print this item

  CRUD in Update operation in Django
Posted by: Sowmya - Mar-18-2024, 04:03 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi all
I am working on Django Update operation in CRUD . I used this code
[python]def update_receipe(request,id):
queryset = Receipe.objects.ge..... More

Print this item

  list.sort() returning None
Posted by: SmallCoder14 - Mar-17-2024, 10:52 PM - Forum: General Coding Help - Replies (8)

Hi,

So I'm trying to code a script that uses requests and bs4 to go to https://news.ycombinator.com/news, and print out the most number of upvotes...... More

Print this item

  I have this coding exercise to find how much money take Barrack Obama and Romney Mitt
Posted by: vasiliskarv - Mar-17-2024, 05:21 PM - Forum: Homework - Replies (1)

[python]import pandas as pd
import matplotlib.pyplot as plt
import matplotlib
from collections import defaultdict

matplotlib.style.use('ggplot')..... More

Print this item

  Request for Feedback: Python Website Accessibility
Posted by: jimmyande - Mar-17-2024, 03:24 AM - Forum: News and Discussions - Replies (2)

Dear Python Community,

I hope this message finds you well. As an advocate for inclusivity and accessibility in technology, I wanted to open a discuss..... More

Print this item

  Anyway to stop a thread and continue it?
Posted by: dimidgen - Mar-16-2024, 06:37 PM - Forum: General Coding Help - Replies (2)

Hi all,

I am using the threading module to run a while loop as a thread which scrapes stock information off of Yahoo Finance and appends it to a cs..... More

Print this item

Sad Selenium update broke python code
Posted by: genericusername12414 - Mar-16-2024, 05:45 PM - Forum: General Coding Help - Replies (1)

This simple scraping script worked perfectly a few years ago. Today it no longer works, I suspect updates to selenium may have broken old commands. An..... More

Print this item

  A Programmer Named Tim
Posted by: Angelical - Mar-16-2024, 04:32 PM - Forum: Board - Replies (3)

It says on my Account that I am, “A Programmer Named Tim” and I see many Accounts say that. Does anyone know what it means?

Print this item

Information Comparing cloud hosts for serverless functions (FaaS) for Python
Posted by: hmartin - Mar-16-2024, 04:30 PM - Forum: Web Scraping & Web Development - No Replies

I was going crazy trying to compare Python cloud function hosts and started taking notes ... hope this helps someone, feedback welcome! https://github..... More

Print this item

  kill python execution program
Posted by: lebossejames - Mar-16-2024, 11:16 AM - Forum: General Coding Help - No Replies

Dear,

I want to stop my python program by a bash script normally so i have these code:

[python]
from time import sleep
import sys
import os..... More

Print this item

  Bootstrap Django
Posted by: Sowmya - Mar-16-2024, 09:22 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all.
I want to add nav bar to my Django project. So I copied Html code from Bootstrap to my Django Html. It worked properly.
So, the Youtuber sai..... More


Attached Files

Thumbnail(s)
   
Print this item

  Undestanding asyncio (Solved)
Posted by: ebolisa - Mar-16-2024, 05:09 AM - Forum: General Coding Help - Replies (2)

Hi,
I've a test code below which connects to a AWS server but it doesn't loop every 10s.
What do I've to do so it loops? Also, I get a warning for l..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  auto applying for jobs 3 hours ago alextony85 noisefloor General Codin...
  please help with image re... Yesterday, 15:14 magnus28 magnus28 General Codin...
  [Tkinter] passing value f... Yesterday, 12:39 iqbshaik deanhystad GUI
  Gmpy2 Newbie Working on P... Yesterday, 06:39 charlesrkiss SofiaJone General Codin...
  Create bot to automate op... 07-25, 23:26 JonatasCavalini liberwicca General Codin...
  How to use a proxy when w... 07-25, 16:02 swiftproxy Jemercyli Web Scraping ...
  Key Logger 07-25, 02:42 Novaboxxx Novaboxxx Homework
  How to Create Swagger/Ope... 07-24, 17:47 tlopezdh amandaevans Web Scraping ...
  veri kazıma 07-24, 07:30 fehmikonkur DeaD_EyE Web Scraping ...
  Can I develop a live vide... 07-23, 07:08 mtrkhan MilesWeb Web Scraping ...
  python GUI - which to use... 07-23, 05:21 Johnse roshanchoudhary News and Disc...
Most views
  The best Prog... 572844
  Tutorial Requ... 485990
  Web Scraping ... 437310
  Newbie with P... 380355
  Thread remain... 351474
Most reputation
buran 581
snippsat 507
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+ 12074
buran 8175
snippsat 7352
deanhystad 6865
metulburr 5152
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Clement20 Today
connieann Yesterday
SINDHUJA Yesterday
SofiaJone Yesterday
Hiddeninplainsite Yesterday

User Panel Messages

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