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,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,846

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 33 Guest(s)
Bing, Google, Mojeek, AOL, deanhystad

Latest Threads
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
20 minutes ago
» Replies: 5
» Views: 301
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
2 hours ago
» Replies: 0
» Views: 27
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
2 hours ago
» Replies: 0
» Views: 26
How to make ball stay wit...
Forum: General Coding Help
Last Post: SledgeNE
8 hours ago
» Replies: 1
» Views: 65
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 11:31 PM
» Replies: 0
» Views: 30
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 63
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 243
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 123
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 207
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 394

 
  What are the key changes in dotenv-linter v3.0.0 release?
Posted by: elizabethlvova - Jan-28-2021, 02:35 PM - Forum: News and Discussions - No Replies

We have developed dotenv-linter — a useful tool for checking .env files. It helps to find problems in..... More

Print this item

  Open-sourcing Datanymizer: in-flight template-driven data anonymization
Posted by: elizabethlvova - Jan-28-2021, 02:23 PM - Forum: News and Discussions - No Replies

We also wanted a tool that was flexible about how the anonymization itself takes place, ideally allowing the..... More

Print this item

  Struggling on Tuples
Posted by: Mystix - Jan-28-2021, 11:42 AM - Forum: Homework - Replies (3)

Hello, I am brand new to python and I am highly willing to learn it. The problem is that I've been set homework on Tuples and I feel I've not been pre..... More

Print this item

  Unable to understand how given code takes a fixed input value, without inputting.
Posted by: jahuja73 - Jan-28-2021, 11:35 AM - Forum: General Coding Help - Replies (4)

I got code via link in a post at stackoverflow, but unable to understand how in the code there is a fixed value taken as input, while the code asks no..... More

Print this item

  *Beginner* web scraping/Beautiful Soup help
Posted by: 7ken8 - Jan-28-2021, 10:28 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello all!

I am trying to scrape a table of reviews from an album’s wikipedia page, using Beautiful Soup and requests. I have become stuck trying t..... More

Print this item

  MicroPython Reference
Posted by: ATARI_LIVE - Jan-28-2021, 09:02 AM - Forum: News and Discussions - Replies (1)

Here I found another reference:
[url]https://www.accessengineeringlibrary.com/binary/mheaeworks/b389d442050cf969/ce612553cabb85722d0427e129fc0f2deb53..... More

Print this item

  Change icons of system
Posted by: rizzla - Jan-28-2021, 07:47 AM - Forum: General Coding Help - Replies (1)

so im trying to write a python script that changes the icons of all the files in a spceific folder, how should i go about making this because i dint f..... More

Print this item

  Checkbutton writing selection to file
Posted by: blakefindlay - Jan-28-2021, 06:42 AM - Forum: GUI - Replies (1)

I have 3 checkbuttons that are used to state the condition of ski poles, ski boots, and skis. My issue is that it is only outputting 'PY_VAR7'. Just..... More

Print this item

  help !!!! really new to this
Posted by: HarveerSahota - Jan-28-2021, 03:48 AM - Forum: Homework - Replies (2)

HI, I have to take this required coding class and I am trying to follow a youtube video but i keep getting this error. I dont know what I am doing wro..... More

Print this item

  Saving to a specific directory
Posted by: blakefindlay - Jan-28-2021, 03:40 AM - Forum: GUI - Replies (2)

Just wondering what the best way is to open and save the file to a directory I have called 'out'
C:\Users\blake\PycharmProjects\newb\out

[python]r..... More

Print this item

  trying to scrape a span inside a div using beautifulsoup
Posted by: CompleteNewb - Jan-28-2021, 03:16 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello,
I have this problem trying to scrape a website using Beautifulsoup.
I'm trying to find a "span" in multiple "div", but I can't find anything ..... More

Print this item

  Tkinter Textbox only showing one character
Posted by: Xylianth - Jan-28-2021, 02:35 AM - Forum: GUI - Replies (1)

Hello,
I am writing an ID3 parser from scratch and ever since I made the change to search byte signatures matching an ID3 frame tag so it knew when t..... More

Print this item

  russian roulette
Posted by: AnunnakiKungFu - Jan-27-2021, 09:01 PM - Forum: Game Development - Replies (6)

I am trying to make a Russian roulette app and I do not know where to start. My biggest issue is figuring out how to actually run the random choice of..... More

Print this item

  Help: write 'case' with Python
Posted by: ICanIBB - Jan-27-2021, 08:36 PM - Forum: General Coding Help - Replies (2)

Hi, I remember in C we can use:
case 0: sentence 0
case 1: sentence 1
case 2: sentence 2
...
Can I write similar sentence with Python? If yes, is..... More

Print this item

  Looking for good GUI Framework for Touch Devices
Posted by: matt_the_hall - Jan-27-2021, 04:20 PM - Forum: GUI - Replies (2)

Hello,

I'd like to make a tablet-based note taking system and am wanting input on which GUI frameworks might be good options. My design goal is to ..... More

Print this item

  socket.connect question about parenthesis
Posted by: pace - Jan-27-2021, 04:18 PM - Forum: Networking - Replies (1)

Hi everyone,

I have been starting out with python over the past 8 months. I know I'm just at the start of my journey, and this is the first programm..... More

Print this item

Sad problem with Pyautogui
Posted by: rachidel07 - Jan-27-2021, 04:16 PM - Forum: General Coding Help - Replies (1)

first of all i'm a bigginner and i have a problem with Pyautogui .

i create a simple code to find the software logo on desktop then type 'I found i..... More

Print this item

  opening your scraping with a csv file in excel??
Posted by: Nobelium - Jan-27-2021, 02:31 PM - Forum: Web Scraping & Web Development - No Replies

