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,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

Online Users
There are currently 48 online users.
» 0 Member(s) | 43 Guest(s)
Applebot, Google, AOL

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 2
» Views: 51
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 12:09 PM
» Replies: 4
» Views: 116
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 205
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 330
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Nov-11-2025, 05:07 AM
» Replies: 5
» Views: 289
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 122
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,626
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 221
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 211
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,483

 
  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

  Python3 newbie
Posted by: tony1812 - Jul-26-2017, 01:46 PM - Forum: General Coding Help - Replies (11)

Hi, I just started learning programming in Python3 on my own. I am wondering if someone be so kind to look at my code see if it make sense?
What this..... More

Print this item

  Python Windows CLR
Posted by: cb4798 - Jul-26-2017, 12:58 PM - Forum: General Coding Help - Replies (1)

I am trying to use python .net but when I run the following code I get the following error
 =11pt[font=Calibri,sans-serif]SystemError: dynamic module..... More

Print this item

  Junior Developer - Glasgow
Posted by: Axis Animation - Jul-26-2017, 12:14 PM - Forum: Jobs - No Replies

With studios in Glasgow, Bristol and London, Axis Animation is an award-winning animation studio creating high-end visual content for film, television..... More

Print this item

  How add 2 arrays?
Posted by: Augustin1340 - Jul-26-2017, 11:36 AM - Forum: Homework - Replies (19)

Hello all,

I am a student who learns Python. I should in my exercise create several functions (only) and manipulate several arrays.

 

1) firs..... More

Print this item

  importing libraries
Posted by: u18sc11 - Jul-26-2017, 11:23 AM - Forum: Homework - Replies (3)

I am trying to import libraries with .py extension by creating the following:
import osfiles = os.popen('dir *.py')fileit = iter(files)for file in fi..... More

Print this item

  same issue with him
Posted by: bin381 - Jul-26-2017, 10:07 AM - Forum: General Coding Help - Replies (2)

I make a python extension bar_extension with distutils bar_extension
 need a shared object [..... More

Print this item

  Requests needs cookies for login
Posted by: justasug - Jul-26-2017, 08:30 AM - Forum: General Coding Help - Replies (2)

I am trying to login into my email account through a website and run an action when I get a new email (I can't use IMAP, because it's a paid feature)...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 5 hours ago sarbogast deanhystad General Codin...
  New to python and coding Yesterday, 12:09 lary_p jefsummers Homework
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... 11-11, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578874
  Tutorial Requ... 510009
  Web Scraping ... 441927
  Newbie with P... 385938
  New Users Int... 376483
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday
Kacper 11-11

User Panel Messages

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