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,958
» Latest member: GnomeSweetGnome
» Forum threads: 38,729
» Forum posts: 175,529

Full Statistics

Online Users
There are currently 52 online users.
» 1 Member(s) | 45 Guest(s)
Bing, AOL, AOL, Google, Applebot

Latest Threads
My goal to be hired worki...
Forum: Jobs
Last Post: GnomeSweetGnome
14 minutes ago
» Replies: 0
» Views: 11
ARE YOU A VICTIM OF A CRY...
Forum: General Coding Help
Last Post: helenchris842
3 hours ago
» Replies: 0
» Views: 39
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
10 hours ago
» Replies: 2
» Views: 179
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 226
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 398
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,487
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,456
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 329
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 789
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 1,004

 
  Reading a table generated using PyTables
Posted by: Robotguy - Sep-18-2020, 01:36 AM - Forum: Data Science - Replies (1)

Hello,

I have a table with three columns and multiple rows. I know how to extract specific rows using table[0:5]. How can I extract just the..... More

Print this item

  'utf-8' codec can't decode byte 0xe2 in position 122031: invalid continuation byte
Posted by: tienttt - Sep-17-2020, 10:27 PM - Forum: General Coding Help - Replies (12)

Hi,

I'm using python 3.8.5 to call Jira Rest API to download all tickets information and save in a json file AllIssues.json. In order to get all fi..... More

Print this item

  Python class noob
Posted by: nallster7 - Sep-17-2020, 10:21 PM - Forum: General Coding Help - Replies (2)

Hi I need help I want my code to make it so it does print the message but it dosent seem to work.

[python]class Bil:
__modelYear = () # priva..... More

Print this item

  convert % to a number
Posted by: Nickd12 - Sep-17-2020, 09:22 PM - Forum: General Coding Help - Replies (2)

I have a number in a range form 1 to 254
lets say I I have an input of 20%
I need to convert that % into a number with in that range
I know the n..... More

Print this item

  Why I feel like quitting Python
Posted by: Drone4four - Sep-17-2020, 09:08 PM - Forum: News and Discussions - Replies (8)

Here is my story about how and why I came to want to learn Python and the futility and frustration with my lack of progress today and why I feel like ..... More

Print this item

  Django send email - email form
Posted by: Remek953 - Sep-17-2020, 08:16 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello, I created a contact form to send me an email when the user fills it out. Everything appears to be working, I get mail to my gmail but I get it ..... More

Print this item

  Intro python using lists
Posted by: Rustypotatoes - Sep-17-2020, 07:28 PM - Forum: Homework - Replies (2)

This is a homework question. I am learning how to use lists, slicing, del, sort, and other functions. I'm not asking anyone to do this for me, I just ..... More

Print this item

  Creating Excel files compatible with microsoft access
Posted by: vkallavi - Sep-17-2020, 06:57 PM - Forum: General Coding Help - No Replies

I am using xlswriter to create excel files, but these files are not importable by Microsoft Access.
what am I missing?

thanx.

Print this item

  Python Complete novice: Want to run a vulnerability script
Posted by: bhanney23 - Sep-17-2020, 06:09 PM - Forum: General Coding Help - Replies (1)

Hi, I am a complete novice at Python and I wish to run a script someone has made up to check against a critical windows vulnerability. I downloaded py..... More

Print this item

  Removing rows from array
Posted by: claw91 - Sep-17-2020, 02:45 PM - Forum: General Coding Help - Replies (3)

Hello, I want to replicate this Matlab code into Python

FILE(1:985,:) = [ ];

FILE is an..... More

Print this item

  new learner
Posted by: Rezvaneh - Sep-17-2020, 01:45 PM - Forum: General Coding Help - Replies (1)

hi all
I am new learner in python. I could not find my error root cause , can you help me :

[python]mood = 'tired'
if mood == 'tired':
hit_sno..... More

Print this item

  Unable to print stuff from while loop
Posted by: Nick1507 - Sep-17-2020, 01:29 PM - Forum: General Coding Help - Replies (4)

Alright so hello everyone, I'm a noob and have really little experience in Python so pls go easy on me. My question in this post is why I'm unable to ..... More

Print this item

  [nested dics] Easy way to find if a key exists?
Posted by: Winfried - Sep-17-2020, 01:29 PM - Forum: General Coding Help - Replies (9)

Hello,

I'm using xmltodict to work with XML files. It turns data into nested dictionaries.

In nested dictionaries that don't contain the same ke..... More


Attached Files

Thumbnail(s)
   
Print this item

  Getting Flask to run on an apache2
Posted by: SuchtyTV - Sep-17-2020, 01:04 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I am not sure how to get flask to run on an apache2.
I think my config is already correct.

However, I am not sure about how to Structure my..... More

Print this item

  PyAD search function adquery
Posted by: SpongeB0B - Sep-17-2020, 12:56 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

I'm trying to search inside Active Directory with PyAD but it's not clear...

I've tried this [size=small](from : https://zakird.git..... More

Print this item

  use of subclass
Posted by: ebolisa - Sep-17-2020, 12:17 PM - Forum: General Coding Help - Replies (4)

Hi,

I cannot get the EUR subclass format correctly. What's the trick?

It should return 10.000,00 €.

TIA

[python]from money import Money, exception..... More

Print this item

  Avoiding too many if's
Posted by: Ted_Toad - Sep-17-2020, 11:48 AM - Forum: General Coding Help - Replies (6)

Hi first time here, forgive me if this has been asked before, did a search and couldn't find it.
I am writing a script to send various commands from ..... More

Print this item

  pip install syntax
Posted by: biprabu - Sep-17-2020, 11:28 AM - Forum: General Coding Help - Replies (2)

Hi All,

i am new to python , need help in installing pyautogui

