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,473
» Latest member: HermanIdeop
» Forum threads: 38,573
» Forum posts: 174,780

Full Statistics

Online Users
There are currently 510 online users.
» 0 Member(s) | 504 Guest(s)
Google, Bing, Yandex, Baidu

Latest Threads
Доставка цветов Томск
Forum: General Coding Help
Last Post: HermanIdeop
3 hours ago
» Replies: 0
» Views: 37
Pip help
Forum: General Coding Help
Last Post: meditek
7 hours ago
» Replies: 0
» Views: 63
Send SMS from my phone nu...
Forum: General Coding Help
Last Post: TheTechNexus
7 hours ago
» Replies: 4
» Views: 3,725
[SOLVED] [Beautiful Soup]...
Forum: General Coding Help
Last Post: Winfried
7 hours ago
» Replies: 3
» Views: 419
[SOLVED] [Windows] Change...
Forum: General Coding Help
Last Post: Winfried
8 hours ago
» Replies: 2
» Views: 343
Tkinter: Problem with sto...
Forum: General Coding Help
Last Post: deanhystad
11 hours ago
» Replies: 1
» Views: 88
smbus.SMBus i2c code whic...
Forum: General Coding Help
Last Post: NewbyTyro
Yesterday, 11:41 AM
» Replies: 0
» Views: 64
Review of a ping tool mad...
Forum: Code Review
Last Post: suburbanprojects
Yesterday, 09:15 AM
» Replies: 2
» Views: 154
where variable arguments ...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 06:43 AM
» Replies: 1
» Views: 97
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
May-10-2025, 07:05 PM
» Replies: 10
» Views: 689

 
  Python Coder/Tutor
Posted by: jpatierno - Nov-06-2023, 02:39 AM - Forum: Jobs - Replies (5)

Brand new to python and have a comma delimited csv datafile that I want to read in pull certain fields out to apply calculations and make a report tha..... More

Print this item

  Which things are actually fun to code?
Posted by: Radical - Nov-05-2023, 10:15 PM - Forum: News and Discussions - No Replies

I discovered coding through C++ game development and I immediately fell in love. Making the physics, the enemy AI, ability interactions, and just the ..... More

Print this item

  How to create a variable only for use inside the scope of a while loop?
Posted by: Radical - Nov-05-2023, 07:30 PM - Forum: General Coding Help - Replies (10)

This should be a very basic question.

The code I'm using right now is:
[python]
timeOut = 0
while not x == 5:
time.sleep(1)
timeOut +=..... More

Print this item

  Looking for Trends Across Dimensions
Posted by: DataCarniv0r - Nov-05-2023, 06:37 PM - Forum: Data Science - No Replies

Hello, I'm hoping to get help with a starting point to find trends across some data dimensions. I think this falls under the realm of ML, not sure, bu..... More


Attached Files

.xlsx   CarDataExcelFormat.xlsx (Size: 37.15 KB / Downloads: 0)
Print this item

Shocked FLASK confuse
Posted by: LennyKiz - Nov-05-2023, 03:56 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to learn how to use Flask in Python

Run into situation I can't resolve.
What is wrong with the following code?

[python]from flask im..... More

Print this item

  Create csv file with 4 columns for process mining
Posted by: thomaskissas33 - Nov-05-2023, 02:54 PM - Forum: General Coding Help - Replies (3)

Hello
I try little to work with python and process mining. so i try to create a file from a text with 4 columns case id , name, process and time but ..... More

Print this item

  Airport max lanes length task
Posted by: AxelWasTaken - Nov-05-2023, 09:35 AM - Forum: Homework - Replies (3)

Hello, i have a task that i am really struggling with for 5 days straight and i would preferably need it done by Monday (tomorrow)

The task reads:..... More

Print this item

  save a session in idle
Posted by: akbarza - Nov-05-2023, 08:23 AM - Forum: General Coding Help - Replies (5)

