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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,538

Full Statistics

Online Users
There are currently 64 online users.
» 1 Member(s) | 59 Guest(s)
Bing, AOL, Google, AOL, snippsat

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 3
» Views: 254
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 674
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 766
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,005
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,655
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,700
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 321
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 551
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 30,011
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,777

 
  Run hidden exe
Posted by: samuelbachorik - Aug-02-2020, 02:58 PM - Forum: General Coding Help - No Replies

Hello dear users, iam trying to call exe. file from python and run it hidden. I want to run it without user operation. I have this script and it is wo..... More

Print this item

  Python Paramiko mkdir command overwriting existing folder. How can i stop that?
Posted by: selverek - Aug-02-2020, 02:39 PM - Forum: General Coding Help - Replies (1)

I'm trying to create a register system based on server. Sending directories to my server with their name. But if you try to register with an existing ..... More

Print this item

  .Set - Unable to understand the statement
Posted by: ateestructural - Aug-02-2020, 01:00 PM - Forum: General Coding Help - Replies (5)

I have the following code which I have inherited it from someone else.
[python]vocab_filename = 'vocab.txt'
vocab = load_doc(vocab_filename)
vocab ..... More

Print this item

  String Comparing
Posted by: Harshil - Aug-02-2020, 12:49 PM - Forum: General Coding Help - Replies (15)

Hey! Everyone I Have A Problem:
The Problem is you are given two user input string now you have to compare them and find out unique and common letter..... More

Print this item

  how to make objects move at a precise amount of time?
Posted by: Zhaleh - Aug-02-2020, 11:50 AM - Forum: Game Development - Replies (2)

Hi everybody. I'm quite a beginner in programming. I wrote a code that produces an image moving left and right until it hits the walls and change dire..... More

Print this item

  Huge CSV Reading and Sorting for comparison
Posted by: akshaynimkar - Aug-02-2020, 11:24 AM - Forum: General Coding Help - Replies (3)

Hello,
I have a requirement where I have two sets of CSV files(unsorted).
CSV are huge (>10 million records and > 50 columns).

I need to compare ..... More

Print this item

  Get the parent label of a ImageTk.PhotoImage
Posted by: delphinis - Aug-02-2020, 10:35 AM - Forum: GUI - Replies (1)

Hi,
i have five labels with a Photo in a frame:
[python]
for entry in dir:
file = self.file_path + "\\" + entry
..... More

Print this item

  Tkinter having problems with packing labels?
Posted by: wallgraffiti - Aug-02-2020, 09:26 AM - Forum: GUI - No Replies

Code:
[python]import tkinter as tk
from urllib.request import urlopen

root=tk.Tk()

pagestuff=[]

