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,274
» Latest member: SavingSquirrel199835
» Forum threads: 38,788
» Forum posts: 175,860

Full Statistics

Online Users
There are currently 27 online users.
» 0 Member(s) | 25 Guest(s)
Google, Bing

Latest Threads
link variable to exc bloc...
Forum: General Coding Help
Last Post: Astrobert
6 hours ago
» Replies: 0
» Views: 52
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
8 hours ago
» Replies: 2
» Views: 139
best way to learn python
Forum: News and Discussions
Last Post: mamta25
11 hours ago
» Replies: 5
» Views: 3,065
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-17-2025, 10:27 PM
» Replies: 3
» Views: 194
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 180
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 138
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 187
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 360
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 77
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 380

 
  New to Python
Posted by: Adam - Apr-11-2018, 11:46 AM - Forum: Web Scraping & Web Development - Replies (6)

Hi! im getting stuck at this point, my code is;

The error message is AttributeError: module 'bs4' has no attribute 'Beautifulsoup'.

[python]imp..... More

Print this item

  New to Python
Posted by: garich01 - Apr-11-2018, 10:38 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm new to Python and working on same basic data manipulation scripts to strip specific objects and values from an API call.

The lenght of the ..... More

Print this item

  Python bash application
Posted by: Ikitissimo - Apr-11-2018, 09:48 AM - Forum: General Coding Help - Replies (1)

Hi everyone, i'm a self teaching absolute beginner young developer and i'm playing with some coding to make a simple application to create backups of ..... More

Print this item

  Flask - Opening second page via href is failing - This site can’t be reached
Posted by: rafiPython1 - Apr-11-2018, 06:44 AM - Forum: Web Scraping & Web Development - Replies (2)

I have small Python Flask application which is running over IIS Windows server, when trying to navigate to second page I'm getting the error:
"This s..... More

Print this item

  I don't understand the parameters in a statement that uses the sh library
Posted by: RedSkeleton007 - Apr-11-2018, 05:19 AM - Forum: General Coding Help - Replies (1)

I'm putting together a hacking program for a school project. I found the following ping sweep script on youtube:
[python]
#PingSweep.py
#This progr..... More

Print this item

  What is the difference.
Posted by: jarrod0987 - Apr-11-2018, 04:44 AM - Forum: General Coding Help - Replies (4)

Having a problem I can't understand. I can print one global string but not another.

[python]#Playfair ENDE

LETTERS = 'ABCDEFGHIKLMNOPQRSTUVWXYZ'..... More

Print this item

  Magnitude/phase Spectrum Fourier
Posted by: ramsese - Apr-11-2018, 03:52 AM - Forum: Data Science - No Replies

Hello, I'm trying to graph the magnitude and phase spectrum of the following function and defined as it follows:

x(t) = -10^6 * t + 0.5 for 0 <=..... More

Print this item

  Help importing a function from another python file
Posted by: JoeB - Apr-10-2018, 11:54 PM - Forum: General Coding Help - Replies (5)

My directory structure is like so:

cnc-binary
---> ff_repos
---> ---> ff_nlp_trained_models
---> ---> ---> ff_nlp_trained_models
---> ---> ---..... More

Print this item

  Some help with moving files
Posted by: ACSpeck - Apr-10-2018, 11:01 PM - Forum: General Coding Help - Replies (1)

So I am really new to python and scripting as a hole, and only know a few really simple scripts here and there.

I thought as a fun thing to do is w..... More

Print this item

  Coolprop plot problems
Posted by: Bandori - Apr-10-2018, 09:59 PM - Forum: General Coding Help - No Replies

Hey,
I have some problems with the library coolpack. I want to add them minor and major lines and to change the numbers from 10^x to real numbers ....... More

Print this item

  Get rows with same value from dataframe of particular columns
Posted by: angelwings - Apr-10-2018, 09:07 PM - Forum: Data Science - Replies (1)

