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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

Online Users
There are currently 27 online users.
» 0 Member(s) | 24 Guest(s)
Google, AOL

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

 
  [inconsistent output] subprocess.call to run cmd commands to get Kerberos ticket
Posted by: Yelin - Jun-07-2018, 02:58 PM - Forum: General Coding Help - Replies (2)

As part of my daily work, I need to run a couple of lines of commands in cmd prompt in order to get Kerberos ticket to a database. Here are the comman..... More

Print this item

  Web App
Posted by: jetpr - Jun-07-2018, 01:06 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello to all I'am New on python i like to lear.

i need to start i like to make web app with sqlite where i can start from beginer.

1) save data..... More

Print this item

  how this to make a asyncio thread safe?
Posted by: linziyan - Jun-07-2018, 10:33 AM - Forum: General Coding Help - No Replies

this is the official call_soon_threadsafe

[python]def call_soon_threadsafe(self, callback, *args):
"""Like call_soon(), but thread-safe."""
..... More

Print this item

  scraping javascript websites with selenium
Posted by: DoctorEvil - Jun-07-2018, 09:38 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello, I hope this is the right subforum for this. I'm trying to scrape a website like this ..... More

Print this item

  .csv export, map and create new .csv
Posted by: jtouchais - Jun-07-2018, 08:06 AM - Forum: General Coding Help - Replies (6)

Hi Experts!

After trying to "play" with VB and Excel and searching high and low for a suitable solution I discovered Python was probably the answer..... More

Print this item

  Updating variables in an "after" loop
Posted by: omrot - Jun-07-2018, 06:18 AM - Forum: GUI - Replies (9)

Hello everyone,

I'm new here, and also quite new with Python. I'have been only for some months learning it and enjoying it :). Right now i'm writin..... More

Print this item

  How to set up email with Spectrum?
Posted by: rrcomlogin - Jun-07-2018, 04:48 AM - Forum: Bar - Replies (1)

I need the information for setting up a new email with spectrum.

Print this item

  Python Inbuilt library for XAML to HTML5 mapping
Posted by: adityamandlekar - Jun-07-2018, 04:18 AM - Forum: General Coding Help - Replies (1)

We are working on migration project where XAML tags to be converted to HTML5

Kindly suggest if you can help with Python Library which can help us w..... More

Print this item

  Path.relative_to() and symlinks
Posted by: Skaperen - Jun-07-2018, 03:19 AM - Forum: General Coding Help - No Replies

when a .relative_to() method is invoked for a Path() of a symlink, it follows the symlink and works on the object that symlink points to. but i want ..... More

Print this item

  How to create a log file
Posted by: Panda - Jun-06-2018, 11:38 PM - Forum: Tutorial Requests and Submissions - Replies (1)

In python, if your program crashes, you might want to know where it crashed. You can create a log file in order to see exactly where and when your fil..... More

Print this item

  Putting many coordinates number inside codes
Posted by: fyec - Jun-06-2018, 11:37 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
I have a coordinate list. This ranges from (0,0) to (10,10). Each x and y coordinate increases by 1, this is like

