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,929
» Latest member: KennedyRichadGuerra
» Forum threads: 38,719
» Forum posts: 175,495

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 39 Guest(s)
Bing, Google, Apple, lemonred

Latest Threads
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
5 minutes ago
» Replies: 7
» Views: 2,553
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
1 hour ago
» Replies: 7
» Views: 2,051
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 842
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 534
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,833
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,770
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 433
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 508
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,578
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,260

 
  Im at square one even with trying to install python
Posted by: origen - Jan-12-2024, 12:01 AM - Forum: General Coding Help - Replies (1)

Ok I just registared here so Im at square one even with trying to install python
I did the downloads but don't see how to install

anyway, looking..... More


Attached Files

Thumbnail(s)
   
Print this item

  writing and running code in vscode without saving it
Posted by: akbarza - Jan-11-2024, 11:55 AM - Forum: General Coding Help - Replies (5)

hi
I want to write some code in vs code and then run it without saving the code in any place. is it possible?
if it is possible, how can I do it?
f..... More

Print this item

  question about __repr__ in a class
Posted by: akbarza - Jan-11-2024, 11:36 AM - Forum: General Coding Help - Replies (4)

hi
the below code is in:https://rea[url=https://python-forum.io/thread-41407.html]..... More

Print this item

  Why can't I copy and past only ONE specific tab?
Posted by: NewWorldRonin - Jan-10-2024, 05:50 PM - Forum: General Coding Help - Replies (8)

Hello,
This is my first post, be gentle. :)

I am an expert Excel user who is now venturing into Python in an effort to automate "the boring stuff"..... More

Print this item

  This result object does not return rows. It has been closed automatically
Posted by: dawid294 - Jan-10-2024, 04:52 PM - Forum: General Coding Help - Replies (5)

Hi colleagues, Can you help me with this? I know that here are the most of discussion about this problem, but i can not solve it. I red that i have to..... More

Print this item

  Variable definitions inside loop / could be better?
Posted by: gugarciap - Jan-09-2024, 09:36 PM - Forum: General Coding Help - Replies (2)

Dear Python Community,

I use Python a lot for my company projects, and I ussually do some taslks that seems to
repeats every time. For instance,I..... More

Print this item

  Call for Speakers for the 2024 Carolina Code Conference is open until April 15th
Posted by: brightball - Jan-09-2024, 06:57 PM - Forum: News and Discussions - No Replies

A polyglot conference for all who code!

Just wanted to drop by and let everyone know that our Call for Speakers has opened for 2024. We're growing ..... More

Print this item

  run part of a script with a different version of Python
Posted by: jdog - Jan-09-2024, 02:20 PM - Forum: General Coding Help - Replies (3)

In my work environment, I have very little leeway with my the software configuration. I concurrently use two versions of python: a 2.xx version to acc..... More

Print this item

  Parsing large JSON
Posted by: josvink66 - Jan-09-2024, 11:46 AM - Forum: General Coding Help - Replies (5)

Hi!

I'm am very new to Python but love playing with it. What I want to accomplice is to get the content of the following JSON url: https://raw.gith..... More

Print this item

  I am getting an error while finding the moving_average_of_peaks
Posted by: sayedsadat - Jan-08-2024, 11:26 PM - Forum: News and Discussions - Replies (1)

Hello Guys! Smile
firstly I would like to say happy new year to all of you,
secondly, its a few days which the following code makes me busy, ..... More

Print this item

  If statement question help
Posted by: Gatso100 - Jan-08-2024, 06:00 PM - Forum: Homework - Replies (5)

Hi guys,

New to this forum and to the programming language. I was hoping someone could help me out with he following task I have been given. Belo..... More

Print this item

  Unit Testing Set Up and Use
Posted by: RockBlok - Jan-08-2024, 05:17 PM - Forum: General Coding Help - Replies (2)

Hello again,

I found the unittest documentation and put together this simple scenario based on a tutorial I'm working through.

My question: Is i..... More

