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,237
» Latest member: alexmaarley8855
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

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

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 4
» Views: 91
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 95
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 70
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 106
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,062
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,364
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,555
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 186
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,442

 
  Creating csv files from Excel file
Posted by: azizrasul - Oct-27-2022, 09:37 PM - Forum: General Coding Help - Replies (40)

I want to transfer worksheets in a workbook into individual csv files per worksheet (I am experimenting with 1 worksheet at the moment). I found the f..... More

Print this item

  Determine whether text in QTableView cell is fully visible or not
Posted by: random_nick - Oct-27-2022, 09:29 PM - Forum: GUI - No Replies

Hi!

I need to implement a feature for QTableView which many spreadsheet programs have. For example, LibreOffice Calc shows an arrow for a cell if t..... More

Print this item

  Version Control with GIT
Posted by: Larz60+ - Oct-27-2022, 08:15 PM - Forum: News and Discussions - Replies (1)

This site is new to me, but started in 2018 and appears to be updated on a regular basis.
I have used git for a long time, but am only familiar with ..... More

Print this item

  Modifying a date format
Posted by: jehoshua - Oct-27-2022, 08:14 PM - Forum: General Coding Help - Replies (17)

I have some QIF data in a file, and the 'Date" record needs modifying. The Dates are of the format

D4/7'2004

and they need to be changed to

D..... More

Print this item

  run a command, capture output, what form do you want?
Posted by: Skaperen - Oct-27-2022, 07:04 PM - Forum: News and Discussions - Replies (7)

when you run a command with the intent to get the output of that command, in what form would be most convenient for you?

1. what if the command is..... More

Print this item

  Wsgiref with asyncio ?
Posted by: JohnnyCoffee - Oct-27-2022, 06:59 PM - Forum: Networking - Replies (8)

I'm wanting to relate the asyncio module with wsgiref to work with asynchronous requests could anyone give me an idea of a functional implementation ?..... More

Print this item

  ibm_db install problem
Posted by: mesi1000 - Oct-27-2022, 05:52 PM - Forum: General Coding Help - Replies (1)

I have problem to install ibm_db on Windows Home 10
I managed to install it in Visual Studio with the info successfull instalation but when trying to..... More

Print this item

  delete all files and subdirectory from a main folder
Posted by: mg24 - Oct-27-2022, 12:54 PM - Forum: General Coding Help - Replies (7)

Hi Team,

I want to delete all files and subfolder from a main directory.
D:\\Data\abc.txt,abc.csv,xyz.pdf etc.
Delete all content from Data folde..... More

Print this item

  reading in a doc
Posted by: IOHANNES - Oct-27-2022, 10:53 AM - Forum: General Coding Help - Replies (4)

Hi i come back with a problem. Again. I code the second module of my program, this one have to match two docs, one containing a novel's list and the s..... More

Print this item

  Etiquette
Posted by: rob101 - Oct-27-2022, 08:41 AM - Forum: Bar - Replies (2)

As I'm relatively new to this Forum site, I'm unsure about the etiquette with regards to a reputation boost.

First of all: my sincere thanks to eve..... More

Print this item

  can I setup another IP for my computer while running app?
Posted by: korenron - Oct-27-2022, 08:32 AM - Forum: General Coding Help - Replies (3)

Hello,
can I run a code that will add another IP to my network card?

for example
my computer is now 10.0.0.2/24
can I make it add 192.168.1.2/..... More

Print this item

Video Need help creating game menu with clickable buttons
Posted by: BliepMonster - Oct-27-2022, 08:12 AM - Forum: News and Discussions - Replies (2)

Hello

I've been developing a game for the last 7 weeks or so, but it's just a text game. I want to have like a menu for the game with clickable but..... More

Print this item

  Automate MML Commands
Posted by: saisankalpj - Oct-27-2022, 07:46 AM - Forum: General Coding Help - Replies (10)

I need to extract files from U2020 server. For this purpose i need to run MML Commands.I have the commands with me.But each time instead of manually e..... More

Print this item

  Explain the python code in this definition
Posted by: Led_Zeppelin - Oct-26-2022, 08:32 PM - Forum: General Coding Help - Replies (1)

I found the following python o online and it looks very useful to me.

[code]
def get_mean_features(sensor_list, df):
"""
Function to ge..... More

Print this item

  Plotly send pandas.errors.UndefinedVariableError.
Posted by: Frankduc - Oct-26-2022, 07:18 PM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to create a chart from data in xlsx.

[python]
import pandas as pd
import plotly.express as px


dataframe1 = pd.read_exc..... More

Print this item

  how to make sure an input is from the wanted type
Posted by: astral_travel - Oct-26-2022, 05:56 PM - Forum: General Coding Help - Replies (16)

hey guys,
so as a continuation of the previous thread - and taking my own code (as it is easier for me to comprehend) , how do you make sure an input..... More

Print this item

  newbie here
Posted by: blacknero004 - Oct-26-2022, 05:18 PM - Forum: Homework - Replies (2)

hi.i am struggling with my code because i dont get it why.
my code is:
[python]
def isPrime(x):
"""Returns whether or not the given number x i..... More

Print this item

  Command line argument issue space issue
Posted by: mg24 - Oct-26-2022, 03:48 PM - Forum: General Coding Help - Replies (5)

Hi Team,

