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,974
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,558

Full Statistics

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

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Williamcaurb
1 hour ago
» Replies: 5
» Views: 13,793
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 6
» Views: 709
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
4 hours ago
» Replies: 0
» Views: 36
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
7 hours ago
» Replies: 8
» Views: 442
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,821
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 687
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,220
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,792
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,188
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,150

 
  I'm not able to find any documentation about pyswip for python
Posted by: alien75 - Apr-21-2020, 12:31 PM - Forum: General Coding Help - Replies (1)

Hi, i decided to study the NLP in python, so the NLTK.
I'm finding to understand how is implemented a program than allow to understand the natural la..... More

Print this item

  Threading best practice
Posted by: EvanS1 - Apr-21-2020, 12:09 PM - Forum: General Coding Help - Replies (2)

I have a small program that works, I want to expand it but will need to run multiple thing simultaneously. I am after some advice as to best practice..... More

Print this item

  calculate_bai -- TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'
Posted by: pantherd - Apr-21-2020, 11:56 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm new to Python, I started learning just over one week ago.

I created my own code to measure my Body Adiposity Index and I keep receiving ..... More

Print this item

  Python Exercise Doubt
Posted by: azure - Apr-21-2020, 11:36 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I got a question for you guys, I've been dealing with this Python exercise since this morning but yeah! I'm completely stuck so I came..... More

Print this item

  Merging selenium and scrapy
Posted by: Veakyp - Apr-21-2020, 09:58 AM - Forum: Web Scraping & Web Development - No Replies

I'm working on a school project, where I have to web scrape a lot of pages from one URL, where i have to switch page when I have extracted all data fr..... More

Print this item

  pip error message
Posted by: Marijn - Apr-21-2020, 09:30 AM - Forum: General Coding Help - Replies (1)

Hi everyone,
I am really new to using python and I got stuck on trying to upload a third party module with pip.
I know pip should come pre-installed..... More

Print this item

  TDMA scheduling help please
Posted by: cyborg_8274 - Apr-21-2020, 09:10 AM - Forum: Networking - No Replies

Hello, I was trying to implement TDMA scheduling but i dont know how to make a job sleep for certain time until some other job gets executed. For exam..... More

Print this item

  script snapshots
Posted by: Skaperen - Apr-21-2020, 07:39 AM - Forum: News and Discussions - No Replies

is there a way to take a snapshot of a running script and save it to a file and resume its execution at a later time, such as after a system reboot?

Print this item

  Binding Entry box to <Button-3> created in for loop
Posted by: iconit - Apr-21-2020, 07:13 AM - Forum: GUI - Replies (5)

I am building a scoresheet that will score 2 teams of 5 players each as they compete to answer 20 questions. That means that I need 200 Entry boxes wh..... More

Print this item

  Data mining app
Posted by: Psycho72 - Apr-21-2020, 05:54 AM - Forum: Jobs - Replies (3)

Dear programmers
Am new to this site
Have so far only tested on gaming aspect
I am actually looking to set up a data mining information platform of..... More

Print this item

  python-resize-image unicode decode error
Posted by: Pedroski55 - Apr-21-2020, 04:10 AM - Forum: General Coding Help - Replies (3)

I am trying this from pypi.org here:

[python]from PIL import Image
from resizeimage impor..... More

Print this item

  Explanantion needed in part of code...
Posted by: jayg320 - Apr-21-2020, 02:00 AM - Forum: General Coding Help - Replies (6)

def reverse(word):
	x = ''
	for i in range(len(word)):
		x += word[len(word)-1-i]
	return x
- i do not understand the x ..... More

Print this item

  Botton - Slide - Raspberry PI
Posted by: guru - Apr-21-2020, 01:42 AM - Forum: GUI - No Replies

Hello,
I am looking for a good soul that can help me.

I have a python script, running on the raspberry.
I use 3 physical buttons (encoders)

I ..... More

Print this item

  passing-arguments-from-one-script-to-another
Posted by: jacklee26 - Apr-21-2020, 01:10 AM - Forum: General Coding Help - Replies (7)

I have some question related to pass value from file A to File B, and from File B to File A. Do anyone know how it work.
In main.py input name, and i..... More

Print this item

  Error f = open(r'D:\NetAuto\myswitches.txt')
Posted by: phutran - Apr-21-2020, 12:51 AM - Forum: Networking - No Replies

Hi all,
This is my code:
[python]
import getpass
import sys
import telnetlib

user = raw_input("Enter your telnet username: ")
password = get..... More

Print this item

  help with .yml and .py program
Posted by: thomazbene - Apr-21-2020, 12:18 AM - Forum: General Coding Help - Replies (2)

Hi, guys! I need urgent help.

 

First of all I have a VPS and my machine.

I have a .py and .yml code, which need each other to run.

If I o..... More

Print this item

  Json to csv
Posted by: pramod - Apr-20-2020, 11:25 PM - Forum: Homework - Replies (11)

Hi ,

I am changing json to csv.

As below,

Input: json = {'name':'aaa', 'no':1, 'result1':['a','b','c'],'result2':['d','e'],'result3':[]}

..... More

Print this item

  Not correct letter in dataframes (if put in png)
Posted by: picnic - Apr-20-2020, 09:29 PM - Forum: Data Science - No Replies

