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,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 29 Guest(s)
Bing, Applebot, Google, Facebook Dev

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
5 hours ago
» Replies: 0
» Views: 28
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 37
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,467
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 122
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 48
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,039
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,291
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 339
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 176
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 241

 
  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

  Help!Unknown ERROR
Posted by: bwdu - Apr-20-2020, 01:46 PM - Forum: General Coding Help - Replies (1)

Hello, everyone! I am trying to run this to program together but unfortunately ı get en ERROR that I dont't know. Can you help me?

randomintseq.py..... More

Print this item

  Theme does not change globally
Posted by: TheTechRobo - Apr-20-2020, 01:41 PM - Forum: GUI - Replies (2)

I was trying to use a Tkinter theme in Python 3.x.

Here is my code:

s = ttk.Style()
s.theme_use('clam')
But in [python]Top..... More

Print this item

  Lateral Entrant
Posted by: pyuser80 - Apr-20-2020, 01:12 PM - Forum: Jobs - Replies (4)

Is it possible to start Python coding in an existing team and new or running project?
Every answer is welcome.

Print this item

  Avoid clicked event from button when button is not physically selected and clicked
Posted by: mart79 - Apr-20-2020, 01:02 PM - Forum: GUI - Replies (2)

I have a GUI with several buttons, line-edits and combo-boxes.
When I load this GUI and select a line-edit or combo-box to change input, it triggers ..... More


Attached Files

Thumbnail(s)
   
Print this item

  .exe created with pyinstaller fails to execute
Posted by: iankerr - Apr-20-2020, 01:00 PM - Forum: General Coding Help - Replies (5)

Hi, I would appreciate some guidance as I am new to Python.
I have created a very simple programme ("tables.py" code included below)and compiled it u..... More

Print this item

  insertion sort
Posted by: viku361 - Apr-20-2020, 12:18 PM - Forum: General Coding Help - Replies (1)

how to sort an array without using sort function?
I have the code please tell me what is the error in this code
[python]x = []
n = input("enter len..... More

Print this item

  Logged On User - Remote Machines
Posted by: mickrobinson567812 - Apr-20-2020, 11:43 AM - Forum: General Coding Help - No Replies

Hi Guys

Please can you advise if there is a way to see who is logged on to a group of PC's

I have used the below locally but need to query 20 p..... More

Print this item

  coding
Posted by: ketsi - Apr-20-2020, 11:25 AM - Forum: General Coding Help - Replies (5)

I'm a raw beginner and am new here.
The console returns (4,9,16), with the brackets.
The next problem is at line number 5 where I have been repeatin..... More

Print this item

  asyncio question
Posted by: fdFrench - Apr-20-2020, 10:31 AM - Forum: General Coding Help - Replies (4)

Hello
It is my first post.
I would like to use asyncio for a network module. The purpose is to send the same request to multiple devices and waiting..... More

Print this item

  insertion sort
Posted by: brobro - Apr-20-2020, 07:06 AM - Forum: Homework - Replies (3)

hi guys can u help me

idky when i print this code, there's the None printed too. how do i get rid of the none thingy when i print my result?


t..... More

Print this item

  netmiko: print out specific line matches with 'Cisco IOS Software' in sh ver output
Posted by: sabrina - Apr-20-2020, 05:52 AM - Forum: Networking - Replies (1)

This is sample output of Cisco Switch show version command.

[python] Switch#show version
Cisco IOS Software, C2960 Software (C2960-LANBASEK..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 5 hours ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579234
  Tutorial Requ... 512038
  Web Scraping ... 442160
  Newbie with P... 386285
  New Users Int... 379375
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20

User Panel Messages

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