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,955
» Latest member: samuel223
» Forum threads: 38,728
» Forum posts: 175,529

Full Statistics

Online Users
There are currently 52 online users.
» 0 Member(s) | 43 Guest(s)
Bing, Google, AOL, Facebook, Apple

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
56 minutes ago
» Replies: 2
» Views: 96
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
1 hour ago
» Replies: 1
» Views: 13
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
11 hours ago
» Replies: 3
» Views: 158
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 347
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,381
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 284
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 733
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 934
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,194

 
  Looking through multiple screens for a button
Posted by: cheeks13 - Aug-09-2018, 03:37 PM - Forum: General Coding Help - Replies (1)

I have used pyautogui to look for a button and then click on it. But I have noticed that it doesn't work when there are multiple screens to a machine...... More

Print this item

  Converting Raw output into Nested List
Posted by: Nirmal - Aug-09-2018, 02:47 PM - Forum: General Coding Help - Replies (13)

I have a STRING and i want to convert that into nested list.

[python]Test-RED# sh run vlan 1-10

!Command: show running-config vlan 1-10
!Time: ..... More

Print this item

  Python bricks
Posted by: ahsankhan - Aug-09-2018, 02:39 PM - Forum: Homework - Replies (3)

We want to make a row of bricks that is goal inches long. We have a number of small bricks (1 inch each) and big bricks (5 inches each). Return True i..... More

Print this item

  Array/Jarray problem contains null value?
Posted by: Maverick0013 - Aug-09-2018, 02:32 PM - Forum: General Coding Help - Replies (1)

Hi,

The problem is when creating a array 1 one go or via an interation it seems like they behave different and I don't understand why. I'm creating..... More

Print this item

  jira-2.0.0.dist causing error with py2exe
Posted by: johnlawlor - Aug-09-2018, 02:16 PM - Forum: General Coding Help - Replies (1)

We use py2exe to generate an executable for one of our tools. This worked perfectly for x number of years on Python 3.4 until i added a feature that r..... More

Print this item

  Real time pricing Yahoo finance
Posted by: nathanz - Aug-09-2018, 12:56 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I'm new to coding and python, I'm interested in stocks and analysis and wanted to look into making a scanner/screener.

Before I get sta..... More

Print this item

  Click an icon on a browser
Posted by: cheeks13 - Aug-09-2018, 12:52 PM - Forum: Web Scraping & Web Development - Replies (2)

I have currently written a code that clicks around on share point using selenium on Microsoft edge. On one of the pages there are two areas that when ..... More

