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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,580

Full Statistics

Online Users
There are currently 54 online users.
» 0 Member(s) | 48 Guest(s)
Applebot, Bing, AOL, Google, Mojeek

Latest Threads
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
4 hours ago
» Replies: 1
» Views: 70
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 2
» Views: 96
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,537
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 99
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 217
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,047
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 463
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,096
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,168
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 852

 
  Integrating shango app with desktop GUI app
Posted by: Man_from_India - Aug-09-2019, 01:49 AM - Forum: General Coding Help - No Replies

I created a desktop GUI for pere to peer socket connection. I will use this GUI for text msg exchange. So I will implement this using python socket pr..... More

Print this item

  what exception for getting list of wrong size
Posted by: Skaperen - Aug-09-2019, 01:03 AM - Forum: News and Discussions - Replies (3)

in a function that might get a list, but requires certain sizes, what exception should it raise if it gets the wrong size? the function i am writing ..... More

Print this item

  using Python as an program's internal scripting system
Posted by: Skaperen - Aug-08-2019, 11:41 PM - Forum: News and Discussions - No Replies

i will develop a program ... it might be in C ... it might be in Pike ... it might be in Python3 ... and the program needs a scripting system to run "..... More

Print this item

  module not found?
Posted by: kevindadmun - Aug-08-2019, 10:25 PM - Forum: Game Development - Replies (2)

Well after taking a break in learning pycharm and pygame i am greeted with a new error that make no sense. Now when you import pygame and run it you w..... More

Print this item

  ISO8583 - POS transactions
Posted by: asharmds - Aug-08-2019, 09:32 PM - Forum: News and Discussions - Replies (1)

Hi, can anybody share ideas of which library/module to use for testing ISO-8583 transactions in python.

Print this item

  dynamic data for python
Posted by: claudiamaia - Aug-08-2019, 09:03 PM - Forum: Data Science - Replies (1)

I search for available dynamic data on people fluctuation. Do you know any databases available for python?

Print this item

  Assignment operator
Posted by: DavidTheGrockle - Aug-08-2019, 08:47 PM - Forum: General Coding Help - Replies (7)

I cannot seem to grasp the difference between an arithmetic operator and an assignment operator.

Could someone please show point me to examples whe..... More

Print this item

  anyway to get the domain name from the ip ??
Posted by: evilcode1 - Aug-08-2019, 06:51 PM - Forum: Networking - Replies (6)

hello all ...
i have a list of ip's range for a websites in the server .... i try to get the domain name from ip i used python requests lib. to grep ..... More

Print this item

  calculation with list in list
Posted by: gianniskampanakis - Aug-08-2019, 06:36 PM - Forum: General Coding Help - Replies (13)

hello. with this code i can calculate 1 + 2 + 3 = 6

l = [1,2,3,]
def suml(l):
  s= 0
  for i in l:
    s = s + i
  return s  
..... More

Print this item

  Installing PIP and setting up virtualenv
Posted by: steveholland68 - Aug-08-2019, 04:54 PM - Forum: General Coding Help - Replies (1)

Please see error codes below


C:\cicdbuzz>dir
Volume in drive C is OS
Volume Serial Number is 6465-B18E

Directory of C:\cicdbuzz

07/08/20..... More

Print this item

  add more than 1 metric to py script
Posted by: vanderdecken - Aug-08-2019, 02:36 PM - Forum: General Coding Help - No Replies

hi,

have a script which (amongst other mets and dims) extract the ga: sessions. it looks like this: 'metrics ': [{'expression': 'ga:sessions')] but..... More

Print this item

  tbats and pmdarima import problem
Posted by: tody18 - Aug-08-2019, 12:10 PM - Forum: Data Science - No Replies

I am trying to fit a tbats model and use the pmdarima library to find the best arima model for my time series analysis. In the first case i get the fo..... More

Print this item

  building functions to validate strings , date etc
Posted by: metro17 - Aug-08-2019, 09:40 AM - Forum: General Coding Help - Replies (2)