I work in Jupiter.When I put pandas dataframe into html and then into png I have some letter (cyrrilic) printed not correct (unreadable symbol). What ..... More

Print this item

  pmdarima help
Posted by: mulltr66 - Apr-20-2020, 09:08 PM - Forum: Data Science - No Replies

I'm trying to build out some forecasting model with pmdarima.

When using this grid search it keep defaulting to a SARIMAX model.
auto_arima(df['..... More

Print this item

  How to resolve a 401 error, when the credentials work fine in a browser
Posted by: PyCurious - Apr-20-2020, 09:04 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi,

I'm using the requests package to check sites for connectivity. 2 of the sites require credentials, and 2 don't.


One of the sites that r..... More

Print this item

  Reverse printed words
Posted by: hindubiceps - Apr-20-2020, 08:31 PM - Forum: General Coding Help - Replies (7)

If words include letter "E" then I need to return these words and another words I need to print out. And I need to reverse returned words.

lib = ["..... More

Print this item

  Button Help
Posted by: oguzcan - Apr-20-2020, 08:14 PM - Forum: Homework - Replies (8)

I'm student. I need help. I create "information management system". I want to press the button and program shut down. What is this code?


But this..... More

Print this item

  Cannot Make the python Code work
Posted by: ErnestTBass - Apr-20-2020, 07:18 PM - Forum: General Coding Help - Replies (4)

Here is a post I already put on another forum. I am not sure if it posted so I am running it again.

I am having trouble making the following code w..... More

Print this item

  Return prime numbers from range
Posted by: krzyfigh - Apr-20-2020, 06:59 PM - Forum: General Coding Help - Replies (2)

Hi Guys,

Let me begin by confesing I am new to coding.
I understand my problem might seem basic to some but I am also sure you're eager to help on..... More

Print this item

  selenium click in iframe fails
Posted by: 3Pinter - Apr-20-2020, 06:49 PM - Forum: Web Scraping & Web Development - Replies (6)

hi Guys,

What I want: clicking on the 'sign in' button on this website https://sites.google.com/site/ActiveRumblers/deck
I can get the input popul..... More

Print this item

  Compare 5 variables in a record with an excel sheet!!
Posted by: SEED - Apr-20-2020, 06:47 PM - Forum: General Coding Help - Replies (1)

Hello,

How to Compare 5 variables in a record with an excel sheet.
have some funtion that can do automaticaly ??
Thks

Print this item

  How to make the script ignore down devices.
Posted by: wagnergt12 - Apr-20-2020, 06:06 PM - Forum: General Coding Help - Replies (4)

Hello, I have a script that get the bkp config from devices listed on a file.
The script run ok until find a down node, when a down node is present o..... More

Print this item

  Config file entry as list versus string?
Posted by: taziuk - Apr-20-2020, 06:06 PM - Forum: General Coding Help - Replies (2)

I'm writing an application with a configuration file that contains a regex expression, such as "KEY=(\w+)" which will extract the first word (in this ..... More

Print this item

  Update matplotlib plot correctly
Posted by: Particledust - Apr-20-2020, 04:59 PM - Forum: GUI - No Replies

Evening,

I want to insert a data point externally into an existing plot (f(x) = x, g(x) = x**2). To do this, the x and y coordinates can be entered..... More

Print this item

  Read content of GitHub file
Posted by: sridhar - Apr-20-2020, 04:51 PM - Forum: General Coding Help - Replies (5)

Let say , I have repository called "Sample" in my GitHub and inside my repository i have a file named "demo.txt" or any format file.
How do I read t..... More

Print this item

  Can't install pymesh
Posted by: FBU - Apr-20-2020, 04:48 PM - Forum: General Coding Help - Replies (4)

Hi everybody,
I'm trying to install the library Pymesh (https://pymesh[url=https://python-forum.io/thread-26071.html]..... More

Print this item

  pytest in CircleCI filepath error
Posted by: alyflex - Apr-20-2020, 04:39 PM - Forum: General Coding Help - No Replies

I'm trying to implement continuous integration unit test with circleCI and pytest. I think I have everything setup properly at this point, and I can r..... More

Print this item

  configure Github with python
Posted by: yellareddy - Apr-20-2020, 04:17 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying to install the GitHub package in python. but, I'm getting below error.

"Collecting GitHub

Could not find a version that sati..... More

Print this item

  Use output of Get_List_items() in a listbox
Posted by: seanachim - Apr-20-2020, 04:12 PM - Forum: Web Scraping & Web Development - No Replies

Please help. I'm a NOOB to Python with an extensive background in all of the wrong stuff :( I know what I want to accomplish, but it has become extr..... More

Print this item

  how to celect com port from spinbox and make connect button
Posted by: 00alkskodi00 - Apr-20-2020, 02:26 PM - Forum: GUI - No Replies

hi, I am a novice in programming I am woodworker :D

here is my question: how to select com port from spinbox and make connect button

code:

[p..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 1 hour ago KoinKoin Williamcaurb Web Scraping ...
  Unable to resolve FileNot... 3 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 4 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... 7 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  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...
Most views
  The best Prog... 577304
  Tutorial Requ... 500528
  Web Scraping ... 440977
  Newbie with P... 385009
  New Users Int... 369461
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+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Today
sophielane Today
Oscar0057 Today
Cromulent Today
PhamMaria Today

User Panel Messages

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