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,975
» Latest member: Schirag
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
6 hours ago
» Replies: 2
» Views: 177
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 808
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 851
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 550
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,915
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,321
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,897
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,317
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,243
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,564

 
  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to write 3 Columns to MariaDB?
Posted by: BrandonKastning - Mar-22-2020, 06:22 AM - Forum: Web Scraping & Web Development - Replies (21)

Hello Python Web Scraping Coders,

I am trying to determine how to write the 3 columns that I parse from HTML URL and send to a CSV; also / or direc..... More

Print this item

  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to loop to next HTML/new CSV Row
Posted by: BrandonKastning - Mar-22-2020, 06:10 AM - Forum: Web Scraping & Web Development - No Replies

Hello Python Web Scrapers,

This is what I am currently up against and was hoping somebody could point me in the right direction.

Python3 + Beaut..... More

Print this item

  how to just filter .mp4 in the text file
Posted by: jacklee26 - Mar-22-2020, 05:49 AM - Forum: General Coding Help - Replies (1)

i have a test1111.txt, which have some html tag, and i wish to just filter .mp4, other word i don't want.
How to let it just print https://ttt111/tr/..... More

Print this item

  vert and horz scrolling background
Posted by: michael1789 - Mar-22-2020, 04:39 AM - Forum: Game Development - Replies (2)

I'm trying to make a background that scrolls in all directions. I'm working from an example for a horizontal scrolling game and adding vertical to it..... More

Print this item

  trouble installing numpy
Posted by: GloryHoleLover - Mar-22-2020, 12:58 AM - Forum: Data Science - Replies (3)

Hi,
many times I've used the cmd prompt "pip install numpy" and it says it's installing it and gives confirmation

Yet when I try to use it in Pych..... More

Print this item

  lower() applied at in operator
Posted by: Beerforfree - Mar-22-2020, 12:26 AM - Forum: General Coding Help - Replies (3)

Is there a way to use lower() or casefold() at the "in" operator like
if 'string' in these_list.lower()

I know this is not possible, but there sho..... More

Print this item

  Tkinter - Need Help setting Height of a TextInputBox
Posted by: itslewis - Mar-21-2020, 08:30 PM - Forum: GUI - Replies (1)

[python]import tkinter as tk
from tkinter import *

gui = Tk(className=' Enter Password.')
password = int("5454")
button_pressed = False
# set w..... More

Print this item

Exclamation Python 3.7.7 Bug?
Posted by: DJPatchyIce - Mar-21-2020, 07:50 PM - Forum: General Coding Help - Replies (2)

Is anyone else experiencing an import bug in the latest 3.7 version

Example:

File a

 import b
 
 print(b.something.a)
..... More

Print this item

  Pc Security System.
Posted by: itslewis - Mar-21-2020, 07:00 PM - Forum: GUI - Replies (1)

How would i go-about making a System that starts at boot
that when u go afk for 3-5mins,
your pc will pop-up with a screen asking for a passw..... More

Print this item

  Generator function for even numbers
Posted by: mp3909 - Mar-21-2020, 06:59 PM - Forum: General Coding Help - Replies (4)

I am trying to write a generator function to output even numbers

Here is my code:

[python]def evenNumber(i):
r = i * 2
yield r


fo..... More

Print this item

  Beginner. Help needed in sorting
Posted by: sundaeli - Mar-21-2020, 06:43 PM - Forum: General Coding Help - Replies (4)

Hi,

I'm new to this forum. I need help in below code.

