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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

Online Users
There are currently 53 online users.
» 1 Member(s) | 50 Guest(s)
Bing, Google, perfringo

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
8 minutes ago
» Replies: 3
» Views: 97
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
15 minutes ago
» Replies: 2
» Views: 68
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
4 hours ago
» Replies: 6
» Views: 3,175
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 240
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 126
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,522
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 173
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,146

 
  Send email with different buttons how
Posted by: chano - Aug-20-2019, 10:56 AM - Forum: Homework - Replies (1)

This is my email, i have two buttons, one for cool water and one for hot water, i want like push cool water 10 times it send email, like push hot wat..... More

Print this item

  Loading a image
Posted by: Help_me_Please - Aug-20-2019, 10:26 AM - Forum: Game Development - Replies (2)

I know this should be a simple one but when I run my code I get a blank screen before my game starts, the blank screen should load a loading screen I ..... More

Print this item

  Need to Verify URLs; getting SSLError
Posted by: rahul_goswami - Aug-20-2019, 10:17 AM - Forum: Web Scraping & Web Development - No Replies

Hi Team,

I am trying to verify URLs using urllib3 library.
For secure URLs, using 'https://'. I am getting a ststus code of 403.

when the URL ..... More

Print this item

  Pandas Dataframe to Google Big Query
Posted by: Ecniv - Aug-20-2019, 09:12 AM - Forum: Data Science - Replies (2)

Hiya,

Just when I almost get it, it slips away.

I have a dataframe that I would like to put into a google big query table.
However (aha) as per..... More

Print this item

  save content of table into file
Posted by: atlass218 - Aug-20-2019, 09:09 AM - Forum: General Coding Help - Replies (10)

hi;
I want to save the content of the table of my sqlite database into file (text, or pdf , or csv)
for text file I proceed like that but it was not w..... More

Print this item

  Functions
Posted by: metro17 - Aug-20-2019, 09:07 AM - Forum: General Coding Help - Replies (1)

