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,282
» Latest member: MattCarters
» Forum threads: 38,792
» Forum posts: 175,871

Full Statistics

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

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 1
» Views: 58
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,473
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 125
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 51
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,047
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,293
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 346
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 188
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 250

 
  bypassing find element click()
Posted by: windows11 - Apr-02-2020, 08:05 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello guys, I dont know why but sometimes the click() do not work


[python]
a=11

def my_function(i,driver):
while i<a:

element=driver..... More

Print this item

  Order of key and value in dictionary keeps changing
Posted by: palladium - Apr-02-2020, 07:04 AM - Forum: General Coding Help - Replies (2)

I am trying to write a code to sort out bookings for staff in a clinic. The idea is to allocate the next booking to the staff with the most availabili..... More

Print this item

  Django admin form with parent child
Posted by: tmmaersk - Apr-02-2020, 06:42 AM - Forum: Web Scraping & Web Development - No Replies

Hey

I have created a model in django, for categories - with a parent child structure.

But how can I change the look in the admin, of that dropdo..... More

Print this item

  using import with filename starting by a number followed by underscore
Posted by: SpongeB0B - Apr-02-2020, 05:12 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

I have a file who is named 16_module.py

I would like to use some function from it. So i use import within my current ..... More

Print this item

  PyCharm asking for VC++ runtime 14.0 whereas I have already installed VC++ 19.0
Posted by: SarmadiRizvi - Apr-02-2020, 04:45 AM - Forum: General Coding Help - Replies (1)

Hello Dear Members!

I have on my system (windows 10) Visual C++ redistributable package 2019 running. Now when I wrote this statement - import mysq..... More

Print this item

  Creating an executable
Posted by: vman44 - Apr-02-2020, 04:26 AM - Forum: General Coding Help - Replies (8)

Hi.

I'm trying to create an executable file from a Python script.
I'm running Python v. 3.7 & Pycharm.

I tried "pyinstaller", but that didn't w..... More

Print this item

  How to access variables from dirsync module
Posted by: steve_shambles - Apr-02-2020, 04:18 AM - Forum: General Coding Help - Replies (3)

I have just completed a new project called Sync It,
it uses the excellent..... More

Print this item

  why is the ticker and date different
Posted by: junkone - Apr-02-2020, 12:33 AM - Forum: Data Science - Replies (1)

Here is my early attempts in using python. i am getting stock data from yahoo but i can see that the ticker, date column headers are lower than the hi..... More

Print this item

  Object reference in Dict - not resolved at runtime
Posted by: benthomson - Apr-01-2020, 10:39 PM - Forum: General Coding Help - Replies (2)

Here is my code:

[python]
total_runtime = None
mail_pfx = "dVDS FULL5 CN"

