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

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 41 Guest(s)
Bing, Google, Applebot

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 4
» Views: 101
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 97
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 71
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 107
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,068
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,556
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 187
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

 
  pygame-manu : using controller buttons to move around menu
Posted by: mlw19mlw91 - Mar-10-2023, 10:07 PM - Forum: Game Development - Replies (2)

I'm using pygame-menu and I want to use buttons on my controller to navigate it. I can't figure it out at all. There's no example available online. ..... More

Print this item

  2D-Cube-Tic-Tac-Toe
Posted by: freethrownucleus - Mar-10-2023, 07:03 PM - Forum: Game Development - Replies (2)

Could someone help me with the next, please?
This is the cube model that I've got right now: https://gofile.io/d/RxqDYR .
I would like to change it to..... More

Print this item

Question How to append integers from file to list?
Posted by: Milan - Mar-10-2023, 02:36 PM - Forum: General Coding Help - Replies (8)

Hello team,

I would like to make a list with the numbers from this file:
.txt   message.txt (Size: 86 bytes / Downloads: 231)

I can't seem to find anything online, tried these two..... More

Print this item

  Hash cracker
Posted by: Milan - Mar-09-2023, 08:38 PM - Forum: Code sharing - Replies (1)

Hello team,

I posted a question on General Coding Help, but eventually figured it out by myself.

Tbh I tweaked the code from this link https://m..... More

Print this item

  [SOLVED] How to crack hash with hashlib
Posted by: Milan - Mar-09-2023, 07:15 PM - Forum: General Coding Help - No Replies

Hello team,

Could someone please shed some light on how to crack SHA3-512 hashes using hashlib or any other way?

What I have so far:

[python]..... More

Print this item

  appending to a bytearray
Posted by: Skaperen - Mar-09-2023, 06:45 PM - Forum: General Coding Help - Replies (21)

i cannot find a way to append a bytes string to a bytearray other than += operator. is that the way it has to be done? bytearray.append() giv..... More

Print this item

  [Hiring] Sr. Cloud Software Engineer at Radformation Salary 150-180K USD
Posted by: djangojobs.net - Mar-09-2023, 06:32 PM - Forum: Jobs - No Replies

Quick Apply link
djangojobs.net/jobs/1177/sr-cloud-software-engineer-radformation/

Hiring +++ Salary $150,000 to $180,000
Sr. Cloud Software Engi..... More

Print this item

  Grouping Data based on 30% bracket
Posted by: purnima1 - Mar-09-2023, 05:42 PM - Forum: General Coding Help - Replies (4)

I want to one group where all values are with 30% of each other.

working code is follows :

[python]
from itertools import combinations

def ..... More

Print this item

  associating members in a list to more than one features
Posted by: rezagholi - Mar-09-2023, 03:33 PM - Forum: General Coding Help - No Replies

Hi all,
I want to associate a list of 4 members with another list with the same number of members, but each member of the second list has three sub-m..... More


Attached Files

.py   q1.py (Size: 958 bytes / Downloads: 224)
Print this item

Question Application desktop toolbar with PyQt6
Posted by: bunz - Mar-09-2023, 11:33 AM - Forum: GUI - Replies (4)

Has someone here ever worked with SHAppBarMessage? I'm trying to create a top bar that can always stay on the desktop having it's own reserved space b..... More

Print this item

  Control NeoPixel LED Strip connected to an Arduino from a RPI
Posted by: kobo3 - Mar-09-2023, 10:18 AM - Forum: News and Discussions - Replies (4)

Hello,

I have a NeoPixel LED Stripe WS2812 connected to an Arduino, and I would like to control the LED stripe from my RPI via pyFirmata. The RPI c..... More

Print this item

  Confused over Conda Package manager vs PIP
Posted by: JanOlvegg - Mar-08-2023, 07:55 PM - Forum: General Coding Help - Replies (3)

Both Conda and PIP appears to be package manager. From what I can read so far, PIP Is specific to Python but Conda is more language agnostic. Is there..... More

Print this item

  Split Bytearray into separate Files by Hex delimter
Posted by: lastyle - Mar-08-2023, 06:48 PM - Forum: General Coding Help - Replies (5)

Hi all

i am loading a file into a byte aray with

f = open("myfile.seq", 'rb')
while True:
binarycontent = f.read(-1)
if not binarycont..... More

Print this item

  How to read Wikimedia multistream XML?
Posted by: AndrzejB - Mar-08-2023, 05:22 PM - Forum: General Coding Help - Replies (1)

I can read XML using Dom whole in memory or Sax using events?
Wikimedia XML are large but fortunately have indices. I prefer read about 0.5 MB chunk ..... More

Print this item

  Armachat coding problem
Posted by: gad969 - Mar-08-2023, 12:08 PM - Forum: General Coding Help - Replies (4)

Hello guys!
I built Armachat from the link below
https://github.com/bobricius/Armachat-circuitpython
https://hackaday.io/project/183657-armachat-p..... More

Print this item

  Another one
Posted by: the_jl_zone - Mar-07-2023, 08:01 PM - Forum: General Coding Help - Replies (2)

I had another problem.

[python]
SENTINEL = 0

#Function uses modulus equation to determine if number is even or not
def is_even(num):
if n..... More

Print this item

  Import Modules
Posted by: TheBunyip - Mar-07-2023, 04:04 PM - Forum: General Coding Help - Replies (4)

How can I find what arguments to pass to imported modules?

Print this item

  Non-greedy regex
Posted by: WJSwan - Mar-07-2023, 07:57 AM - Forum: General Coding Help - Replies (1)

