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,404
» Latest member: LewisByday
» Forum threads: 38,826
» Forum posts: 176,040

Full Statistics

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

Latest Threads
Girls In Your Town - Anon...
Forum: General Coding Help
Last Post: guest786
1 hour ago
» Replies: 0
» Views: 13
a function to watch files
Forum: News and Discussions
Last Post: OtiliaGen
2 hours ago
» Replies: 2
» Views: 174
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
3 hours ago
» Replies: 29
» Views: 15,692
Create dataframe from the...
Forum: Data Science
Last Post: JassicaElla60
3 hours ago
» Replies: 8
» Views: 3,660
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 2
» Views: 178
Sorry Help
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:47 AM
» Replies: 2
» Views: 142
IP address for users
Forum: Networking
Last Post: DeaD_EyE
Dec-31-2025, 08:02 PM
» Replies: 6
» Views: 7,191
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Dec-30-2025, 12:11 AM
» Replies: 1
» Views: 218
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,636
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 299

 
  problem with tkinter and multiprocessing
Posted by: yoyo - Jan-04-2021, 04:57 PM - Forum: Homework - Replies (2)

Hello,
I want to run several program at the same time in a tkinter window, but each process that I launch reopen an other tkinter window. Here is a s..... More

Print this item

  install problem 3.9.1
Posted by: ajvperth - Jan-04-2021, 03:17 PM - Forum: General Coding Help - No Replies

Hello,
I am unable to install python3.9.1 on openSUSE 15.2.
I start with a new basic openSUSE 15.2 leap installation where python3.6 is correctly wo..... More

Print this item

  help with finding binary gap
Posted by: djwilson0495 - Jan-04-2021, 02:34 PM - Forum: General Coding Help - Replies (11)

Hi I'm trying to write a code to give the biggest gap in a binary number. Here's my code:

[python]
N = int(input("Please enter an integer:"))

d..... More

Print this item

  [split] Help moding python script to edit Gcode
Posted by: alex314 - Jan-04-2021, 02:24 PM - Forum: Web Scraping & Web Development - No Replies

Interesting things found in this thread. I think this might be the best source for me to learn new things from experts. Thank you experts for sharing ..... More

Print this item

  Colab, Github, starts
Posted by: yeeping50 - Jan-04-2021, 01:27 PM - Forum: Data Science - Replies (2)

Hi, I am very new to Python. When I try to run the below code in Colab, got the below error message. How to start with? Anybody?

! git clone https:..... More

Print this item

  What is the value after JOINING an empty list?
Posted by: JaneTan - Jan-04-2021, 12:06 PM - Forum: General Coding Help - Replies (2)

Hi

I want to set a if condition based on the value of test_final. Sometimes there is no value in test_final if no items are found.

For such cas..... More

Print this item

  read logfile between two specific strings
Posted by: FelixReiter - Jan-04-2021, 11:23 AM - Forum: General Coding Help - Replies (6)

Hey Community,

i am trying to read a log file and want to analyze all the parts between two substrings which appear always before and after the int..... More

Print this item

  My first script does not work anymore
Posted by: redfirebrooks - Jan-04-2021, 10:59 AM - Forum: General Coding Help - Replies (2)

Hello,
I began in python few month ago and wrote a script for a raspberry pi to display on a ssd1306 oled screen some informations.
Everyhting was ..... More

Print this item

  VSCode Setup and configuring to run with Python
Posted by: apollo - Jan-04-2021, 09:48 AM - Forum: General Coding Help - Replies (2)

Dear Python-Experts,

hope youre well and all goes all right: i wish you a happy new year.


at the moment i am seeting up a VSCode on a win10 ..... More

Print this item

  Using range over slicing when looping through lists
Posted by: GJG - Jan-04-2021, 09:36 AM - Forum: Code Review - Replies (3)

