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: stephaniehendrix
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 33 Guest(s)
Google, Bing, AOL, AOL

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

 
  Pytonboard txt editor
Posted by: wibergs - Mar-17-2020, 01:50 PM - Forum: Jobs - Replies (1)

I need a simple text editor in Python 3 that can run on a Pythonboard.

The text editor must have 4 “containers” where text can be written in, switc..... More

Print this item

  Recommended way to read/create PDF file?
Posted by: Winfried - Mar-17-2020, 12:44 PM - Forum: General Coding Help - Replies (3)

Hello,

I need to either read/fill/sign an existing PDF file, or build one from scratch.

Using ..... More

Print this item

  A more efficient way of comparing two images in a python
Posted by: vukan - Mar-17-2020, 11:39 AM - Forum: General Coding Help - No Replies

I have a task where i need to specify the upper left coordinate of the smaller image in the larger image. I implemented this code, however it is too s..... More

Print this item

  How to run Ubuntu desktop AppImage file from script?
Posted by: jungx148 - Mar-17-2020, 10:36 AM - Forum: GUI - No Replies

Hello, all

I am currently searching for a method to launch .AppImage file from PyQt5 script under Ubuntu 16.04.

For instance, what I am trying t..... More

Print this item

  DataFrame: To print a column value which is not null out of 5 columns
Posted by: mani - Mar-17-2020, 10:05 AM - Forum: Data Science - Replies (2)

Hello All,

I have an excel sheet with 6 columns: app_name,app_owner,bus_owner,it_lead,app_maintainer,last_updater.
Here column 2 to 6 are people n..... More

Print this item

  import*
Posted by: berckut72 - Mar-17-2020, 07:14 AM - Forum: GUI - Replies (2)

Hello!
An expression (from tkinter import *) is often used. In order not to use an asterisk, you need to know what specifically to import. How to fin..... More

Print this item

  Fetch student details from a text file and print the details.
Posted by: Pranav - Mar-17-2020, 07:10 AM - Forum: Homework - Replies (2)

I am getting the desired output for this problem but feel that my code is very long. Please suggest if its possible to shorten the code and make it be..... More

Print this item

  Image data cannot be converted to float
Posted by: rakeshd3 - Mar-17-2020, 06:36 AM - Forum: Homework - Replies (1)

Write a function in the cell below that iterates through the words in file_contents, removes punctuation, and counts the frequency of each word. Oh, a..... More

Print this item

  Webelement scroll
Posted by: rove76 - Mar-17-2020, 06:24 AM - Forum: Web Scraping & Web Development - Replies (1)