I am struggling to correctly set up a non-greedy regex to correct the following:

<a href=’tw://bible.*?id=1.2.7>Gen 2:7; <a href=’tw://bible.*?id=1..... More

Print this item

  When does Python need to use a compiler?
Posted by: JanOlvegg - Mar-06-2023, 10:52 PM - Forum: General Coding Help - Replies (5)

Recently, I attempted to install chromadb using pip and got an error that MS Visual Studio C++ is needed. This raised concern that this could be an i..... More

Print this item

  Another Error message.
Posted by: the_jl_zone - Mar-06-2023, 09:50 PM - Forum: General Coding Help - Replies (2)

This one is from an assignment using graphics.

[python]
POOL_BALL_RADIUS = 40
FONT_TYPE = "30pt Arial"


# Write your function here that draws..... More

Print this item

  Fit straight line to pandas time series data with semilog plot
Posted by: schniefen - Mar-06-2023, 05:15 PM - Forum: Homework - Replies (2)

I have sets of data, which look like this:

   

I do the following:

[python]
df=pd.read_csv('data.csv')
timestamp_fields = ['Year', 'M..... More


Attached Files

Thumbnail(s)
   
Print this item

  Cleaning a dataset: How to extract text between two patterns
Posted by: Palke - Mar-06-2023, 05:13 PM - Forum: Data Science - No Replies

The datasets I collected for a research project are a bit of a mess right now. While scraping questions from GitHub I came across a problem I kind of ..... More

Print this item

  scraping webiste using pandas and googletranslation dont compile on the terminal
Posted by: gcozba2023 - Mar-06-2023, 04:49 PM - Forum: General Coding Help - Replies (2)

Hi Team

I need some help with my script, i am trying to scrap the website but when i try to use data frame to translate the text from the website i..... More

Print this item

  Q on classes
Posted by: ebolisa - Mar-06-2023, 03:17 PM - Forum: General Coding Help - Replies (4)

Hi,

I appreciate some help on this micropython code as I'm learning classes.

When I execute it, I get the error: [error]Error in sysc: function ..... More

Print this item

  googletrans library to translate text language for using data frame is not running
Posted by: gcozba2023 - Mar-06-2023, 09:50 AM - Forum: General Coding Help - No Replies

Hi Team

I have a script that two things one im using data frame to scrap website including title course and name, but when im tring to use data fra..... More

Print this item

  Python package not seen in VSCode
Posted by: fmccabe80 - Mar-05-2023, 10:05 PM - Forum: General Coding Help - Replies (6)

Good afternoon,

I am new to coding, Linux and VSCode.

System - Linux Mint 21.1
Using VSCode to write script
Trying to import Pandas, Numpy, Ta..... More

Print this item

  convert address and broadcast to network object
Posted by: Skaperen - Mar-05-2023, 08:22 PM - Forum: General Coding Help - Replies (9)

the ipaddress module API can convert a network object into the subnet base and broadcast addresses but i cannot find a means to do the reverse,..... More

Print this item

  Replacing values ​​in Mysql with a condition
Posted by: stsxbel - Mar-05-2023, 08:20 PM - Forum: General Coding Help - No Replies

Good evening everyone. Help in python to create a query in the Mysql database. Problem essence: There is a table, in it columns (Sil1 | Sil2 | Sil3) t..... More

Print this item

  Program running on RPi 3b+ Very Strange Behavior - Out of Bound Index
Posted by: MadMacks - Mar-05-2023, 07:05 PM - Forum: General Coding Help - Replies (26)

So, new to Python and still trying to learn the scope of variables. But, I have a small program that uses Bluetooth (BLE) to connect to a LiFePO4 batt..... More

Print this item

  Python 3.11 data import question
Posted by: love0715 - Mar-05-2023, 02:45 PM - Forum: General Coding Help - Replies (2)

Hello , i am SAS programmer in data analytics world. new to python .

I just downloaded Python 3.11 on my personal Windows laptop

Question on imp..... More

Print this item

  Failing regex, space before and after the "match"
Posted by: tester_V - Mar-05-2023, 05:43 AM - Forum: General Coding Help - Replies (6)

Greetings to those that do not sleep! Wink
[python]
I'm trying to get the line that goes like this:
Visual ID: Z2BB417600504 <-..... More

Print this item

  how to make bot that sends instagram auto password reset code
Posted by: kraixx - Mar-04-2023, 04:50 PM - Forum: General Coding Help - Replies (2)

How to make bot that sends instagram auto password reset code? It is a very important matter that I need to do immediately. How to write a bot that se..... More

Print this item

  Now if window is open or not
Posted by: delcencen - Mar-04-2023, 03:41 PM - Forum: GUI - Replies (5)

Hello
i try to build a programme with a root windows and other small windows (tk.scale).
In openCv there is the fonction IsOpen() to now if a camer..... More

Print this item

  Plot time series data
Posted by: schniefen - Mar-04-2023, 02:17 PM - Forum: Homework - Replies (3)

I have a long list of data looking like this:

   

Minute and Second are always zero since the data is the 1 hour average of a meas..... More

Print this item

  Copy only hidden files and folders with rsync
Posted by: Cannondale - Mar-03-2023, 11:53 PM - Forum: General Coding Help - Replies (2)

New to Python but not to coding.

I would like to copy only the hidden files and folders in my home directory with rsync from a Python script.
The..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 3 hours 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... 509143
  Web Scraping ... 441841
  Newbie with P... 385794
  New Users Int... 375068
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
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07
EchoFlowar3Dip 11-07

User Panel Messages

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