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,977
» Latest member: hoki1881
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
11 hours ago
» Replies: 2
» Views: 231
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 862
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 909
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 602
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,950
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,365
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,944
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,371
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,283
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,612

 
  Unable to install python-wnck python-imaging on Void Linux
Posted by: linuxlight - Mar-08-2020, 03:50 AM - Forum: General Coding Help - Replies (1)

Greetings,

I have Void Linux 19.0 on my computer, and wanted to install Dockbarx on my system xfce 4.14.

Dockbarx require [inline]python-wnck[/i..... More

Print this item

  maping issue
Posted by: JsunRae - Mar-08-2020, 12:19 AM - Forum: General Coding Help - Replies (4)

Hi, I am trying to convert a time date string into a time serial of 0 to 1 designating the hour of the day. I could not find anything existing to use ..... More

Print this item

  Beautiful soup truncates results
Posted by: jonesjoz - Mar-07-2020, 11:52 PM - Forum: Web Scraping & Web Development - Replies (4)

When scraping a long web page the printed results get cut truncated. Any advice?
[python]
import requests
from bs4 import BeautifulSoup
URL = 'https:..... More

Print this item

  Using Pytesseract To Convert Images Into An HTML Site
Posted by: armaiz - Mar-07-2020, 10:41 PM - Forum: Tutorial Requests and Submissions - No Replies

https://armaizadenwala.com/blog/pytesser...s-to-html/

Print this item

  Issue with calling a Class/Method in GUI File
Posted by: Fre3k - Mar-07-2020, 09:37 PM - Forum: GUI - Replies (3)

Hello guys,

Currently I've a strange issue. I tried to google a lot but it seems that I'm either to dumb, or hopefully to blind to get the point of..... More

Print this item

  sub command
Posted by: Skaperen - Mar-07-2020, 07:26 PM - Forum: Code sharing - Replies (7)

sub.py is my "sub" command. it substitutes one string (arg 2) for another (arg 1) in one or more files or in th stdin/stdout stream for file name "-"..... More

Print this item

  Variable assignment wierdness with Memory
Posted by: eoins - Mar-07-2020, 07:07 PM - Forum: General Coding Help - Replies (1)

Hi, I am having an issue with variable assignment or maybe memory with my computer. I am assigning V_new the value of V, then I change V_new without c..... More

Print this item

  multihistogram
Posted by: aster - Mar-07-2020, 06:23 PM - Forum: Data Science - No Replies

Hello,

I am trying to make an histogram with 2 values (a,b) for each group

[python]import matplotlib.pyplot as plt
a = [1,4]
b = [2,10]

plt..... More


Attached Files

Thumbnail(s)
   
Print this item

  Finding value in nested dictionaries with lists
Posted by: mart79 - Mar-07-2020, 03:09 PM - Forum: General Coding Help - Replies (16)

I am struggling with finding a value within a dictionary containing nested dictionaries which in turn can contain nested dictionaries, containing list..... More

Print this item

  Scrap a dynamic span
Posted by: hefaz - Mar-07-2020, 02:56 PM - Forum: Web Scraping & Web Development - No Replies

Hello Everyone.
I am trying to scrape a website using python. I want to scrape text inside a span, which is inside a div. but the span is thrown auto..... More

Print this item

  while loop with gui not working
Posted by: pythonbegginer - Mar-07-2020, 02:48 PM - Forum: GUI - Replies (2)

hi, I am trying to make a program continuously print on off if a radio button is selected and if another radio button is selected, I want it to stop. ..... More

Print this item

  Movie website
Posted by: radNewton - Mar-07-2020, 02:10 PM - Forum: News and Discussions - Replies (1)

Can You make a website like this

Print this item

  Can't read virtual pin or use notification on blynk
Posted by: flypon - Mar-07-2020, 12:23 PM - Forum: General Coding Help - Replies (1)

Using the github bylnkkk for raspberry pi 3 (via ethernet) on python3 (https://github.com/blynkkk/lib-python), (0.2.6) it connects okay (using blynk s..... More

Print this item

  Customize spider chart
Posted by: swisha - Mar-07-2020, 09:10 AM - Forum: General Coding Help - Replies (2)

I want to change the radar chart from a circle to a polygon side shape.
How do I do this using this example from matplotlib website:
[python]
# Plo..... More

Print this item

  How show decimal only for none whole number ?
Posted by: SpongeB0B - Mar-07-2020, 07:35 AM - Forum: General Coding Help - Replies (6)

Hi everyone,

How show decimal only for none whole number ?

and when the number have decimal limit their number to two.


I've tried this :
[..... More

Print this item

  [split] Apparently module has no attribute display?
Posted by: Angelo26 - Mar-07-2020, 07:22 AM - Forum: Game Development - Replies (1)

Please help me I am having same problem please

Print this item

  problem coverting string data file to dictionary
Posted by: AKNL - Mar-07-2020, 02:16 AM - Forum: General Coding Help - Replies (22)

I am new to forums an a newbie in programming. I am having problem with coverting a text file that contains a dictionary on each line. I have been par..... More

Print this item

  List of n random elements
Posted by: medatib531 - Mar-07-2020, 01:32 AM - Forum: General Coding Help - Replies (5)

Hello, I need to make a list of 10 random numbers. A simple way is the following

[python]from random import random
newlist = []
for i in range(10..... More

Print this item

  How important is math for software engineering, and does it help in problem solving?
Posted by: larridde - Mar-07-2020, 01:09 AM - Forum: News and Discussions - Replies (4)

I'm well aware that you can learn programming, data science, etc... without being good at math, but one thing I always keep hearing is that; the bette..... More

Print this item

  Get value of a query ?
Posted by: JohnnyCoffee - Mar-07-2020, 12:58 AM - Forum: General Coding Help - Replies (4)

Hi,

I can use the syntax below to obtain the variable with the value of a query through a url, exemplifying prints

[python]
ws_qty = environ['Q..... More

Print this item

  Basic data analysis and predictions
Posted by: mates - Mar-06-2020, 11:57 PM - Forum: Data Science - Replies (15)

Hi guys.
Im kinda new to python but Im trying to do a basic data analysis and prediction for my diploma thesis. The diploma thesis is about predictin..... More

Print this item

  how to import a module which is installed to personal folder using pip install --pre?
Posted by: geekgeek - Mar-06-2020, 10:28 PM - Forum: General Coding Help - Replies (2)

I know there are multiple ways to install a python module. My question is related to the following installation:

pip3 install exchangelib --prefix ..... More

Print this item

  Base Interpreter
Posted by: DangerousDZ - Mar-06-2020, 07:54 PM - Forum: General Coding Help - Replies (1)

I need help figuring out how to install my project interpreter. I downloaded Python 3.8 for windows 10 68 bit and the Pycharm IDE. When go to settings..... More

Print this item

  moniter which widget triggerd event
Posted by: catlessness - Mar-06-2020, 07:20 PM - Forum: GUI - Replies (5)

I use tkinter and have several entries
now i'm using

frame.bind('<Key>',func)
to monitor event,
Q:..... More

Print this item

  try except problem
Posted by: catlessness - Mar-06-2020, 06:09 PM - Forum: General Coding Help - Replies (1)

[python]
try:
materialradius=float(entry_materialR.get())
r=float(entry_poreradius.get())
l=float(entry_porelength.get())
pdensit..... More

Print this item

  plt.style() in matplotlib causes error
Posted by: leecreighton - Mar-06-2020, 04:55 PM - Forum: Data Science - Replies (1)

I'm doing some of the projects from Python Crash Course 2nd Ed., as I'm new to the language.

A simple point plotter throws an error when plt.style(..... More

Print this item

  building class
Posted by: zarize - Mar-06-2020, 04:06 PM - Forum: General Coding Help - Replies (4)

Hey guys,

I wanted to develop my coding so i am about to learn OOP.

I want to build class which will:
1) read excel file in the folder
2)trans..... More

Print this item

  Bifid Genkey (Urgent)
Posted by: Laura123 - Mar-06-2020, 03:34 PM - Forum: Homework - Replies (2)

Hi All,

I need help in Bifid Key Generation

I have Skeleton file:

[python]def uoc_bifid_genkey(keyword, period):
"""
EXERCISE 1: ..... More

Print this item

  Organizing list of objects by attribute
Posted by: scarney1988 - Mar-06-2020, 02:53 PM - Forum: General Coding Help - Replies (3)

Hey guys/gals,

I have been working on my first python project of modelling a deck of standard playing cards. I am hoping to program a basic card g..... More

Print this item

  Help with datatime
Posted by: dawid294 - Mar-06-2020, 02:19 PM - Forum: General Coding Help - Replies (2)

Hello i am beginner with python and i have one problem with datetime in my script.
This is my data set
DATE_y
13.10.2017
19.7.2018
12.10.20..... More

Print this item

  Pyinstaller keeps thread running
Posted by: pythonuser_0101 - Mar-06-2020, 01:41 PM - Forum: General Coding Help - Replies (2)

Hello all . . .

Can anyone help with a Pyinstaller question?

I've built a Tkinter executable with Pyinstaller - it works fine ( apart from being..... More

Print this item

  How to POST html data to be handled by a route endpoint
Posted by: nikos - Mar-06-2020, 01:38 PM - Forum: Web Scraping & Web Development - Replies (1)

Error accessing a route endpoint with same name in 2 processes
Therere 2 different scripts each running on its own process:

www.py is what is runn..... More

Print this item

  Parsing ASN1 CDR using Python library asn1
Posted by: rash140 - Mar-06-2020, 12:18 PM - Forum: General Coding Help - No Replies

Hi I am trying to decode ASN.1 BER file using python library asn1 using the ASN1 Schema in XML or JSON. But i am not able to do so.

ASN1 SCHEMA SAM..... More

Print this item

  Please Help , Total Noob need help to run Scrip on Windows
Posted by: ClicksCode - Mar-06-2020, 09:40 AM - Forum: General Coding Help - Replies (2)

Hi, I'm trying to run the following Script:

https://gitlab.com/DeBos/ytviewer

I installed everything as the short guide.

Now How Do I run thi..... More

Print this item

  How to prevent Command Promt from closing when I turn it off in Python?
Posted by: binhduonggttn - Mar-06-2020, 07:17 AM - Forum: General Coding Help - Replies (1)

I am very new to python. I have a little program and I want it run in the following order :

- First I set a method

time.sleep(10)
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 11 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577371
  Tutorial Requ... 500760
  Web Scraping ... 441026
  Newbie with P... 385071
  New Users Int... 369599
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
hoki1881 Today
stephaniehendrix Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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