Print this item

  Writing a Linear Search algorithm - malformed string representation
Posted by: Drone4four - Jan-08-2024, 01:28 PM - Forum: General Coding Help - Replies (10)

I am writing a linear search algorithm. I've got the main logic under my belt but it's the string representation that I haven't got right. Below is my..... More

Print this item

  use .sql instead of script
Posted by: dawid294 - Jan-08-2024, 12:09 PM - Forum: General Coding Help - No Replies

Hi, I have one question , is possible to replace one thing on the script . I have the script. It works good, but i would like use text.sql intead of ..... More

Print this item

  Building a DoublyLinkedList in Python - - append method
Posted by: Drone4four - Jan-08-2024, 10:42 AM - Forum: General Coding Help - Replies (2)

Greetings Pythonistas!

I am learning how to write basic algorithms in Python but am taking an unusual approach. I am taking a Udemy course which te..... More

Print this item

  Works first time, not second time, no code changes in between
Posted by: m_g - Jan-08-2024, 01:24 AM - Forum: Homework - Replies (1)

Hi! Python beginner here.
In the screenshot, you can see me execute the same command twice in a row. The first time it works like it's supposed to, ..... More


Attached Files

Thumbnail(s)
   
Print this item

  question about descriptor
Posted by: akbarza - Jan-07-2024, 11:54 AM - Forum: General Coding Help - Replies (5)

hi
the below code is in :https://docs.python.org/3/howto/descriptor.html

[python]impor..... More

Print this item

  problem using coloeama module
Posted by: akbarza - Jan-07-2024, 11:40 AM - Forum: General Coding Help - Replies (3)

hi
the bellow code:
[python]'''
colorama usage.
from net has been taken.
'''

from colorama import Fore
print(Fore.YELLOW+" hello,world")
pri..... More

Print this item

  Remove part of the code
Posted by: hack3rcon - Jan-06-2024, 11:18 AM - Forum: General Coding Help - Replies (5)

Hello,
The following code checks both the username and the MAC address:
[python]
#!/usr/bin/python3

import re
import sys


db_file = '/etc/o..... More

Print this item

  tables in Excel
Posted by: MaartenRo - Jan-06-2024, 06:35 AM - Forum: General Coding Help - Replies (3)

Hi,

I have an Excel workbook with two sheets, called "Sheet1" and "Sheet2" with both 2 columns and 4 rows of data. They also have column headers. I..... More


Attached Files

.xlsx   Map1.xlsx (Size: 10.57 KB / Downloads: 191)
Print this item

  PAGE 8.0 RELEASED
Posted by: rob101 - Jan-05-2024, 06:03 PM - Forum: News and Discussions - Replies (4)

San Francisco, California: Don Rozenberg, creator of PAGE, today (Jan 1st 2024) announced version 8.0 of PAGE, a GUI designer for Python. PAGE 8.0 is ..... More

Print this item

  Compare folder A and subfolder B and display files that are in folder A but not in su
Posted by: Melcu54 - Jan-05-2024, 11:59 AM - Forum: General Coding Help - Replies (3)

Create a code that compares c:\Folder-Oana\extracted\ and c:\Folder-Oana\extracted\translated\ and shows me the files that are in the first folder, bu..... More

Print this item

  How do I organize my simple ftp modules?
Posted by: blobdx7 - Jan-05-2024, 10:47 AM - Forum: General Coding Help - Replies (3)

HI,
i'm very new to python, I'm trying to write some ftp modules for reuse.

Here are my modules/files list:
my_ftp.py: contains definition of my ftp..... More

Print this item

  Grouping in pandas/multi-index data frame
Posted by: Aleqsie - Jan-05-2024, 02:27 AM - Forum: Data Science - Replies (3)

I am trying to group this data frame from CSV file. It is a long data frame with multiple countries under the column COUNTRY and corresponding differe..... More

Print this item

  Python career recommendations
Posted by: skarface19 - Jan-04-2024, 08:15 PM - Forum: News and Discussions - No Replies