[python]
import datetime
from datetime import datetime
n = 5
while n > 0:
id = input("Please enter your ID: ")
file = open("C:\\Users\\a..... More

Print this item

  Need help in adding xsrf token
Posted by: keerthiprashanth - Aug-08-2019, 08:51 AM - Forum: General Coding Help - Replies (1)

Hi All,

Below is my requirement and below is my code.

When we post the request to some API via API calls a cookie session will be created on eac..... More

Print this item

  Descriptor Protocol, classmethod and staticmethod Tutorial
Posted by: pyphone7 - Aug-08-2019, 08:48 AM - Forum: Tutorial Requests and Submissions - Replies (3)

https://www.youtube.com/watch?v=ovsvGtWD90Y

Print this item

  coding request
Posted by: patirajesh07 - Aug-08-2019, 08:47 AM - Forum: Homework - Replies (4)

hi I all,
I got a fallowing assailment please help to complete this I am totally new to the programming language.so please help me

assignment :
..... More

Print this item

  How to extract data between two strings
Posted by: SriMekala - Aug-08-2019, 04:37 AM - Forum: Data Science - Replies (2)

Hi,
I have input data as below,
input.xlsx:

[python]Group Name Rank
Group1 ABC_YJK_02_S_2019-08-01 2
ABC_YMK_5_S_201..... More

Print this item

  Writing Data to CSV
Posted by: abhaydd - Aug-08-2019, 03:32 AM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to create data frame of Share prices based on data provided by vendor. I am getting an error message "'Series' object has no att..... More

Print this item

  Reading and writing files
Posted by: JakeHoward4 - Aug-07-2019, 05:52 PM - Forum: General Coding Help - Replies (1)

Hello,
I have a file with roughly 30,000 lines in it. At the end of each line is a sport (ex: baseball, basketball, football, etc.). I am trying to ..... More

Print this item

  Can Python Debugger (PDB) run in Python C API
Posted by: jibarra - Aug-07-2019, 05:42 PM - Forum: General Coding Help - No Replies

I am using python3.6

Working on:
https://docs.python.org/3/extending/embe...n-overview

Can I run the ..... More

Print this item

  It worked now it doesnt...ugh
Posted by: raymond2688 - Aug-07-2019, 03:44 PM - Forum: Homework - Replies (15)

Can someone look at this and tell me why this does not work....I know it is something simple as it worked 1 min and not the next. picharm is not showi..... More

Print this item

  DevNet Help
Posted by: benniehanas - Aug-07-2019, 03:29 PM - Forum: General Coding Help - Replies (6)

I am begenning DevNet from a pure Networking background. I have some code I'm looking at from 'Network Programmability and Automation' book. Don't kno..... More

Print this item

  Send Email with Pandas Table
Posted by: yoitspython - Aug-07-2019, 03:19 PM - Forum: Data Science - Replies (4)

Hi all,

I have successfully web scraped data from the URL (in the code) and could print the table via output and email (without the [b].to_string(i..... More

Print this item

  Pyinstaller with Sys.Argv[] - “Failed to Execute Script”?
Posted by: ironfelix717 - Aug-07-2019, 02:29 PM - Forum: General Coding Help - No Replies

My desperate attempt to find a solution....


I am trying to compile an .EXE on Windows 10 64-bit with PyInstaller. When using the following CMD in..... More

Print this item

  how read and write merged cells in excel
Posted by: SriMekala - Aug-07-2019, 02:17 PM - Forum: Data Science - Replies (1)

Hi,
I have below data in which some of the cells are merged,

This data is saved in excel temp.xlsx, I want to read and write to another workbook deta..... More

Print this item

  Parenthesis in User-Defined Functions
Posted by: giorgitsu - Aug-07-2019, 12:03 PM - Forum: General Coding Help - Replies (2)

I have the following question regarding using parenthesis when calling use defined function.

This is the code proposed by the book to simulate white..... More

Print this item

  Display module variables and edit through webpage
Posted by: freak14 - Aug-07-2019, 11:23 AM - Forum: Web Scraping & Web Development - Replies (1)

I am using Flask to implement a web application. My main application has different "modules" I can activate or deactivate by changing the boolean valu..... More

Print this item

  How to validate multiple QLineEdit widgets without addressing them separately?
Posted by: mart79 - Aug-07-2019, 11:20 AM - Forum: GUI - Replies (3)

All,

At the moment I have about 30 QLineEdit widgets on my GUI. The snippet only shows 3. Do I need to address them all individually or is there so..... More

Print this item

  Counting number of occurrences of a single digit in a list
Posted by: python_newbie09 - Aug-07-2019, 09:16 AM - Forum: General Coding Help - Replies (12)

My data is as below:

[0,1,1,1,1,2,2,2,...85,85,85,80,80,80,...0,1,1,1,2,2,2,....85,85,95,80,80,80,...]

I want to be able to count how many times..... More

Print this item

  Syntax error for a reason I don't understand
Posted by: DanielCook - Aug-07-2019, 09:05 AM - Forum: General Coding Help - Replies (2)

I receive a syntax error on the line if a == b: (line 46) I don't understand why. I believe that all the indentations are correct.

[python]import r..... More

Print this item

  Pygame load
Posted by: Kangen - Aug-07-2019, 07:50 AM - Forum: Game Development - Replies (2)

Hello
I'm relatively new to Python. Whilst writing an mp3 player I encounter an error.

I have in a previous step created a simple textfile with pa..... More

Print this item

  Function and Input
Posted by: binary44380 - Aug-07-2019, 06:09 AM - Forum: General Coding Help - Replies (3)

Hello everyone, I need some guidance on some basic stuff. Been trying to find an answer but it's been hard to find.

This is what I'm trying to do, ..... More

Print this item

  Analyzing data seperated by commas
Posted by: Kappel - Aug-07-2019, 04:01 AM - Forum: Homework - Replies (2)

Hi Guys, I am pretty new to Python, so apologies if this is really simple.

I am currently trying to analyse some weather data at work. From our logg..... More

Print this item

  Floating and decimal
Posted by: Sandeep2000 - Aug-07-2019, 02:55 AM - Forum: News and Discussions - Replies (2)

Can someone explain how computer store decimals, double and floating number.

Print this item

  pip or pip3 - which should it be?
Posted by: Skaperen - Aug-07-2019, 12:55 AM - Forum: News and Discussions - No Replies

on my system (Xubuntu 18.04 (bionic) LTS with Python 3.6.8) there is no "pip" command. there is "pip3". yet everything i see in online searches that..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Weird failure in Selenium 4 hours ago glestwid Larz60+ General Codin...
  print does not open conso... 9 hours ago Tycho_2025 Pedroski55 General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577480
  Tutorial Requ... 501339
  Web Scraping ... 441104
  Newbie with P... 385163
  New Users Int... 369900
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today
DataAnalytics021 Today

User Panel Messages

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