I have a dataframe with a lot of columns with binary values.
[img]https://lh3.googleusercontent.com/TeSfMEynRlxDB2p7iQJhGSCTEW4li2bQ_08up0z1cDNyfA4U..... More

Print this item

  I cannot import the module I built for pypi
Posted by: PeriGK - Apr-10-2018, 06:12 PM - Forum: General Coding Help - Replies (2)

Hello good people of the python community,

I am trying to publicize my first python package...nothing complicated, one file with one function. I ha..... More

Print this item

  Greenplum Query results to Email HTML table
Posted by: krux_rap - Apr-10-2018, 04:24 PM - Forum: General Coding Help - Replies (1)

Hello,

I'm trying to send email results from Greenplum query as HTML table with status Red/Green

Select Server, Last_Date from Table;

Query ..... More

Print this item

  ui to py command error
Posted by: Diovanno - Apr-10-2018, 12:16 PM - Forum: GUI - Replies (4)

Hi All,

I installed PyQt5 on my laptop and trying to convert my .ui file into .py using the command prompt and get the following errors when trying..... More

Print this item

  University Assignment Help needed
Posted by: Diovanno - Apr-10-2018, 11:58 AM - Forum: Homework - Replies (3)

Hi All,

I'm a first year student studying Informatics at The University of South Africa and one of my modules is introduction to Python. so far I'v..... More

Print this item

  How to check if video has been deleted or removed in youtube using python
Posted by: Prince_Bhatia - Apr-10-2018, 11:32 AM - Forum: General Coding Help - Replies (14)

i have a csv file where i have 1000 videos links . I want to check whether these videos still exists or they have been removed or deleted from YouTube..... More

Print this item

  New to Python and programming, need some mentoring!
Posted by: ViBogdan - Apr-10-2018, 09:34 AM - Forum: Web Scraping & Web Development - Replies (6)

Hello Everyone! My name is Bogdan and I'm a 31 yo getting into programming. I've studied a bit of programming in school (C++ and Borland Pascal) but e..... More

Print this item

  convert text to sqlite3
Posted by: issac_n - Apr-10-2018, 09:18 AM - Forum: General Coding Help - Replies (5)

I am looking for a way to read texxt file then convert into database(sqlite3).
any recommended materials?

Print this item

  UnicodeDecodeError:
Posted by: garikhgh0 - Apr-10-2018, 07:05 AM - Forum: Data Science - Replies (18)

Hi.
how to handle this?
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 16: invalid start byte.

thanks a lot.

Print this item

  which format to use .csv or .xlsx or .txt
Posted by: garikhgh0 - Apr-10-2018, 05:27 AM - Forum: News and Discussions - Replies (1)

Hi. please share your experiance on this question.

I must read the data from the files with pandas, but the data is stored in excel file (.xlsx). ..... More

Print this item

  count of days between two dates
Posted by: ikeen - Apr-10-2018, 04:39 AM - Forum: General Coding Help - Replies (4)

good day
i try learn and i'm beginner in python.
can somebody help me, please?
i'm writing a little joke program. and one of purpose of these progr..... More

Print this item

  Crystal Report
Posted by: rpc86 - Apr-10-2018, 03:37 AM - Forum: General Coding Help - Replies (5)

Hi guys,

I'm new here.

Would like to inquire if there is a way to call Crystal Report in Python 3.6.


Thanks!

Print this item

  Convert "%" str to float
Posted by: Andrsays1 - Apr-10-2018, 02:51 AM - Forum: General Coding Help - Replies (2)

I am trying to write a program to calibrate the CIR model and when I was reading some data from a csv file and define a calculation, I get the error "..... More

Print this item

  Identify Hidden rows in xls
Posted by: ayonsarkar - Apr-10-2018, 01:59 AM - Forum: General Coding Help - Replies (2)

Hi,

I have a xls file which is large and I am using xlrd to read the file. However there are hidden rows in the xls which i donot want to read.

..... More

Print this item

  code i would lik to see
