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,637
» Latest member: racheldavis66
» Forum threads: 38,641
» Forum posts: 175,090

Full Statistics

Online Users
There are currently 469 online users.
» 1 Member(s) | 463 Guest(s)
Bing, Google, Baidu, Yandex, Facebook, Axel_Erfurt

Latest Threads
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
33 minutes ago
» Replies: 13
» Views: 380
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
39 minutes ago
» Replies: 2
» Views: 80
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 4
» Views: 117
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Today, 06:19 AM
» Replies: 1
» Views: 85
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Yesterday, 08:36 AM
» Replies: 10
» Views: 3,110
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Yesterday, 08:35 AM
» Replies: 2
» Views: 1,898
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Yesterday, 03:54 AM
» Replies: 3
» Views: 2,128
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 388
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Jun-27-2025, 11:05 AM
» Replies: 4
» Views: 1,899
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Jun-27-2025, 07:29 AM
» Replies: 2
» Views: 2,832

 
  google rank #1?
Posted by: metulburr - Jul-29-2017, 12:24 AM - Forum: Board - Replies (9)

Did we finally pass by the old forum on google rank for searching

python forum
?


Attached Files

Thumbnail(s)
   
Print this item

  Pyfirmata and Teensy 3.6
Posted by: Kay - Jul-29-2017, 12:21 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I am trying to use pyfirmata with the Teensy 3.6. I am struggling with the dictionary for this board, in particular for its two DAC..... More

Print this item

  How to recover from exception in pdb?
Posted by: swimbikerun - Jul-29-2017, 12:18 AM - Forum: General Coding Help - Replies (1)

When stepping through the code in pdb and a line is ran that triggers an error, is there a way to fix the error without exiting the execution of the s..... More

Print this item

  can't read my file!!!
Posted by: baronmontesqieu - Jul-28-2017, 07:55 PM - Forum: General Coding Help - Replies (4)

Hello. I'm trying to read a file after aligning and converting parts of the file, but python is not opening it.

Can someone help me?

thank you!..... More

Print this item

  Q: why do I get syntax error
Posted by: dondon - Jul-28-2017, 03:33 PM - Forum: General Coding Help - Replies (3)

Hello reader,

Recently I began a course in learning python basics. Can someone point me in the direction why I am using invalid syntax for python i..... More

Print this item

  Testing If a string has anything in it
Posted by: elliep - Jul-28-2017, 02:54 PM - Forum: General Coding Help - Replies (1)

Guys,

In the code below I am going into the registry to look for a certain item. In this case I am using (RtkAudioService). Once it finds it will g..... More

Print this item

  Writing on a File
Posted by: juniorcoder - Jul-28-2017, 01:32 PM - Forum: General Coding Help - Replies (5)

Hello everybody ,

My code is

for k in [1,2,3]:
    for l in [4,5,6]:
        print("k=" ,k, "l=",l)
As a result of this s..... More

Print this item

  printing a text file by python and thermal printer
Posted by: gray - Jul-28-2017, 12:39 PM - Forum: General Coding Help - Replies (6)

hello friends 
i want to print a text file by a thermal printer(epson TM-T20) and by using python code...
i am going to use python-escpos or python-..... More

Print this item

  How we can automate ALM by Python?
Posted by: Python_Hemant2488 - Jul-28-2017, 12:28 PM - Forum: General Coding Help - Replies (1)

I have been asked to automate the ALM ( Testing tool) where we need to carry out the activities of test case creation, test execution, defect logging ..... More

Print this item

  SSL: CERTIFICATE_VERIFY_FAILED error connecting to SignalR
Posted by: Aiswarya - Jul-28-2017, 09:25 AM - Forum: General Coding Help - Replies (3)

from requests import Session
from signalr import Connection

with Session() as session:
huburl = "url"

