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,788
» Latest member: rahat
» Forum threads: 37,482
» Forum posts: 170,312

Full Statistics

Online Users
There are currently 439 online users.
» 0 Member(s) | 431 Guest(s)
Bing, Baidu, Google, AOL, Apple, Yandex

Latest Threads
Python on Linux
Forum: News and Discussions
Last Post: ebn852_pan
5 hours ago
» Replies: 6
» Views: 162
Schedule exit a program a...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 2
» Views: 111
looking for UTF-8 tools
Forum: Bar
Last Post: Skaperen
7 hours ago
» Replies: 0
» Views: 35
Unexpected output when tr...
Forum: Code Review
Last Post: PythonU2Novel
8 hours ago
» Replies: 0
» Views: 43
questions about storage
Forum: Game Development
Last Post: XavierPlatinum
8 hours ago
» Replies: 1
» Views: 245
why I can't use "try" wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:54 PM
» Replies: 3
» Views: 100
why do you use python?
Forum: Bar
Last Post: xMaxrayx
Yesterday, 04:47 PM
» Replies: 0
» Views: 64
how would you feel if ...
Forum: Bar
Last Post: xMaxrayx
Yesterday, 04:45 PM
» Replies: 14
» Views: 6,038
Cannot get cmd to print P...
Forum: General Coding Help
Last Post: xMaxrayx
Yesterday, 04:40 PM
» Replies: 11
» Views: 371
what have you learned rec...
Forum: Bar
Last Post: xMaxrayx
Yesterday, 04:21 PM
» Replies: 15
» Views: 5,955

 
  codec for byte transparency
Posted by: Skaperen - Sep-18-2020, 02:24 AM - Forum: General Coding Help - Replies (7)

given "random" bytes in the range from 0 to 255, such as from a file containing machine executable code, i would like to convert this "byte sequence" ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python on Linux 5 hours ago ebn852_pan ebn852_pan News and Disc...
  Schedule exit a program a... 6 hours ago chubbychub Gribouillis General Codin...
  looking for UTF-8 tools 7 hours ago Skaperen Skaperen Bar
  Unexpected output when tr... 8 hours ago PythonU2Novel PythonU2Novel Code Review
  questions about storage 8 hours ago PhantomMouse XavierPlatinum Game Developm...
  why I can't use "try" wit... Yesterday, 19:54 xMaxrayx deanhystad General Codin...
  why do you use python? Yesterday, 16:47 xMaxrayx xMaxrayx Bar
  how would you feel if ... Yesterday, 16:45 Skaperen xMaxrayx Bar
  Cannot get cmd to print P... Yesterday, 16:40 Schauster xMaxrayx General Codin...
  what have you learned rec... Yesterday, 16:21 Skaperen xMaxrayx Bar
  how often do you reboot y... Yesterday, 16:18 Skaperen xMaxrayx Bar
Most views
  The best Prog... 454709
  Web Scraping ... 336406
  Tutorial Requ... 326402
  Newbie with P... 274889
  Thread remain... 259657
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 340
deanhystad 313
Most replies
  New Users Int... 432
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11883
buran 8091
snippsat 7107
deanhystad 6264
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
rahat Today
Martinger Today
PythonU2Novel Yesterday
colinhoad Yesterday
xMaxrayx Yesterday

User Panel Messages

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