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,938
» Latest member: atylerfraces2254
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

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

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
4 hours ago
» Replies: 11
» Views: 3,981
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 495
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,466
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 849
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,330
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,194
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,405
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,381
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,515
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,073

 
  Indirect Bilinear Interpolation
Posted by: hegdep - Jan-09-2018, 10:51 AM - Forum: General Coding Help - No Replies

[Image: Ref_table-ICIlb6Dy.PNG]


I want to interpolate values two voltage signals using this table and convert them into cor..... More

Print this item

  Widget placement issues with tkinter grid thread 1
Posted by: mgtheboss - Jan-09-2018, 09:32 AM - Forum: GUI - Replies (2)

Hi,

I am creating a gui with tkinter. I am facing some issues while attempting to place widgets on a grid. The issues are:
1. All three rows are s..... More

Print this item

  Unexpected Output after Running PArsing Script
Posted by: hotsea - Jan-09-2018, 09:25 AM - Forum: General Coding Help - Replies (7)

Been trying to convert the following XML file to CSV format
[xml]
[output]<ReturnHeader binaryAttachmentCount="0">
<Timestamp>2012-04-21T10:23..... More

Print this item

  Python Newbie
Posted by: phylon - Jan-09-2018, 07:52 AM - Forum: General Coding Help - Replies (1)

Hi

I am looking for the best method to get into PYTHON and would like to inquire if I have to learn how to interact with PYTHON data types before e..... More

Print this item

  ImportError: cannot import name 'Main' => Cannot install module with pip
Posted by: Oby4455 - Jan-09-2018, 06:05 AM - Forum: General Coding Help - Replies (5)

Hello,

I am trying to compile a python script and I have to install a module called "main". when I try to install it with pip I am getting the foll..... More

Print this item

  why i don't like os.walk()
Posted by: Skaperen - Jan-09-2018, 05:50 AM - Forum: News and Discussions - Replies (20)

i have decided that i don't like os.walk(). that means i will be looking to code my own file tree recursion generator. the biggest reason is that i ..... More

Print this item

  Adding Columns to CSV using iterator
Posted by: pstarrett - Jan-09-2018, 05:00 AM - Forum: Data Science - Replies (10)

Here is what I need to do.

1. I have an existing CSV file with 12 columns in it containing financial information. This CSV is sorted. I need to AD..... More

Print this item

  What is the equivalent python code for c program?
Posted by: nvnkumrawat - Jan-09-2018, 03:48 AM - Forum: Data Science - Replies (10)

What is the Python Equivalent code for C Program:

int main()
{
buildUp();
return 0;
}

void buildUp(void)
..... More

Print this item

  Python excercizes
Posted by: Aedulla - Jan-09-2018, 02:52 AM - Forum: News and Discussions - Replies (3)

Hi,

I am learning Python, I want practice all the important basic features like Lists, Tuples, loops, Dictionary concepts etc. Can you please share..... More

Print this item

  How do I make a Django model from a tab-delimited data file?
Posted by: newbietostuff - Jan-09-2018, 02:44 AM - Forum: Web Scraping & Web Development - No Replies

I have a tab-delimited data file that looks something like this:


[inline] NAME S1903_C02_001E state county tract State-County-Tract-ID
Ce..... More

Print this item

  how to test if an object came from os.walk()
Posted by: Skaperen - Jan-09-2018, 02:35 AM - Forum: General Coding Help - Replies (3)

i am writing a function that is to be given an object that came from os.walk(). i like to do thorough error checks in code i write, at least for fina..... More

Print this item

  Awesome Math Tutorials
Posted by: karaokelove - Jan-08-2018, 11:29 PM - Forum: Bar - Replies (2)

Hey all, I'm sure many of you have heard about this but for those who haven't, Khan Academy is hands down the ..... More

Print this item

  Changing Function by Changing or without Changing its Parameters
Posted by: usmankhan - Jan-08-2018, 08:46 PM - Forum: Data Science - Replies (5)

I am new to python and in learning stages. I wanted to implement Particle Swarm Optimization(PSO) algorithm which I did by taking help from on-line ma..... More

Print this item

  Python Architecture in Bock diagram
Posted by: hshivaraj - Jan-08-2018, 03:07 PM - Forum: General Coding Help - Replies (3)

Hi All.

I wonder if anyone can point me to good resource where i can understand the architecture of python perhaps in block diagram. The thing which ..... More

Print this item

  Fernet Cola: improvised string encoder / decoder
Posted by: JSorella - Jan-08-2018, 02:07 PM - Forum: Code sharing - No Replies

This is an improvised string encoder-decoder based in Fernet algorithm.
All encryption in this version is done with AES 128 in CBC mode

Hope will..... More

Print this item

  Suggestion need to migrate from pyrhonanywhere
Posted by: bkcollection - Jan-08-2018, 01:20 PM - Forum: Data Science - Replies (3)

I have created an app using pythonaywhere but wish to migrate to another host as pythonanywhere service for cron jobs (schedule tasks) is sub standard..... More

Print this item

  tkinter filedialog and pickle - custom icon question.
Posted by: kim07133 - Jan-08-2018, 12:10 PM - Forum: GUI - No Replies

Is there any way to add custom icon to the custom file?
Below is an example of the code. Is there any way to add custom icon to the specific extensio..... More

Print this item

  OS Error: 0x7e