pagestuff.append(tk.Label(root, text="This ..... More

Print this item

  Open windows media player minimised
Posted by: TamP - Aug-02-2020, 08:43 AM - Forum: General Coding Help - Replies (1)

I am trying to open windows media player, minimised, from Python
like so
os.system ("start wmplayer.exe /min C:\\Users\user\Desktop\output.mp3")
Can a..... More

Print this item

  Problems on ''no such file or directory'' in python on Visual studio 2019
Posted by: 504416430 - Aug-02-2020, 08:19 AM - Forum: General Coding Help - Replies (1)

I am sorry to disturb. I am a beginner for programming and learning the cs61a. In the first project, I want to run the [color=#..... More

Print this item

  How to convert a python code to binary?
Posted by: rsurathu - Aug-02-2020, 08:09 AM - Forum: General Coding Help - No Replies

How to convert a python code to binary on a Redhat / RHEL 7.8 ?

Aim is to make the code run on a linux machine that doesn't need to have Python ins..... More

Print this item

  Importing python data to Textfile or CSV
Posted by: yanDvator - Aug-02-2020, 06:56 AM - Forum: General Coding Help - No Replies

I need help storing an array in a text file that's being plotted using matplotlib.
[python]
t = np.linspace(0, sampling_time * 30, 31)
w = []
for ..... More

Print this item

  Can't import pandas
Posted by: j_cooper9 - Aug-02-2020, 04:57 AM - Forum: General Coding Help - Replies (1)

I'm trying to import pandas (after installing it through many different methods) and I'm seeing this error,

C:\\Users\\jcooper>python

Python 3.8.5 (..... More

Print this item

  Tkinter color chart
Posted by: menator01 - Aug-02-2020, 04:34 AM - Forum: Code sharing - Replies (2)

[python]
# /usr/bin/env python3

import tkinter as tk

colors = [
'gray', 'green', 'greenyellow', 'honeydew', 'hotpink', 'indianred'..... More

Print this item

  Understanding The Arguments for SMTPlib - sendmail
Posted by: JoeDainton123 - Aug-02-2020, 12:22 AM - Forum: General Coding Help - Replies (3)

Hello all

I am trying to understand how to input the different arguments for SMTPlib - sendmail.

I have the following code:-

From_Address = "..... More

Print this item

  Unable to understand a statement in an existing code
Posted by: ateestructural - Aug-01-2020, 08:52 PM - Forum: General Coding Help - Replies (1)

I have the following code:

[python]import nltk

nltk.download('stopwords')

import nltk.corpus
import re
import string

# turn a doc into c..... More

Print this item

Bug maximum recursion depth exceeded while calling a Python object error in python3
Posted by: Prezess - Aug-01-2020, 08:46 PM - Forum: General Coding Help - Replies (4)

[python]
import time
import random
import string

#Searching vars
tries = 0
found = False

def website():
print("Website: " + str(res) +..... More

Print this item

  Handling Multiple USB ports in Python
Posted by: samalpramod - Aug-01-2020, 07:40 PM - Forum: General Coding Help - No Replies

Hi,
I am new to python and to the forum too. In my python application I have to read from two USB ports and process the data I get from any of the US..... More

Print this item

  tmdbsimple content type? How to work with it?
Posted by: pythonnewbie138 - Aug-01-2020, 07:02 PM - Forum: General Coding Help - Replies (1)

I'm trying to figure out how to access data via the TMDB API using the tmdbsimple wrapper. I've figured out some of the basics but I'm unsure how to r..... More

Print this item

  Help with pie chart in Jupyter notebook
Posted by: Rony28 - Aug-01-2020, 06:03 PM - Forum: General Coding Help - No Replies

Hi All,

I can't find a button where I can upload pictures? There is one where I can put a link, but I don't have a link.

I'll have to try to exp..... More

Print this item

  Beautifulsoup doesn't scrape page (python 2.7)
Posted by: Hikki - Aug-01-2020, 05:51 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

Python newb here so go easy on me, using 2.7 because I am following a video course that involves scraping web pages for data and the instructor i..... More

Print this item

  How to assign input file name as logger name
Posted by: Mekala - Aug-01-2020, 05:27 PM - Forum: General Coding Help - Replies (5)

Hi,
I have below code,
I want to define csvfile (HATY.csv which is input file name) as my logfile name.

[python]logging.basicConfig(level=logging.DEB..... More

Print this item

  object's movement to left leave shadow on the screen
Posted by: Zhaleh - Aug-01-2020, 04:53 PM - Forum: Game Development - Replies (3)

Hello everyone. I've wrote a simple code using pygame and I want my image to move right and left and after collision to wall change direction. The pro..... More

Print this item

  Need help with .replace()
Posted by: jasonikakis - Aug-01-2020, 03:38 PM - Forum: General Coding Help - Replies (2)

Greetings,im really new to python and im trying to create a simple encryption program (basically ill input a text and it'll get converted to numbers, ..... More

Print this item

  'NoneType' object is not subscriptable
Posted by: Justchse - Aug-01-2020, 03:02 PM - Forum: General Coding Help - Replies (4)

I'm writing an API for a Django application that gets inventory from another website. The code was working at first but recently I get the error "None..... More

Print this item

  numpy diagonal
Posted by: davidm - Aug-01-2020, 01:53 PM - Forum: Data Science - Replies (1)

hi, need help with numpy.diagonal.
Using

 grid.diagonal(0)
for a 9 by 9 matrix
I can see the diagonal [0,0} to [8,8}.
How do I se..... More

Print this item

  How to use python to convert pdf to docx
Posted by: impact_code - Aug-01-2020, 01:10 PM - Forum: General Coding Help - Replies (3)

hello guys i want to build a software for changing file formats i dont knnow how to go about it please i need your help suggestion and if there is any..... More

Print this item

  Looking for contributors for a new open source coding education platform
Posted by: alexmojaki - Aug-01-2020, 12:43 PM - Forum: News and Discussions - No Replies

I'm in the process of developing a free open source online platform/course for complete beginners to teach themselves coding in Python. See https://gi..... More

Print this item

  NumPy not available?
Posted by: Mark17 - Aug-01-2020, 10:51 AM - Forum: General Coding Help - Replies (8)

import numpy as np
gives

Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import NumPy as..... More

Print this item

  How to check if window is fullscreen or not
Posted by: delphinis - Aug-01-2020, 10:27 AM - Forum: GUI - Replies (2)

Hi,
trying to play with fullscreen, to save the last configuration of the screen, i whanted to obtain the info if the window is in fullscreen or not...... More

Print this item

  PyQt5 Full Tutorial
Posted by: Knight18 - Aug-01-2020, 10:17 AM - Forum: Tutorial Requests and Submissions - Replies (4)

A Full Tutorial on the latest version (PyQt5) of the popular PyQt GUI library. All the way from setting it up and installing it to using advanced (and..... More

Print this item

  Python classes
Posted by: Python_User - Aug-01-2020, 08:13 AM - Forum: General Coding Help - Replies (15)

Dear python users,

As a python newbie I started two months ago learning a bit of coding. By learning some topics of Python some questions came to m..... More

Print this item

  exec() instead of functions
Posted by: Skaperen - Aug-01-2020, 05:37 AM - Forum: News and Discussions - Replies (5)

if i have some code that i want to collect all of its result values into an object and also run that code again in a different context and sane its di..... More

Print this item

  pip and python verison
Posted by: anne - Aug-01-2020, 01:52 AM - Forum: General Coding Help - Replies (3)

I have small issues with pip and python versions

1. MY OS reports python version 2.7.12
2. My Eclipse lets me select FOUR "interpreter" versions..... More

Print this item

  Converter
Posted by: Souls99 - Aug-01-2020, 12:37 AM - Forum: General Coding Help - Replies (2)

I wanted to make converter from Miles to Km and have estimated driving time in my program . The problem is i cant not print exactly driving time .
if..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 4 hours ago llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 577081
  Tutorial Requ... 499899
  Web Scraping ... 440820
  Newbie with P... 384812
  New Users Int... 368963
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Yesterday
Xuitar Yesterday
SprunkiRetake Yesterday
GnomeSweetGnome 09-25
alxpetrovo2272 09-25

User Panel Messages

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