mail_subj = {
'completed' : f"{mail_pfx} : [INFO] Refresh complete..... More

Print this item

  Music Player
Posted by: merrickdav - Apr-01-2020, 09:40 PM - Forum: Game Development - Replies (1)

Hi I am trying to build a PlayAll method for my music player. The PlayAll method needs to be able play one song after the other from a playList. The p..... More

Print this item

  FTP with special character in password
Posted by: amatta - Apr-01-2020, 08:30 PM - Forum: Networking - Replies (5)

Hello
I am new to python and i am trying to connect to FTP to download files. The FTP password provided by vendor has a special character '(apostrop..... More

Print this item

  It seems like the overall Python syntax would be error prone
Posted by: CynthiaMoore - Apr-01-2020, 08:04 PM - Forum: News and Discussions - Replies (13)

I just started reading an intro to Python piece. It shows simple examples of several statements (def, for, while). I'm just getting started, but it lo..... More

Print this item

  Need help with Loop.
Posted by: gnosticwhispers - Apr-01-2020, 07:42 PM - Forum: General Coding Help - Replies (1)

Hello!

This is my first post so I apologize if Ive done this incorrectly.

I am a beginner and this is only my third day of learning python. I at..... More

Print this item

  An interesting Role-Play-Game battle script
Posted by: NitinL - Apr-01-2020, 06:22 PM - Forum: Homework - Replies (4)

The following are the files:


https://pastebin.com/4EyFEGxi - game.py # Define player and his set of actions
https://pastebin.com/BS..... More

Print this item

  numbers in list - max value and average
Posted by: stewie - Apr-01-2020, 06:07 PM - Forum: Homework - Replies (2)

Program ask user for input (how many fish he caught per day - 10 days) and than it needs to output average per day and output number from list that is..... More

Print this item

  NameError: name 'os' is not defined
Posted by: lrpirlet - Apr-01-2020, 05:42 PM - Forum: General Coding Help - Replies (6)

Hello
I am new to coding python and to this forum… If I do come with a NOOB question, please tell me..
My question is: what is the difference betwee..... More

Print this item

  Saving results
Posted by: Rokafly - Apr-01-2020, 05:25 PM - Forum: General Coding Help - Replies (2)

Hello guys, I'm new on this website so I will try to make the best subject that I can!
I'm a french student, I study mathematics but I do a little bi..... More

Print this item

  Newbee Question
Posted by: chas777 - Apr-01-2020, 05:24 PM - Forum: General Coding Help - Replies (4)

I am trying to make a class I can use to save a dataframe, two strings and two floats.
I cant seem to get it to work.

[python] import numpy as ..... More

Print this item

  messagebox is not being executed please help
Posted by: erwinsiuda - Apr-01-2020, 05:17 PM - Forum: GUI - Replies (2)

Hello
I am trying to create my first Alarm Clock but I've stuck. I've simply created Tkinter window with a clock and some entry boxes and button to s..... More

Print this item

  Indentation error... lol
Posted by: ironfelix717 - Apr-01-2020, 05:13 PM - Forum: General Coding Help - Replies (8)

Getting an indentation error which is usually indicative of a syntax error ELSEWHERE in the code (a big weakness of Python).

Code:

[pytho..... More

Print this item

  Help with Button press/curl
Posted by: Imbatech - Apr-01-2020, 04:34 PM - Forum: Networking - Replies (2)

Hello!

I'm in need of a code that sends a notification using ifttt when i press a button on my raspberry pi.
I been looking around for hours without ..... More

Print this item

  Question about if with () or without () / pathlib
Posted by: Tecuma - Apr-01-2020, 04:10 PM - Forum: General Coding Help - Replies (3)

Hello Community,

I am using
- macOS 10.15.4
- Python 3.8.2 (via Mac Ports)

In the macOS security settings the terminal has full disk access...... More

Print this item

  open a new window
Posted by: windows11 - Apr-01-2020, 04:02 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello guys Im using python and selenium

I know the code Drive.find_element_byXpath("...").click()
But I want to open in a new window, not in the s..... More

Print this item

  sending sms messages from your smartphone
Posted by: skorost5 - Apr-01-2020, 03:46 PM - Forum: General Coding Help - Replies (4)

What library can I use to send sms messages from my smartphone?

Print this item

  Print/write to file function
Posted by: tpolim008 - Apr-01-2020, 03:33 PM - Forum: General Coding Help - Replies (4)

Hello All can someone help me with the below code. Ive been working to try and get the output printed to a file with the datetime but each route Ive t..... More

Print this item

  Upload takes too long.
Posted by: Makada - Apr-01-2020, 03:12 PM - Forum: General Coding Help - Replies (29)

Hi all,

I have an upload script which uploads data every 5 minutes at every 00:00 00:05 00:10 00:15 and so on during 24/7.

But sometimes the upl..... More

Print this item

  break for loop
Posted by: Agusben - Apr-01-2020, 03:02 PM - Forum: General Coding Help - Replies (1)

can i break a foor loop from outside the loop?

Print this item

  general def coding
Posted by: Agusben - Apr-01-2020, 02:55 PM - Forum: GUI - Replies (5)

[python]
from tkinter import *
import turtle
from math import cos,sin,tan,pi

root = Tk()

def graph ():
pen.penup()
angle = 0
theta =..... More

Print this item

  while loop will not stop looping
Posted by: TheTechRobo - Apr-01-2020, 02:37 PM - Forum: General Coding Help - Replies (5)

Good day!

I have been developing a text-based calculator in Python 3.x and ran into this problem, my while loop will not stop even though I changed t..... More

Print this item

  Questions about class
Posted by: cls0724 - Apr-01-2020, 02:18 PM - Forum: General Coding Help - Replies (1)

class FooBar:
  def init(self):
    print(self)
From the above example, i learn that i can't define a as the below code

[pyth..... More

Print this item

  Class Information Help
Posted by: Gokberk - Apr-01-2020, 01:58 PM - Forum: General Coding Help - Replies (2)

[python]# Main worker class
class worker():

def __init__(self, name, salary, department):
print("__init__ function of worker class.")..... More

Print this item

  Access a variable of a daemon
Posted by: peek_no_boo - Apr-01-2020, 01:29 PM - Forum: General Coding Help - Replies (8)

Hello,
Hope you are doing well.

I have the following code

[python]#!/usr/bin/env python3
# encoding: utf-8

import daemon
import sys
impor..... More

Print this item

  General coding help
Posted by: prathmesh - Apr-01-2020, 01:18 PM - Forum: General Coding Help - Replies (1)

Hello everyone,
I am going through the following piece if code :
Inputs:
initP: Starting point
dir: vector in the UV directions
L: de..... More

Print this item

  Time series manipulation
Posted by: SinPy - Apr-01-2020, 12:48 PM - Forum: General Coding Help - No Replies

Hi!
We have an optimization model that gives us forecasts of electricity consumption in the future. Because of calculation time we do not use hourly ..... More

Print this item

  Block of code, scope of variables and surprising exception
Posted by: arbiel - Apr-01-2020, 12:43 PM - Forum: General Coding Help - Replies (8)

Hi

I recently decided to learn Python, based on the Python documentation https://docs.python.org/3. I take the opportunity of this learning to code..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 3 hours ago drakhsin Pedroski55 General Codin...
  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...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579240
  Tutorial Requ... 512071
  Web Scraping ... 442174
  Newbie with P... 386287
  New Users Int... 379431
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21
OtiliaBecker 11-21

User Panel Messages

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