>>> import keyword
>>> print(keyword.kwlist)
Output:
[output]['False..... More

Print this item

  Script won't run at boot
Posted by: ebolisa - Mar-21-2020, 06:00 PM - Forum: General Coding Help - Replies (6)

Hi,

The code below which speaks a wellcome msg if there's an internet connection, runs manually but not at boot through crontab.

Where did I go..... More

Print this item

  Looking for beginner Python Programmers.
Posted by: itslewis - Mar-21-2020, 05:50 PM - Forum: Bar - Replies (3)

[align=center][font=Verdana, Geneva, sans-serif](Please read the below...)

[b]My names Lewis, im a new Programmer
and i have chose PYTHON..... More

Print this item

  Noobie seeks help with plug-in
Posted by: Clutch_Cargo - Mar-21-2020, 05:35 PM - Forum: Jobs - Replies (3)

[font=Arial, Helvetica, sans-serif]Hey there, now that I am stuck in my home (like many), I thought I’d work on my little personal app but I see I nee..... More

Print this item

  pull data from python web
Posted by: yunussyes - Mar-21-2020, 05:34 PM - Forum: Web Scraping & Web Development - Replies (2)

How can I pull data from all the pages on
https://www.resignation.info/list&p
site

Print this item

  Import Excel file and use pandas
Posted by: WBPYTHON - Mar-21-2020, 05:16 PM - Forum: GUI - Replies (2)

Hello,

I try to import Excel File from PyGt simple and then read it with pandas but It doesn't work.

I have error message:

[error]Traceback ..... More

Print this item

  (Complete Novice) Code not working
Posted by: PythonGainz - Mar-21-2020, 05:15 PM - Forum: General Coding Help - Replies (9)

Hey guys, so grateful if you can help. I'm absolutely new to both program language and Python, but determined to get some proficiency here. Using Pyt..... More

Print this item

  Column Print?
Posted by: Guga - Mar-21-2020, 05:06 PM - Forum: Homework - Replies (5)

What should I do to make it look like this?
String Methods List Methods Tuple Methods Dict Methods Set Methods

title() append..... More

Print this item

  Error When Using sklearn Predict Function
Posted by: firebird - Mar-21-2020, 04:34 PM - Forum: Data Science - No Replies

Hello everyone!
Needing your help to figure out on how to resolve the error message i get after running code below (credit: https://github.com/SravB..... More

Print this item

  running 2 loops at the same time
Posted by: julio2000 - Mar-21-2020, 04:19 PM - Forum: General Coding Help - Replies (7)

Hey,
I've created my own program, and i want my program's user's discord, to be telling that he is 'playing' my program while he is running it. I've ..... More

Print this item

  Calculate area of a circle
Posted by: pythonuser1 - Mar-21-2020, 04:05 PM - Forum: Homework - Replies (20)

Hello everybody, I'm a beginner in python, I just started today with it, and I created the following file in Linux :

cat fonction.py
[python]#!/u..... More

Print this item

  Acces Wifi router and scan all the available networks through router
Posted by: jenkins43 - Mar-21-2020, 03:09 PM - Forum: Networking - Replies (3)

Hi, I am trying to access wifi router through Ethernet and scan all the networks available nearby to wifi using python, being new to this field need s..... More

Print this item

  Divide a Python Turtle program into subprograms
Posted by: TurtleOHG - Mar-21-2020, 01:23 PM - Forum: Homework - Replies (5)

Hello everyone,

I want to draw a simple house with several windows and a door by using the python turtle inferface.
The window(s) and door(s) have..... More

Print this item

  wait for element and click
Posted by: windows11 - Mar-21-2020, 12:34 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello world, I need some help Pray . I´m try to search and did´t find the solution or it was to confuse. Huh

I'm trying to wait for the el..... More

Print this item

  Optimization of image correction code
Posted by: Techmokid - Mar-21-2020, 12:25 PM - Forum: Code Review - No Replies

Hello!

I'm working on a project that requires an example image to only have specific colours in it.
SO, what I've done is gone ahead and made the ..... More

Print this item

  Hide symbol or characters in regular expression
Posted by: Gateux - Mar-21-2020, 10:25 AM - Forum: General Coding Help - No Replies

I'm trying to find a full list of domain names from a imported text file and the correct regular expression used is this

[python]import re
hand = ..... More

Print this item

  looping calculation in dataframe
Posted by: duncipe - Mar-21-2020, 10:06 AM - Forum: Data Science - Replies (2)

Hi,

I'm used to working with R but new to Python (except Think Python).
I wrote codes for various river cross section analysis in R and now want t..... More

Print this item

  Find and replace to capitalize with Regex
Posted by: hermobot - Mar-21-2020, 09:33 AM - Forum: General Coding Help - Replies (2)

I need to capitalize letters that go after a exclamation or question mark and an space.

So this:
'Are you there? yes! perfect'

becomes to this:..... More

Print this item

  Unable to Scrape Website
Posted by: muhamdasim - Mar-21-2020, 12:35 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello Fellows.

I would like to scrape the list from the following website using requests.

https://www.dgi.dk/foreninger

I want the text to be..... More

Print this item

  Contest - game programming
Posted by: louiz7 - Mar-21-2020, 12:09 AM - Forum: News and Discussions - No Replies

I notice a contest.
https://www.syntaxbomb.com/index.php/topic,7496.0.html

A lot of talented game programmers are in our Python community. They m..... More

Print this item

  pygame install windows 10 s
Posted by: fenny666 - Mar-20-2020, 11:01 PM - Forum: General Coding Help - Replies (4)

Hi all,

please forgive my noobness but I'm at a loss and need help Cry Any advice would be very much appreciated.

Just bought a new laptop t..... More

Print this item

  How to tabulate correctly repeated blocks?
Posted by: Xiesxes - Mar-20-2020, 07:35 PM - Forum: General Coding Help - Replies (4)

Hello to all,

Maybe someone could help me with this:

I have this file, for which I want to tabulate its values. Keys from a to c begin a new seq..... More

Print this item

  About Arduino and Python usb webcam tuts
Posted by: Simurg - Mar-20-2020, 05:31 PM - Forum: General Coding Help - Replies (1)

Hi, everybody;

I have USB Host Shield and I want to get a photo or video with using this shield by coding Python, can anybody have a tutorial about..... More

Print this item

  How come afer some iterations of gradient descent, the error starts growing?
Posted by: Corpac - Mar-20-2020, 05:20 PM - Forum: Data Science - No Replies

Hello.
I want to fit a logistic cruve to some data I have prepared.
The curve has a form of:
[img]https://wikimedia.org/api/rest_v1/media/math/rend..... More

Print this item

  Python Logging and Handling
Posted by: phillyfa - Mar-20-2020, 02:43 PM - Forum: General Coding Help - Replies (2)

Hello,

I typically write small programs for Python and never attempted to use logging or exception handling. This is all new to me, but with this ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 6 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577353
  Tutorial Requ... 500701
  Web Scraping ... 441011
  Newbie with P... 385057
  New Users Int... 369549
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Schirag Today
Jacobjoift Today
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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