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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 29 online users.
» 1 Member(s) | 23 Guest(s)
Google, Bing, Apple, AOL, SledgeNE

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
11 hours ago
» Replies: 3
» Views: 168
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 156
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 115
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 363
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 319

 
  Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools
Posted by: rajeev1729 - Mar-09-2018, 01:00 AM - Forum: General Coding Help - Replies (2)

Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visua...uild-tools

Print this item

  Beginner class. Need help with some questions. Willing to pay
Posted by: curtice - Mar-08-2018, 11:40 PM - Forum: Homework - Replies (1)

I have some questions I need to answer. These questions are beginners but are confusing to myself. Willing to pay a little for helping answer all the ..... More

Print this item

  Python returns generator instead of None
Posted by: Tawnwen - Mar-08-2018, 10:33 PM - Forum: General Coding Help - Replies (4)

I have no clue why this is occurring. My class function isn't returning None regardless of how I write my code. Here's my search function below..... More

Print this item

  Using values from a list of tuples within a loop
Posted by: jtpy - Mar-08-2018, 10:17 PM - Forum: General Coding Help - Replies (5)

Hello Python forum!

I've been trying to solve this issue long enough to make want to seek help Smile

I've basically created a function tha..... More

Print this item

  Need Help with Start-up (DIY Beginer)
Posted by: Styles4gh - Mar-08-2018, 07:19 PM - Forum: General Coding Help - Replies (2)

Hi there,
I am new to programming and am teaching myself to program in python v3. I have set-up the pycharm editor and django framework on my PC. Am ..... More

Print this item

  if statement not working
Posted by: trent101010 - Mar-08-2018, 07:14 PM - Forum: General Coding Help - Replies (8)

Hi,
I'm trying to make a python game called Math God, which has three subjects:
1. Quadratics
2. Interest
3. Order of Ops.

I'm trying to make a..... More

Print this item

  Trouble deploying Django (project folder, wsgi.py and libapache2-mod-wsgi)
Posted by: Drone4four - Mar-08-2018, 06:30 PM - Forum: Web Scraping & Web Development - Replies (8)

I’m having some issues deploying Django.

Here is my site: https://daniel496.agency/

I’m running a Digital Ocea..... More

Print this item

  Python module for Router configuration parsing
Posted by: anna - Mar-08-2018, 06:02 PM - Forum: Networking - No Replies

please suggest me about python module for router configuration parsing from configuration file, routers like Cisco, huawei

would like to print Host..... More

Print this item

  ValueError: could not convert string to float: 'Pencil'
Posted by: Balakay97 - Mar-08-2018, 05:53 PM - Forum: Homework - Replies (3)

[python]def sortSales(filename):
with open(filename, 'r') as f:
f.readline() # skip header
d = {}
for line in f:
..... More

Print this item

  So Many Errors... No Way To Solve
Posted by: RhoJho - Mar-08-2018, 05:26 PM - Forum: Homework - Replies (4)

Hi there. New to the forum here. Taking a class on Python, using 3.6. I think many of the problems I keep running into in this class are that this ins..... More

Print this item

  Messy data to dict?
Posted by: ck3mp - Mar-08-2018, 05:11 PM - Forum: Web Scraping & Web Development - Replies (9)

Hello,

I have some data that is returned as part of a call to a website. I need to get the data into a CSV file ultimatly, but I cant currently get..... More

Print this item

  Threads and Event
Posted by: ricardons - Mar-08-2018, 04:22 PM - Forum: Data Science - Replies (1)

this is not working
I don't understand this threading.Event
what i am doing wrong?



[python]import threading
import numpy as np
from time im..... More

Print this item

  SQL code not working
Posted by: eml - Mar-08-2018, 04:05 PM - Forum: General Coding Help - Replies (1)

Hi
Please can someone help me spot the problem with this code:

[python]import sqlite3

conn = sqlite3.connect("Table example.db")
c = conn.cu..... More

Print this item

  pyuff
Posted by: Ragnar - Mar-08-2018, 03:53 PM - Forum: Data Science - Replies (4)

Hello,

I am a beginner with python and I would like to use the package pyuff to read some unv files using python3.

I try to use the examples h..... More

Print this item

  Need Help with this peace of code.PLease Exlain Each line of the code.
Posted by: AkashDubey - Mar-08-2018, 03:18 PM - Forum: General Coding Help - Replies (5)

[python]
#find sentences containing HTML tags
i=0;
for sent in final['Text'].values:
if (len(re.findall('<.*?>', sent))):
print(i)
..... More

Print this item

  Access the full list using an api that rather returns only a few elements
Posted by: bharath - Mar-08-2018, 02:15 PM - Forum: General Coding Help - Replies (1)

How do I access the full list defined in another function with an api call that rather returns only a top 10 elements that starts with a given sub-str..... More

Print this item

  Snow storm over - power back on
Posted by: Larz60+ - Mar-08-2018, 01:07 PM - Forum: Bar - Replies (4)

We had 2 feet of snow last night and about six power outages.
Oh what fun!

Print this item

  Can Python build graphical screens like this?
Posted by: wasa - Mar-08-2018, 12:15 PM - Forum: General Coding Help - Replies (1)

