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,488
» Latest member: Luis_Rivera
» Forum threads: 38,579
» Forum posts: 174,815

Full Statistics

Online Users
There are currently 616 online users.
» 0 Member(s) | 612 Guest(s)
Bing, Google, Mojeek, Yandex

Latest Threads
(Series) Advanced Game De...
Forum: Game Development
Last Post: FrankSmoot
2 hours ago
» Replies: 1
» Views: 655
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
Yesterday, 12:26 PM
» Replies: 13
» Views: 28,750
problems with netcdf if I...
Forum: General Coding Help
Last Post: vytlacfoto
Yesterday, 05:31 AM
» Replies: 17
» Views: 1,422
How to attach images to a...
Forum: Board
Last Post: sethmike9
May-19-2025, 04:08 AM
» Replies: 6
» Views: 8,899
How To Attach data Files
Forum: Board
Last Post: sethmike9
May-19-2025, 04:05 AM
» Replies: 3
» Views: 4,160
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 405
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 202
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 314
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 252
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,426

 
  Many iterations for loop question
Posted by: adesimone - Nov-12-2022, 12:49 AM - Forum: Homework - Replies (9)

Hi all,

I am trying to write a for loop that will iterate through 10 items in the Twaterout list, subtract those from the first item in Tairout, an..... More


Attached Files

.py   pythonforum.py (Size: 4.35 KB / Downloads: 279)
Print this item

  python get filename
Posted by: mg24 - Nov-11-2022, 10:36 PM - Forum: General Coding Help - Replies (2)

Hi Team,

I want to extract filename without extension. I know below methods
any other way of getting same output.
expected abc

[python]
fname..... More

Print this item

  python difference between sys.exit and exit()
Posted by: mg24 - Nov-11-2022, 09:38 PM - Forum: General Coding Help - Replies (1)

Hi Team,

In my project I used try except block ,
if exception occured I used sys.exit()

I saw exit() in someones code ,

[python]
when to ..... More

Print this item

  python manage variables across project level
Posted by: mg24 - Nov-11-2022, 09:20 PM - Forum: General Coding Help - Replies (1)

Hi Team,

how to manage variables which can be used in project level, instead of passing all variables from main def

In my project I am using to..... More

Print this item

  Visual Studio Code venv ibm_db error
Posted by: mesi1000 - Nov-11-2022, 08:14 PM - Forum: General Coding Help - Replies (7)

Visual Studio Code venv does not allow to pip install ibm_db ( Python 3.7.9)
whereas PyCharm venv allows and then work properlly for the same Python ..... More

Print this item

  How to output one value per request of the CSV and print it in another func?
Posted by: Student44 - Nov-11-2022, 03:33 PM - Forum: General Coding Help - Replies (3)

Can You please tell me how to do. The first function needs to read USERNAME column from csv file to output one value per request and the second functi..... More

Print this item

Question Simulate an answer based on user input [Beginner needs guidance]
Posted by: Bombardini - Nov-11-2022, 03:24 PM - Forum: Homework - Replies (1)

I'm a complete beginner looking for advice/guidance. Basically I want to build a program that simulates a suggestion based on existing probabilities a..... More

Print this item

  [Solved] unkown (to me) function def parm "name1:name2" syntax.
Posted by: MvGulik - Nov-11-2022, 09:49 AM - Forum: General Coding Help - Replies (5)

