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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,888

Full Statistics

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

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: bowlofred
2 hours ago
» Replies: 2
» Views: 89
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
2 hours ago
» Replies: 6
» Views: 3,170
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 66
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 237
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,521
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 171
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,143

 
  Filter only highest version of list with alpanumeric names
Posted by: Haasje - Aug-30-2019, 06:58 PM - Forum: General Coding Help - Replies (6)

Hello everyone,

I've have a CSV file with the following documentnames with version (example):

name1.A01
name1.A02
name1.A03
name2.A01..... More

Print this item

  SSH Server
Posted by: DannyDzNuts - Aug-30-2019, 06:53 PM - Forum: General Coding Help - Replies (2)

Hi all! I'm new here. I hope this is in the correct section...

I'm looking to create an SSH server on my PC that a Raspberry Pi tunnels to. That way ..... More

Print this item

  memory restoration app? help?
Posted by: promettheous8887 - Aug-30-2019, 05:13 PM - Forum: General Coding Help - Replies (1)

I wanna use the algorithm from the game 20 questions but with photos instead of words. the end result would provide a photo which provokes the subcon..... More

Print this item

  Some direction needed
Posted by: Patriot1017 - Aug-30-2019, 04:49 PM - Forum: General Coding Help - Replies (3)

Hello,
I am new to the python world and am about to embark on my first project. What I am trying to do is essentially replicate a excel macro. I am..... More

Print this item

  Why does this simple neural network not learn?
Posted by: PythonIsGreat - Aug-30-2019, 03:37 PM - Forum: Data Science - Replies (1)

Hey everyone,
This small perceptron is training with the delta rule and does not really make a great progress when it comes to learning.
The model..... More

Print this item

  List modification returns none
Posted by: Mark17 - Aug-30-2019, 02:59 PM - Forum: General Coding Help - Replies (6)

Here's the end of a short program I wrote:

[python]
targetm = []
def chop(lst):
tgti = len(lst) - 1 #this is the last item index in the list..... More

Print this item

  scraping in a text/javascript
Posted by: saasyp - Aug-30-2019, 01:52 PM - Forum: Web Scraping & Web Development - Replies (1)

hi everyone,
sorry for my bad english but i wanna know how to extract a number from a text/javascript without using selenium library or something lik..... More

Print this item

  pagination for non standarded pages
Posted by: zarize - Aug-30-2019, 12:52 PM - Forum: Web Scraping & Web Development - Replies (12)

hi guys,

i am learning scraping and i currently i ve stopped in point of doing pagination in script below:

[python]from bs4 import BeautifulSoup
imp..... More

Print this item

  print multiple at once
Posted by: zarize - Aug-30-2019, 11:06 AM - Forum: General Coding Help - Replies (2)

hi guys,

is it possible to print multiple things/rows at once instead of print1, print2 etc?

On example presented below i would like to print al..... More

Print this item

  How can I compare Python XML-Files and add missing values from one to another
Posted by: kirat - Aug-30-2019, 10:59 AM - Forum: General Coding Help - Replies (2)

I am fairly new to programming with Python and I want to compare values of 2 XML-Files and adding the missing values from XML-File2 to XML-File1

Si..... More

Print this item

  Copy xlsx cell format into data frame or table
Posted by: Johnse - Aug-30-2019, 10:59 AM - Forum: News and Discussions - Replies (4)

Hello,

Is there a way to copy excel cell data format into python.
Cell format for example, in a cell some words are bold while others are link.
..... More

Print this item

  UI ComboBox in DatagridColumn
Posted by: BollerwagenIng - Aug-30-2019, 10:56 AM - Forum: GUI - Replies (1)

Hello,

I crate a DataGrid and I want to insert for every row in the third column a ComboBox. I am so far til now:

[python]
def getUIContent():..... More

Print this item

  sending requests over TCP to terminal
Posted by: Oolongtea - Aug-30-2019, 08:55 AM - Forum: Networking - Replies (5)

I am trying to set up a TCP client to communicate with an encoder terminal (Heindenhain EIB714). The EIB is basically a server with 1 open port, which..... More

Print this item

  Django getting ModuleNotFoundError: No module named '='
Posted by: Malt - Aug-30-2019, 08:34 AM - Forum: Web Scraping & Web Development - No Replies

Hi All,

I just installed Django framework and created one .py file to access sqlite3 (which I have installed). I mentioned the sqlite3 db path unde..... More

Print this item

  what does __file__ mean in getting abspath
Posted by: Malt - Aug-30-2019, 06:20 AM - Forum: General Coding Help - Replies (9)

I'm exploring Django framework and in manage.py, I could see statement
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

I c..... More

Print this item

  Sorry to bother, I've occured a newbiw question.
Posted by: Ethan4216 - Aug-30-2019, 04:25 AM - Forum: General Coding Help - Replies (2)

You see, as I type in the codes below, Python said that there was an ValueError. But what's below is literaly what I copied from the book, still didn'..... More

Print this item

  something i noticed about the "schedule" module
Posted by: Stan2292 - Aug-30-2019, 04:11 AM - Forum: General Coding Help - Replies (1)

