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,283
» Latest member: alexferrina
» Forum threads: 38,793
» Forum posts: 175,876

Full Statistics

Online Users
There are currently 36 online users.
» 1 Member(s) | 32 Guest(s)
Bing, Google, Mojeek, lovedeep

Latest Threads
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
31 minutes ago
» Replies: 0
» Views: 5
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
9 hours ago
» Replies: 5
» Views: 109
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 47
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,482
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 139
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 61
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,065
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,298
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 364
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 204

 
  JSON to Dataframe
Posted by: DrX - Feb-19-2020, 04:18 PM - Forum: Data Science - Replies (1)

Hello everyone, I am new here so please be gentle. I need to parse some JSON and convert to a Dataframe but am having the difficulty in getting the ri..... More

Print this item

  Solve Pynput Problem when changing language?
Posted by: ppel123 - Feb-19-2020, 03:34 PM - Forum: General Coding Help - No Replies

Hi everyone,
I am working on a project in PYTHON and I want to create a keylogger for 2 languages english and greek.
For this I have created the be..... More

Print this item

  Arrange my looped template data in rows
Posted by: JedBoyle - Feb-19-2020, 01:41 PM - Forum: General Coding Help - No Replies

Hello

I have Django set up to take in data from the admin. I have looped the data using template tags and template variables:

