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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,673
» Latest member: vgarbuz14
» Forum threads: 37,410
» Forum posts: 170,006

Full Statistics

Online Users
There are currently 392 online users.
» 2 Member(s) | 382 Guest(s)
Facebook, Bing, Apple, Google, AOL, Yandex, Baidu, deanhystad, snippsat

Latest Threads
API design an choice
Forum: News and Discussions
Last Post: snippsat
19 minutes ago
» Replies: 4
» Views: 151
How to solve this error "...
Forum: Data Science
Last Post: Larz60+
1 hour ago
» Replies: 1
» Views: 59
[SOLVED] Loop through dir...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 3
» Views: 59
Low code b2b e-commerce s...
Forum: Web Scraping & Web Development
Last Post: abdlwafitahiri
3 hours ago
» Replies: 2
» Views: 516
Program that calculates b...
Forum: Data Science
Last Post: xzenon
5 hours ago
» Replies: 4
» Views: 139
UART write binary code
Forum: General Coding Help
Last Post: Gribouillis
7 hours ago
» Replies: 2
» Views: 84
intering int number
Forum: General Coding Help
Last Post: Gribouillis
7 hours ago
» Replies: 1
» Views: 83
¿Cómo se fija el presupue...
Forum: Bar
Last Post: Taylor13Sylas
Yesterday, 10:12 PM
» Replies: 1
» Views: 93
using mutable in function...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 09:59 PM
» Replies: 8
» Views: 347
Problem Converting Tradin...
Forum: General Coding Help
Last Post: kralxs
Yesterday, 06:10 PM
» Replies: 1
» Views: 174

 
  Windows reg extractor
Posted by: shappaeye - May-22-2020, 09:45 AM - Forum: General Coding Help - Replies (4)

I have written code to extract the software version and name from the Windows 10 registry.

But i have noticed it extracts all named software folder..... More

Print this item

  could not convert string to float
Posted by: player1681 - May-22-2020, 09:32 AM - Forum: General Coding Help - Replies (4)

After reading a text file, as a column, I want to convert it from string to float; however, an error appears:

[python]with open('posx_mean_no_acop..... More


Attached Files

.txt   posx_mean_no_acoplo_tf_multiple.txt (Size: 1.18 KB / Downloads: 427)
Print this item

  Spotify playlist maker
Posted by: iTakeshi - May-22-2020, 08:40 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,
I need a script that makes a playlist from a list of links

.

Print this item

  Problem reading data from file
Posted by: player1681 - May-22-2020, 08:14 AM - Forum: General Coding Help - Replies (2)

I am trying to read a simple colum vector as

mediaXoriginal = open('posx_mean_no_acoplo_tf_multiple.txt', 'r') 
and then

[p..... More

Print this item

  ImportError: cannot import name 'MidiEvaluator' from 'parser' (Windows 10)
Posted by: spiffspaceman - May-22-2020, 07:17 AM - Forum: General Coding Help - Replies (4)

Hello,

- Clean Python 3.8.3 installation on Windows 10: uninstalled any previous python versions and installed it using "install now" ([b]wi..... More

Print this item

  Create exception handler
Posted by: oradba4u - May-22-2020, 05:11 AM - Forum: General Coding Help - Replies (7)

All:
I'm a newbie to python, but I have lots of experience in other programming languages...

I want to build an exception handling routine... If t..... More

Print this item

  RuntimeWarning: invalid value encountered in greater
Posted by: Lukas - May-22-2020, 05:11 AM - Forum: General Coding Help - Replies (2)

I have this error in the following code:

RuntimeWarning: invalid value encountered in greater
in this line:

[python] mask = ..... More

Print this item

  [split] how to read a specific row in CSV file ?
Posted by: laxmipython - May-22-2020, 04:51 AM - Forum: Homework - Replies (2)

how to read a specific row in CSV file ?

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  API design an choice 19 minutes ago Skaperen snippsat News and Disc...
  How to solve this error "... 1 hour ago PranayShah Larz60+ Data Science
  [SOLVED] Loop through dir... 1 hour ago Winfried Gribouillis General Codin...
  Low code b2b e-commerce s... 3 hours ago makc abdlwafitahiri Web Scraping ...
  Program that calculates b... 5 hours ago xzenon xzenon Data Science
  UART write binary code 7 hours ago trix Gribouillis General Codin...
  intering int number 7 hours ago akbarza Gribouillis General Codin...
  ¿Cómo se fija el presupue... Yesterday, 22:12 Davis5Noah Taylor13Sylas Bar
  using mutable in function... Yesterday, 21:59 akbarza snippsat General Codin...
  Problem Converting Tradin... Yesterday, 18:10 kralxs kralxs General Codin...
  negative memory usage Yesterday, 08:43 akbarza Gribouillis General Codin...
Most views
  The best Prog... 417894
  Web Scraping ... 308034
  Tutorial Requ... 296943
  Newbie with P... 254241
  Thread remain... 236944
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 312
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11875
buran 8090
snippsat 7094
deanhystad 6222
metulburr 5150
Top referrers
Googlepro 20
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
vgarbuz14 Today
CalvinScott Today
kitsune Today
PranayShah Today
SatoshiNGenesis Yesterday

User Panel Messages

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