connection = Connection(huburl, sessi..... More

Print this item

  Writing values at a desired column in a line of text file
Posted by: Gupta - Jul-28-2017, 06:08 AM - Forum: General Coding Help - Replies (3)

I have a array which has 5 values and I want to write it in a text file with 1st value starting from 1st col and second value from 7th col and 3rd v..... More

Print this item

  tkiinter combobox selection problem
Posted by: Rishav - Jul-28-2017, 06:06 AM - Forum: GUI - Replies (2)

so i am working on converter app so there is two comboboxes so there is meter is default value in combbox1 and kilometer value in combobox 2 and i ha..... More

Print this item

  Python-Function object creation
Posted by: studnik2 - Jul-28-2017, 05:50 AM - Forum: General Coding Help - Replies (2)

As I understand from a book that function in Python is nothing but object of Function class. I have some doubts as below:

1.When this object gets c..... More

Print this item

  Web scrapping using BeautifulSoup
Posted by: Madhurich - Jul-28-2017, 03:37 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi All, I would like to get advice on the below.

I want to scrape the exchange rates for the different currency conversions from the websites like ..... More

Print this item

  'str' object does not support item assignment
Posted by: SolaVitae - Jul-28-2017, 03:27 AM - Forum: General Coding Help - Replies (1)

So currently i am experiencing an issue where i am trying to assign a value in a dictionary to an index value of a string


The code goes as follow..... More

Print this item

  String output displaying \n instead of new line...
Posted by: nicklesprout - Jul-27-2017, 10:40 PM - Forum: General Coding Help - Replies (4)

I have java class "Test" that returns 2 lines of string output like this:

18 0
1 1 0 0


when i call the java class with python and have python..... More

Print this item

  Built in Functions not working
Posted by: mhoneycutt83 - Jul-27-2017, 09:02 PM - Forum: General Coding Help - Replies (4)

Basic built in functions like len(),str(),int() and float() do not work in a text.py file but do in IDLE. Does anyone know why and how to fix this. I'..... More

Print this item

  web parsing multi-classnames with selenium
Posted by: metulburr - Jul-27-2017, 08:24 PM - Forum: Web Scraping & Web Development - Replies (1)

I had a program i wrote; maybe about a year ago. It uses selenium to login to Dollar General to auto clip digital coupons due to a lot of javascript o..... More


Attached Files

Thumbnail(s)
   
Print this item

  UPDATING PYTHON TO USE LATEST VERSION OF JAVA?
Posted by: nicklesprout - Jul-27-2017, 07:38 PM - Forum: General Coding Help - Replies (6)

my Java installation is 1.8 but when i run this, it displays version 1.7.. how do i update my python installation to use latest version of java (1.8)?..... More

Print this item

  SyntaxError: EOL while scanning string literal
Posted by: elliep - Jul-27-2017, 06:39 PM - Forum: General Coding Help - Replies (13)

Hey Guys,

Im trying in look in the registry for an item based off what the user inputs. For some reason the last back slash is causing issues. I ..... More

Print this item

  Setup failed 0x80070005
Posted by: Santo - Jul-27-2017, 06:22 PM - Forum: General Coding Help - Replies (10)

Hi, recently I have changed my computer and I wanted to install python 3.5.2 (64-bit). The problem is that when the installation starts, suddenly appe..... More

Print this item

  Couldn't Continue to Iterate The List in Python 3
Posted by: OliverBird - Jul-27-2017, 06:02 PM - Forum: Web Scraping & Web Development - Replies (3)

After several searching and modifies, I still couldn't figure it out. It stops at the 19th in the list.

This is the error. Please help me resolve i..... More

Print this item

  Altair 8800
Posted by: ichabod801 - Jul-27-2017, 05:54 PM - Forum: Bar - Replies (2)

While I was at the American History Museum on Tuesday, I got to see an Altair 8800[/u[url=https://python-forum.io/thread-4171.html]..... More

Print this item

  Machine Learning Antivirus [Urgent]
Posted by: Echoo0o - Jul-27-2017, 04:18 PM - Forum: Homework - Replies (4)

Bit of a long one, so apologies in advance. I'm at the last stage of my dissertation, and all that's left for me is to use a neural network I co-devel..... More

Print this item

  [URGENT] Trying to create a simple password manager in python
Posted by: equanox314 - Jul-27-2017, 12:32 PM - Forum: Homework - Replies (5)

Hi, all apologies if this is in the wrong spot or my program has some basic errors as I am relatively new to both python  and this forum. I continuesl..... More

Print this item

  PYQT py2app Compiling
Posted by: Tome - Jul-27-2017, 11:27 AM - Forum: GUI - No Replies

Hi, I'm trying to build a standalone app for a relatively big python application I've built. All else working I run into this error when trying to run..... More

Print this item

  Getting past a none type error
Posted by: CodyW129 - Jul-27-2017, 10:01 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi Everyone, I am in the early stages of creating a Python web-scrapping script that will allow me to retrieve suspected spam accounts on a forum I he..... More

Print this item

  Python Developers
Posted by: roomdi - Jul-27-2017, 09:19 AM - Forum: Jobs - No Replies

Tech travel company in Mallorca, Spain
We’ve helped millions of travelers from all over the world to have amazing travel experiences.
 As a Python d..... More

Print this item

  printing a list of lines
Posted by: Skaperen - Jul-27-2017, 05:36 AM - Forum: General Coding Help - Replies (7)

which is the better way to print a list of lines?

1.

    for line in lines:
       print(line)
2.[python] print('\n'.join(li..... More

Print this item

  how to place Flask code on a public web server
Posted by: rarevesselt - Jul-27-2017, 12:55 AM - Forum: Web Scraping & Web Development - Replies (6)

[quote='rarevesselt']I am a newbie in web development. I need help on how to place my flask code on the dormain
I have bought.The hosting company is ..... More

Print this item

  Flash nearing end of life
Posted by: nilamo - Jul-26-2017, 09:54 PM - Forum: News and Discussions - Replies (2)

2020 is the announced End of Life for Flash. Firefox, Chrome, and IE have announced that they'll be phasing it out before then, with it disabled by d..... More

Print this item

  Scraping data from ebay seller page
Posted by: yuvalta - Jul-26-2017, 08:11 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi!
New in Phyton and I need a little help..
I want to develop a website that scrape data from ebay (not from the regular customer on ebay, from the..... More

Print this item

  problem with syntax error
Posted by: jobemorgan - Jul-26-2017, 06:36 PM - Forum: General Coding Help - Replies (3)

I am just practicing with python and I keep getting invalid syntax pop up. I want it to end the script if the user says no. Please help!

[python]pr..... More

Print this item

  How can I get special data from QComboBox()?
Posted by: Sophus - Jul-26-2017, 04:56 PM - Forum: GUI - No Replies

Hey guys,

in the following, executable source code I added the QTreeView() to QComboBox() by using the setView()-method on [i]..... More

Print this item

  Basic Question
Posted by: sitingbull25 - Jul-26-2017, 03:10 PM - Forum: Data Science - Replies (2)

Hello Guys,

Coming from the matlab world, I am learning Python, so having some difficulties on very simple stuff.  I want to know how to store each..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  replace or remove text fr... 33 minutes ago Curbie Curbie General Codin...
  [PyQt] locating a pushbut... 39 minutes ago arbiel deanhystad GUI
  Difference and meaning in... 3 hours ago Udbytossen Gribouillis General Codin...
  While loop is terminating... Today, 06:19 jumpsworthnow Gribouillis Homework
  How to put my game loop i... Yesterday, 08:36 temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe Yesterday, 08:35 freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... Yesterday, 03:54 garthE Plyth Game Developm...
  List[] in Python needs so... 06-27, 13:32 Codingdesigner12 DeaD_EyE Game Developm...
  Web scraping confusion 06-27, 11:05 keifin AlluminumFoil Web Scraping ...
  Problem Converting Tradin... 06-27, 07:29 kralxs wallneradam General Codin...
  [PyQt] PyQT5 Thread crash... 06-26, 20:17 Suresh Axel_Erfurt GUI
Most views
  The best Prog... 572365
  Tutorial Requ... 485090
  Web Scraping ... 436894
  Newbie with P... 379732
  Thread remain... 351242
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12068
buran 8173
snippsat 7341
deanhystad 6844
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
racheldavis66 Today
ankaoutdoor Today
humphrey88 Today
Udbytossen Today
tatria Today

User Panel Messages

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