im new to python. using 3.7 atm. i just finished a SCADA auto fault reporting script (works off of a monitoring website's frontend). i've scheduled th..... More

Print this item

  Random Loss of Control of Website When Scraping
Posted by: bmccollum - Aug-30-2019, 04:04 AM - Forum: Web Scraping & Web Development - No Replies

I've been writing a Python script to scrape a site. I'm accessing & controlling the site using Selenium.

Here's an example of a typical page on th..... More

Print this item

  extracting embedded IP addresses
Posted by: Skaperen - Aug-30-2019, 03:27 AM - Forum: News and Discussions - Replies (3)

i am reading in a sequence of lines from a file. each line has zero or more (usually at least one) IPv4 addresses embedded within other text. there ..... More

Print this item

  axes.spines
Posted by: jaisale1 - Aug-30-2019, 02:28 AM - Forum: General Coding Help - No Replies

axes[0,0].spines['bottom'].set_color('black')
axes[0,1].spines['bottom'].set_color('black')
axes[1,0].spines['bottom'].set_color('black')
axes[1,1]..... More

Print this item

  How to run a method on an argument in a formatted string
Posted by: Exsul - Aug-30-2019, 12:52 AM - Forum: General Coding Help - Replies (1)

[python]class Test:

def __init__(self):
self.name = "unnamed"
self.subj = "he"
self.poss = "his"
self.obj =..... More

Print this item

  waiting for many processes in parallel
Posted by: Skaperen - Aug-30-2019, 12:16 AM - Forum: General Coding Help - Replies (2)

i have started about 20 processes using subprocess.Popen(command,stdout=PIPE) and have gotten EOF on all their pipes. ..... More

Print this item

  Instalation of library for Python 3 / 3.7
Posted by: ybeco - Aug-30-2019, 12:05 AM - Forum: General Coding Help - Replies (1)

Hi

I don't understand how to install a library available for all Python3 versions...

I installed "numpy" in this way:
[output]
sudo apt-get in..... More

Print this item

  Python built-ins: when and why should I use them?
Posted by: DrProfessor85 - Aug-29-2019, 11:22 PM - Forum: News and Discussions - Replies (4)

Hello!

I've googled then googled some more, but I still can't seem to find an explanation of when and why I should be using certain built-ins in P..... More

Print this item

  can itertools compact a list removing all of some value?
Posted by: Skaperen - Aug-29-2019, 10:30 PM - Forum: General Coding Help - Replies (6)

i have a huge list (approaching a billion items) which is mostly strings and/or numbers, but there are a lot of None values in there,..... More

Print this item

  Noob. Importing Help.
Posted by: Techigamer - Aug-29-2019, 08:07 PM - Forum: General Coding Help - No Replies

Hi,

I am currently using Python 3.3.0 based on a restriction, and as a result, I have been attempting to install packages with no success. More speci..... More

Print this item

  Help with options
Posted by: raiden - Aug-29-2019, 08:05 PM - Forum: General Coding Help - Replies (1)

Hello, Im new to python programing. I wrote the folowing program last night.
It just gets basic user information and writes it to a text file.
My ques..... More

Print this item

  Errors to get information of multiple files into a single file csv
Posted by: Clnprof - Aug-29-2019, 07:35 PM - Forum: General Coding Help - Replies (3)

I'm trying to get information from several files (in this order: 1.bateaulecalife.csv (https://imgur.com/a/831o2s3 - 201 lines), 2.boutary (https://im..... More

Print this item

  Basic if/then help (I'm sorry)
Posted by: racichb - Aug-29-2019, 07:17 PM - Forum: General Coding Help - Replies (4)

Basic question from a complete noob. I'm sorry.

Testing if statement and for loops. Populating a list, creating an empty list, finding some values ..... More

Print this item

  created a pandas series instead of pandas DataFrame
Posted by: ibaad1406 - Aug-29-2019, 06:03 PM - Forum: Data Science - Replies (6)

i created a pandas DataFrame for GPS satellite from a text file and i wanted to create a single DataFrame for distinct satellite, all goes as per my e..... More


Attached Files

.txt   ABMF00GLP_R_20190201400_01H_GN.txt (Size: 27.69 KB / Downloads: 0)
Print this item

  How to bind an event when enter is pressed on a Entry control?
Posted by: Michael4 - Aug-29-2019, 06:00 PM - Forum: GUI - Replies (4)

Hello everyone! I am a newbie to Python. I'd like to create a program that runs using Tkinter, but my code doesn't work correctly, unluckily. Could yo..... More

Print this item

  save in CSV and plotting in real time
Posted by: linkxxx - Aug-29-2019, 05:04 PM - Forum: General Coding Help - Replies (8)

[python]
import serial # import Serial Library
import numpy as np # Impor..... More

Print this item

  Object Handles across QThread Boundaries
Posted by: Denni - Aug-29-2019, 04:15 PM - Forum: GUI - No Replies

First I am specifically using: Python 3.7, pyqt5, QThread

I know I can do this because I have done it without the program crashing but I am wonderi..... More

Print this item

  Reverse order of phrase Error
Posted by: ilondire05 - Aug-29-2019, 03:42 PM - Forum: General Coding Help - Replies (4)

[python]phrase = input("Enter a phrase")
rev_phrase = reversed(phrase)
i = len(phrase)
while i >= 0:
if phrase[i] != rev_phrase[i]
pr..... More

Print this item

  How to trigger python script twice a day
Posted by: SriMekala - Aug-29-2019, 03:17 PM - Forum: General Coding Help - Replies (1)

Hi,
I want to trigger my python program every day at 8 am & 11 pm. I try to test this using below code, but the program did work well.

[python]imp..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 2 hours ago Moltar1997 bowlofred General Codin...
  best way to learn python 2 hours ago dutch ichsanputr News and Disc...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 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...
Most views
  The best Prog... 579354
  Tutorial Requ... 512299
  Web Scraping ... 442274
  Newbie with P... 386329
  New Users Int... 380142
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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