(0,0) (0,1) (0,2) (0,3..... More

Print this item

  How to run numpy
Posted by: Viesturs - Jun-06-2018, 10:07 PM - Forum: Data Science - Replies (2)

I created a file nmpy.py following exactly given the code in the numpy tutorial -
https://docs.scipy.org/doc/numpy/user/quickstart.h..... More

Print this item

  Lists inside lists work strange
Posted by: jdrp - Jun-06-2018, 09:58 PM - Forum: General Coding Help - Replies (5)

I've got a problem where I use .append() to add coordinates, in the form of [x,y] to a list, then change the coords, add it again, and so on. But when..... More

Print this item

  damsel in distress
Posted by: martav - Jun-06-2018, 08:41 PM - Forum: Bar - Replies (4)

Hi everyone

Basically my husband is a developer and uses Python. With father`s day approaching I came up with an idea of a t shirt with child/parent ..... More

Print this item

  No module named pip
Posted by: Viesturs - Jun-06-2018, 08:29 PM - Forum: Data Science - Replies (4)

I try to use pip

python -m pip install --user numpy

and get

Output:
/usr/bin/python: No module named pip
I work with [i..... More

Print this item

  How can insert value in external command?
Posted by: puneet102 - Jun-06-2018, 07:45 PM - Forum: General Coding Help - Replies (2)

I am trying to create a python script which will take input from text file and run an external command.

[python]
import os

with open('media.tx..... More

Print this item

  Simple list question - I think?
Posted by: jhartacs - Jun-06-2018, 06:58 PM - Forum: General Coding Help - Replies (1)

Hello,
This may be a simple question regarding lists. I am using dnspython to perform a dns.resolver to get all the records for a domain. It creates ..... More

Print this item

  [SOLVED] Expected An Indented Block
Posted by: Panda - Jun-06-2018, 06:12 PM - Forum: General Coding Help - Replies (4)

Here is my code:
[python] if console == 'y':
# Placeholder
pass
elif console == 'Y':
..... More

Print this item

  Image comparison, a more pythonic method
Posted by: Grok_It - Jun-06-2018, 04:19 PM - Forum: Data Science - Replies (2)

I'm comparing two screenshots to determine if a kiosk is frozen.
So both images will have the exactly the same size and structure which makes it an ap..... More

Print this item

  [Help] Keep getting a 'TypeError' from Django and BeautifulSoup
Posted by: Plant_Boy - Jun-06-2018, 04:16 PM - Forum: Web Scraping & Web Development - Replies (7)

So, I'm using BeautifulSoup to try and read urls from a website. The code I'm using so far is something along the lines of:

File: appName \ models...... More

Print this item

  py2 to py3 manual conversion, dictonaries
Posted by: Vysero - Jun-06-2018, 04:08 PM - Forum: General Coding Help - Replies (8)

I am wondering if my conversion on this dictionary was done correctly. Take a look at the way this was written in py2:

[CODE] def new_item(self,ra..... More

Print this item

  Python installing as 32bit application on my 64bit system
Posted by: abdulganiyy - Jun-06-2018, 01:33 PM - Forum: Data Science - Replies (8)

Hello geeks, I am just confused why everytime I install python on my 64bit system, it is showing as a 32bit application.

Is there any issue with th..... More

Print this item

  comparing two columns two different files in pandas
Posted by: nuncio - Jun-06-2018, 01:04 PM - Forum: Data Science - No Replies

The thred subject seems to oversimplify my query. I have a data set something like below
h t hu
1 3 5
2 4 5
3 10 3
4 2 5
5 10 6
7 9 3
8 10 3
..... More

Print this item

  How to avoid "None"s in the output
Posted by: sylas - Jun-06-2018, 12:18 PM - Forum: General Coding Help - Replies (1)

Hi all. I don't know from where "None" come. Of course I should like to get rid of them.[python]class FirstClass:
def setdata(self, value):
self...... More

Print this item

  Simple Python function help needed
Posted by: Imran23 - Jun-06-2018, 10:53 AM - Forum: Data Science - Replies (2)

Hello,

I am trying to learn data analysis with python using pandas library and I was trying to define a function to filter out outliers.

My pandas ..... More

Print this item

  SQL Error: 40654
Posted by: RHamilton - Jun-06-2018, 10:26 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,I'm new here and seeking some advice. Has anyone got the SQL Error: 40654?
What does this errorcode mean?
Thanks very much in advance for all you..... More

Print this item

  reading, modifying and writing json file
Posted by: metalray - Jun-06-2018, 09:23 AM - Forum: Data Science - Replies (2)

Hi Python Experts,

I am trying to open a json file, modify the content and write it to a different directory.
The code runs but nothing is really ..... More

Print this item

  use of In[] tag in pandas
Posted by: paragmedsinge - Jun-06-2018, 09:11 AM - Forum: Data Science - Replies (2)

I was going through this code related to linear regression and was trying same in IDLE but idle is not recognizing Out[X,Y] or In[X] . Pandas moudle ..... More

Print this item

  storing images in mongodb using python
Posted by: richa828 - Jun-06-2018, 07:36 AM - Forum: Web Scraping & Web Development - Replies (2)

How do I store and retrieve/display images in mongodb.I am working with Pycharm as the editor .
when I upload a file through html and try to store it..... More

Print this item

  Folium: HeatMapWithTime is not displaying data point
Posted by: Vreni - Jun-06-2018, 07:24 AM - Forum: Data Science - No Replies

I have already visualized the heatmap with LayerContol with folium but now I want to add a time index for having a time filter wihtin the Heatmap. The..... More

Print this item

  Multiprocessing with loading well-trained model. (via Python3)
Posted by: Chris2013 - Jun-06-2018, 06:48 AM - Forum: Data Science - No Replies

Here is my situation: I have a well-trained model of speech synthesizing. I am going to speed up synthesizing paces with multiprocessing, which pre-lo..... More

Print this item

  Getting 'list index out of range' while fetching product details using BeautifulSoup?
Posted by: PrateekG - Jun-06-2018, 04:53 AM - Forum: Web Scraping & Web Development - Replies (8)

Hi All,

I have written following functions in Python3.6 for fetching the product related details from the site[[url=https://python-forum.io/thread-10772.html]..... More

Print this item

  Need help Multiprocessing with BeautifulSoup
Posted by: HiImNew - Jun-06-2018, 04:00 AM - Forum: Web Scraping & Web Development - Replies (4)

I am trying to look through html for certain tags and (if a certain tag is found, have python notify me as quickly as possible) This is my code so far..... More

Print this item

  Accessing a dictionary - KeyError ??
Posted by: eoins - Jun-06-2018, 12:58 AM - Forum: General Coding Help - Replies (1)

I am trying to practice lists and dictionaries. I know this is not the ideal way to code this specific task but I wanted to use lists and dictionaries..... More

Print this item

  VS Code questions
Posted by: Larz60+ - Jun-05-2018, 09:58 PM - Forum: General Coding Help - Replies (3)

I have been using VS code and like it very much.
There are two questions:

  1. How do I terminate a running script Terminate tasks states th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 11 hours ago Lou noisefloor General Codin...
  Python compiler 11 hours ago NeoQuant noisefloor 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... 579514
  Tutorial Requ... 512998
  Web Scraping ... 442378
  Newbie with P... 386405
  New Users Int... 381794
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
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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