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,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,892

Full Statistics

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

Latest Threads
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 21
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
8 hours ago
» Replies: 3
» Views: 117
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
8 hours ago
» Replies: 2
» Views: 83
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Today, 04:40 AM
» Replies: 6
» Views: 3,187
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 251
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 139
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 95
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,529
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 182
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 85

 
  Reproducing assignment with min cost flow in networkx
Posted by: mntfr - Jun-13-2019, 04:03 PM - Forum: General Coding Help - No Replies

Hi so I have seen the ortools webpage ortools where it state..... More

Print this item

  How to conver txt file data to python?
Posted by: yunglin - Jun-13-2019, 02:59 PM - Forum: General Coding Help - Replies (1)

Hi there,

I have 7 pieces of data in txt file and I want to import them into python to calculate.

The data show below,

61
1440390.34597081 6..... More

Print this item

  Apply a function with pandas
Posted by: Jompie96 - Jun-13-2019, 02:33 PM - Forum: General Coding Help - Replies (2)

Hey I'm doing research now and I have problems to apply a function to my data.
Here is the function I want to apply:

import cirpy
cirpy.resolve (..... More

Print this item

  Suggestion needed for Natural Language Processing Project
Posted by: Jojo1268 - Jun-13-2019, 02:29 PM - Forum: Data Science - Replies (3)

Hello! I'm new here and I'm a computer science student focusing on Natural Language Processing. a few months ago I got a project from my campus to mak..... More

Print this item

  Working with LibreOffice file
Posted by: FASB - Jun-13-2019, 01:23 PM - Forum: General Coding Help - No Replies

Hello.
I'm newbie in programming, my interests are different but I need to solve problem with Python.

I have to write script: read Openoffice/Lib..... More

Print this item

  API call returning list value of 'None'
Posted by: jimbone30 - Jun-13-2019, 01:22 PM - Forum: General Coding Help - Replies (5)

From a GUI, I can verify that there's data available.
However, I'm trying to pull a history of data from a probe, and when I make the call, I keep ge..... More

Print this item

  Does XLRD have a method to extract embedded objects (pdf) from an excel sheet?
Posted by: matthewme - Jun-13-2019, 12:54 PM - Forum: General Coding Help - Replies (1)

I am using xlrd to pull excel sheet data into a sqlite database. In some excel sheets we want our users to attach PDFs. I haven't been able to find a ..... More

Print this item

  Hiring Senior Web Developer at Atlatl Software, Inc.
Posted by: djangojobs.net - Jun-13-2019, 12:44 PM - Forum: Jobs - No Replies

Senior Web Developer at Atlatl Software, Inc.
Apply via
djangojobs.net/jobs/868/senior-web-developer-atlatl-software-inc/]djangojobs.net/jobs/868/se..... More

Print this item

  Logger file rotation not working when python code started from windows service as exe
Posted by: nirvantosh - Jun-13-2019, 12:17 PM - Forum: General Coding Help - Replies (1)

