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,983
» Latest member: kyleconor797
» Forum threads: 38,733
» Forum posts: 175,567

Full Statistics

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

Latest Threads
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
1 hour ago
» Replies: 2
» Views: 87
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,019
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 429
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,072
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,131
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 799
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,089
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,537
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,123
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,580

 
  Need help looping this program
Posted by: JakobeTheKid - May-18-2019, 10:38 PM - Forum: General Coding Help - Replies (1)

So im using instapy and running a bot that likes and comments on peoples profiles but it'll only run once and i needed some help since im REALLY new t..... More

Print this item

  Choice of GUI implementation
Posted by: jefsummers - May-18-2019, 10:19 PM - Forum: GUI - Replies (2)

I do not want to start a religious war, just want to avoid a lot of time on the wrong path. I am new to Python but not to programming - this is somewh..... More

Print this item

  [matplotlib]Heatmap with Sliders
Posted by: punksnotdead - May-18-2019, 09:57 PM - Forum: GUI - Replies (1)

Wondered if anyone can help. I'm a total newbie to python and banging my head off the wall on this one.
I have 2 sliders and a heatmap.
I'd like th..... More

Print this item

  Com Error with macro within for loop due to creating new workbook in the loop
Posted by: Lastwizzle - May-18-2019, 09:29 PM - Forum: General Coding Help - No Replies

So I have three files right now, 1. Template file with the rater, which performs calculations, and two files with data that gets copied to the rater...... More

Print this item

  Decorator staticmethod Use Cases
Posted by: Devarishi - May-18-2019, 08:07 PM - Forum: General Coding Help - Replies (3)

A method defined inside a class with the decorator @staticmethod can be executed without creating a class object. However, the same can..... More

Print this item

  _Main_ error
Posted by: Abhishek0683 - May-18-2019, 08:04 PM - Forum: News and Discussions - Replies (2)

Hello ,

I have written my first job in Python like very basic

#! /usr/bin/python
print "Hello World"
getting the followin..... More

Print this item

  Preserving anchor tags in BeautifulSoup
Posted by: graham23s - May-18-2019, 07:54 PM - Forum: General Coding Help - Replies (6)

Hi Guys,

After testing my code i found out the BeautifulSoup strips html tags when using: get_text()

i'm getting data from an .xml file:..... More

Print this item

  Help me to using split function
Posted by: SukhmeetSingh - May-18-2019, 06:38 PM - Forum: General Coding Help - Replies (4)

I want to split this line from = to second comma in one single line. pls help me anybody?
#1 = HouseNumber((7.6,1.2,0.))

Print this item

  Problems displaying data sent from Arduino to Pi
Posted by: VostokRising - May-18-2019, 06:30 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm following the book Beginning Robotics with Raspberry Pi & Arduino.

I'm familiar with the Arduino and C++, but learning Python along with..... More

Print this item

  [Turtle]Need help with moving a square on key press
Posted by: GalaxyCoyote - May-18-2019, 04:40 PM - Forum: GUI - Replies (2)

I'm trying to learn how to create sprites and move them around the screen.