Posted by: Ravi_Mevada - Jan-08-2018, 10:35 AM - Forum: General Coding Help - Replies (2)

Hello everyone,
I am trying to load .dll files in python 2.7, but there is an error 0x7e. I am using Anaconda python 2.7: 64 bit, Psychopy2 1.83.04:..... More

Print this item

  IR coding problem
Posted by: DPaul - Jan-08-2018, 09:44 AM - Forum: General Coding Help - Replies (3)

Hi,

I have wired a device with a 3x4 matrix numeric keyboard. (0-9 and *,#) Tested, works fine. (RPi 3, Python 3.5)
I also have included an IR le..... More

Print this item

  math.pi
Posted by: Skaperen - Jan-08-2018, 03:17 AM - Forum: News and Discussions - Replies (10)

i am curious where module math stores the value of pi. i have found where it tests it, but i cannot find where it sets constants like pi and e..... More

Print this item

  short_str in long_str
Posted by: Truman - Jan-08-2018, 12:46 AM - Forum: Homework - Replies (8)

I'm following tutorial and one of the problems to solve is this one:
1. [ ] get user input for a single word describing something that can be read sa..... More

Print this item

  Boolean: if variable is capitalized
Posted by: Truman - Jan-08-2018, 12:02 AM - Forum: General Coding Help - Replies (9)

vehicle = "Alpa Romeo"
vehicle.iscapitalize()
I want to check if variable is capitalized ( if first letter is capital ) and t..... More

Print this item

  Need help with word guessing prorgam! Getting error message
Posted by: joekbaum - Jan-07-2018, 11:52 PM - Forum: General Coding Help - Replies (3)

Hi, I am trying to learn python and the book I am reading is having me create this program. This is what i have so far and I am getting an error on li..... More

Print this item

  How do you create a true/false response?
Posted by: adamgobin - Jan-07-2018, 11:42 PM - Forum: Homework - Replies (2)

Hello,

I am trying to create an accurate output (below snapshot is not giving me what I need) when I trigger the user to type in the meals they ha..... More

Print this item

  Address WS2811 LED matrix attached to Raspberry Pi 3
Posted by: sebar - Jan-07-2018, 11:16 PM - Forum: General Coding Help - Replies (4)

Hi guys!
I ran into some trouble programming a DIY LED panel that is attached to my Raspberry Pi 3.
The hardware setup is like this:

Print this item

  Brick Scanner Project
Posted by: DarkestShadowsX - Jan-07-2018, 11:01 PM - Forum: General Coding Help - Replies (2)

I want to make a script like in this video that "Scans Bricks" https://www.youtube.com/watch?v=6lZ9rSZwDzE

I would use a raspberry pi 3, and a "pi ..... More

Print this item

  obtaining a python coach
Posted by: PryaZeviah - Jan-07-2018, 10:35 PM - Forum: News and Discussions - Replies (2)

Dear All,

I am new to coding. I'm interested to find a coach to assist me in developing my skills also with debugging of existing written code.
..... More

Print this item

  Dynamic button text
Posted by: Philbot - Jan-07-2018, 09:51 PM - Forum: General Coding Help - Replies (4)

hi I am putting some code together that uses a pickle file that saves my data from previous session. I have a set up page that allows the users to cha..... More

Print this item

  PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary
Posted by: kennybassett - Jan-07-2018, 08:36 PM - Forum: GUI - Replies (2)

Sorry if the question was a bit vague! I am new to using PyQt (and making GUIs in general), and I am making a script that detects installed programs o..... More

Print this item

  HWM14 output
Posted by: sdipti596 - Jan-07-2018, 08:32 PM - Forum: General Coding Help - Replies (1)

Does anyone have Horizontal wind model2014 (HWM14) output for wind data (horizontal, meridional, and vertical components)? I would highly appreciate y..... More

Print this item

  Getting EXIF data from image AND video files
Posted by: kahlenberg - Jan-07-2018, 08:25 PM - Forum: General Coding Help - Replies (2)

Hi,
I want to sort lots of image and video files according to recorded date. I want to read EXIF data from these files.
I have found a script named ..... More

Print this item

  Pygame.mixer.music.load(...) not working
Posted by: JD3971 - Jan-07-2018, 08:13 PM - Forum: GUI - Replies (5)

Hi all, first time using pygame and relatively new with Python. pygame.mixer.music.load(listofsongs[0]) causes the program to not respond and cpu goes..... More

Print this item

  wank
Posted by: metulburr - Jan-07-2018, 06:28 PM - Forum: Code sharing - No Replies

fixed up a script found that no longer worked made for old school python. Now works for python3.x

[python]import sys
import time
import argparse..... More

Print this item

  Installing PyChrome
Posted by: simiugor - Jan-07-2018, 05:13 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello,

I watched a tutorial for some basic web bot. I was told I need PyChrome and Selenium. I am just beginning with Python and my skills are real..... More

Print this item

  Question about os.walk() behaviour
Posted by: dfkettle - Jan-07-2018, 01:57 PM - Forum: General Coding Help - Replies (3)

I'm trying to write a small program to calculate how much disk space is used by each directory. It seems to work, except when it hits a directory that..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 4 hours ago CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576364
  Tutorial Requ... 498113
  Web Scraping ... 440266
  Newbie with P... 384135
  New Users Int... 367063
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+ 12089
buran 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Today
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday

User Panel Messages

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