hi
suppose I am learning Python in idle. I want to save this session because I want to work on it for later(suppose I want to back to it tomorrow or ..... More

Print this item

  Opaque letters
Posted by: DPaul - Nov-05-2023, 07:21 AM - Forum: GUI - Replies (3)

Hi,
I have 4 (T)Entry widgets, they are enabled or disabled in various combinations, depending on
user actions. Works fine.
I would like to add one fe..... More

Print this item

  IPython errors for numpy array min/max methods
Posted by: muelaner - Nov-04-2023, 09:08 AM - Forum: General Coding Help - Replies (1)

I'm using the IPython console (v 8.12.0) in Anaconda and getting some error messages I don't understand when accessing basic methods of numpy arrays..... More

Print this item

  TelegramBot
Posted by: Serg - Nov-03-2023, 10:29 PM - Forum: General Coding Help - No Replies

https://api.telegram.org/bot6885542165:A...47761&text =What do you do?

{"ok":false,"error_c..... More

Print this item

  write to csv file problem
Posted by: jacksfrustration - Nov-03-2023, 03:55 PM - Forum: General Coding Help - Replies (11)

i have the following function:

[python]

my_list=save_ent()
new_list=[]

for ent in my_list:
new_list.append(output_found_fli..... More

Print this item

  Homework help
Posted by: KatherineEP - Nov-03-2023, 05:55 AM - Forum: Homework - Replies (3)

Prompt says: Using the print function, print the numbers 0 to 6 on a single row to the console.


Attached Files

Thumbnail(s)
   
Print this item

  error "cannot identify image file" part way through running
Posted by: hatflyer - Nov-02-2023, 07:35 PM - Forum: General Coding Help - No Replies

I'm getting a very long list of errors part way when running the code below. The images come from: dog-vs-cat-classification/train/dogs , and the cat ..... More

Print this item

  Calling functions by making part of their name with variable
Posted by: crouzilles - Nov-02-2023, 09:58 AM - Forum: General Coding Help - Replies (4)

Hi,

I am new to python and programming in general.

I have the following 4 functions:

  • __scroll_down
  • __scroll_up
  • __scroll_left
  • __sc..... More

Print this item

  How to use .predict() method
Posted by: Jack90_ - Nov-02-2023, 09:28 AM - Forum: Data Science - Replies (4)

I am trying to apply a forecasted model with OLS regression to a test dataset, but when I use the .predict() method, I have this error:

[python]Value..... More

Print this item

  Correcting a Tutorial
Posted by: sonus89 - Nov-01-2023, 11:50 PM - Forum: News and Discussions - Replies (1)

Hi everyone!

Tutorialspoint has a Python Tutorial but I think I found an error there.

This section:
https://www.tutorialspoint.com/python/pytho..... More

Print this item

  Updating sharepoint excel file odd results
Posted by: cubangt - Nov-01-2023, 06:53 PM - Forum: General Coding Help - Replies (1)

So we display a excel file on our tv's in the office that has a embedded image on the sheet. I have a python script that updates that image daily. Whe..... More

Print this item

  ttk and themes
Posted by: DPaul - Nov-01-2023, 07:19 AM - Forum: GUI - Replies (9)

Hi,
I'm trying to give my app a more modern look, so I installed :
[python]from tkinter import *
from tkinter import ttk
from ttkthemes import The..... More

Print this item

  Pycharm error
Posted by: zuri - Oct-31-2023, 10:16 PM - Forum: General Coding Help - Replies (1)

hi Everyone
i want to run a simple hello world program on Pycharm but when i try to debug it, it is showing the following error i have installed all..... More


Attached Files

Thumbnail(s)
       
Print this item

  Python on VSCode
Posted by: GiBandoleiro - Oct-31-2023, 09:51 PM - Forum: General Coding Help - Replies (1)

I was programming normally, with functions having yellow text when created, imports dark gray when they were not being called, several colors and func..... More


Attached Files

Thumbnail(s)
   
Print this item

  Using string input for boolean
Posted by: tronic72 - Oct-31-2023, 09:47 PM - Forum: General Coding Help - Replies (3)

Hi,

I've in the process of learning logical operators. I have the following code which works.

[python]# high_income = input("Do you have a high ..... More

Print this item

  ttp template not working when values are absent in some scenarios
Posted by: jss - Oct-31-2023, 09:01 PM - Forum: General Coding Help - No Replies

......

Print this item

  How to copy work sheet data one workbook to other?
Posted by: sayyedkamran - Oct-31-2023, 05:08 PM - Forum: General Coding Help - Replies (2)

I have a use case, in which I need to merge data from 100s of workbook to one major work book.
For this I need to copy the data from one worksheet o..... More

Print this item

  Auto update database view
Posted by: jnik - Oct-31-2023, 04:26 PM - Forum: GUI - No Replies

I'm working on a program that will log data from a CAN bus (over serial) and help me reverse engineer the messages.

I'll be logging the incoming me..... More

Print this item

  Failed attempts to load Microsoft Appstore Python DLLs
Posted by: piyushd - Oct-31-2023, 10:43 AM - Forum: General Coding Help - No Replies

Greetings community,

I am trying to load Python dynamic libraries to interface Python from an application that I am trying to develop. The Python..... More

Print this item

  QDockWidget
Posted by: tomro91 - Oct-31-2023, 06:42 AM - Forum: GUI - Replies (1)

Hello everyone,

I am developing application in python using PySide6 where I have 4 dock widgets placed in top left + right, bottom left + right tha..... More

Print this item

  C/C++ extension as an executable, not a library
Posted by: bill_s - Oct-31-2023, 03:04 AM - Forum: General Coding Help - No Replies

I have a python application which I package with "python -m build", then install with "pip install mystuff.tar.gz", and that works well. In the past I..... More

Print this item

  Potential Permission error on Mac OSX Catalina
Posted by: OWOLLC - Oct-31-2023, 01:30 AM - Forum: General Coding Help - Replies (2)

Problem:

  • Cannot import modules - including some included ones in some cases, and so cannot continue coding and debugging on my loca..... More

Print this item

  Help with nested maps
Posted by: Unkovic - Oct-30-2023, 10:29 PM - Forum: General Coding Help - Replies (10)

[python]def parse_map(self, data, map_name):
lines = data.strip().split('\n')
result = {}
map_stack = []

for lin..... More

Print this item

  Tkinter multiple windows in the same window
Posted by: tomro91 - Oct-30-2023, 02:50 PM - Forum: GUI - Replies (1)

Hello everyone,

I am trying to develop an application in Tkinter that have one main screen and 4 sub-screens inside the main screen. I want to cont..... More

Print this item

  Data types changing by itself
Posted by: dimas - Oct-30-2023, 02:25 PM - Forum: Data Science - Replies (2)

English is not my native language; please excuse my typing errors.

Thus, this is my first post. I hope I will get more precise on my questions soon..... More

Print this item

Question Trying to understand
Posted by: High_on_code - Oct-30-2023, 10:38 AM - Forum: General Coding Help - Replies (2)

Hi, I was trying to under stand this code (it's copied from somewhere else), I understood a lot but I am getting confused in this 1 thing, really sorr..... More

Print this item

  problem using pyeval_expression
Posted by: akbarza - Oct-30-2023, 10:25 AM - Forum: General Coding Help - Replies (5)

hi
i found the below code in a net page( i do not know the exact address of it):
[python]
from pyeval_expression import Expression
expr=Expressi..... More

Print this item

  How to write a dict code in python
Posted by: ariellea88 - Oct-30-2023, 07:12 AM - Forum: Homework - Replies (4)

Hello dear All!

I am a newcomer, could you please explain what is required to do first here?


1. Write a function process(text). This function ..... More


Attached Files

.py   py4202.py (Size: 2.65 KB / Downloads: 167)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Доставка цветов Томск 3 hours ago HermanIdeop HermanIdeop General Codin...
  Pip help 7 hours ago meditek meditek General Codin...
  Send SMS from my phone nu... 7 hours ago aster TheTechNexus General Codin...
  [SOLVED] [Beautiful Soup]... 7 hours ago Winfried Winfried General Codin...
  [SOLVED] [Windows] Change... 8 hours ago Winfried Winfried General Codin...
  Tkinter: Problem with sto... 11 hours ago iforire deanhystad General Codin...
  smbus.SMBus i2c code whic... Yesterday, 11:41 NewbyTyro NewbyTyro General Codin...
  Review of a ping tool mad... Yesterday, 09:15 suburbanprojects suburbanprojects Code Review
  where variable arguments ... Yesterday, 06:43 Skaperen Gribouillis News and Disc...
  problems with netcdf if I... 05-10, 19:05 Blaubart Blaubart General Codin...
  [Python] Issue of Adding ... 05-10, 18:39 Aymen Aymen General Codin...
Most views
  The best Prog... 562004
  Tutorial Requ... 442112
  Web Scraping ... 427096
  Newbie with P... 359633
  Thread remain... 332518
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+ 12046
buran 8168
snippsat 7324
deanhystad 6824
metulburr 5151
Top referrers
Googlepro 22
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
HermanIdeop Yesterday
meditek Yesterday
TheTechNexus Yesterday
NewbyTyro Yesterday
iforire Yesterday

User Panel Messages

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