I am running this script via command line it is working.
python test.py sql_Table1 "\\IND200300400.XXX.XXXX.XXX\Recon Project\output1"
..... More

Print this item

Bug Writing in a document problem
Posted by: IOHANNES - Oct-26-2022, 11:45 AM - Forum: General Coding Help - Replies (4)

Hi everyone, i'm French and i try to code in python language. In university we have to code in html/xml and i try to developp an app that put automati..... More

Print this item

  Code won't break While loop or go back to the input?
Posted by: MrKnd94 - Oct-26-2022, 09:36 AM - Forum: General Coding Help - Replies (2)

Hello,

I'm trying to input a list with a While loop, and then print the list when it is over 100 (the number), but it keeps going even though I put..... More

Print this item

  a wish
Posted by: Skaperen - Oct-26-2022, 12:35 AM - Forum: Bar - No Replies

i wish i really could get my real life weight down to that of a duck. oh wait. that would be too far underweight.

Print this item

  1 in (True,)
Posted by: Skaperen - Oct-26-2022, 12:31 AM - Forum: News and Discussions - Replies (1)

Output:
>>> 1 in (True,) True
i finally got a round tuit and tested this. and it was so simple to test. what i need to do is m..... More

Print this item

  Asyncio | Websockets - general problem starting the server
Posted by: dreamer - Oct-25-2022, 09:40 PM - Forum: Networking - Replies (5)

Hi,

Unfortunately, my experience in websocket programming is not yet great.

I am trying to migrate my current simplewebsocket server to the sock..... More

Print this item

  BeautifulSoup - I can't translate html tags that contain <a href=..</a> OR <em></em>
Posted by: Melcu54 - Oct-25-2022, 05:22 PM - Forum: General Coding Help - Replies (10)

I can't translate html tags that contain other tags (such as <a href=..</a> OR <em></em>)

In example below, the paragraph [b]<p class JAGAAA>..</p>..... More

Print this item

  Сheck if an element from a list is in another list that contains a namedtuple
Posted by: elnk - Oct-25-2022, 04:26 PM - Forum: General Coding Help - Replies (8)

Hello, i have this code:

[python]def some_generator(some_args):
Import = namedtuple("Import", ["module", "name", "alias"]) # "module", "name" and..... More

Print this item

  repeating a user_input
Posted by: astral_travel - Oct-25-2022, 03:49 PM - Forum: General Coding Help - Replies (17)

okay, so i have this code:

[python]
import random

RNumber = random.randint(0,10)

user_input = int(input("please guess a number between 0 and..... More

Print this item

Question Is the book "automate the boring stuff" still relevant?
Posted by: Pyrathon - Oct-25-2022, 02:59 PM - Forum: News and Discussions - Replies (1)

Hey guys, is this book still good for learning the newest version of Python?
I'm a starter and have no..... More

Print this item

  python logger help ... save logger into different folder
Posted by: mg24 - Oct-25-2022, 01:49 PM - Forum: General Coding Help - Replies (1)

Hi Team,

I am using below code for logger.
Created logger function. and calling that function its working.


I want to save logger file into d..... More

Print this item

  Move column to the right if it starts with a letter
Posted by: mfernandes - Oct-25-2022, 11:22 AM - Forum: General Coding Help - No Replies

I want to move all columns to the right if my row starts with a letter, not a number.
Dataframe that I have:
[python]
var1 var2 var3 ...
9 ..... More

Print this item

  i would like this kind of logic
Posted by: Skaperen - Oct-25-2022, 03:27 AM - Forum: News and Discussions - No Replies

back in my assembly language days i could put together some logic where i had 2 conditionals (lets call them A and B) and 2 bodies of code (C and D). ..... More

Print this item

  remove none
Posted by: tommasoProne - Oct-24-2022, 06:30 PM - Forum: General Coding Help - Replies (1)

Hello world, I have a problems whit code, my code is in Italian, I post my code down.
[python]
import math

hello_message = print("""
CALCOLATRIC..... More

Print this item

  How to hardcode event.state? (tkinter)
Posted by: philipbergwerf - Oct-24-2022, 12:55 PM - Forum: General Coding Help - Replies (1)

I have a small question.
if I print the key event while holding shift and control I see:
`<KeyPress event state=Shift|Control|Mod2 keysym=Left keyco..... More

Print this item

  Django authenticate problem
Posted by: Carolzi - Oct-24-2022, 07:10 AM - Forum: General Coding Help - No Replies

this is my form in form.py:
[python]
from django import forms
from django.contrib.auth.models import User


class UserRegistrationForm(forms.Mod..... More

Print this item

  multi-threaded tcp server-newbie
Posted by: gary - Oct-24-2022, 03:27 AM - Forum: Networking - Replies (15)

I am a newbie and starting to learn python. I have a task of developing multi-threaded server which can handle upto 3 clients. I have looked at differ..... More

Print this item

  Getting my choices to display fro some reason it isnt working.
Posted by: dgizzly - Oct-24-2022, 12:23 AM - Forum: Homework - Replies (5)

[python]choice = 0

while choice != QUIT:
#Display menu & prompt user for choice
print("\nChoose one of the following options")
print..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 1 hour ago Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578684
  Tutorial Requ... 509127
  Web Scraping ... 441840
  Newbie with P... 385793
  New Users Int... 375062
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
alexmaarley8855 Yesterday
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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