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 46 online users.
» 1 Member(s) | 36 Guest(s)
Bing, Google, AOL, Applebot, Facebook, deanhystad

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

 
  Looking for Python IDE With Drag and Drop GUI
Posted by: Dan_PanMan - May-23-2020, 04:39 PM - Forum: GUI - No Replies

Hello everyone.
I just started learning Python and I am looking for an IDE with a GUI drag and drop feature.
I was trying every recommended program..... More

Print this item

  Message erro when use dataset .csv
Posted by: Dalpi - May-23-2020, 03:30 PM - Forum: Data Science - Replies (2)

I'm doing some experiments using the classic Notebook Auto MPG Dataset and building a model to predict the fuel efficiency of late-1970s and early 198..... More

Print this item

  Striping the empty line
Posted by: Calli - May-23-2020, 02:47 PM - Forum: Web Scraping & Web Development - Replies (8)

Hi guys i am having this weird issue where this empty space appears even so after calling the strip() build in python program.
Here is the code i hav..... More

Print this item

  learning to code python
Posted by: nhan - May-23-2020, 01:25 PM - Forum: General Coding Help - Replies (5)

Hi guys,

I just started learning to code and using Python, I am working on a beginner exercise and the result is not what I am supposed to get, I am ..... More

Print this item

  pyinstaller
Posted by: astral_travel - May-23-2020, 01:24 PM - Forum: General Coding Help - Replies (36)

hi guys,

i want to convert a file - try5.py - into a - try5.exe

when i use pyinstaller in the terminal - it only creates a file called try5.spec..... More

Print this item

  Can't make Random Forest Prediction work
Posted by: donnertrud - May-23-2020, 12:26 PM - Forum: Data Science - No Replies

Hi guys,

I am trying to predict the target variable "Exchange Rate EURUSD" using a data set that I created by myself. I included a lot of economic ..... More

Print this item

  What package to install to PyCharm... REGEX or RE?
Posted by: charlesauspicks - May-23-2020, 12:16 PM - Forum: General Coding Help - Replies (4)

Hello,

I am still very new to Python, and I want to write a Python program using Regular Expressions.

Now, I am a bit confused as to what Python..... More

Print this item

  Function Improvement
Posted by: Santino - May-23-2020, 10:17 AM - Forum: General Coding Help - Replies (1)

Hey

I am looking to improve my working function below;

The objective is to get back a list of countries from the free api.
The argument pars..... More

Print this item

  What is the #chat thing?
Posted by: pyzyx3qwerty - May-23-2020, 09:57 AM - Forum: Board - Replies (5)

At the top of the site, there are several things like the HELP/RULES, SEARCH , pythonVersions etc. Out of those, I saw the CHAT option. Curious to..... More

Print this item

  running speed
Posted by: vaggelis - May-23-2020, 09:16 AM - Forum: News and Discussions - Replies (2)

I created a generator which generates variables i need to analyze. This generator is about 500 lines, it contains an list and about 20 variables doing..... More

Print this item

  How to print string multiple times separated by delimiter
Posted by: Mekala - May-23-2020, 09:00 AM - Forum: General Coding Help - Replies (1)

Hi,
Is there any way to print single string multiple tiles in same line and separated by dilimiter:


[python]print(*range(5), sep=", ") ## this i..... More

Print this item

  threading example
Posted by: DPaul - May-23-2020, 07:21 AM - Forum: General Coding Help - Replies (2)

Hi,
I'm trying to put together a "threading" example, that has not academic, but practical value.
I thought of people that need to answer questions ..... More

Print this item

  All possible combinations of multiplications
Posted by: Shreya10o - May-23-2020, 05:56 AM - Forum: General Coding Help - No Replies

I need all possible combinations of multiplications.
If I do this manually, it is giving a decimal number, but in this loop all valu..... More

Print this item

  If statement implemation
Posted by: jovetp - May-23-2020, 12:21 AM - Forum: General Coding Help - Replies (1)

Im trying to implement an if statement that turns the RSI values digits RED when the values is greater or equal to 70 and when its less or equal
30 i..... More

Print this item

  Plotting issue Matplotlib
Posted by: garam0 - May-23-2020, 12:11 AM - Forum: Data Science - No Replies