Hey so i use selenium and i would like to scroll insie an element but can't find the way to do it.
this is what i tried so far:
def findfollowers (s..... More

Print this item

  Sort objects by protected properties.
Posted by: Sigriddenfeta - Mar-17-2020, 02:08 AM - Forum: Homework - Replies (1)

[python]class AdjacencyList:
def __init__(self, name=None, info=None):
self._name = name # head node name
self._info = info #..... More

Print this item

  Convert even byte array to odd
Posted by: medatib531 - Mar-17-2020, 01:53 AM - Forum: General Coding Help - Replies (1)

Hello, my question is as follows:
Say I have a 256-bit array, e.g.

[python]'74ccc1643dd3d97236bc74d378692f9617f779e6d935a6df9e8d2fe161b1fed4'[/python..... More

Print this item

  Truck Speedometer algorythm
Posted by: Roger454 - Mar-17-2020, 12:43 AM - Forum: General Coding Help - Replies (4)

Hi, I need to create a speedometer programming on Python so I can work it on a raspberry to an LCD display.

I have:

1.- Vehicle speed sensor and..... More

Print this item

  Virtual environment base folder is not add to sys.path on Linux
Posted by: AbdelrahmanMSaid - Mar-16-2020, 11:44 PM - Forum: General Coding Help - No Replies

Hi,

I have a couple of questions about virtual environments. I use venv to create my environments. When I do that in Windows and I..... More

Print this item

  GPS Location
Posted by: hillericsteven - Mar-16-2020, 11:41 PM - Forum: Web Scraping & Web Development - Replies (1)

I have a program that gathers GPS location data and I would like to be able to find the nearest x to that location. For example given coordinates [x.x..... More

Print this item

  Running headless selenium with proxy
Posted by: julio2000 - Mar-16-2020, 08:54 PM - Forum: Networking - Replies (1)

So I've created this code wich allows me to run selenium with a proxy (IP:PORT:AUTH:PASS)
[python]
import os
import zipfile
import time
from sele..... More

Print this item

  Python 2.7 vs Python 3.8 (Socket Module)
Posted by: MattB - Mar-16-2020, 07:11 PM - Forum: Networking - Replies (8)

Hello. I have developed a program in Python 3.8 that uses socket to communicate. It works great with 3.8. It will return data back in hex like it shou..... More

Print this item

  how the class works
Posted by: berckut72 - Mar-16-2020, 06:38 PM - Forum: General Coding Help - Replies (10)

Hello!
I wrote a very small program and created a class in it for loading pictures without defining methods. I was surprised to find that the part of..... More

Print this item

  Python Developer - Mid-Senior - London - £50,000 - £75,000
Posted by: DarrenCloudwise - Mar-16-2020, 05:00 PM - Forum: Jobs - Replies (1)

Role: Python Developer
Location: London Central
Salary: £50,000 - £75,000
type: Permanent
Eligibility: Will not consider consulting, Remote worker..... More

Print this item

  python how to check short url working?
Posted by: Pyguys - Mar-16-2020, 04:47 PM - Forum: Web Scraping & Web Development - Replies (10)

hi all,
i have problem with test short url working or not. short url redirect two times or more to item page.
http://jd.cn.hn/aeXb --> https://u.j..... More

Print this item

  Can't find some libraries while importing TensorFlow
Posted by: Pavel_47 - Mar-16-2020, 03:03 PM - Forum: Data Science - Replies (6)

Hello,

While trying to import TensorFlow, I see that some libraries are missed.
[python]>>> import tensorflow as tf
2020-03-16 15:55:06.178671: W..... More

Print this item

  Error on merge
Posted by: DionisiO - Mar-16-2020, 02:22 PM - Forum: Data Science - No Replies

Hello all,

I'm trying to merge or join two dataframes, the source files are CSV files. They both have a common column for me to join.

I'm getti..... More

Print this item

  Return all Values which can divided by 9
Posted by: lastyle - Mar-16-2020, 11:57 AM - Forum: General Coding Help - Replies (2)

Hi all

i am searching for a funtion or simmilar solution that returns if a value can be divided by 9 without rest.

I was trying with Modulo oper..... More

Print this item

  instabot error (help)
Posted by: maatbeat - Mar-16-2020, 10:39 AM - Forum: General Coding Help - Replies (1)

hey guys if write this code and it's work but it can't like the photos from hashtag.any body knows how can i fix this?
thanks.
[python]

from sele..... More

Print this item

  search binary file and list all founded keyword offset
Posted by: Pyguys - Mar-16-2020, 10:19 AM - Forum: General Coding Help - Replies (4)

search binary file and list all founded keyword offset

[python]
with open('1.bin', 'rb') as f:
s = f.read()
k = s.find(b'\xFF\x00')..... More

Print this item

  preparing the installation of a Python-development environment
Posted by: apollo - Mar-16-2020, 10:01 AM - Forum: General Coding Help - Replies (8)

dear Pythonists - dear experts - hello to the community,

first of all - i am a big big Python Fan.  
 
i am currently preparing my Asus Noteboo..... More

Print this item

  Loop inside loop inside loop
Posted by: L0RTK1PAN1DZ3 - Mar-16-2020, 09:46 AM - Forum: General Coding Help - Replies (4)

Hey guys

How to break nested loop?

Print this item

  Advice about best SDK for developing a python app.
Posted by: cristoozo - Mar-16-2020, 09:31 AM - Forum: Game Development - Replies (2)

Hi,
I have been using C# and Unity for several years but have recently decided I want to create an interactive Visual Novel game with Python, for An..... More

Print this item

  Python 3 Serial communication need help
Posted by: jegatheesans - Mar-16-2020, 05:37 AM - Forum: Networking - No Replies

I am develop a data logger in raspberry pi. I want to fetch data from a temperature controller. Previously i develop a data logger application using v..... More

Print this item

  json.dumps list output
Posted by: qurr - Mar-16-2020, 12:41 AM - Forum: General Coding Help - Replies (12)

Is it possible in python 3.8 to print list in one line rather than printing each item on new line via json.dumps? Are there any other json libraries t..... More

Print this item

  List of mixed data types to bytes
Posted by: medatib531 - Mar-15-2020, 08:21 PM - Forum: General Coding Help - Replies (1)

Hello, my question is as follows:
Assume I have a list that contains mixed types. For instance

[python]firstelement = [0,(a,b)]
secondelement = [..... More

Print this item

  read location of windows libraries
Posted by: ChrisRegenplatz - Mar-15-2020, 06:17 PM - Forum: General Coding Help - Replies (4)

Hi all,

in windows you can include a folder to windows libraries. And windows is then showing the folder inside an existing library or a new one. ..... More

Print this item

  Python equivalent of Matlab code
Posted by: kwokmaster - Mar-15-2020, 04:58 PM - Forum: Data Science - Replies (5)

I am converting the interp2 function of matlab to python.
interp2

However, after..... More

Print this item

  String coming up weird
Posted by: EddiesTech - Mar-15-2020, 04:50 PM - Forum: General Coding Help - Replies (1)

Hello there,
I have not used Python in a while - I've been focusing on JavaScript - so this may be one of those 'noob questions' people refer to. I ma..... More

Print this item

  how to manage an input()
Posted by: rodrigoH - Mar-15-2020, 04:42 PM - Forum: General Coding Help - Replies (1)

Hello, I am new to Python and was trying this code (which is used to guess the number picked by system -using the random function-) and I wanted to ad..... More

Print this item

  while loops and using counters
Posted by: Nate_I - Mar-15-2020, 02:33 PM - Forum: Homework - Replies (1)

[python]x = 1
n = input("You are in the Lost Forest\n****************\n****************\n :)\n****************\n****************\nGo left or right? "..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 8 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... 577368
  Tutorial Requ... 500738
  Web Scraping ... 441022
  Newbie with P... 385069
  New Users Int... 369589
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
stephaniehendrix Today
Williamcaurb 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