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,249
» Latest member: bmurray
» Forum threads: 38,779
» Forum posts: 175,819

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 37 Guest(s)
Bing, AOL, Google, Internet Archive, Applebot, snippsat

Latest Threads
New to python and coding
Forum: Homework
Last Post: jefsummers
4 hours ago
» Replies: 4
» Views: 108
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
6 hours ago
» Replies: 6
» Views: 179
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 315
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 279
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 109
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,624
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 212
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 191
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,276
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,425

 
  install lightblue on python3
Posted by: gray - Jul-08-2017, 10:40 AM - Forum: GUI - Replies (3)

helloooooooooooooooo
how can i install lightblue package on python3?
i downloaded its setup folder and unzipped it and then i used [b]sudo python3 s..... More

Print this item

  csv output code
Posted by: migs2173 - Jul-08-2017, 07:48 AM - Forum: General Coding Help - Replies (2)

hi how can i create an output file for csv file on this code

[python]import whoozy
import json
import sys

whoozy.key = '458dddfigglfklskjkjflj..... More

Print this item

  Is it not possible to begin a for loop by 1 instead of 0
Posted by: sylas - Jul-08-2017, 06:11 AM - Forum: General Coding Help - Replies (7)

Hi all ! With C++ no problem, I can begin a for loop by 1. I should like to delete all multipilcations by 0, as we find multiplication tables in a sch..... More

Print this item

  Jasper Raspberry pi 3
Posted by: Hockeydude61 - Jul-07-2017, 10:40 PM - Forum: General Coding Help - No Replies

I am trying to set up jasper on my raspberry pi 3 with python but Everytime I run it I get an error saying "No handlers could be found for logger clie..... More

Print this item

  Reduce code run time
Posted by: shaynehansen - Jul-07-2017, 09:34 PM - Forum: Data Science - Replies (2)

Hey guys, I'm trying to run a few files through a loop, but the run time is way to high. I am wondering if there is an issue with the way I coded it, ..... More

Print this item

  multiprocessing
Posted by: ian - Jul-07-2017, 09:21 PM - Forum: General Coding Help - Replies (1)

I have 2 functions to run in series and it takes 2 minutes in total to finish (on Windows 10 x64, python 3.6 x64)
Then I try to run them concurrently..... More

Print this item

  Help, cant find the mistake
Posted by: SrGeed - Jul-07-2017, 08:27 PM - Forum: General Coding Help - Replies (5)

I am programing a simple thing where you just have to chose between yes and no but for one reason when I run it PowerShell says this:
TabError: incon..... More

Print this item

  Rock, Paper, scissors
Posted by: OmarBrikaa - Jul-07-2017, 06:37 PM - Forum: General Coding Help - Replies (5)

What is wrong with this Rock, Paper, Scissors game?
Ignore the indentation, it got messed up after copying.

[python]Rock Paper Scissor
def  ga..... More

Print this item

  Senior Python Developer – Rotterdam, NL
Posted by: adosii - Jul-07-2017, 02:50 PM - Forum: Jobs - No Replies

About the company

Founded in 1999, Coolblue is the biggest online retailer in consumer electronics in the Netherlands & Belgium. In the last..... More

Print this item

  python call c library (about memory copy)
Posted by: vgy - Jul-07-2017, 02:32 PM - Forum: General Coding Help - No Replies

I have a C library which will write data to memory
the function  is like
function f (char *p)
{
  memcpy(p...)
}
In python part I write as below..... More

Print this item

  How do you wait for a daemon to reach a certain state with subprocess.popen()?
Posted by: phalse - Jul-07-2017, 02:26 PM - Forum: General Coding Help - Replies (3)

Hello All,
I am trying to launch a daemon using subprocessor.Popen(), the daemon runs for about 30 seconds until it reaches a steady state.  My quest..... More

Print this item

  Create dictionary containing wxpython standard paths
Posted by: Larz60+ - Jul-07-2017, 01:03 PM - Forum: Code sharing - No Replies

The following was written using python 3.6.1 on windows 7
It has not been tested on other platforms

Creates a dictionary (self.std_paths) with the..... More

Print this item

  Discord Twitter Bot Modifiy
Posted by: lolboll - Jul-07-2017, 11:08 AM - Forum: General Coding Help - Replies (1)

Hi!

I'm looking for a kind soul that could help me remove unnecessary "spam", or replies from this Discord Twitter Bot.
I've tried to modify the cod..... More

Print this item

  Why One Should Prefere Django/Python instead of PHP or Nodejs?
Posted by: osforum4 - Jul-07-2017, 09:23 AM - Forum: Web Scraping & Web Development - Replies (3)

I have an experience of more than 3 years as a web developer and I feel very comfortable with PHP/NodeJs.
Can anyone tell me why Django is better th..... More

Print this item

  working of wm_rootx() abd wm_rooty() functions
Posted by: Rishav - Jul-07-2017, 08:18 AM - Forum: GUI - Replies (2)

how this functions works and what they do wm_rootx() and wm_rooty(). Huh

Print this item

  Check Python version from inside script? Run Pythons script in v2 compatibility mode?
Posted by: pstein - Jul-07-2017, 06:27 AM - Forum: General Coding Help - Replies (2)

Can I somehow check from inside a Python script if the executing Python engine is major version v2 or v3?

I am thinking about a code similar to

..... More

Print this item

  Python Challenge ~ Help
Posted by: Takshan - Jul-07-2017, 03:32 AM - Forum: Web Scraping & Web Development - Replies (4)

I have about two files one html like below with 100k entries Doh
*******************************************************************************..... More

Print this item

  I need the oddest help