[python]fig = plt.figure() # create figure

ax0 = fig.add_subplot(1, 2, 1) # add subplot 1 (1 row, 2 columns, first plot)
ax1 = fig.add_subplot(1, ..... More

Print this item

  New to python via Prof Chuck Severance
Posted by: mapowing - May-23-2020, 12:08 AM - Forum: Homework - Replies (3)

Hello everyone,

I am Paul and began taking python online thru Prof Chuck Severance py4e.com.

Just wanted to ask if anyone can help in correcting..... More

Print this item

  Int error on line 70
Posted by: CrazyMakes - May-22-2020, 07:26 PM - Forum: General Coding Help - Replies (3)

[python]
import time
import os
import sys
import colorama
from colorama import Fore, Back, Style

cm = input(Fore.GREEN + "please enter your cu..... More

Print this item

  Yet another Tic-Tac-Toe (with AI, using tkinter)
Posted by: GOTO10 - May-22-2020, 04:31 PM - Forum: Code Review - Replies (9)

Hi Everyone,

Here is my stab at a Tic-Tac-Toe game using tkinter. Player controls "X" and makes moves by using numeric input. My number one goal ..... More

Print this item

  Sudoku solver with tkinter
Posted by: flash77 - May-22-2020, 04:29 PM - Forum: GUI - Replies (9)

Hello,

I've got coding experience but I'm new to python.

I'm trying to generate a sudoku solver in python using tkinter. I found online the code..... More

Print this item

  Sending data from a websocket client to another server
Posted by: lemon - May-22-2020, 04:07 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I'm stuck with a problem that I try to solve since a few days... Huh

I'm a beginner at programming server/client networks.
I want..... More

Print this item

  Problem with replacing strings
Posted by: donnertrud - May-22-2020, 03:08 PM - Forum: General Coding Help - Replies (3)

Hi guys,

I got a data set with Dates looking like this :

Jan. 01
Feb. 01
Mar. 01

and so on. It seems Python can't transform this kind of da..... More

Print this item

  What should I do the character comes to the door the background changes in to white.
Posted by: Killdoz - May-22-2020, 02:38 PM - Forum: GUI - No Replies

[python]
from tkinter import *
import random
import time

class Game:
def __init__(self):
self.tk = Tk()
self.tk.title("mi..... More

Print this item

  how can I change xcor and ycor of the turtle if i am using classes
Posted by: MohammedSohail - May-22-2020, 01:34 PM - Forum: General Coding Help - Replies (1)

[python]import turtle
import time

#I have been creating a flappy bird game using turtle module in python
#I have come across a problem where i ca..... More

Print this item

  Tkinter collision detection
Posted by: yeyeee - May-22-2020, 01:04 PM - Forum: GUI - Replies (3)

Im trying to get this program to work, though nothing is really happening, I am also making a collision detection, please help
[python]
import parab..... More

Print this item

  not find the resone it not prints
Posted by: yukhei - May-22-2020, 12:41 PM - Forum: Homework - Replies (3)

hi i'm lerning classs, trying to rool a dice
this is what i wirted
[python]from random import randint

class die():
def __init__(self,sides):
..... More

Print this item

  Help! Error
Posted by: bwdu - May-22-2020, 12:16 PM - Forum: General Coding Help - Replies (5)

Hİ everyone!

tosumup is a huge list so i'll only paste the begining of it
tosumup = [[5, 5, 5, 3, 3, 3, 5, 0, 0, 0, 0, 1, 0, 3, 5, 3, 0, 0, 5, 5, ..... More

Print this item

  Conditionals, while loops, continue, break (PyBite 102)
Posted by: Drone4four - May-22-2020, 10:31 AM - Forum: General Coding Help - Replies (2)

Hello Pythonistas!

I’m practicing my while loops whilst using conditionals and the .lower() class method. The material I am working with provides a..... More

Print this item

  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: 563)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 2 hours ago leewang leewang Networking
  Select Python comment (#)... 6 hours ago SpongeB0B tester_V General Codin...
  looking for help 7 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... 500370
  Web Scraping ... 440960
  Newbie with P... 384985
  New Users Int... 369342
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