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,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905

Full Statistics

Online Users
There are currently 36 online users.
» 1 Member(s) | 32 Guest(s)
Bing, Google, Mojeek, snippsat

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 3
» Views: 58
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 4
» Views: 129
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
7 hours ago
» Replies: 8
» Views: 654
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,808
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 134
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 116
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 202
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,213
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 313
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 192

 
  reading data from command line
Posted by: mcmxl22 - Feb-17-2019, 08:15 PM - Forum: General Coding Help - Replies (2)

I want to automate updating python packages through pip. I think I have most of it. I just don't know how to evaluate the output from [icode]results =..... More

Print this item

  How Do I Get the IDE to Find My Imports
Posted by: petec - Feb-17-2019, 06:19 PM - Forum: General Coding Help - Replies (18)

I can't seem to get an IDE to find my imports.
I have tried IDLE and Visual Basic (Note I have used Visual Basic to write a few python programs quite..... More

Print this item

  Made my first Python program: Snake. Please help me improve it
Posted by: andrerocha1998 - Feb-17-2019, 05:29 PM - Forum: Game Development - Replies (8)

Hello,

I've started learning Python yesterday with the intention of studying machine learning. Before this, my experience with programming was excl..... More

Print this item

  tuple and formating problem
Posted by: darktitan - Feb-17-2019, 05:19 PM - Forum: General Coding Help - Replies (7)

Hi
Im using sqlite3 for a lite project and im getting this error

[error]conn.execute('SELECT * FROM anställda WHERE ID={0},{1},{2},{3}'.format(uid[:4..... More

Print this item

  How to use a tfrecord file for training an autoencoder
Posted by: JohnMarie - Feb-17-2019, 04:05 PM - Forum: Data Science - Replies (6)

I don't know how to get the number of features from a tfrecord file to make them as input to a stacked autoencoder.

I used the follwing function fo..... More

Print this item

  Failed to locate element
Posted by: gahhon - Feb-17-2019, 04:04 PM - Forum: Web Scraping & Web Development - Replies (4)

Capture


[python]driver.find_eleme..... More

Print this item

  Input and Output Programming
Posted by: Ducats - Feb-17-2019, 03:34 PM - Forum: General Coding Help - Replies (2)

Thanks for letting me join your forum. I am trying to create a simple PLC style controller with Raspberry pi and Python software. I'm very new to prog..... More

Print this item

  How to redefine object so that all user- objects have the necessary capabilities?
Posted by: AlekseyPython - Feb-17-2019, 11:26 AM - Forum: General Coding Help - Replies (5)

When I used the pickle library, it turned out that it does not save the current values ​​of the class members (after recovery pickle fills them with t..... More

Print this item

  Combine two scripts and loop
Posted by: BMC - Feb-17-2019, 08:46 AM - Forum: General Coding Help - Replies (2)

Hi all

I am novice at python.

I have to scripts - one reads the barcode of a box and the other takes the weight of the box.

Barcode:

[pyth..... More

Print this item

  How to open and interact with an app
Posted by: SheeppOSU - Feb-17-2019, 07:37 AM - Forum: General Coding Help - Replies (1)

So I have an app called Signal on my computer. My dad is deployed and I wan't to say goodnight to him every night. So I've spent atleast 2 hours tryin..... More

Print this item

  how to reopen a closed tab of wx.aui.Notebook?
Posted by: royer14 - Feb-17-2019, 06:22 AM - Forum: GUI - Replies (2)

Hello Group, I have a design that I had created in wxformbuilder but I have a difficulty when I close a tab and by a [b]menubar return it open[..... More

Print this item

  Pixmap Dosnt always load
Posted by: jimmyvegas29 - Feb-17-2019, 03:00 AM - Forum: GUI - Replies (3)

So, im trying to create a video poker training program in PyQt5 and im using button with Pixmap for the cards. The issue im running into in testing th..... More

Print this item

  Sorting algorithm issues
Posted by: Clunk_Head - Feb-17-2019, 12:57 AM - Forum: General Coding Help - Replies (2)

I'm working on a sorting algorithm as a curiosity, but it seems to be stuck in an infinite loop.

[python]
def simple_sorter(unsorted):
print(..... More

Print this item

  How can I sort my dict ?
Posted by: Mike Ru - Feb-16-2019, 11:43 PM - Forum: General Coding Help - Replies (1)

I have it

{1: ['3', ['third task', True]], 2: ['1', ['first task', True]], 3: ['2', ['second task', True]]}
I need to get sor..... More

Print this item

  unittest.assertEqual giving failure on result although it's ok.
Posted by: FWendeburg - Feb-16-2019, 09:50 PM - Forum: General Coding Help - Replies (3)

Hi, i have been trying the unittest.TestCase class but when I tried it using this python program it somehow says the assertion it's wrong.

employee..... More

Print this item

  How do I read the keyboard arrow keys?
Posted by: r2d2 - Feb-16-2019, 07:01 PM - Forum: General Coding Help - No Replies

I am trying to get a Python2 program to print the result of the up, down, left and right arrows. This sample program did that. I also want the pro..... More

Print this item

  Digits increasing
Posted by: meknowsnothing - Feb-16-2019, 06:09 PM - Forum: Homework - Replies (6)

Could anyone help me in the following problem from https://artofproblemsolving.com/communit...ith_digits..... More

Print this item

  function call in recursion
Posted by: moong - Feb-16-2019, 04:34 PM - Forum: General Coding Help - Replies (2)

Basically I need to call the function recursively.
Below is my code

[python]path="/home/"
url = "<url>"
nme = {'xmlns' : url}
def find( repo, d..... More

Print this item

  Convert row data to columns based on keyword
Posted by: mjack24 - Feb-16-2019, 03:40 PM - Forum: General Coding Help - Replies (1)

I have two columns of data with string names and values (x, y). I would like to convert it to columns.

For example
Column 1 Column 2
String1 ..... More

Print this item

  Programming with only a certificate?
Posted by: bennylava - Feb-16-2019, 03:33 PM - Forum: News and Discussions - Replies (4)

I saw that this forum says its for things that "don't fit into other categories" so I figured that this is the best place to post this. And this is re..... More

Print this item

  ARIMA error with hight MA order
Posted by: wissam1974 - Feb-16-2019, 02:57 PM - Forum: Data Science - No Replies

Hi for all Python expert forum.

i have used the predefined functions in python such as:
[python]
plot_acf(col, ax=pyplot.gca(), lags=1500) #to se..... More

Print this item

  How I can recognize that member is classmethod of staticmethod?
Posted by: AlekseyPython - Feb-16-2019, 11:35 AM - Forum: General Coding Help - No Replies

I want to get only MY variables of the class and for this I wrote such a function:

[python]
import inspect
class MyClass:
...
...
@classme..... More

Print this item

  identify window
Posted by: DPaul - Feb-16-2019, 08:44 AM - Forum: GUI - Replies (5)

Hi, i am in a spot of trouble trying to do this:
I want to create a number of (tkinter) windows dynamically and simultaneously (between 2 and 10).
E..... More

Print this item

  Why the heck is this not working
Posted by: YTPizzer - Feb-16-2019, 05:06 AM - Forum: Game Development - Replies (1)

Hey, so I'm new here and don't plan to use this website again.
The only reason I'm here is because I've spent ages trying to get this code to work an..... More

Print this item

  run_pipe_line
Posted by: Skaperen - Feb-16-2019, 02:24 AM - Forum: Code sharing - No Replies

last year i posted a 22 line version of a function to run a pipeline of multip..... More

Print this item

  tried to setup private pypi, but can not upload
Posted by: ggpython000 - Feb-16-2019, 02:21 AM - Forum: Networking - Replies (1)

Hi, I have earlier succeeded generating package and upload to pypi.org but sidelined by the fact that pypi.org appears to be requiring twine to upload..... More

Print this item

  Please help me with this!
Posted by: kevinwoo00 - Feb-16-2019, 01:44 AM - Forum: Homework - Replies (2)

Consider the following recursive function:
[python]
def mystery(a, b):
if a == b:
return a
else:
myst_rest = mystery(a +..... More

Print this item

  How to store the value from variable into list & run a statement then put in variable
Posted by: searching1 - Feb-16-2019, 12:35 AM - Forum: General Coding Help - Replies (1)

Hi, I have 2 question regarding this code, 1st I want to put all the values into list from the variable?

Example, Im grepping multiple ip f..... More

Print this item

  Python code - Vulnerabilities
Posted by: helloworld - Feb-15-2019, 10:55 PM - Forum: General Coding Help - Replies (1)

Hello

I produced a python code and I already checked and removed all the vulnerabilities. But I need help to disclose any lift vulnerability that I..... More

Print this item

  Help with assignment
Posted by: dxfrelince - Feb-15-2019, 10:46 PM - Forum: Homework - Replies (7)

Hi,

I want to make a nested indexing on heatingdata = [m,t1,t2,s].

[python]When i Write: heatingdata = [m,t1,t2,s]
i=0
For i in range (list(he..... More

Print this item

  Call functions recursively in tree structure using python
Posted by: dubru - Feb-15-2019, 06:03 PM - Forum: General Coding Help - Replies (1)

I am new to python, I need to call functions recursively in tree structure.

I am calling the python function in in for loop by passing A, this will..... More

Print this item

  Adding New TAB to NoteBook Widget by Clicking
Posted by: Vicolas - Feb-15-2019, 06:03 PM - Forum: GUI - No Replies

[python]
from tkinter import *
from tkinter import ttk

class Notebook:
def __init__(self):
self.root = Tk()
self.root.titl..... More

Print this item

  Executing python script from SQL Server agent job getting error
Posted by: msavoy - Feb-15-2019, 05:01 PM - Forum: General Coding Help - Replies (1)

I am new to python. I am using Python 3 and I am trying to execute a PYTHON script that is only combining 2 csv files via a .bat file in SQL Server 20..... More

Print this item

  How convert multidimensional array to two dimensional array
Posted by: tkkhan44 - Feb-15-2019, 04:35 PM - Forum: Data Science - Replies (1)

Here, my code feats value form text file; and create matrices as multidimensional array, but the problem is the code create more then two dimensional ..... More

Print this item

  Django Two blocks of dynamic content on one page
Posted by: iFunKtion - Feb-15-2019, 04:13 PM - Forum: Web Scraping & Web Development - Replies (5)

Can anyone explain how this is done, I can get one block of dynamic content but can't get a second block to show. Whilst I have two views, I was of th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 1 hour ago Lou noisefloor General Codin...
  Python is not working on ... 1 hour ago lary_p noisefloor General Codin...
  Help with Serial.write in... 7 hours ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 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...
  data fetching for indian ... 11-25, 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
Most views
  The best Prog... 579441
  Tutorial Requ... 512558
  Web Scraping ... 442318
  Newbie with P... 386368
  New Users Int... 380621
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 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

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