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,308
» Latest member: NeoQuant
» Forum threads: 38,800
» Forum posts: 175,914

Full Statistics

Online Users
There are currently 50 online users.
» 1 Member(s) | 43 Guest(s)
Applebot, Bing, Google, Mojeek, AOL, snippsat

Latest Threads
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
28 minutes ago
» Replies: 0
» Views: 12
Trading Risk management s...
Forum: Code sharing
Last Post: Axel_Erfurt
55 minutes ago
» Replies: 1
» Views: 14
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
5 hours ago
» Replies: 8
» Views: 210
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
10 hours ago
» Replies: 3
» Views: 11,103
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 185
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 707
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,824
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 177
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 152
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 245

 
  Read directly from excel file using python script
Posted by: dvldgs05 - Oct-19-2018, 02:51 AM - Forum: Homework - No Replies

So I have iterated over a text file to create a dataset with feature classes in a new gdb. I am having trouble trying to figure out how to modify the ..... More

Print this item

  type for sequences
Posted by: Skaperen - Oct-19-2018, 12:50 AM - Forum: General Coding Help - Replies (3)

is there a common parent type for all sequence types that would make it simpler to test if some object is any sequence using isinstance() without havi..... More

Print this item

  Text Editors!
Posted by: TrueStudentOfPython - Oct-19-2018, 12:48 AM - Forum: News and Discussions - Replies (7)

Hello Everyone!

So I am a new to the board and I am also an serious aspiring Python user, so for my first post I wanted to start somewhere very..... More

Print this item

  numpy help: Uniform order-based crossover
Posted by: Mass17 - Oct-18-2018, 10:05 PM - Forum: Homework - No Replies