The goal was to get a black square to move in 4 directions. (I copied it..... More

Print this item

  Basic List Issue
Posted by: rogueakula - May-18-2019, 03:23 PM - Forum: General Coding Help - Replies (1)

So I understand that there are better ways of doing this. I figuered out a couple ways but I am still perplexed as to why this didn't work. I am getti..... More

Print this item

  Problem Table Output
Posted by: Phil - May-18-2019, 02:49 PM - Forum: General Coding Help - Replies (4)

I'm new too python, would be glad if somebody could help me with my first Table.

My Code is the following:

[python]
import numpy as np
impor..... More

Print this item

  how do I install pyqt 5?
Posted by: kris2peyu - May-18-2019, 02:48 PM - Forum: GUI - Replies (1)

I'm currently on version 3.6
I tried the pip3 install PyQt5
It gives the error:
IndentationError: unexpected indent

Print this item

  Catching Errors
Posted by: Alienspecimen - May-18-2019, 02:39 PM - Forum: General Coding Help - Replies (1)

I am learning about try/catch mechanism and do not understand how the following program works:
[python]
import random

def test2():
i = input..... More

Print this item

  cannot install electrum on raspbeerypi, due to PyQt5 not found.
Posted by: rik - May-18-2019, 01:29 PM - Forum: General Coding Help - Replies (1)

Hello,

I tried to install the newest electrum on a rasberry pi with OS Raspbian Stretch
It did succeed.
However when I run 'electrum' it gives th..... More

Print this item

  Loop files - Extract List Data To Individual Columns in CSV
Posted by: dj99 - May-18-2019, 12:10 PM - Forum: General Coding Help - Replies (5)

Hi friends ,

I am trying to extract some data to a CSV file.
I have an list of values - that should be extracted from each text file.
If there are ..... More

Print this item

  assigning rect to sprite
Posted by: pfaber11 - May-18-2019, 12:08 PM - Forum: Game Development - Replies (1)

I've hit a brick wall .
How do I assign a rect attribute to a sprite . I'm out of ideas .
I'm using pygame.
This is the line of code I'm using to ..... More

Print this item

  list is printing incorrectly..
Posted by: anna - May-18-2019, 10:37 AM - Forum: General Coding Help - Replies (1)

Hi All,

Below is the my function, which telnet to devices post checking reachability, after login, I am gathering interface status and if interface..... More

Print this item

  Date to integer?
Posted by: Scott - May-18-2019, 05:27 AM - Forum: General Coding Help - Replies (2)

HI everyone,

I am looking to convert a date to integer, how do I go about this? column below
[python]
Qtr-Year
Mar-90
Jun-90
Sep-90
Dec-90
..... More

Print this item

  Help to extract data from web
Posted by: prasadmathe - May-18-2019, 05:23 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi,

i want to export user data like first name,last name,company,job title,location from the linked in search to excel sheet,is that possible to deve..... More

Print this item

  last pass of for x in iterator:
Posted by: Skaperen - May-17-2019, 11:35 PM - Forum: General Coding Help - Replies (13)

i have (a reference to) an iterator that came from some function. i need to loop through the iterator. i need to "know" (something that indicates) w..... More

Print this item

  Integration of a complex function having singularities using quad
Posted by: amjad26 - May-17-2019, 09:16 PM - Forum: General Coding Help - No Replies

Hi
In fact I want to visualize a function using python, but the function unfortunately includes singularities (one in it's end points and the other ..... More

Print this item

  Filter to List and/or Tuple conversion
Posted by: vindo - May-17-2019, 07:14 PM - Forum: General Coding Help - Replies (3)

I am learning python and observed a curious thing while practicing.
I was playing around with filter and lambdas.

Question:
1. In the bel..... More

Print this item

  How to get mouse coordinates on click and release
Posted by: OhNoSegFaultAgain - May-17-2019, 06:49 PM - Forum: General Coding Help - Replies (1)

Hello everybody, I need to find a way to get the corners coordinates of the rectangle it's formed when selecting part of the screen. In other words:
..... More

Print this item

  Best resource to learn and pass interview
Posted by: oryucouk - May-17-2019, 03:40 PM - Forum: News and Discussions - Replies (5)

Hi All,
Background: I am a Linux SysAdmin with over 9 years experience. I have very basic Python knowledge. Have previously scripted in Bash.

I am lo..... More

Print this item

  Windows Volume Control using python
Posted by: Arun - May-17-2019, 11:36 AM - Forum: General Coding Help - Replies (1)

Iam new to python, I need to implement Windows volume control using pyhthon script.

Print this item

  Sqlite3 help with descending order
Posted by: I_Am_Groot - May-17-2019, 06:09 AM - Forum: General Coding Help - Replies (4)

Hi,
I am tring to use sqlite3 in python. So far I have got it working and can display values. However, when I try displaying it in descending order, ..... More

Print this item

  len() of ipaddress.ip_network()
Posted by: Skaperen - May-17-2019, 03:49 AM - Forum: News and Discussions - Replies (7)

a network has a size. IMHO, a network object should have that same size, obtained via len(). but this seems to be missing in my Python [u]ver..... More

Print this item

  Multiple Inheritance - Help pls!
Posted by: magnusbrigido - May-17-2019, 01:47 AM - Forum: General Coding Help - Replies (1)

[python]class Class(Superclass1, Superclass2):
def __init__(self):
super().__init__() #Superclass2
super().__init__() #Supercla..... More

Print this item

  Aiming for create my personal stock screener but not sure where to start with.
Posted by: pythonocc - May-17-2019, 01:14 AM - Forum: News and Discussions - Replies (5)

My objective for learning python right now is to able to code and create my own stock screener that based on my preference as the available stock scre..... More

Print this item

  Reading an Unconventional CSV file
Posted by: OzSbk - May-17-2019, 01:10 AM - Forum: Homework - Replies (2)

Hi Everyone,

I'm killing myself to find a way to read a CSV file and convert to a format I can import to InfluxDB.

The CSV has a very unconventi..... More

Print this item

  Result not change using Tkinter
Posted by: cmala - May-17-2019, 01:08 AM - Forum: GUI - Replies (2)

Hello,

can someone help me? my problem is when I build my own prototype using Tkinter, the result is the same. But when I run my coding using Jupy..... More

Print this item

  pip install pandas ERROR
Posted by: pythondudu - May-16-2019, 11:44 PM - Forum: Data Science - Replies (7)

Trying to install pandas today but i get this error report:

Collecting pandas
Retrying (Retry(total=4, connect=None, read=None, redirect=None, s..... More

Print this item

  Dynamic graph matplotlib
Posted by: quant7 - May-16-2019, 11:15 PM - Forum: GUI - Replies (1)

I draw a lot of data in matplotlib. So I want to make a widget that adjusts the scale horizontally with automatic adjustment vertically.
And after ad..... More

Print this item

  Scaling elements of marix.
Posted by: pawlo392 - May-16-2019, 09:49 PM - Forum: Homework - Replies (1)

I have a matrix 682x10 and I have problem with one task. I want to do for each j-column Xj=(Xj-min(Xj))/(max(Xj)-min(Xj)). Of course, I know how to do..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Parse Markdown / get the ... 1 hour ago SpongeB0B SpongeB0B General Codin...
  Error: cannot mix str wit... Today, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... Yesterday, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Yesterday, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577447
  Tutorial Requ... 500982
  Web Scraping ... 441077
  Newbie with P... 385144
  New Users Int... 369728
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+ 12092
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
kyleconor797 Today
miriamwilliam Today
Davidkiplimo Today
Joliekeva Today
silversimon2 Yesterday

User Panel Messages

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