Hi Folks! Beginner question. Which one of these two are less processor costly?
[python]
my_list = [2, 3, 11, 5, 1, 9, 7, 15, 13]
largest = my_list[..... More

Print this item

Question Which is a great library for making a pixel art software
Posted by: Leo_Red - Jan-04-2021, 07:55 AM - Forum: General Coding Help - Replies (3)

Hi,I am making a pixel art editor for learning python and also as a hobby project. But, I am stuck on which lib to chose. I tried PIL, but it not work..... More

Print this item

  syntax error
Posted by: CompleteNewb - Jan-03-2021, 09:24 PM - Forum: General Coding Help - Replies (8)

Hello,

I'm just starting coding and I had a syntax error that I don't understand. I'm copying from a book and I checked the code in different code ..... More

Print this item

  Architecting Efficient Plot
Posted by: blipton - Jan-03-2021, 07:44 PM - Forum: Data Science - No Replies

Trying to conceptually think of good way to update a matplotlib plot with data that comes from the serial port.

I have one (multi)process that i..... More

Print this item

  Problem with one set of data
Posted by: alloydog - Jan-03-2021, 07:37 PM - Forum: General Coding Help - Replies (4)

I wrote a script to convert the measured resistance of the Betatherm thermistor 30K6A1 to temperature. I initially thought I had done somethin..... More

Print this item

  Python Playground question
Posted by: Euler314 - Jan-03-2021, 07:35 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm trying to teach myself Python so I bought two books so far: "Python Crash Course" and "Python Playground". I'm working through "Python..... More

Print this item

  selflearning AI (seed AI)?
Posted by: Efe454 - Jan-03-2021, 07:24 PM - Forum: General Coding Help - Replies (1)

Can someone explain Me how to code an selflearning AI? With an example please.

Print this item

  Help with socket library for a port scanner?
Posted by: xanderv - Jan-03-2021, 05:40 PM - Forum: Networking - Replies (1)

I’m following along with the book “Violent Python, a Cookbook for hackers, forensic analysts, pentesters, and security engineers”. It has several tuto..... More

Print this item

  NameError: name 'self' is not defined
Posted by: hobbyist - Jan-03-2021, 05:31 PM - Forum: GUI - Replies (30)

This is the code for opening .tif on a PyQT window:

[python]import sys
from PyQt5.QtWidgets import QApplication, QMainWindow

app = QApplication..... More

Print this item

  Copying column values up based on other column values
Posted by: codelines - Jan-03-2021, 04:27 PM - Forum: General Coding Help - Replies (1)

Hello,

I have this dataframe

[python]
import numpy as np
import pandas as pd
from numpy.random import randn
df=pd.DataFrame(randn(5,4),['A',..... More

Print this item

  HomeWork Python - Drawing window with text center.
Posted by: Voraman - Jan-03-2021, 03:10 PM - Forum: Homework - Replies (8)

Thank for accepted me in this Forum .
Hi everyone can u help me with this Python code .
the purpose of this exercise we have to drawing a window wi..... More

Print this item

  where do you keep (or manage) your coding
Posted by: 3Pinter - Jan-03-2021, 10:55 AM - Forum: Bar - Replies (1)

Hi guys,

So I was wondering how do you guys code and perhaps more like: how do you manage your coding?

So a bit about my myself
I'm not ..... More

Print this item

  Plot data from CSV
Posted by: allen04 - Jan-03-2021, 05:23 AM - Forum: General Coding Help - Replies (2)

Fruit Rate
Apple 4.7
Orange 4.6
Avocado 4.7
Cherry 4.7
Cherry 4.8
Apple 4.4
Banana 4.7
Banana 4.7
Orange 4.7

I have these two columns in ..... More

Print this item

  Object-Oriented Programming in Python Assignment
Posted by: alectheprogrammer - Jan-03-2021, 04:56 AM - Forum: Tutorial Requests and Submissions - No Replies

I made a free, mastery-based assignment on OpenClass on object-oriented programming in Python. The assignment includes conceptual questions and coding..... More

Print this item

  How to apply a class method to an entire dataframe column
Posted by: tirtha9 - Jan-03-2021, 04:25 AM - Forum: General Coding Help - Replies (1)

How can i apply a class method to an entire dataframe?

A minimal code is ..... More

Print this item

  Help moding python script to edit Gcode
Posted by: AntaresSky - Jan-03-2021, 01:37 AM - Forum: General Coding Help - Replies (13)

Hi there!
I'm new to python, haven't done any coding in 20 years. I used to do Basic code for the Basic stamp controller.
Anyways, I have a script t..... More

Print this item

  Questions about installing Pillow
Posted by: Coggleton - Jan-02-2021, 09:32 PM - Forum: General Coding Help - Replies (1)

Operating System: Windows 10
Environment: Command Prompt

Hello, I am working on a project in GIMP that I want to install a photo editing python sc..... More

Print this item

  Cannot make 'pandas' module to work...
Posted by: ellie145 - Jan-02-2021, 07:59 PM - Forum: General Coding Help - Replies (2)

Happy New Year to everyone!

I'm a total noob in python...
I was trying to import the Pandas module and I keep receiving the same error. I was goog..... More

Print this item

Photo Plotting Trig Functions and Help with Streamlining Code
Posted by: Dasiey12 - Jan-02-2021, 07:33 PM - Forum: Code Review - Replies (1)

Hi
I am plotting a unit circle in Matlibplot. I am using a Jupiter Notebook to run the code. I am really looking for a way to shorten the code. I..... More

Print this item

Question Can I configure 'tab' widgets state to 'disabled'?
Posted by: water - Jan-02-2021, 07:09 PM - Forum: GUI - Replies (2)

notebooks = ttk.Notebook(root)
tab_1 = ttk.rame(notebooks)
notebooks.add(tab_1, text = 'tab-1')
Can I configure the 'tab_1' un-s..... More

Print this item

  Decimal Rounding error
Posted by: project_science - Jan-02-2021, 06:46 PM - Forum: General Coding Help - Replies (4)

Hi,

I've got a code written where the purpose is to take a raw price value and apply 10% discount to it. If the user agrees, then a 2nd discount o..... More

Print this item

  Second player on second monitor?
Posted by: michael1789 - Jan-02-2021, 06:36 PM - Forum: Game Development - Replies (2)

What's the logical way to get a second play window on an additional laptop monitor? I don't know how blue tooth works, a cord would be fine, as would..... More

Print this item

  Getting started in functional programming
Posted by: swisscheese - Jan-02-2021, 06:18 PM - Forum: Tutorial Requests and Submissions - No Replies

I posted a video with a simple tip for getting started in functional programming.
Comments are welcome.
https://www.youtube.com/watch?v=K9pCZLpFRbs

Print this item

  Kalman Filter for predicting randomized chaos in Jupyter Labs
Posted by: hbyte - Jan-02-2021, 05:07 PM - Forum: Homework - No Replies

As a start to this forum Ive included this wonderful peice of Vanilla code - The Kalman Filter
I downloaded from github this wonderfully elega..... More

Print this item

Question How to configure scrollbar dimension?
Posted by: water - Jan-02-2021, 03:39 PM - Forum: GUI - Replies (6)

How to configure scrollbar dimension like below, and let it move scrollbar's block automate with associated object current visible position percentage..... More

Print this item

  Adanced Image Analysis with Python for reflecting surfaces
Posted by: domonkasshu - Jan-02-2021, 02:13 PM - Forum: General Coding Help - Replies (3)

Hello Everyone
My name is Andrea, a computer engineer graduated many years ago with major in automation. After 5 years as automation software coder I..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Girls In Your Town - Anon... 1 hour ago guest786 guest786 General Codin...
  a function to watch files 2 hours ago Skaperen OtiliaGen News and Disc...
  Merge video with subtitle... 3 hours ago Pavel_47 OtiliaGen General Codin...
  Create dataframe from the... 3 hours ago Calab JassicaElla60 Data Science
  Check if running from she... Yesterday, 11:52 rjdegraff42 noisefloor General Codin...
  Sorry Help Yesterday, 11:47 BioNanoTech noisefloor General Codin...
  IP address for users 12-31, 20:02 Robots DeaD_EyE Networking
  Opencv findContours Q 12-30, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... 12-29, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... 12-29, 08:37 braillescribe noisefloor General Codin...
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
Most views
  The best Prog... 580493
  Tutorial Requ... 520245
  Web Scraping ... 442809
  Newbie with P... 387025
  New Users Int... 386875
Most reputation
buran 581
snippsat 511
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
LewisByday Today
JassicaElla60 Today
bryanptrovz7447 Today
oliviajuior7959 Yesterday
aoliiapetrov4786 Yesterday

User Panel Messages

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