From juypter notebook i coded pip install pyatuogui its working but in python t..... More

Print this item

  How to write event function
Posted by: Squalo - Sep-17-2020, 10:56 AM - Forum: GUI - No Replies

How can I correctly write the event function to pass from one QLineEdit to another by pressing the enter key? Post a working snippet. Thank you


[..... More

Print this item

  Data Structures and Algorithms Python
Posted by: timhu - Sep-17-2020, 09:47 AM - Forum: Bar - Replies (4)

This book is rich in examples, with beautiful pictures and texts, and explains the data structure and algorithms in a way that is easy to understand...... More

Print this item

  Help installing Pythin-Pip-Mouse
Posted by: ozstar - Sep-17-2020, 09:46 AM - Forum: General Coding Help - Replies (2)

Hello,

I had Python installed on a Win 10 box to start a program by touching a mouse co-ord on the screen. I have a py script and a txt time schedu..... More

Print this item

  Installing package in Anaconda on an Intranet Computer
Posted by: Secret - Sep-17-2020, 09:07 AM - Forum: Data Science - Replies (1)

Hi

I am v. new to Python. My office laptop has NO internet access and the Python is integrated in Anaconda.

How do I install more packages into ..... More

Print this item

  Label.Place did not work?
Posted by: ATARI_LIVE - Sep-17-2020, 08:52 AM - Forum: GUI - Replies (15)

Huh Strange, the label Place I know of code is right but not working... I might missed something:
[python]from tkinter import *
import time

w..... More


Attached Files

Thumbnail(s)
   
Print this item

  Exit Function - loop
Posted by: Tetsuo30 - Sep-17-2020, 07:54 AM - Forum: General Coding Help - Replies (2)

Hi , i'm actually coding a midi looper on raspberry pi.
I have a usb midi interface thar receive midi message (and send them to hardware synth) and a..... More

Print this item

  Clusters
Posted by: dawid294 - Sep-17-2020, 06:37 AM - Forum: General Coding Help - Replies (6)

Hello, please can you help me with creating clusters. I have one column x with number(1,2,6,8,4,7,5,9,8,2,4,9,3). I would like to create three cluster..... More

Print this item

  not printing soup data to csv
Posted by: rickyrt - Sep-17-2020, 02:52 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi, All really struggling with this code below, its a datepicked in Selnium/Soup. The code cycles through months selecting a from & to date, then subm..... More

Print this item

  how to keep a Popen instance existant in a function return?
Posted by: Skaperen - Sep-17-2020, 01:15 AM - Forum: General Coding Help - Replies (7)

i have a function that is intended to start a subprocess.Popen instance and return the file object reference of the read end of the stdout pipe of tha..... More

Print this item

  pip in Python 3.8.5
Posted by: lukegraham - Sep-17-2020, 01:05 AM - Forum: General Coding Help - Replies (2)

Hi, I'm using SSL and I recently installed python 3.8.5 on my Raspberry Pi 0. After the installation was complete, I tried running:

[b]pip install ..... More

Print this item

  queueing theory HELP
Posted by: ramymaarouf - Sep-16-2020, 10:45 PM - Forum: Homework - Replies (4)

you are provided with four text files that have the inter-arrival times and service times of
100,000 data packets.
• The first file called “interArr..... More

Print this item

  how to view file content of .docx while in Recycling bin
Posted by: NeoPy1 - Sep-16-2020, 10:09 PM - Forum: General Coding Help - No Replies

[python]# trying to search Documents or Recycling bin folders on Windows 10 for a file entered by user input .docx.
#It needs to be be searched by fi..... More

Print this item

  NumPy Side Effects - HELP UNDERSTANDING
Posted by: lasek723 - Sep-16-2020, 09:45 PM - Forum: General Coding Help - Replies (3)

I AM CURRENTLY ON CHAPTER 4 WITH DATACAMP. SO FAR, SO GOOD

HOWEVER, I AM TRYING TO UNDERSTAND THIS

Have a look at this line of code:

np.arra..... More

Print this item

  if statement follow up questions
Posted by: Nickd12 - Sep-16-2020, 08:47 PM - Forum: General Coding Help - Replies (3)

so here I'm working on follow up if statements it works good with input() as it stands but what im trying to do is when use audio to ask the follow up..... More

Print this item

  Dataframe Removes Zeros
Posted by: JoeDainton123 - Sep-16-2020, 07:03 PM - Forum: General Coding Help - Replies (2)

Hello all;

I am importing an excel sheet into python as a dataframe using the code:-

[python]
Report = pandas.read_excel(Crack_Report, sheet_na..... More

Print this item

  Check if tweet is favorited by myself | TWEEPY
Posted by: altayko - Sep-16-2020, 05:40 PM - Forum: General Coding Help - No Replies

On Tweepy, I get too many "You have already favorite this tweet" error and when it gives this error repeatedly, the API rate limit error[code 429] is ..... More

Print this item

  cant able to make methods interact with each other in the class
Posted by: jagasrik - Sep-16-2020, 05:35 PM - Forum: General Coding Help - Replies (2)

I am trying to work on an ATM project for practice purpose, where its checks for the pin entered and if it is correct then shows options to deposit, c..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 14 minutes ago GnomeSweetGnome GnomeSweetGnome Jobs
  ARE YOU A VICTIM OF A CRY... 3 hours ago helenchris842 helenchris842 General Codin...
  extracting data from a us... 10 hours ago Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam 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...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 576888
  Tutorial Requ... 499486
  Web Scraping ... 440664
  Newbie with P... 384637
  New Users Int... 368628
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 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
GnomeSweetGnome Yesterday
helenchris842 Yesterday
alxpetrovo2272 Yesterday
Jamirul Yesterday
Perry Yesterday

User Panel Messages

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