I came across a function definition (inside a class) which has a "name1: name2" part.
[python]def func(self, name1: name2):[/p..... More

Print this item

  how to silence this warning?
Posted by: Skaperen - Nov-11-2022, 05:24 AM - Forum: News and Discussions - Replies (7)

how to silence this warning?
[output]
lt1a/forums/2 /home/forums 5> box foo.py
+----<foo.py>---------------------+
| def foox(v): ..... More

Print this item

  code in a string?
Posted by: Skaperen - Nov-11-2022, 01:29 AM - Forum: News and Discussions - Replies (2)

has a way been worked out to have a block of source code be assigned to a string while also compiling the code as if that code was there without being..... More

Print this item

  [split] assignment help
Posted by: Shobana - Nov-11-2022, 01:24 AM - Forum: Homework - Replies (2)

Greetings from Shobana

Professionally I'm an "Admin cum HR" in a consulting company. I am new to IT world, and started my Data Science course. I h..... More


Attached Files

Thumbnail(s)
       
Print this item

  compiling with an undefined variable
Posted by: Skaperen - Nov-10-2022, 11:59 PM - Forum: News and Discussions - No Replies

while reviewing an old function/module i coded a few years ago, i realized that variable socket.AF_INET6 would not be defined..... More

Print this item

  Get User Mac Address ?
Posted by: JohnnyCoffee - Nov-10-2022, 07:04 PM - Forum: Networking - Replies (4)

I'm using the uuid module to try to capture the source mac address ( cleinte ). Using the code below locally I can get the source mac address (local d..... More

Print this item

  Webhook, post_data, GPIO partial changes
Posted by: DigitalID - Nov-10-2022, 04:38 PM - Forum: General Coding Help - Replies (2)

Okay,

I am a project oriented integrator, so I don't code on a regular basis, and I switch a lot between Arduino and Raspberry Pi, based on what th..... More

Print this item

  A combinations instance with random access
Posted by: Gribouillis - Nov-10-2022, 03:02 PM - Forum: Code sharing - No Replies

Instances of this class Combinations are slow replacements for itertools.combinations() if they are iterated. On the..... More

Print this item

  Plotting periodic function with fft
Posted by: schniefen - Nov-10-2022, 11:53 AM - Forum: Homework - No Replies

I want to plot a T-periodic function using a restricted set of Fourier coefficients. The function equals sin(x/tau) for 0<=x<(2*pi*tau) and 0 for (2*p..... More

Print this item

  pyinstaller false positives
Posted by: DPaul - Nov-10-2022, 09:37 AM - Forum: General Coding Help - Replies (2)

An executable produced by pyinstaller is automatically removed by my Norton antivirus.
I know this has been adressed by Buran (some time ago) and mult..... More

Print this item

  MultiThreading
Posted by: DPaul - Nov-10-2022, 06:55 AM - Forum: Bar - Replies (1)

Hi,
Not a showstopper or a bug, just a nice to have:
I basically use the multithreading code, proposed by Wavic:

[python]images = pathlib.Path('path_..... More

Print this item

  How to approach pyusb application arch
Posted by: m3atwad151 - Nov-10-2022, 06:11 AM - Forum: News and Discussions - No Replies

Hello,

I have a question relating to python and USB functionality. Right now I have an embedded product with a USB 2.0 full speed HID interface. ..... More

Print this item

  Using Python for communications
Posted by: PreservedKillich - Nov-10-2022, 05:31 AM - Forum: News and Discussions - Replies (4)

Greetings,

I need to setup communications between a computer running Windows and and the UART of a TI TMS320F28388D microcontroller running C/FreeR..... More

Print this item

  Get session id from users ?
Posted by: JohnnyCoffee - Nov-10-2022, 12:53 AM - Forum: News and Discussions - No Replies

I'm developing a distributed software (in python) that I intend to run on the web (browser) and I came across a question about session id? For this, I..... More

Print this item

  Error on basic Post API, FastAPI
Posted by: marlonbown - Nov-09-2022, 11:42 PM - Forum: General Coding Help - Replies (1)

Hello, I am writing a POST API.
My intention is to retrieve an IP address and save into a database.

When I go to Postman and I hit the API endpo..... More

Print this item

  Choosing Python web host?
Posted by: Crododo - Nov-09-2022, 07:37 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

Can python web pages be hosted on any hosting servers like Hostinger, bluehost… do I need to look for anything specific or it will work on ever..... More

Print this item

Question Help with function - encryption - messages - NameError: name 'message' is not defined
Posted by: MrKnd94 - Nov-09-2022, 05:28 PM - Forum: General Coding Help - Replies (4)

Hello!

I'm trying to encrypt messages using the Caesar Cipher. I've made a function for it. This is the code for it:

[python]def encrypt(message..... More

Print this item

  multiprocessing phash from every frame in folder
Posted by: flash77 - Nov-09-2022, 01:39 PM - Forum: General Coding Help - Replies (17)

Hello,

with great support from this forum I'm working on a tool which can detect hangers in a Super8-Film.

I need some support in using multipro..... More

Print this item

  create my exception to my function
Posted by: korenron - Nov-09-2022, 12:52 PM - Forum: General Coding Help - Replies (2)

Hello,
I have a function that read data after a I split the message , and sometime I get wrong message-- which lead to wrong data input
I want to ..... More

Print this item

  Understanding Python classes
Posted by: PythonNewbee - Nov-09-2022, 10:17 AM - Forum: General Coding Help - Replies (3)

Hi People

Please help me understand Python classes a bit better.
This code does not do what I want it to do, which is changing the value of class ..... More

Print this item

  Where can I get loooads of simple homework questions for kids?
Posted by: omar - Nov-09-2022, 10:09 AM - Forum: Homework - Replies (3)

My son is learning Python at college.
He has trouble understanding verbal questions - very simple basic ones.

I've spent hours and hours with him...... More

Print this item

  Getting error when running "MINUS" between 2 databases
Posted by: marlonbown - Nov-09-2022, 04:36 AM - Forum: General Coding Help - Replies (4)

Goal: Keep content of TableA except items listed on TableB.

I am getting the following error. Code is below. Can you please let me know if you see ..... More

Print this item

  How to run code again in module ?
Posted by: rajamani - Nov-09-2022, 02:42 AM - Forum: General Coding Help - Replies (2)

Hi all,
I'm a new to python and coding.

How to run back the code when a user chooses an option ?

- the code i have currently-
[python]
print..... More

Print this item

  python multiple try except block in my code -- can we shorten code
Posted by: mg24 - Nov-08-2022, 07:18 PM - Forum: General Coding Help - Replies (10)

Hi Team,

I am new in python, used functional programming, not perfect in oop concept yet.

In below task I have used try except block for handlin..... More

Print this item

  Basic SQL query using Py: Inserting or querying sqlite3 database not returning data
Posted by: marlonbown - Nov-08-2022, 07:03 PM - Forum: General Coding Help - Replies (3)

Hello, can someone assist here please:
When I run the program below, I expect table to be created and record inserted into the database.
However whe..... More

Print this item

Star python exception handling handling .... with traceback
Posted by: mg24 - Nov-08-2022, 06:17 PM - Forum: General Coding Help - Replies (3)

Hi Team,

I am using below code getting error message.
But I want error properly line by line. I wan to print that error properly line by line.

..... More

Print this item

  Another program runs
Posted by: bho68 - Nov-08-2022, 05:07 PM - Forum: General Coding Help - Replies (7)

I am JUST learning Python. In my learning, I wrote a Rock, Paper Scissors program. It worked great.

BUT... Now when I am trying to write other pr..... More

Print this item

  Messagebox
Posted by: rturus - Nov-08-2022, 03:33 PM - Forum: General Coding Help - Replies (8)

Why can't I see the messagebox when input is not a, b, or c? I am sure there is a good reason but I guess I can't find out yet.

Thanks.

[python..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  (Series) Advanced Game De... 2 hours ago Reactorcore FrankSmoot Game Developm...
  How can I write formatted... Yesterday, 12:26 JohnJSal hanmen9527 General Codin...
  problems with netcdf if I... Yesterday, 05:31 Blaubart vytlacfoto General Codin...
  How to attach images to a... 05-19, 04:08 CynthiaMoore sethmike9 Board
  How To Attach data Files 05-19, 04:05 Talch sethmike9 Board
  Text frame 05-18, 19:39 dnabtuh Pedroski55 Homework
  Python automation: Sendin... 05-18, 18:28 olips784 olips784 General Codin...
  class Blockage not projec... 05-15, 16:32 Azdaghost deanhystad General Codin...
  Import vs from x import 05-15, 16:09 Calab snippsat General Codin...
  Trouble with Average Calc... 05-15, 07:38 autodecay Pate General Codin...
  tracking version during r... 05-15, 00:25 Skaperen Skaperen News and Disc...
Most views
  The best Prog... 566296
  Tutorial Requ... 460413
  Web Scraping ... 431231
  Newbie with P... 368255
  Thread remain... 340422
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12050
buran 8169
snippsat 7326
deanhystad 6827
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Luis_Rivera Yesterday
hanmen9527 Yesterday
zacharystone Yesterday
DaddyMAN Yesterday
rouzbehrasai1984 Yesterday

User Panel Messages

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