Hello,
I have two array A & B as follow,
A = [2,6,4,5,3,1]
B = [1,4,3,6,5,2]
From which I formed a numpy array;
oldArr = np.array([[2,6,4,5,3,1],..... More

Print this item

  Sign XADES-EPES Python
Posted by: pedro86porras - Oct-18-2018, 09:35 PM - Forum: General Coding Help - Replies (2)

Hello, I'm new here and I was looking to sign xml documents with xADES-EPES but I have not found how doing this, i don't know if anyone know someting ..... More

Print this item

  Python IDEs on the Raspberry Pi
Posted by: microphone_head - Oct-18-2018, 08:07 PM - Forum: Bar - Replies (7)

Greetings,

I would like to hear from members that have user experience of Python IDEs on the Raspberry Pi. I have particular interest in learning ..... More

Print this item

  Write specific rows from pandas dataframe to csv file
Posted by: pradeepkumarbe - Oct-18-2018, 07:48 PM - Forum: Data Science - Replies (3)

Below is my CSV file

Territory  NoOfCustomer
D00060     10
D00061     20
D00065     70
D00067     90
I have to create a Uni..... More

Print this item

  Official PSF Python Developers Survey 2018
Posted by: buran - Oct-18-2018, 07:26 PM - Forum: News and Discussions - Replies (1)

You can join Python Software Foundation Python Developers Survey 2018.
Link available from python.org start page

Print this item

  save video frames into pandas data-frame
Posted by: tofi - Oct-18-2018, 07:02 PM - Forum: Data Science - No Replies

HI

I have video files in three directories (Train , Development , Test ) and

there is a .csv file contains info about each video subject label,..... More

Print this item

  Return giving incorrect value
Posted by: Calingaladha - Oct-18-2018, 05:06 PM - Forum: Homework - Replies (5)

Part of a recent assignment was to create a conversion program using functions. This week, we have been asked to modify it and create value-returning ..... More

Print this item

  How to combine timeseries data under one column?
Posted by: python_newbie09 - Oct-18-2018, 04:28 PM - Forum: General Coding Help - Replies (1)

I have two columns A and B that consists of the same timestamps with different data, it is like 2 sensors collecting data at the same time. These two ..... More

Print this item

  neural network- undefined name with sigmoid function
Posted by: kierie_001 - Oct-18-2018, 04:08 PM - Forum: Data Science - No Replies

my code is as follows:

[python]
import numpy as np
import scipy.optimize as opt
import matplotlib.pyplot as plt
#*matplotlib inline
def f(x,a,..... More

Print this item

  VSCode magicPython??
Posted by: Larz60+ - Oct-18-2018, 03:42 PM - Forum: General Coding Help - Replies (2)

I recently upgraded VSCode (Version 1.28.1) and just noticed that it's not using my virtual environment for python, and not sure how to change.
Tryin..... More

Print this item

  An Extra 'None'
Posted by: leoahum - Oct-18-2018, 03:07 PM - Forum: General Coding Help - Replies (5)

I'm trying a piece of script from Magnus Lie Hetland's book. It goes as below.

[python]class Person:
def setName(self, name):
self.n..... More

Print this item

  Python Launcher on my PC?
Posted by: bigdawg - Oct-18-2018, 02:50 PM - Forum: News and Discussions - Replies (17)

How do I determine what software program is using Python Launcher on my Windows 7 Ultimate PC?

Print this item

  Looking for a new distrohttps://python-forum.io/Thread-Looking-for-a-new-distro
Posted by: Larz60+ - Oct-18-2018, 01:49 PM - Forum: General Coding Help - Replies (7)

I am currently running opensuse leap 15.
the python version I am using is (pyenv) 3.6.6 as 3.7.0 will not install. I use virtual environment (pyenv) ..... More

Print this item

  Help with simulation
Posted by: Geeseball - Oct-18-2018, 12:19 PM - Forum: General Coding Help - No Replies

I have two situations. In one situation the simulation is executed based on random variables and in the second situation the random variables are obta..... More

Print this item

  Issue with re.findall
Posted by: alinaveed786 - Oct-18-2018, 10:44 AM - Forum: General Coding Help - Replies (8)

I m stuck with re.findall . Basically, below code, I m trying to find whether certain patches as defined by patches list is applied to the Oracle home..... More

Print this item

  HELP in python homework
Posted by: makashito - Oct-18-2018, 09:27 AM - Forum: Homework - Replies (4)

1.1 [5 points] If statement q
has the truth value True, determine all truth value asignments for the primitive statements, p
, r
, and s
for whi..... More

Print this item

  Python debugging local os
Posted by: Baggelhsk95 - Oct-18-2018, 08:56 AM - Forum: General Coding Help - Replies (1)

Hello guys, quick question, does any of you know how can i make debugging when something has changed in specific solder in local folder?i wanted to ge..... More

Print this item

  No connection could be made becouse the target machine actively refused it.
Posted by: GottaAimHigherPal - Oct-18-2018, 08:51 AM - Forum: Networking - Replies (1)

I want to establish a connection between 2 diffrent mechies.

heres my code
[python]
server:
#!/usr/bin/python # This is server.py file..... More

Print this item

  Listbox data
Posted by: samtal - Oct-18-2018, 08:01 AM - Forum: GUI - Replies (5)

Hi,
On raspberry-pi, Python 3.5, I am trying the use of tkinter Listbox.
I noticed that when filling up a Listbox with a pure Python List, while the ..... More

Print this item

  Why does my code not execute? (def function with 'for in' iteration over a dictionary
Posted by: Placebo - Oct-18-2018, 06:07 AM - Forum: General Coding Help - Replies (3)

Hi^^

I have troubles to find my mistake within following code:
[python]def printPicnic(itemsDict, leftWidth, rightWidth):
print('PICNIC ITEMS..... More

Print this item

  dynamic use of attributes
Posted by: Skaperen - Oct-18-2018, 03:49 AM - Forum: News and Discussions - Replies (4)

a while back i saw a web page that showed how to create an object in which attributes can be created by an assignment to that attribute.

you would ..... More

Print this item

  Need help with iteration homework
Posted by: Dendro - Oct-18-2018, 12:35 AM - Forum: Homework - Replies (2)

Hi guys, i'm really bad at python and could really use help solving this homework
[Image: 2732bfb979.png]

This is my attemp..... More

Print this item

  Return Object Created from Multiple Classes
Posted by: emerger - Oct-17-2018, 11:53 PM - Forum: General Coding Help - Replies (3)

Hello.
I have an object (lyst2) that is created from multiple classes. When I use that returned object in another module and iterate through it, I g..... More

Print this item

  from graphics import *
Posted by: jmaloney413 - Oct-17-2018, 10:05 PM - Forum: General Coding Help - Replies (2)

I am attempting to follow a tutorial however my code keeps failing in the first line.
"setBackground" and "color_rgb()" both auto filled so I know t..... More

Print this item

  Need help with fixing iteration counter
Posted by: Kapolt - Oct-17-2018, 09:17 PM - Forum: Homework - Replies (8)

Probably a brainlet question, but I will ask anyway since I'm too lazy to actually read the documentation.
I've been trying to do this exercise: http..... More

Print this item

  A learner game
Posted by: Mentlegenn - Oct-17-2018, 08:16 PM - Forum: Game Development - Replies (3)

I am fairly new to Python and am writing a very basic game. Essentially all we are doing is copying and understanding snippets of code
but for..... More

Print this item

  !
Posted by: MuntyScruntfundle - Oct-17-2018, 08:09 PM - Forum: General Coding Help - No Replies

Hi there.

I'm trying to get a monitor screen together with Curses. Thanks to whoever suggested it, it's going to do everything I want when I get i..... More

Print this item

  beginner send value from function
Posted by: klausen79 - Oct-17-2018, 07:54 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi
i am a beginner, but love python
I can't figure out how to get the value "place" in my function into this "placevar1.set()"
I need this value to..... More

Print this item

  New for history Buffs
Posted by: Larz60+ - Oct-17-2018, 07:35 PM - Forum: Bar - No Replies

The Papers of US President Theodore Roosevelt Now Online. I think it will be interesting reading.
https://www.loc.gov/item/prn-18-132/?loclr=ealn

Print this item

  name these two functions
Posted by: Skaperen - Oct-17-2018, 07:25 PM - Forum: Bar - Replies (3)

i wrote a function that converts an int to a string of digits. it has options to set the base, set the minimum width, set the digits to use (implies ..... More

Print this item

  Why is this opening 2 windows/frames?
Posted by: WuchaDoin - Oct-17-2018, 06:55 PM - Forum: GUI - Replies (2)

[python]from tkinter import *

class App(Tk):

def __init__(self, root):

Tk.__init__(self)

self.geometry("1280x720")

Ma..... More

Print this item

  Non-Geographic Heat Maps
Posted by: JackValadez - Oct-17-2018, 06:03 PM - Forum: General Coding Help - No Replies

Sorry if this was posted elsewhere, performed a search, but no results. I would like to create a heatmap on a map of our product floor that will show..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Standard template Data En... 28 minutes ago Hosthubac Hosthubac Code Review
  Trading Risk management s... 55 minutes ago NeoQuant Axel_Erfurt Code sharing
  No new line from print in... 5 hours ago Lou snippsat General Codin...
  Python Online Compiler 10 hours ago alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
Most views
  The best Prog... 579489
  Tutorial Requ... 512771
  Web Scraping ... 442359
  Newbie with P... 386395
  New Users Int... 381703
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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