Print this item

  Python COMError: (-2147024894,: The system cannot find the file specified. ', (None,
Posted by: quant82 - Aug-09-2018, 12:47 PM - Forum: General Coding Help - No Replies

i am using python to open a COM Object to load some stuff from factset. if i do so i get to following error:


maybe someone can help, i tryed many..... More

Print this item

  Get True of false outside a loop
Posted by: morgandebray - Aug-09-2018, 10:59 AM - Forum: General Coding Help - Replies (2)

Hi, how can i get the value of each variable that i'm creating in my loop ? I have this :
[python]for fichier in os.listdir("result/"):
if not ..... More

Print this item

  Tiff metadata
Posted by: sudecki - Aug-09-2018, 10:55 AM - Forum: General Coding Help - Replies (1)

Hi, I am new on the forum, I search a solution for my work. I process Tiff image of Olynpus miscroscope. And inside image, you can find some details o..... More

Print this item

  How to remove duplicates basis keys of a csv file
Posted by: Prince_Bhatia - Aug-09-2018, 10:02 AM - Forum: General Coding Help - Replies (2)

hi,

i have a csv while has data structure like this

key bhk Area Property_Type
310935 2 BHK 47.32 APARTMENT
310935 2 BHK 47.43 APARTMENT
3109..... More

Print this item

  Function Default Arguments
Posted by: grkiran2011 - Aug-09-2018, 09:09 AM - Forum: General Coding Help - Replies (7)

Hi Viewer,

Got a query on function default arguments.

[python]
i = 10
def fun(l = 10):
if i is l:
print('mathced')
else:..... More

Print this item

  Split not working
Posted by: morgandebray - Aug-09-2018, 09:02 AM - Forum: General Coding Help - Replies (3)

Hi, I want to know why my split is not wokring (the other splits are perfectly working :

[python]for ligneTiers in contenuTiers:
ligneSp..... More

Print this item

  Inheritance
Posted by: Athul - Aug-09-2018, 08:03 AM - Forum: General Coding Help - Replies (7)

|Hello,

Below is the example code from the tutorial that I'm using to learn python
[python]
class Animal:
def __init__(self):
..... More

Print this item

  Large JSON file
Posted by: mr_byte31 - Aug-09-2018, 07:16 AM - Forum: General Coding Help - Replies (2)

Hi All,

I build a program to read a JSON file from internet.
When the file is large , the python program hangs and I have to shut it down then run..... More

Print this item

  how good is the optimization?
Posted by: Skaperen - Aug-09-2018, 04:54 AM - Forum: News and Discussions - Replies (7)

how good is the optimization in Python? in this code will it cache the value from s[n] or will it fetch it twice?

[python] if s[n..... More

Print this item

  3D Object Recognition using Deep Learning
Posted by: chandininair - Aug-08-2018, 11:29 PM - Forum: Data Science - No Replies

I have a dataset which has 3D objects (extension.obj). Please suggest on how i can use tensorflow or any other library to load this as the training se..... More

Print this item

  Python ftp server get the latest sub-directory name
Posted by: muzamalrana - Aug-08-2018, 11:15 PM - Forum: General Coding Help - Replies (1)

I am trying to write a script to get the latest file from the latest sub- directory of FTP server in python. My problem is i am unable to figure out t..... More

Print this item

  Analyse sound?
Posted by: mzmingle - Aug-08-2018, 09:38 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm currently taking A Level Computing, and am at the stage where I'm thinking about coding for my project. As I want to be a teacher, my proje..... More

Print this item

  [split] unable to post attachment
Posted by: raven61 - Aug-08-2018, 07:17 PM - Forum: Board - Replies (9)

well as soon as I get 5 posts I'll share it with you.


I just went to look up how to attach a file.

I have to have 5 posts.

Print this item

  Numpy install using pip not working w/37
Posted by: allnotes - Aug-08-2018, 07:06 PM - Forum: Data Science - Replies (2)

I downloaded and installed python37. I've tried everything it seems. I verified I have placed environment variable correctly and I am installing from ..... More

Print this item

  Takes 1 Positional Argument but 2 were Given
Posted by: Anysja - Aug-08-2018, 06:12 PM - Forum: GUI - Replies (2)

This is the code I have.

self.contrast = Scale(root, command=self.editingImage, from_= -100, to = 100, orient = HORIZONTAL)

I am trying to call ..... More

Print this item

  Pyside2
Posted by: darktitan - Aug-08-2018, 05:29 PM - Forum: GUI - Replies (2)

I have been thinking of switching from Tkinter to Pyside2 now for a while. But i cant understand the License thing with Pyside2 is it free or not? Or ..... More

Print this item

  Simple Pendulum Animation Errors
Posted by: Quantum_Theorist - Aug-08-2018, 05:06 PM - Forum: Data Science - No Replies

I haven't been programming for a long time, but, I am working on a project where I am animating a Simple Pendulum, but for some reason, only a picture..... More

Print this item

  Community editing
Posted by: Vysero - Aug-08-2018, 04:11 PM - Forum: Board - Replies (5)

Hey there guys I know I am new here at python forums but I had a thought for a suggestion. I wanted to suggest a community editing feature. I am sure ..... More

Print this item

  How To Attach data Files
Posted by: Talch - Aug-08-2018, 03:47 PM - Forum: Board - Replies (3)

Good day all,

I am newbie to python and the forums.

I have a question that I wanted to ask and attach my sample data.

How do I attache a csv ..... More

Print this item

  Go to line starting with and variable not detected
Posted by: morgandebray - Aug-08-2018, 02:49 PM - Forum: General Coding Help - Replies (5)

Hi, how can I go a line starting with a precise word ? After my first condition, I need to go to the line starting with "/22/" (I have to browse my fi..... More

Print this item

  Adding a new line with content
Posted by: morgandebray - Aug-08-2018, 02:25 PM - Forum: General Coding Help - Replies (1)

Hello, I'm having a (little) issue by adding a new line. The newline is added before the line I want.

See my code

[python]
for fichier in os.li..... More

Print this item

  Simple Dictionary save and recover
Posted by: Astrikor - Aug-08-2018, 11:32 AM - Forum: General Coding Help - Replies (12)

I have searched several posts on saving dictionaries, but not found anything suitable for saving and subsequently recovering a simple dictionary.

C..... More

Print this item

  Random Number sorting
Posted by: Siddharth1989 - Aug-08-2018, 11:08 AM - Forum: General Coding Help - Replies (2)

Hi,
I want to know how you can fill and sort a list of randomly generated integers in a certain range without using any built-in functions or ext..... More

Print this item

  Looking for my 3 simple questions to get answered
Posted by: yksingh1097 - Aug-08-2018, 09:48 AM - Forum: Data Science - Replies (1)

Hi readers,
I was interested in learning AI, so I learned Python. I am in final year of graduation in Computer Science. And now I want to get interns..... More

Print this item

  Installing Python Web Server
Posted by: davy_yg - Aug-08-2018, 08:23 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

This is my first time using Python. I am trying to install the python web server for the first time and encounter a problem.

I installed..... More

Print this item

  25 blank lines in my sorted_fruits output list!
Posted by: raven61 - Aug-08-2018, 05:24 AM - Forum: General Coding Help - Replies (7)

25 blank lines in my sorted_fruits output list don't know how to get rid of them! Don't know how they got there!here is my script [python]
# This jus..... More

Print this item

  Help with Python programming
Posted by: mediaos - Aug-08-2018, 03:37 AM - Forum: General Coding Help - Replies (5)

I am a newbie to Python - I am trying to do the following:

I have a text file: Name = Text.txt
Text.txt content:
8 001 1/3
9 005 4/5

I would ..... More

Print this item

  Can't read url when specifying more than a specific number of bytes
Posted by: deivid - Aug-08-2018, 03:02 AM - Forum: General Coding Help - Replies (3)

This works

[python]
from urllib.request import urlopen

data = urlopen("https://cinnamon-spices.linuxmint.com/json/applets.json").read(60000)
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 56 minutes ago Perry DeaD_EyE General Codin...
  How to retrieve money los... 1 hour ago samuel223 samuel223 General Codin...
  [Tkinter] how to export a... 11 hours ago RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 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 ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
Most views
  The best Prog... 576851
  Tutorial Requ... 499376
  Web Scraping ... 440628
  Newbie with P... 384603
  New Users Int... 368558
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
samuel223 Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday
adamsmith12 Yesterday

User Panel Messages

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