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,963
» Latest member: chaoh1911
» Forum threads: 38,729
» Forum posts: 175,541

Full Statistics

Online Users
There are currently 35 online users.
» 0 Member(s) | 31 Guest(s)
Bing, AOL, Google, AOL

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 4
» Views: 1,956
My First App
Forum: Code Review
Last Post: carlbidwell
9 hours ago
» Replies: 8
» Views: 8,544
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Today, 03:54 AM
» Replies: 3
» Views: 437
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 894
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 928
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,196
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,813
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,849
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 438
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 725

 
  Learning pixel change detection in Python
Posted by: Hallucin88 - Nov-07-2018, 06:47 PM - Forum: General Coding Help - Replies (2)

I decided to learn how to code with Python with a specific goal in mind and could use some help with learning resources towards that goal.

Using Au..... More

Print this item

  Nested Imports
Posted by: CanadaGuy - Nov-07-2018, 06:44 PM - Forum: General Coding Help - Replies (4)

I'm trying to create modules for my application that are themselves testable on their own. I would like to have the following directory structure:

..... More

Print this item

  Convert arduino code to python
Posted by: JDutch - Nov-07-2018, 06:09 PM - Forum: General Coding Help - Replies (3)

Hello,

At the moment i'm bussy with a little project which include 4 RFID readers. The readers are connected to a arduino uno.
I've connected the ..... More

Print this item

  where to get help for IDE
Posted by: neramdaman - Nov-07-2018, 05:55 PM - Forum: News and Discussions - Replies (6)

Hi everyone,
Where is the best place to get help for some issues with configuring the PyDev plugin for the Eclipse IDE? On the Eclipse user forums, m..... More

Print this item

  SCIKItlearn -Naive Bayes Accuracy (Weather Data)
Posted by: usman - Nov-07-2018, 05:25 PM - Forum: Code sharing - No Replies

[python]import numpy as np

import pandas as pd

from sklearn.naive_bayes import GaussianNB

from sklearn.preprocessing import LabelEncoder

f..... More

Print this item

  Automate Menards Rebate Form
Posted by: kdoglio - Nov-07-2018, 03:42 PM - Forum: Code sharing - No Replies

First major project with tkinter and filling a pdf. There's a lot of code in this project because I wanted to get experience building a functioning ap..... More

Print this item

  Python - Scrapy - CSS selector
Posted by: Baggelhsk95 - Nov-07-2018, 01:57 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello everyone!, i was messing with the scrapy i did some examples....but my css selector in Car_Manufacturer, Manufacturer_Model, Model_Edition im ge..... More

Print this item

  How to increase the data size
Posted by: SriRajesh - Nov-07-2018, 01:52 PM - Forum: General Coding Help - Replies (3)

Hi,

I have data size around 100. Out of 100, 75 belongs to success category, 25 data belongs to failure category. Now, I want to increase this data..... More

Print this item

  Deleting from a list of objects
Posted by: buddih09 - Nov-07-2018, 12:57 PM - Forum: General Coding Help - Replies (2)

Dear all,

I want to create series of objects belonging a class and keep all these objects in a list (say a population of people). I thought of main..... More

Print this item

  GTK WebView, failed to load shared libraries.
Posted by: TimeMen - Nov-07-2018, 12:55 PM - Forum: GUI - No Replies

Hey there,
troubling with the the WebView from WebKitGTK.
Created a large project using the WebView at some points.
On my old OS (Linux Mint 19) al..... More

Print this item

  Generate a list of numbers within a list of arbitrary numbers
Posted by: Takeshio - Nov-07-2018, 12:23 PM - Forum: General Coding Help - Replies (4)

Hi Guys,

Suppose I have a list of arbitrary numbers (23, 2, 49, 100, 101) and from this list, I want to randomly pick 3 unique numbers and store th..... More

Print this item

  Python script disappeared
Posted by: ashkea26 - Nov-07-2018, 10:11 AM - Forum: Homework - Replies (1)

I tried running my program then right before IDLE runs, my laptop crashed. Then after turning my laptop on, the python file was blank. My code just di..... More

Print this item

  how do i create this program
Posted by: alexisyzr - Nov-07-2018, 10:00 AM - Forum: Homework - Replies (3)

In many jurisdictions a small deposit is added to drink containers to encourage people to recycle them. In one particular jurisdiction, drink containe..... More

Print this item

  How to get all the data for the current month in ms Access using python?
Posted by: aeo03 - Nov-07-2018, 09:30 AM - Forum: General Coding Help - Replies (1)

[Image: fXC0tH8]

Print this item

  How to put together datas into a file?
Posted by: Krszt - Nov-07-2018, 08:52 AM - Forum: General Coding Help - Replies (1)

Hello,

I would like to collect different type of datas into a file. Here is a part of the code.
val = str(float(data[-1]))
val_dB = float(val)
..... More

Print this item

  need help in adding timestanp zeep wsse
Posted by: sachingle - Nov-07-2018, 08:34 AM - Forum: General Coding Help - Replies (3)

Hi Guys,

I am working on code consume a SOAP web service using zeep client.
I need to pass wsse username token as well as Timestap to this webserv..... More

Print this item

  Can not point to Selenium Webdriver path for Python Jupyter Notebook on Azure
Posted by: dadadance - Nov-07-2018, 08:21 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi,
I am running Python Jupyter notebooks on https://notebooks.azure.com in browser (can't install anything on my office laptop, and this has been a..... More

Print this item

  File transfer with xmodem CRC (1024) checksum