Posted by: Facebawx - Jul-07-2017, 01:46 AM - Forum: General Coding Help - Replies (1)

I want to compile some scripts into a Windows executable. The issue I'm running into is that it needs the tweepy module. I was also wondering if there..... More

Print this item

  Making a video interruptible
Posted by: klinetry - Jul-07-2017, 12:56 AM - Forum: General Coding Help - No Replies

Hello!

I'm wanting to run a video with python but have it close if the program detects user input (of any kind).  The issues that I have so far is th..... More

Print this item

  Need help with a Python script!
Posted by: Kaos_Method - Jul-06-2017, 09:50 PM - Forum: General Coding Help - Replies (1)

Hey guys!

I'm trying to get this script to work, but I can't seem to make that happen. I've tinkered with it quite a bit, but I keep getting kick ..... More

Print this item

  pyqt browser
Posted by: metulburr - Jul-06-2017, 09:29 PM - Forum: Code sharing - Replies (4)

I came across making browser a few years ago. Never got into actual dev of it. But i kept it around. Sometimes i still go back and use this basic brow..... More

Print this item

  I need a win! (HELP!) PLZ?
Posted by: Spihdur - Jul-06-2017, 05:14 PM - Forum: Homework - Replies (17)

Am I doing this right or am I more lost than I think I am.....
This is my first time coding in Python and this is the most I can come up with after 4..... More

Print this item

  Looking for platform test help
Posted by: Larz60+ - Jul-06-2017, 03:16 PM - Forum: Code sharing - Replies (14)

Please, if willing, try this snippet on Linux and OS-X
It works fine on windows (7)

[python]
import screeninfo
import re
import sys


"""
G..... More

Print this item

  How to concatenate elements of different type in a table cell?
Posted by: Felipe - Jul-06-2017, 02:57 PM - Forum: Data Science - Replies (8)

Hi guys,

I wrote a code to print some tables, and to do that I used the following lines of code to fill my cells with the values of my array p:
[p..... More

Print this item

  Python bugging
Posted by: Basilis - Jul-06-2017, 02:11 PM - Forum: Homework - Replies (10)

Hello guys,

Firstly i really appreciate that you spend your time helping me instead of doing some else.
I am a beginner in python, and i coded a p..... More

Print this item

  Multithreading with ssh connection
Posted by: harusin - Jul-06-2017, 11:36 AM - Forum: General Coding Help - Replies (6)

Hello,

i need help with implementation Queue and maybe Lock in multithreading operation. Code below will print results i want, but i want to return..... More

Print this item

  How to print current pwd?
Posted by: pstein - Jul-06-2017, 10:10 AM - Forum: General Coding Help - Replies (5)

Assume I want to print out the current pwd from inside a python v3 script.

The following does not work:

import os
print("pwd=" + os.getcwd())


How ..... More

Print this item

  Looking for csv to json convertion script
Posted by: rajaniyer123 - Jul-06-2017, 08:34 AM - Forum: General Coding Help - Replies (1)

Hi,

I am looking for script which will convert input into JSON in below format

{"logtime": "Jun 28 00:00:28", "AvgCPU": "90"}
{"logtime": "Jun ..... More

Print this item

  Selenium chrome driver not returning solution
Posted by: Prince_Bhatia - Jul-06-2017, 06:40 AM - Forum: Web Scraping & Web Development - No Replies

Hi i have created a web scraper using in python using selenium.
Website i am scraping
Please remove the #

(to access website please select promoter ,..... More

Print this item

  mod-wsgi in apache
Posted by: Skaperen - Jul-06-2017, 03:08 AM - Forum: News and Discussions - Replies (4)

i am playing around with mod-wsgi in apache. it seems to be working ok. a difficulty is when my code has an error. there are about 3 different plac..... More

Print this item

  Library Program Prison Project
Posted by: lewashby - Jul-06-2017, 12:54 AM - Forum: General Coding Help - Replies (9)

I run a small library in a prison and I'm currently having to do everything in an excel spreadsheet which has a lot of limitations and there are a lot..... More

Print this item

  Coding Help
Posted by: dylbing - Jul-06-2017, 12:11 AM - Forum: General Coding Help - Replies (2)

How come if I Put this "max = a if ( a > b ) else b" by itself it works? But if I try putting together with other code like this "a = 1
[python]
b =..... More

Print this item

  Tkinter widgets not appearing (3.x)
Posted by: RSAngryfiend - Jul-05-2017, 08:48 PM - Forum: GUI - Replies (1)

Hi, my code doesn't seem to fully work. The self.ram_current_label and self.ram_maximum_label aren't being displayed. Everything in MapGUI works, alon..... More

Print this item

  Use quandl to conect TSE
Posted by: ian - Jul-05-2017, 07:50 PM - Forum: General Coding Help - Replies (1)

I have used below with my api key to do some test ok. I am wondering what can replace "WIKI/GOOG" to in order to get DataFrame from Toronto Stock Exch..... More

Print this item

  Need help sizing a window
Posted by: Larz60+ - Jul-05-2017, 07:06 PM - Forum: Web Scraping & Web Development - No Replies

I am working on a new application.
It uses the wxpython phoenix wx.lib.agw.aui framemanager package

I choose this because of the way it creates an..... More


Attached Files

Thumbnail(s)
   
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 4 hours ago lary_p jefsummers Homework
  Help with Serial.write in... 6 hours ago racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 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...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578854
  Tutorial Requ... 509925
  Web Scraping ... 441923
  Newbie with P... 385927
  New Users Int... 376276
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 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
bmurray Today
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday

User Panel Messages

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