Posted by: Skaperen - Apr-10-2018, 01:22 AM - Forum: Bar - Replies (2)

i would like to see (and maybe steal) code that takes a POSIX file path and determines the mount point of the file system it is in. my first thought ..... More

Print this item

  [Automation] Mouse Settings
Posted by: masch1na - Apr-09-2018, 11:47 PM - Forum: General Coding Help - Replies (1)

Hello!

First and foremost I'd like to say I'm very excited to be a part of the Python world which is truly beautiful and limitless (I'm about to fi..... More

Print this item

  Help: ImportError: No module named 'pygatt'
Posted by: imo - Apr-09-2018, 11:30 PM - Forum: General Coding Help - Replies (3)

Hi
I am trying to do the first steps on python. I am using Linux Ubuntu and I am trying to capture BLE advertisements data.

I did:
pip install py..... More

Print this item

  "EOL While Scanning String Literal"
Posted by: tjnichols - Apr-09-2018, 09:49 PM - Forum: Web Scraping & Web Development - Replies (39)

[code]from bs4 import BeautifulSoup
import re
import urlib3

"Define the name of my web scraper. We want the scraper to continue to look for completio..... More

Print this item

  Learning GUI programming
Posted by: SBachar - Apr-09-2018, 08:13 PM - Forum: GUI - Replies (3)

I want to learn GUI with Python (in Linux, UBUNTU).
How do I start? Any suggestions? Any good book?
Thanks.

Print this item

  Control over the screen
Posted by: SBachar - Apr-09-2018, 08:06 PM - Forum: General Coding Help - Replies (1)

I would like to (start to try) to create a simple screensaver with Python (on Linux).
I want initially something simple, say, to display a text (say ..... More

Print this item

  Problem With Simple Multiprocessing Script
Posted by: digitalmatic7 - Apr-09-2018, 06:38 PM - Forum: Web Scraping & Web Development - Replies (11)

Is it possible to multiprocess this script without breaking it up into functions?

I'm trying to keep it as barebones and simple as possible.

[..... More

Print this item

  Syntax error?
Posted by: ecloev - Apr-09-2018, 05:01 PM - Forum: General Coding Help - Replies (1)

Hi,
I'm getting a syntax error on the "try".
Why is this?

[python]
def bossFight():
print("""

The ghost is revealeed to you as..... More

Print this item

  TypeError: 'Subscription' object is not iterable in Python
Posted by: hfan6206 - Apr-09-2018, 09:47 AM - Forum: General Coding Help - Replies (2)

I have a list like this:
[python]lst = [(9600002, 42, 3), (9600001, 17, 3), (9600003, 11, 1),
(9600002, 14, 5), (9600001, 17, 1), (9600003..... More

Print this item

  Read data and save in excel
Posted by: parthi1705 - Apr-09-2018, 09:37 AM - Forum: General Coding Help - No Replies

I am having a website which contains buy/sell information of multiple distributor, for each distributor i need to choose the invoice date say for a pe..... More

Print this item

  Improving Efficiency of SVM by various available kernels
Posted by: Sachtech - Apr-09-2018, 07:29 AM - Forum: General Coding Help - No Replies

Dear friend,
I have shared my folder here: GoogleDrive[/url[url=https://python-forum.io/thread-9441.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  link variable to exc bloc... 6 hours ago Astrobert Astrobert General Codin...
  PyQt6 QWidgets and system... 8 hours ago stevecoh1 Axel_Erfurt GUI
  best way to learn python 11 hours ago dutch mamta25 News and Disc...
  Graph Interpolate Difficu... 11-17, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 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...
  [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...
Most views
  The best Prog... 579122
  Tutorial Requ... 511430
  Web Scraping ... 442080
  Newbie with P... 386146
  New Users Int... 378574
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 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
SavingSquirrel199835 Yesterday
Astrobert Yesterday
DataScientist071 Yesterday
aminrony1999 11-17
fobby888 11-17

User Panel Messages

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