Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 6
» Views: 329
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
4 hours ago
» Replies: 0
» Views: 18
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
7 hours ago
» Replies: 7
» Views: 2,785
looking for help
Forum: Bar
Last Post: PhamMaria
9 hours ago
» Replies: 1
» Views: 1,907
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 650
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,182
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,750
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 641
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,137
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,111

 
  json to ndjson
Posted by: pythonlearner1 - May-21-2020, 10:32 PM - Forum: General Coding Help - Replies (5)

I have a output from request.get it is something like this
actual output is long and multiple of this line.

[{"a":1,"b":2,"c":3},{"x":4,"y":5,"z"..... More

Print this item

  Can you help me to understand the "asksaveasfile" and "askopenfilename" functions?
Posted by: aquerci - May-21-2020, 07:48 PM - Forum: GUI - Replies (4)

hi guys,

can you give me a simple example on how to use correctly the "filedialog.askopenfilename ()" and "filedialog.asksaveasfile ()" functions?..... More

Print this item

  C to Python code conversion print problem
Posted by: anakk1n - May-21-2020, 07:13 PM - Forum: General Coding Help - Replies (1)

Hello! I need to convert this C code I made to Python:
https://gist.github.com/anakk1n/dadf2216...10c3839af5

My python code looks like..... More

Print this item

  .xls processing with Pandas - my struggle moving from theory to practical use
Posted by: prolle - May-21-2020, 06:57 PM - Forum: Data Science - No Replies

Hi All

My first post here, I have read the posting docs, so hopefully I won't get shot down. My problem:

My skill level:
I have taken a fundame..... More

Print this item

  Query about arrays in a neural network
Posted by: juan_o_o - May-21-2020, 05:21 PM - Forum: General Coding Help - No Replies

Hello, I have created a simple neural network consisting of a numerical array in an array of size (size) = 192 and shape (shape) = (4, 48) I called it..... More

Print this item

  Bitcoin generator and wallet checker
Posted by: Anarab - May-21-2020, 04:32 PM - Forum: Code Review - Replies (2)

[align=center]This is my first ever project I'm pretty new to programming in general only started a couple of months ago, so I would like for anyone t..... More

Print this item

  not finding the resone for the error
Posted by: yukhei - May-21-2020, 04:30 PM - Forum: Homework - Replies (3)

im lerning classs and i have this error Wall

[python]
def increment_odometer(self,miles):
self.odometer_reading += miles

class Batte..... More

Print this item

  trying to do a vlookup in pandas
Posted by: eeps24 - May-21-2020, 03:12 PM - Forum: General Coding Help - Replies (1)

Trying to do a "vlookup" with pandas. I have two data frames loaded. I suppose I would need to do a merge to connect both data frames. But my question..... More

Print this item

  Supposed to print out even numbers
Posted by: DallasPCMan - May-21-2020, 02:59 PM - Forum: General Coding Help - Replies (4)

When I execute this code:

[python]
list1 = [1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
num = 0
# using while loop
while (num < len(list1)):

#..... More

Print this item

  not finding the resone for the error
Posted by: yukhei - May-21-2020, 02:32 PM - Forum: Homework - Replies (3)

im currntly lerning about classs and child class and parint


[python]class Car:
"""a simple attempt to represent a car."""

def __init__(self..... More

Print this item

  Trying to write and execute first Python script
Posted by: garvind25 - May-21-2020, 02:04 PM - Forum: General Coding Help - Replies (3)

Hi,

I am new to Python and trying to learn it. I have Python 3.8 with IDLE environment and Anaconda 3 installed in my system (The system has Wind..... More

Print this item

  Build a simple Webapp with Python Flask and mariaDB
Posted by: newbie1 - May-21-2020, 12:37 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi,
I've done a little PHP and Python Programming in the past. Now as a newbie in this field (Thread subject) I want to build a simple webapp for a p..... More

Print this item

  Instagram Bot _ Posting Comments
Posted by: kristianpython - May-21-2020, 12:27 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys,

I have put together a basic bot that opens my instagram and comments on the first photo. I have managed to make it scroll down in random ..... More

Print this item

  Code help?
Posted by: Beau - May-21-2020, 12:17 PM - Forum: Homework - Replies (14)

Hi if someone could help me id be really grateful..
im new to this and just started studying it.. I been asked to write a simple code asking for a nu..... More

Print this item

  Convert quarterly time series to monthly time series
Posted by: donnertrud - May-21-2020, 12:15 PM - Forum: General Coding Help - Replies (1)

Hi,

in order to bring all my data sets in the same shape, I need to convert a data set consisting of quartlery dates into a data set consisting of ..... More

Print this item

  Need help in Code for Writing View Functions in Flask - Python Web Framework
Posted by: ashishsme14 - May-21-2020, 11:01 AM - Forum: Homework - Replies (2)

We had a below task, we that tried to write code in what ever best possible way we can. But we are not able to pass the test as seems there is some is..... More

Print this item

  dlib 19.8.1 for python 3.7
Posted by: HatFayed - May-21-2020, 09:07 AM - Forum: Data Science - No Replies

Finally dlib 19.8.1 for Python 3.7 on windows 64bit
https://www.file-upload.com/qsd69ajuqr2i

Print this item

  Using Python variable with SurveyMonkey API
Posted by: Djin - May-21-2020, 05:01 AM - Forum: Data Science - No Replies

I am pulling down Survey Monkey Data via Python and inserting it into a SQL Server database via an SSIS task and am running into problems with paginat..... More

Print this item

  modules with exe or msi extension
Posted by: llass61 - May-21-2020, 12:16 AM - Forum: General Coding Help - Replies (8)

I am new to python. I am trying to update python on an Ubuntu 20.04 linux box. The application that I use creates a python installation that is real..... More

Print this item

  pip list to show all versions of a package installed
Posted by: pvbadiger05b - May-20-2020, 08:44 PM - Forum: General Coding Help - Replies (4)

Hi All,

I have two versions of a package installed in two different site locations but only one version of the package is getting listed for [inline..... More

Print this item

  Pasting via OpenPYXL
Posted by: PZG - May-20-2020, 07:53 PM - Forum: General Coding Help - Replies (8)

Hello Python Forum -

I work in motorsports and would like to automate the process of coping data from race software into excel for manipulation. The ..... More

Print this item

  How to create a shortcut of your python program on your phone screen (using Q3Python)
Posted by: Alexx - May-20-2020, 06:10 PM - Forum: News and Discussions - No Replies

Hi everyone,

I just made a python program using the Q3Python app on my phone. What I wanted to do is to create a shortcut on my phone screen. The g..... More

Print this item

  cant understand the logic behind shorthand form of operator
Posted by: pradeep_sn - May-20-2020, 06:10 PM - Forum: General Coding Help - Replies (2)

I don't know why the output of these two programs is different
1.
[python]
Number=123
Reverse = 0
while(Number > 0):
Reminder = Num..... More

Print this item

  How to keep leading zeros with pandas?
Posted by: eeps24 - May-20-2020, 03:42 PM - Forum: General Coding Help - Replies (1)

I have a csv file with 4 columns.
col 1 (numbers)
col 2 (text)
col 3 (numbers)
col 4 (text)

technically all four columns have a format type of genera..... More

Print this item

  How do I create these Kernel functions in Python for Gaussian Process Regression?
Posted by: Shivam18 - May-20-2020, 03:04 PM - Forum: Data Science - No Replies

Hello all! I am new to this so I would appreciate any help.

I have a dataset of 1031 observed samples of 7 features that form the X and one target ..... More

Print this item

  some help with reading line from CMD on PI
Posted by: korenron - May-20-2020, 02:47 PM - Forum: General Coding Help - Replies (4)

Hello,
I'm a beginner , and up until now I did some simple code.

now I want to go up a level :-)

I want to run an application on my PI that sc..... More

Print this item

  Query on downloading attachment
Posted by: pythonFresher - May-20-2020, 02:29 PM - Forum: Homework - Replies (1)

Hi ,

Iam new to python and have been given the task to
Downloading attachments from the outlook365 mail box and save into local folder on dail..... More

Print this item

  split string
Posted by: enigma619 - May-20-2020, 02:27 PM - Forum: General Coding Help - Replies (1)

Hi

I've a question about proper method to split a string.

my strings are like this:

object Host "serviceXXX-YYYY" {
I'm d..... More

Print this item

  How to create radiobutton in numpy gui python?
Posted by: luthfidali - May-20-2020, 01:00 PM - Forum: GUI - Replies (2)

https://ibb.co/VMFYnwP
https://ibb.co/9GgSDS8

the first link is the gui I create, how can i put radiobutton (like in the second link) to my gui sc..... More

Print this item

  converting list of zero length to a matrix of 3*3
Posted by: vp1989 - May-20-2020, 12:27 PM - Forum: General Coding Help - Replies (2)

[python]

I have a list (length of a list is one) [[1,2,3],[4,5,6]], I like to convert it to a matrix (2*3). something like this [1 2 3
4 5 ..... More

Print this item

  Tkinter - Issues with "iconbitmap" method
Posted by: aquerci - May-20-2020, 11:20 AM - Forum: GUI - Replies (3)

hi guys,

below my code:
[python]
#!/usr/bin/python3

from tkinter import *
from tkinter import ttk

class MainWindow:

def __init__(self, par..... More


Attached Files

Thumbnail(s)
   
Print this item

  Return draw.rectangle pixel coordinate data to .csv file
Posted by: CephloRhod - May-20-2020, 10:37 AM - Forum: General Coding Help - No Replies

I'm a marine science student using machine learning to automate seafloor monitoring and imagery analysis.

I already have an extensive script that's..... More

Print this item

  pytest binary issue and pycharm issue
Posted by: pierre38 - May-20-2020, 10:17 AM - Forum: General Coding Help - No Replies

Hello,
I am working on unix and using:
python/3.7.2/rh60_64
pycharm/2018.1.4/rh60_64

I have just installed pytest-5.4.2 and made it available th..... More

Print this item

  Python Code error
Posted by: Riteshfrancis - May-20-2020, 09:40 AM - Forum: General Coding Help - Replies (2)

Hello Friends:

Can someone please help me and tell me what is wrong with follwing code of mine. After entering the input, system is coming out of the..... More

Print this item

  pip install musicplayer error
Posted by: Kumarkv - May-20-2020, 07:05 AM - Forum: General Coding Help - Replies (4)

Hi,

I am trying to do
pip install musicplayer==1.20141030.091600 from musicplayer

but it is fa..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 4 hours ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 4 hours ago leewang leewang Networking
  Select Python comment (#)... 7 hours ago SpongeB0B tester_V General Codin...
  looking for help 9 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577279
  Tutorial Requ... 500386
  Web Scraping ... 440961
  Newbie with P... 384986
  New Users Int... 369363
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
leewang Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
PhamMaria Yesterday

User Panel Messages

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