i made this web scraper in reference to a school project. And i am trying to get all my scraped information printed out in a form/table into excel. at..... More

Print this item

Question resume file transfer
Posted by: onran - Jan-27-2021, 02:16 PM - Forum: General Coding Help - No Replies

Hi,
my script running on a red hat machine copies gigabyte-sized files from a windows-based lab device to a NetApp archive. Both source and destinati..... More

Print this item

  error in scapy attribute 'haslayer'
Posted by: evilcode1 - Jan-27-2021, 12:03 PM - Forum: General Coding Help - Replies (5)

hello all ...
im trying to write a port scanner using scapy module
my code :
[python]from scapy.all import *

target = "192.168.1.81"


pri..... More

Print this item

  3,2,1 - Why you should get this job?
Posted by: Newton - Jan-27-2021, 11:39 AM - Forum: Jobs - Replies (3)

Hello everyone,

I'm looking for a Python developer who will help me build an automated scribbler for Discord. As far as I know, that would be pione..... More

Print this item

  Edit TOML on the fly
Posted by: C3PO - Jan-27-2021, 10:03 AM - Forum: General Coding Help - Replies (3)

I would like to edit a local TOML file and save it again to be used in the same Python script. In this sense, to be able to change a given parameter i..... More

Print this item

  Having trouble using photo for background
Posted by: blakefindlay - Jan-27-2021, 05:41 AM - Forum: GUI - Replies (2)

Just wondering what I am doing wrong. I have a photo named overlander_sports.jpg in the newb folder which is the name of the project. I can't seem t..... More

Print this item

  Python/C API - PythonQTError
Posted by: pybat - Jan-27-2021, 01:52 AM - Forum: General Coding Help - No Replies

Hello All,

I have some Python/C API code embedded within a C++ DLL on Windows. Here is a snippet of the code:

PyObject *pName, *pModule, *pDict..... More

Print this item

  How to sum across variable columns in a dataframe
Posted by: rennerom - Jan-26-2021, 10:48 PM - Forum: General Coding Help - Replies (2)

Hi there,

I end up doing lots of this type of data manipulation in excel as I haven't found a solid python solution yet.

Lets say this is my pandas..... More

Print this item

  Group List Elements according to the Input with the order of binary combination
Posted by: quest_ - Jan-26-2021, 08:36 PM - Forum: General Coding Help - Replies (19)

Hello,
I have this code scripts:
[python]
for variables in itertools.product([0, 1], repeat=(number*2)): # set of variables for a,ap,b,bp,c,cp like 0..... More

Print this item

  Custom file class
Posted by: deanhystad - Jan-26-2021, 08:36 PM - Forum: General Coding Help - Replies (11)

I have a special format file with a header and some content. In other languages I wrote a file subclass for reading and writing this file type. The ..... More

Print this item

  Creating a calculation based on user entry
Posted by: blakefindlay - Jan-26-2021, 06:14 PM - Forum: General Coding Help - Replies (2)

I am only days new to python so please bear with me.

The issue I think I am running into is that when I launch the script, python immediately gets ..... More

Print this item

  PDFplumber
Posted by: pprod - Jan-26-2021, 05:52 PM - Forum: General Coding Help - Replies (2)

Hi,

I wrote a script to extract text from a pdf file using pdfplumber and pdfminer as I wanted to try both. For months the script ran fine but sudd..... More

Print this item

Question download watsapp chat
Posted by: Orliv - Jan-26-2021, 05:01 PM - Forum: General Coding Help - Replies (1)

Hi,
I am trying to create a python script that downloads a chat and I don't know where to start.

Any help will be great Smile Smile

Print this item

  Discord Bot Help
Posted by: Oshadha - Jan-26-2021, 04:23 PM - Forum: General Coding Help - No Replies

How can a bot send a DM to Masker112#3725 saying Hello
when someone types .test
the prefix is '.'

How do I do this?
[python]
@client.command()..... More

Print this item

  passing ver to os.popen
Posted by: evilcode1 - Jan-26-2021, 12:23 PM - Forum: General Coding Help - Replies (3)

im tying to get my local ip then generate a range list then ping each one of them to check who is live and who is dead
this is my code :

[python]..... More

Print this item

  Convert table in pandas
Posted by: tgottsc1 - Jan-26-2021, 10:59 AM - Forum: General Coding Help - Replies (2)

Hi guys,

I have a very basic question about how to convert the design of a table. I would highly appreciate if someone could please help me.

I..... More

Print this item

  Facing error while executing below Python code
Posted by: ramu4651 - Jan-26-2021, 10:45 AM - Forum: General Coding Help - Replies (1)

Hi Team,

I am facing error while executing below code . Please help me on this.

[python]
#Defining the Schema
from pyspark.sql.functions impor..... More

Print this item

  how to work with SendGrid data
Posted by: aayushi98 - Jan-26-2021, 10:31 AM - Forum: General Coding Help - No Replies

can anyone tell how to work with SendGrid data????

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  sorting a lisr of file pa... 20 minutes ago Skaperen DeaD_EyE News and Disc...
  Graph Interpolate Difficu... 2 hours ago Tuurbo46 Tuurbo46 General Codin...
  PermissionError: [Errno 1... 2 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 8 hours ago nathanael SledgeNE General Codin...
  conditional nested loops Yesterday, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... Yesterday, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue Yesterday, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... Yesterday, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
Most views
  The best Prog... 578981
  Tutorial Requ... 510581
  Web Scraping ... 441999
  Newbie with P... 386028
  New Users Int... 377163
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+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday
Bamboo Yesterday

User Panel Messages

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