Hello,

I am new to this forum. Basically I subscribed here because I need your guidance. I have decided that this year my focus will be solely Pyth..... More

Print this item

  tkinter - touchscreen, push the button like click the mouse
Posted by: John64 - Jan-04-2024, 05:25 PM - Forum: GUI - Replies (5)

Hi,
I have PanelPC (Advantech) - Touchscreen computer with Windows10 Pro. Im build an app on Python to communicate with PLC Siemens via TCP. It's work..... More

Print this item

Information HTTP Client 2/3, multiplexed connection, advanced security, DNS-over-QUIC, etc..
Posted by: Ousret - Jan-03-2024, 08:04 PM - Forum: News and Discussions - No Replies

Hello,

I am proposing the community to discover a HTTP client that ideally is a drop-in replacement of the popular Requests.
Also opening that dis..... More

Print this item

  [solved] list content check
Posted by: paul18fr - Jan-03-2024, 02:10 PM - Forum: General Coding Help - Replies (6)

Hi,

I've a very naïve question, is there a simplier way to test a list content?b Smile
(solution#2 does the job in a single line)

Paul

..... More

Print this item

  unexpected EOF while parsing
Posted by: dawid294 - Jan-03-2024, 12:09 PM - Forum: General Coding Help - Replies (1)

Please can you help me where is the issue ? i do not know what i do wrong. thanks


[python]import cx_Oracle

try:
connection=cx_Oracle.con..... More

Print this item

  Survey on Python comments
Posted by: sgrey - Jan-03-2024, 04:18 AM - Forum: News and Discussions - Replies (1)

Hello! I apologize if this is not the most appropriate subforum. I need a few minutes of your time to help me conduct a survey for academic research.
..... More

Print this item

  Real Random Number Generator
Posted by: woodturner550 - Jan-02-2024, 11:54 PM - Forum: Code sharing - Replies (28)

The following has been copyrighted. If you don't understand it. It's new knowledge. Making an Indeterminate System from a Determinate System.

[pyt..... More

Print this item

  __init__() got multiple values for argument 'schema'
Posted by: dawid294 - Jan-02-2024, 09:04 PM - Forum: General Coding Help - Replies (4)

Hi , which packages do you use when you have issue __init__() got multiple values for argument 'schema'. how can i solve this issue. Which packages wi..... More

Print this item

  I want to add a bullet function to my game. how would i go about it?
Posted by: Iyjja - Jan-02-2024, 05:23 PM - Forum: Game Development - Replies (5)

I'm relatively new to python and I'm currently following a tutorial for a fighting game in pygame, but i want to add my own changes and additions. I'm..... More


Attached Files

.py   Even Cooler.py (Size: 2.35 KB / Downloads: 232)
.py   Player.py (Size: 6.75 KB / Downloads: 217)
Print this item

  Vb6Tkinter: a development tool designed with VB6 for Tkinter
Posted by: cdhigh - Jan-02-2024, 04:09 PM - Forum: Code sharing - No Replies

Vb6Tkinter is an addin for VB6 IDE.
After designing the form in VB6, you can use this addin to automatically generate executable Python/Tkinter code..... More

Print this item

  plsql developer in python
Posted by: dawid294 - Jan-02-2024, 03:23 PM - Forum: General Coding Help - No Replies

I have the problem with my script. The script works good, but not for big script. I would like to use big SQL script with left join , inner join and e..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Seeking feedback: dynamic... 5 minutes ago Bona2000 Bona2000 General Codin...
  403 Error 1 hour ago CaptainNewb CaptainNewb Web Scraping ...
  Select Python comment (#)... Yesterday, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
Most views
  The best Prog... 575673
  Tutorial Requ... 496803
  Web Scraping ... 439717
  Newbie with P... 383371
  New Users Int... 364716
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+ 12087
buran 8174
snippsat 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
KennedyRichadGuerra Today
Williefaree Today
faithsally Today
compuman145 Today
DeadEyes Today

User Panel Messages

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