Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,921

Full Statistics

Online Users
There are currently 55 online users.
» 2 Member(s) | 50 Guest(s)
AOL, Google, snippsat

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
54 minutes ago
» Replies: 10
» Views: 272
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
Yesterday, 08:01 PM
» Replies: 0
» Views: 51
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 87
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 41
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,115
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 200
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 728
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,836
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 198
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163

 
  download python 3.7.0
Posted by: mainbane - Aug-09-2018, 06:37 PM - Forum: General Coding Help - Replies (1)

hy: just downloaded 3.7.0. cannot get past "modify Setup" screen. any ideas? thanks

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 54 minutes ago Lou snippsat General Codin...
  Python compiler Yesterday, 20:01 NeoQuant NeoQuant General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579500
  Tutorial Requ... 512892
  Web Scraping ... 442372
  Newbie with P... 386398
  New Users Int... 381747
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
QABOB Today
adityaN Today
NeoQuant Yesterday
Hosthubac Yesterday
ifdainstitute7 Yesterday

User Panel Messages

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