FUCNTION:
[python]def CheckInput(ID):
while True:
ID = input("Please enter your ID: ")
if len(ID) == 8:
print("Thanks ..... More

Print this item

  Python Beginner Question
Posted by: everafter - Aug-20-2019, 04:38 AM - Forum: News and Discussions - Replies (1)

Hi all,

I have little knowledge in programming, I know how to do some basic command in python like calculate, Variables, Int, Str, For loop, Arrays..... More

Print this item

  What condition caused this True?
Posted by: majorjohnusa - Aug-20-2019, 02:27 AM - Forum: General Coding Help - Replies (14)

Hi all, I have a rookie question about True and False.

This code will have a result of 1.
[python]
if True:
print("1")
elif True:
print ..... More

Print this item

  Python 3+ kybd and mouse control keycodes
Posted by: ineuw - Aug-20-2019, 12:39 AM - Forum: General Coding Help - Replies (5)

Where can I find a list of Python keyboard and mouse keycodes and some basic code examples?

Print this item

  Create application that will take information from database and insert into PDF
Posted by: sorrelsj - Aug-19-2019, 07:17 PM - Forum: General Coding Help - Replies (1)

I am looking to create an application or script that will pull information such as a FEMA FIRM panel number or community ID from a database and use it..... More

Print this item

  Using classes for room movement (text game)
Posted by: Lawr3y - Aug-19-2019, 06:36 PM - Forum: Game Development - Replies (3)

Hello again. This time, I'm using a class to define different rooms, but am having trouble moving between them whenever I run the program:
[python]cl..... More

Print this item

  another alternative to np.interp
Posted by: evelynow - Aug-19-2019, 05:18 PM - Forum: General Coding Help - Replies (1)

I am doing finance programming and i need another solution instead of using numpy's np.interp. I have a yield curve table which shows interest rates f..... More

Print this item

  Super easy for you, not so much for me...just simple install all users etc
Posted by: steelio - Aug-19-2019, 04:38 PM - Forum: General Coding Help - Replies (1)

Here I am trying to learn Python for a small project I have for work. I am wanting to learn more about Python, but am in a bit of a crunch now and nee..... More

Print this item

  Child Class, Loop list
Posted by: bjornnotborg - Aug-19-2019, 04:05 PM - Forum: Homework - Replies (2)

Greetings!
I've been struggling with printing my list elements, called from a method.
Have been trying to approach this from all kinds of angles, bu..... More

Print this item

  How to remove multiples in a list
Posted by: jasper100125 - Aug-19-2019, 02:17 PM - Forum: General Coding Help - Replies (6)

How can remove something in a list if it appears more than once?
examples:

list1 = [1, 2, 3, 4, 1]
>>>>>
list1 = [1, 2, 3, 4]


or


list2..... More

Print this item

  Repr() function
Posted by: Valentina - Aug-19-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

Hello! I am a Junior in Python. I am doing my first steps.
Please help with repr(function).
I read in Python book that repr() must return "real" mea..... More

Print this item

  Two Dimensional Arrays
Posted by: Coder34 - Aug-19-2019, 10:37 AM - Forum: Homework - Replies (1)

Hello, I am new to this forum. Basically, my task is to create a two-dimensional list with an external file that contains characters, not numbers. I w..... More

Print this item

  Pass Dictionary to Method is not possible
Posted by: Frank123456 - Aug-19-2019, 09:29 AM - Forum: General Coding Help - Replies (1)

Hi, i have an example project where i try to pass a dictionary as "**kwargs" to a method. Unfortunately this does not work and i dont know why.
Here ..... More

Print this item

  Reset a variable
Posted by: mln4python - Aug-19-2019, 07:27 AM - Forum: General Coding Help - Replies (4)

Hi all,

Is there any way to reset a variable value without using classes ?

For example, I initialize a variable to -999 and then do some calcula..... More

Print this item

  recursion function (python beginner)
Posted by: everafter - Aug-19-2019, 06:58 AM - Forum: General Coding Help - Replies (3)

hi all,

need help for the code below

[python]def tri_recursion(k):
if(k>0):
result = k+tri_recursion(k-1)
print(result)
else:
..... More

Print this item

  scheduled job only runs once
Posted by: Stan2292 - Aug-19-2019, 02:09 AM - Forum: General Coding Help - Replies (4)

[python]
import time
import schedule

def job():
import asdf_1 # "asdf_1" is a .py file that runs fine on its own

schedule.every().day.at(..... More

Print this item

  Breaking subprocess loop from parent process
Posted by: kapibara - Aug-19-2019, 01:46 AM - Forum: General Coding Help - Replies (3)

What is missing here to read the sent value into my_input and break the loop in tok2.py? Now it runs forever.

Using Debian 10 Buster with Python 3.7...... More

Print this item

  Following a tutorial: ModuleNotFoundError
Posted by: Boa - Aug-18-2019, 09:08 PM - Forum: General Coding Help - Replies (2)

ModuleNotFoundError: No module named "base"

The code starts off like this:

[python]
from random import *
from turtle import *
from base impor..... More

Print this item

  re-executing self with different arguments
Posted by: Skaperen - Aug-18-2019, 06:49 PM - Forum: General Coding Help - Replies (5)

i want to have a script re-execute itself (a few instances of itself in child processes) with different arguments. the problem i am running into is t..... More

Print this item

  Dictionary for Excel Data
Posted by: Ranjirock - Aug-18-2019, 05:26 PM - Forum: General Coding Help - No Replies

We use Roster for our team members. I want to use Python to check the team members shift for particular date and check how much of work is done. So I'..... More

Print this item

  Write one line of Python
Posted by: erfanakbari1 - Aug-18-2019, 02:16 PM - Forum: Homework - Replies (2)

Hey guys
I have been trying to find a solution or this exercise and I actually did . But the problem is that I can not actually write this program in..... More

Print this item

  how to tell python to do something every 6 months
Posted by: Jezani_VIII - Aug-18-2019, 01:34 PM - Forum: Homework - Replies (1)

# Imagine your income is 200k per year and you want to save 0.1% of your income monthly because there is a debt of about 100k on your name
# but my i..... More

Print this item

  How to Find & Count String Patterns Between two Markers in a HTML file
Posted by: ahmedwaqas92 - Aug-18-2019, 01:18 PM - Forum: General Coding Help - Replies (3)

Hello,

I have a HTML file from which I am trying to extract strings so that I can count them and then hopefully export the analysis of those result..... More

Print this item

  Update a label text from subprocess
Posted by: jim53 - Aug-18-2019, 08:47 AM - Forum: GUI - Replies (3)

Hello,

I try to code a graphical interface to run terminal command to show the result in a label.
My problem is that the text of the label is only..... More

Print this item

  Attribute Error
Posted by: Adit99 - Aug-17-2019, 08:59 PM - Forum: General Coding Help - Replies (5)

trying to convert an integer tuple to a binary (string) tuple.
getting an Attribute error as follow.
[python]
def __int_to_bin(rgb):
r, g,..... More

Print this item

  New to Python
Posted by: ourek - Aug-17-2019, 08:01 PM - Forum: General Coding Help - Replies (1)

Hello,

I'm new to Python (trying to learn it) and I have Win10 with VSC and with Python extension installed but when I try to run python file

[..... More

Print this item

  Invalid JSON payload received. Unknown name “”: Root element must be a message."
Posted by: hellraiser - Aug-17-2019, 07:32 PM - Forum: General Coding Help - Replies (4)

Hi guys,

I am trying to update a Google contact using People API. Unfortunately I am getting an error:

[b]Invalid JSON payload received. Unknown..... More

Print this item

  Debian ... oops!
Posted by: millpond - Aug-17-2019, 05:57 PM - Forum: General Coding Help - Replies (6)

I am running Debian Buster/Sid and have Pythons 2.7.16 and 3.7.2

System Python is by default /usr/lib/Pythonxx/dist-packages
PyPy installs by def..... More

Print this item

  Print strings enclosed with a character with different characters
Posted by: aylmaoxd - Aug-17-2019, 02:46 PM - Forum: Homework - Replies (1)

Hello everyone, I'm currently learning for loops right now and I did a basic program that takes string inputs and an integer input. The program will p..... More

Print this item

  Python / Selenium Turning Off Alert
Posted by: graham23s - Aug-17-2019, 02:33 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys,

I'm using Selenium to interact with a few websites, on a few i get this alert:

[Image: TrgBkML.png]

is there a way i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 8 minutes ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 15 minutes ago Bummibaer Bummibaer News and Disc...
  best way to learn python 4 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
Most views
  The best Prog... 579356
  Tutorial Requ... 512304
  Web Scraping ... 442275
  Newbie with P... 386330
  New Users Int... 380146
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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