http://sumuditha-viraj.blogspot.com.au/2...tudio.html

Hello, can you tell us whether with Python we can develo..... More

Print this item

  Login Module Help - Comparing data in a text file to data held in a variable
Posted by: KeziaKar - Mar-08-2018, 11:41 AM - Forum: Homework - No Replies

[python]

def existingUser():
userID = input("Please enter your username: ")
password =input("Please enter your password: ")
for line..... More

Print this item

  parsing mutipart form data in Lambda
Posted by: v71017 - Mar-08-2018, 10:32 AM - Forum: General Coding Help - Replies (3)

I am working on developing an AWS Lambda function in python. This function is behind AWS API Gateway.
I upload two files from the URL and in lambda f..... More

Print this item

  ValueError: Attempted relative import in non-package
Posted by: JoeB - Mar-08-2018, 10:30 AM - Forum: General Coding Help - Replies (1)

There are answers here: https://stackoverflow.com/questions/1153...th-init-py but I don't..... More

Print this item

  Draughts
Posted by: SummBuddie - Mar-08-2018, 10:29 AM - Forum: Homework - Replies (2)

The program keeps resetting the Team and counter variables stopping the y team from playing.
[python]
import os
import sys

X_Team_lives = 12
Y..... More

Print this item

  facebook groups
Posted by: metulburr - Mar-08-2018, 10:19 AM - Forum: Bar - Replies (16)

I hate facebook groups in comparison to forums. The admins (or just regular people on a power trip) make some of the dumbest rules ever. Whereas forum..... More

Print this item

  ValueError: This COM object does not support events.
Posted by: meenakshi11 - Mar-08-2018, 09:42 AM - Forum: General Coding Help - No Replies

Hello all,
I am trying to access Canoe tool using python script. I want to call 'WithEvents' function to make event handler of COM object using pywin3..... More

Print this item

  smtpd or aiosmtpd
Posted by: Skaperen - Mar-08-2018, 04:10 AM - Forum: News and Discussions - No Replies

has anyone here used the smtpd or aiosmtpd modules? i am wanting to code up a receive-only email daemon (everything coming in will be stored to a fil..... More

Print this item

  reading all lines from a text file
Posted by: seadoofanatic - Mar-08-2018, 03:18 AM - Forum: Homework - Replies (2)

I am trying to create a function that reads each line from a .txt file. After reading all lines it should write the md5 hash value of each line/word t..... More

Print this item

  Python- Help with try: input() except ValueError: Loop code to start of sequence
Posted by: Aldi - Mar-08-2018, 12:40 AM - Forum: General Coding Help - Replies (2)

Good Evening,
I have been learning python for about a week now and decided to try and write a financial calculator program (however painstaking due t..... More

Print this item

  Pandas Shift Column
Posted by: shaq - Mar-08-2018, 12:13 AM - Forum: Data Science - No Replies

Hi guys,

I'm new to Pandas and after 2 days of desperate trying I would like to ask for your help.

I have an output by a program in a txt file w..... More

Print this item

  Call for Sponsors: Requests 3.0 Development!
Posted by: wavic - Mar-07-2018, 11:39 PM - Forum: News and Discussions - Replies (3)

https://www.kennethreitz.org/essays/call...evelopment

Print this item

  [PySide2][PyQt5] update QTableView
Posted by: cpuin - Mar-07-2018, 10:20 PM - Forum: GUI - No Replies

Hi,

I have a QDialog for inserting a row in model of QTableView.
I'don't know how to update the view after inserting a row in the model.

Print this item

  lifetime cycle counter
Posted by: Ixxxxxx - Mar-07-2018, 07:26 PM - Forum: General Coding Help - No Replies

I made the generic code to do the job i want, but i want to also keep track of the total number of cycles the machine does. to keep this data when the..... More

Print this item

  importing packages to pycharm
Posted by: robinhoodjr - Mar-07-2018, 07:00 PM - Forum: Data Science - Replies (2)

I am new to packages use in python. I am using pycharm and installed pandas and few other packages from the project interpreter window but i am having..... More

Print this item

  Button - How to call functions
Posted by: gio123 - Mar-07-2018, 05:10 PM - Forum: GUI - Replies (1)

Hi All,
Using Kivy I need to call a function by pressing a Button. At the moment this code work fine but only to end the program execution.

[pytho..... More

Print this item

  Is there py code that splits an audio containing speech per every sentence?
Posted by: infuj02 - Mar-07-2018, 03:44 PM - Forum: General Coding Help - Replies (1)

Is there a python script or any utility that when fed with wav or mp3 (containing speech) can programmatically split it per sentence? Any feedback wil..... More

Print this item

  MechanicalSoup Basics
Posted by: Datiswaken - Mar-07-2018, 03:20 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello everyone,

I am quite new to python and especially to web crawling. My goal is to write my own crawler for the website www.dazn.com. I want to..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 11 hours ago Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579107
  Tutorial Requ... 511295
  Web Scraping ... 442067
  Newbie with P... 386132
  New Users Int... 378456
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+ 12108
buran 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday
ViktoriaMetodieva Yesterday

User Panel Messages

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