Posted by: Jhonbovi - Nov-07-2018, 07:42 AM - Forum: Networking - Replies (3)

Thanks for reading my post.

Problem;
Cannot complete to receive a binary file with xmodem CRC (1024) mode.

Description;
Currently I try to dow..... More

Print this item

  script for renaming batch of files
Posted by: rado_789 - Nov-07-2018, 07:28 AM - Forum: General Coding Help - Replies (5)

Hello,
I have this issue. I have to rename 2000 photos, I have a list with lot numbers and have to take a new name for about 3 photos. So I can't gra..... More

Print this item

  Help with HTML and CSS
Posted by: DragonG - Nov-07-2018, 06:20 AM - Forum: Bar - Replies (2)

How can I move the Amethyst in bold to the left of the page? I tried using float: left but it didn't work. Here is my code. Thanks for the help!

[h..... More

Print this item

  Class positional argument error
Posted by: itmustbebunnies - Nov-07-2018, 06:14 AM - Forum: Homework - Replies (2)

Hi all! I'm new to Python and programming and I am asking for your help, again (I truly appreciate you taking the time and effort to help). I am wor..... More

Print this item

  including big file contents in python source
Posted by: Skaperen - Nov-07-2018, 04:21 AM - Forum: General Coding Help - Replies (2)

i have a couple use cases where i need to include some big file contents. because these use cases are very complex and have too many things going on ..... More

Print this item

  Sprites and Actor error
Posted by: ajlconsulting - Nov-07-2018, 12:41 AM - Forum: Game Development - Replies (6)

I am learning python with my son and struggling with something quite fundamental!

We are working through a python games programming for kids book a..... More

Print this item

  converting binary b'0x31303032\n' to "1002" string
Posted by: amygdalas - Nov-07-2018, 12:24 AM - Forum: General Coding Help - Replies (2)

I've tried so many things for hours with out success. Help would be so greatly appreciated.
I need to convert the binary type b'0x31303032\n' to "10..... More

Print this item

  Install murmur
Posted by: Laini1 - Nov-06-2018, 10:59 PM - Forum: General Coding Help - Replies (3)

How do i install murmur so that i can import it?

Print this item

  Hyperspectral
Posted by: colapili - Nov-06-2018, 07:35 PM - Forum: General Coding Help - Replies (2)

Hello everyone,

I would like to build a hyperspectral cube from a matrix of infrared spectrum and number of pixels on x and y axes.
For exemple, I..... More

Print this item

  Datetime conversion
Posted by: saisankalpj - Nov-06-2018, 07:05 PM - Forum: General Coding Help - Replies (1)

How to convert a string like”2015-08-15 20:40:00:0000Z” to datetime.pyi format.what is difference between datetime and datetime. Pyi format

Print this item

  Panda Dataframe Rounding Issue
Posted by: ab0217 - Nov-06-2018, 06:41 PM - Forum: Data Science - Replies (5)

I am using Python 2.7 and I have data in a dataframe (df) and when I try rounding it does not consistently round, which appears to be due to the datat..... More

Print this item

  Python - sorting algorithms
Posted by: hrca - Nov-06-2018, 06:40 PM - Forum: General Coding Help - Replies (3)

Hello,
I had a test today and I lost my points on one question.

The book we are using in the class says:

O - runtime complexity

Ω - lower bo..... More

Print this item

  lazycli: zero-effort command-line interfaces
Posted by: ninjaaron - Nov-06-2018, 05:48 PM - Forum: Code sharing - Replies (5)

Hi. I've been working on a decorator that generates a command-line interface for a function based on its signature. Have a look and tell me what you t..... More

Print this item

  How does this definition/directory work?
Posted by: mistertimmy952 - Nov-06-2018, 05:31 PM - Forum: General Coding Help - Replies (2)

Dear forum,

I'm pretty new to python but my program knowledge of other languages is good.
I got a piece of code that is working fine. Taken from a..... More

Print this item

  Date Variables and URL Parameters
Posted by: pythonjm - Nov-06-2018, 05:31 PM - Forum: General Coding Help - Replies (3)

Is it SIMPLY IMPOSSIBLE to convert a DATE in python into a STRING suitable for a query parameter embedded in a URL? FOR ME IT IS. I've tried adding th..... More

Print this item

  Replacing Bash Scripting with Python
Posted by: ninjaaron - Nov-06-2018, 05:24 PM - Forum: Tutorial Requests and Submissions - No Replies

Hi. I wrote this tutorial this summer and people seem to like it a lot. It's about what I call administrative scripting, but maybe falls under "devops..... More

Print this item

  right mouse button click with PyQt5
Posted by: brecht83 - Nov-06-2018, 03:00 PM - Forum: GUI - Replies (4)

I'm trying to write a mineweeper program in PyQt5
This is what I already have.
I still have 2 problems:
1* How do I detect a right mouse button cli..... More

Print this item

  Frame in canvas wont fill
Posted by: AceScottie - Nov-06-2018, 02:00 PM - Forum: GUI - No Replies

i have a Canvas set in my root layout called "window".
Inside "window" i have a frame called "infill".
Inside "infill" i have a Canvas called "can" ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 1 hour ago arbiel Gribouillis General Codin...
  My First App 9 hours ago BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Today, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577186
  Tutorial Requ... 500103
  Web Scraping ... 440888
  Newbie with P... 384899
  New Users Int... 369131
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
chaoh1911 Today
KaydenJonah098 Today
carlbidwell Today
llarkin6 Yesterday
Xuitar Yesterday

User Panel Messages

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