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,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
8 hours ago
» Replies: 1
» Views: 241
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Today, 04:48 AM
» Replies: 8
» Views: 386
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,587
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 960
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,308
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,850
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,631
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,731
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,916
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,466

 
  Random module works in idle but not terminal.
Posted by: ottowiser - Apr-11-2018, 07:44 PM - Forum: General Coding Help - Replies (3)

Hello all, I just started teaching myself python about 3 days ago. The language has been fun to learn. However, I have run into a bit of a problem. Wh..... More

Print this item

  beginner - object has no attribute
Posted by: johnkyp - Apr-11-2018, 06:25 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

I am working my way through the python for kids book and one of the challenges requires me to create a class to make a giraffe dance -..... More

Print this item

  Begining Python classlab help
Posted by: redwolf513 - Apr-11-2018, 05:31 PM - Forum: Homework - Replies (1)

Hi all, (questions to do with IF, while functions)
I am taking a beginning python coding class for arcgis and am having some trouble figuring out two ..... More

Print this item

  sqlite3 wildcard use problems
Posted by: lusticus - Apr-11-2018, 04:49 PM - Forum: General Coding Help - Replies (1)

Hello,

i am trying to have my python script insert values into one of several tables within the same database.
i tried with something like the fo..... More

Print this item

  Cant get financial data from google
Posted by: Adam - Apr-11-2018, 03:02 PM - Forum: Web Scraping & Web Development - No Replies

import bs4 as bs
import datetime as dt
import os
import pandas as pd
import pandas_datareader.data as web
import pickle
import requests

def s..... More

Print this item

  Technical info on reading csv with python
Posted by: garikhgh0 - Apr-11-2018, 01:42 PM - Forum: Data Science - Replies (3)

Hi.

I have tried to read 500 MB csv file with pandas in python, but it gives MemoryError. So, could you share your experience on what kind of tech..... More

Print this item

  Resource help for project
Posted by: Rykari - Apr-11-2018, 12:31 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi folks

I want to create a mod manager.

It will need a GUI that can sort, organise, filter a list by Load order, Name or date installed.
It wi..... More

Print this item

  List of lists manipulation
Posted by: Stahlios - Apr-11-2018, 12:27 PM - Forum: Homework - Replies (5)

Hello !
I have a list of lists which represents a 16*16 board, so there are 16 lists of 16 integers. (representing different square types, starting ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 8 hours ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... Today, 04:48 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576599
  Tutorial Requ... 498618
  Web Scraping ... 440455
  Newbie with P... 384367
  New Users Int... 367618
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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