[html]
{..... More

Print this item

  ODBC iPhone to PC
Posted by: KipCarter - Feb-19-2020, 11:53 AM - Forum: General Coding Help - No Replies

I am making good progress in my Python crash course! This forum has been extremely helpful in that effort.
I want to expand on what I have learned t..... More

Print this item

  AttributeError: type object 'FunctionNode' has no attribute '_TestValidateFuncLabel__
Posted by: binhduonggttn - Feb-19-2020, 11:29 AM - Forum: General Coding Help - No Replies

I have a file to validate the label
[python]
#configmanager.py

class FunctionNode(object):
def __validate_func_label(self, func_label):
..... More

Print this item

  Movie lens data analysis
Posted by: sekhar_desiraju - Feb-19-2020, 10:38 AM - Forum: Homework - Replies (4)

Data set screenshot

how can i find the number of movi..... More

Print this item

  If item in list = true, Output = xx
Posted by: kroh - Feb-19-2020, 09:17 AM - Forum: General Coding Help - No Replies

Hi all!
I am totally new to Python, i hope i can learn one day...
I am currently Working with Revit Architecture and Dynamo (Visual Programming).
..... More

Print this item

  Pylint/pyflakes/flake8 missed AttributeError
Posted by: elyoni - Feb-19-2020, 07:01 AM - Forum: General Coding Help - Replies (2)

Hi,
I have the code
[python]class MainC:
def __init__(self):
self.arg1 = None

# Method One, Not working
OBJ_LIST = {}
for i in r..... More

Print this item

  Paul Rubin p3.py lightweight encrypt/decrypt - is there a python3 version?
Posted by: mason28 - Feb-19-2020, 03:38 AM - Forum: General Coding Help - No Replies

Hi all,

I'm currently using the lightweight encryption/decryption script by Paul Rubin on python2.7 below. I was wondering if there's a python3 ver..... More

Print this item

  ZeroDivisionError: float division by zero
Posted by: Jionni - Feb-19-2020, 12:04 AM - Forum: GUI - Replies (8)

Hi,
in line 132, I always get a ZeroDivisionError. Does anybody have a hint to solve the issue??
Actually, I want to show a popup-window, if the use..... More

Print this item

  password saver/manager
Posted by: Skaperen - Feb-18-2020, 07:22 PM - Forum: News and Discussions - Replies (2)

is there any nice Python3 script around that can save/manage passwords for end user usage (not for servers to authenticate with) that includes additio..... More

Print this item

  urllib3 Problem?
Posted by: gw1500se - Feb-18-2020, 07:05 PM - Forum: General Coding Help - Replies (8)

I have a script that uses the MailJet REST API which has just started failing. I don't understand what the problem is because the error message refere..... More

Print this item

  Function Runs 10 Times Instead of Once
Posted by: PolarBear123 - Feb-18-2020, 06:38 PM - Forum: Game Development - Replies (1)

I have written a simple racing game in Pygame Zero. This comes from the MagPi *"Retro Gaming with Raspberry Pi"* Book. I am a beginner programmer so I..... More

Print this item

  installing anaconda packages offline
Posted by: HulkHogansArmsArePythons - Feb-18-2020, 06:20 PM - Forum: Data Science - Replies (4)

Good Afternoon All,

i am trying to resolve issues with the Numpy & Pandas packages that installed with anaconda.
Our dev environment does not hav..... More

Print this item

  'int' object is not iterable
Posted by: el_bueno - Feb-18-2020, 05:44 PM - Forum: General Coding Help - Replies (2)

Hello Everyone!

Why do I see the error ('int' object is not iterable) when I add the method list?
[python]list02=[a,b,c,d,e,f,g,h,i,..... More

Print this item

  Guido van Rossum about starting contributing to CPython
Posted by: buran - Feb-18-2020, 04:44 PM - Forum: News and Discussions - No Replies

Guido van Rossum about starting contributing to CPython

Print this item

  scrap by defining 3 functions
Posted by: zarize - Feb-18-2020, 03:55 PM - Forum: Web Scraping & Web Development - No Replies

Hi guys,

I want to make a scrapping using 3 functions so i defined

[python]def header_template():
for i in range(1, 3):
big_soup =..... More

Print this item

  Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Posted by: Rickus - Feb-18-2020, 02:36 PM - Forum: General Coding Help - Replies (2)

Hello,

I using py2exe to generate an executable,

Here is my setup.py

[python]from distutils.core import setup
import py2exe
setup(windows=..... More

Print this item

  Can't Get Entry Var in Tkinter
Posted by: OCaraDoBaixo - Feb-18-2020, 01:40 PM - Forum: GUI - Replies (1)

[python]
class Classe1():

def button_label(self, chosen_row, textoescrito, variavel):
lb1 = Label(frame2, text=textoescrito, bg=color..... More

Print this item

  pyahk not working
Posted by: Zenot1c - Feb-18-2020, 01:04 PM - Forum: General Coding Help - Replies (3)

Im sorry if this is in the wrong place, please delete if it is:
Whenever i try to "pip install pyahk" it gives this error:
ERROR: Command errore..... More

Print this item

  how to read json file
Posted by: jk91 - Feb-18-2020, 11:48 AM - Forum: General Coding Help - Replies (34)

Hi,

how to write a very tough program code for below problem:

Utility to read JSON file from file server

2. Utility should run at scheduled t..... More

Print this item

  simple login problem
Posted by: MMOToaster - Feb-18-2020, 10:54 AM - Forum: General Coding Help - Replies (2)

[python]
numbertable = ["1","2","3","4","5","6","7","8","9"]
fname= input("Your First name?")
lname = input("Your Last name?")
if " " in fname or lnam..... More

Print this item

  Help Screen Scraping
Posted by: andrewnzinuk - Feb-18-2020, 10:34 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi. I am new to Python and have be dabbling with some screen scraping. I was doing alright until I came to my first real world problem. I have some da..... More

Print this item

  Help in pandas group by
Posted by: prakash8813 - Feb-18-2020, 08:39 AM - Forum: Data Science - No Replies

I have below dataframe:-
df=pd.DataFrame({'a':[1,1,1,1,2,2,2,2],'b':[1,1,2,2,2,6,7,7]})
a b
1 1
1 1
1 2
1 2
2 2
2 6
2 7
2 7

I want to cre..... More

Print this item

  Very big font needed
Posted by: juhanjuku - Feb-18-2020, 08:19 AM - Forum: GUI - Replies (6)

I need 5 digits counter number to fill HD screen, so it can be visible from long distance.
So far I can't find how to make fonts bigger than 127?
I ..... More

Print this item

  How to write test cases by Unit test for database configuration file?
Posted by: binhduonggttn - Feb-18-2020, 08:03 AM - Forum: General Coding Help - No Replies

I have a yaml file containing database configuration information and a python file to check connect to database via that configuration file. Then I wr..... More

Print this item

  Multiple cameras
Posted by: gawron103 - Feb-18-2020, 07:36 AM - Forum: Networking - No Replies

Hello all,

I am trying to create flask based app in which, every logged in user would have live stream view. For now everything works fine, however..... More

Print this item

  Brute force for CTF (easy one)
Posted by: JokerTux - Feb-18-2020, 06:57 AM - Forum: Homework - Replies (1)

Hi Guys !

So I m learing python and I found this website "hackthissite.org" and I decided to make some exercises. One of them was to write a python s..... More

Print this item

  capture print statement written in Stored Procedure in SQL Server
Posted by: brijeshkumar_77 - Feb-18-2020, 03:22 AM - Forum: General Coding Help - No Replies

Hi All,
I have stored procedure which i will call from python using pyodbc. This SP has several print statement which results as output of that SP.
..... More

Print this item

  Execute SQL Server Stored Procedure
Posted by: brijeshkumar_77 - Feb-18-2020, 02:59 AM - Forum: General Coding Help - No Replies

I need to execute a Stored procedure in SQL Server and capture all Print statements inside the SP. In addition to this, for other SP's i want to acces..... More

Print this item

  For loop to make it easier
Posted by: Amirdst - Feb-18-2020, 02:24 AM - Forum: General Coding Help - Replies (2)

Hi Friends ,
i have some aggregation to provide in xlsx files and i need to use a for loop to make it easier
i have columns in dataframe [inline]d..... More

Print this item

  delete a Python object that matches an atribute
Posted by: portafreak - Feb-18-2020, 12:26 AM - Forum: General Coding Help - Replies (2)

Hi,

How do I delete a Python object that matches an atribute?
I have the following code and I would like to delete created object with the attribu..... More

Print this item

  Number range?
Posted by: rusty11 - Feb-18-2020, 12:23 AM - Forum: General Coding Help - Replies (5)

Hello everyone, i am learning python and want to know if there is a way to display an error if someone goes past a specific value,
For example here i ..... More

Print this item

  counting in a label
Posted by: mcmxl22 - Feb-17-2020, 10:48 PM - Forum: GUI - Replies (1)

How do I get this to count in the label? It just shows an empty window and gives me an error when I close it.
[python]
import time
import tkinter a..... More

Print this item

  Install Mistake
Posted by: jlerette5 - Feb-17-2020, 09:23 PM - Forum: General Coding Help - Replies (1)

Forgive my ignorance, I am new to all this. When I installed the latest version Python 3.8.1 there was a link to change the default character limit, I..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LhanePulse 31 minutes ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... 9 hours ago drakhsin snippsat Web Scraping ...
  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
Most views
  The best Prog... 579254
  Tutorial Requ... 512098
  Web Scraping ... 442185
  Newbie with P... 386294
  New Users Int... 379576
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 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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