I am starting a python application (exe version created using pyInstaller) from a windows service (created in python, converted to exe using pyinstall..... More

Print this item

  Division of an integer into sub-numbers
Posted by: Richard_SS - Jun-13-2019, 12:01 PM - Forum: General Coding Help - Replies (4)

Hello everyone, ive got an interesting problem.
I have a big number (for example 73167176531330624919225119674426574742355349194934
969835203127745063..... More

Print this item

  Browse a graph
Posted by: Amniote - Jun-13-2019, 11:50 AM - Forum: General Coding Help - No Replies

Hello everyone,

I am creating an algorithm that will allow me to find all the chains of size 4 interactions in this tree taking into account the fa..... More

Print this item

  code help
Posted by: callanlove - Jun-13-2019, 09:41 AM - Forum: Homework - Replies (9)

Hello I've just started using python and i would love some help with this program code, i don't really know how to make it and it would be great if so..... More

Print this item

  span color on graph sunset/dawn
Posted by: mcgrim - Jun-13-2019, 09:22 AM - Forum: Data Science - No Replies

I am trying to color sections of this graph by dividing it into times from dawn to sunset and from sunset to dawn (next day).
The graph looks (almos..... More

Print this item

  how to get all the possible permutation and combination of a sentence in python
Posted by: sodmzs - Jun-13-2019, 06:53 AM - Forum: General Coding Help - Replies (1)

Hi,

I have a text say for example,

t = "life is amazing"

by doing,

from nltk.tokenize import word_tokenize
words = word_tokenize(t)

w..... More

Print this item

  Beautiful Soup find_all()
Posted by: kirito85 - Jun-13-2019, 06:07 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi, I have problems doing webscrapping with this code from Google Search.

I am looking to get the top 10 titles from any search made in Google Sea..... More

Print this item

  Matplotlib ImportError
Posted by: robertinoc - Jun-13-2019, 05:54 AM - Forum: General Coding Help - Replies (4)

Hi! I am a beginner in Python.
I installed the Python extension MatPlotLib, but
it does not work. When I write 'import matplotlib'
Python displays ..... More

Print this item

  Nested json to excel using python
Posted by: unknown - Jun-13-2019, 05:38 AM - Forum: General Coding Help - Replies (1)

Hi,


I am converting nested json to excel in below format.
My nested object is not populating in seperate table.Can you please help.
I am using ..... More

Print this item

  How to Make Unique .txt titles
Posted by: Lancaster - Jun-13-2019, 04:04 AM - Forum: General Coding Help - Replies (1)

Hello! I'm trying to find a way to make something along the lines of Text File 1.txt, and if that's already made, then Txt File 2.txt, and so on.
DG ..... More

Print this item

  How best to format text in a simple text file?
Posted by: Pedroski55 - Jun-13-2019, 03:02 AM - Forum: General Coding Help - Replies (2)

I have text documents. They consist of 1 sentence on each line, maybe 35 lines. I want to add the correct sentence from the answers text file under ea..... More

Print this item

  str.isdigit() vs str.isnumeric()
Posted by: Skaperen - Jun-13-2019, 02:22 AM - Forum: General Coding Help - Replies (4)

can anyone summarize the differences between str.isdigit() and str.isnumeric() and maybe also str.isdecimal()? i have been checking numbers with try/..... More

Print this item

  How to return a variable from an event handler
Posted by: Shaba1 - Jun-13-2019, 01:12 AM - Forum: GUI - Replies (2)

[font=Courier New, Courier, monospace][/font

Hello folks I am a beginning to intermediate python ..... More

Print this item

  is there a reverse index?
Posted by: Skaperen - Jun-12-2019, 11:55 PM - Forum: General Coding Help - Replies (6)

i need the index of the first occurrence of in s (at or after index i) just like s.index(x,i) but in reverse. that is, eq..... More

Print this item

  get link and link text from table
Posted by: metulburr - Jun-12-2019, 10:53 PM - Forum: Web Scraping & Web Development - Replies (5)

I am using selenium trying to only get the links and link text from only within the table, not the entire website.

The table html is the following..... More

Print this item

  looking for a sprcil iterator
Posted by: Skaperen - Jun-12-2019, 10:14 PM - Forum: General Coding Help - Replies (7)

i am looking for some kind of object type that can be an iterator, such as in a for loop, and can also have items added to it either on the front (do ..... More

Print this item

  my openpyxl use is too slow, am I reading rows incorrectly?
Posted by: Clunk_Head - Jun-12-2019, 09:58 PM - Forum: General Coding Help - Replies (2)

I'm using openpyxl to read 500,000 to 900,000 record excel files with 100 columns, give or take.
I have a function that I'm using to read a row:
[py..... More

Print this item

  Parsing Soap XML response
Posted by: grootkarzijn - Jun-12-2019, 09:38 PM - Forum: General Coding Help - Replies (7)

Hi,

I'm a Python newbie.
Still learning and following tutorials etc.

At this moment i'm trying to learn REST/SOAP api's.
I'm able to parse ..... More

Print this item

  Threading with python in sending multiple commands?
Posted by: searching1 - Jun-12-2019, 09:13 PM - Forum: Networking - No Replies

Hi, Anyone here tried threading method in sending command to cisco device? Currently having issues moving from main to beg_rm function using the below..... More

Print this item

  How to run a program with python
Posted by: Rafael - Jun-12-2019, 08:34 PM - Forum: General Coding Help - Replies (4)

Hello Members,

I have a need to write a python program which calls a specific program that require some parameters while and after calling. The pro..... More

Print this item

  python shell
Posted by: teelado - Jun-12-2019, 08:27 PM - Forum: General Coding Help - Replies (1)

if i want to use the python shell to access objects in my local db.sqlite3, how can i do a simple query or show all the objects in the db from the pyt..... More

Print this item

  list comprehension invalid syntax
Posted by: mcgrim - Jun-12-2019, 08:04 PM - Forum: Data Science - Replies (1)

the list comprehension in this code (see last line)

[python]
import datetime
from datetime import timezone
from datetime import timedelta
from..... More

Print this item

  form.populate_obj problem "object has no attribute translate"
Posted by: pascale - Jun-12-2019, 07:30 PM - Forum: Web Scraping & Web Development - No Replies

Hi I am creating a flask app using flask-wtf, I am using sqlachemy and mysql data base. I have an add function (which adds data to the data base) and ..... More

Print this item

  help with sons homework
Posted by: shadow - Jun-12-2019, 07:21 PM - Forum: General Coding Help - Replies (1)

He has the following code but he is getting the following error nboundLocalError: local variable 'grade' referenced before assignment, can anyone help..... More

Print this item

Exclamation A function that takes a word and a string of forbidden letters
Posted by: pooyan89 - Jun-12-2019, 07:04 PM - Forum: Homework - Replies (5)

Hi I have a question:
[b]Write a function named avoids that takes a word and a string of forbidden letters, and that returns True if the word doesn’t ..... More

Print this item

  Please help, my Label does not show up on my gui ?
Posted by: robertinoc - Jun-12-2019, 04:52 PM - Forum: GUI - Replies (2)

Hi!
I am a total beginner in Tkinter!
I wrote this simple code:
[python]
import tkinter as tk
from tkinter import ttk
win = tk.Tk() # Create..... More

Print this item

  [pandas] Find the first element that is -1
Posted by: dervast - Jun-12-2019, 04:15 PM - Forum: Data Science - Replies (3)

Hi all
I have a dataset where the -1 means the point where I need to stop reading.
For example the dataset looks like that:
[python]
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Proposal for PEP 1 hour ago matt Gribouillis News and Disc...
  My regex function is not ... 8 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 8 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python Today, 04:40 dutch ichsanputr 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...
Most views
  The best Prog... 579372
  Tutorial Requ... 512375
  Web Scraping ... 442284
  Newbie with P... 386339
  New Users Int... 380301
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
matt Today
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday

User Panel Messages

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