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,969
» Latest member: Zephlonix
» Forum threads: 38,730
» Forum posts: 175,552

Full Statistics

Online Users
There are currently 49 online users.
» 2 Member(s) | 36 Guest(s)
Applebot, Bing, Facebook, AOL, AOL, Google, DuckDuckGo, snippsat, llarkin6

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 8
» Views: 407
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,803
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 667
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,203
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,771
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 663
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,161
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,136
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,427
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,979

 
  Post serial results
Posted by: BMC - Feb-11-2019, 04:30 PM - Forum: General Coding Help - No Replies

Hello

I am new to Python but have found code that does what I need to an extent.

I have a scale with an rs232 out. I have modified the python c..... More

Print this item

  Unexpected expected type error result
Posted by: MartinMaker - Feb-11-2019, 04:19 PM - Forum: General Coding Help - Replies (1)

[python]# creating a new kind of class or instance attribute

class Integer:
def __init__(self, name):
self.name = name

def __get__(s..... More

Print this item

  Plotting of equations
Posted by: mudezda1 - Feb-11-2019, 03:52 PM - Forum: General Coding Help - Replies (1)

import numpy as np

import matplotlib.pyplot as plt

l= 1.5

m= 2.5

g= 9.81

d= 2.7

k= 9.08

angles = np.arange(360) / 180 * np.pi

..... More

Print this item

  python shell elabroting output
Posted by: kapilan15 - Feb-11-2019, 01:36 PM - Forum: General Coding Help - Replies (2)

I ran a simple correlation matrix with 8 columns and rows. The output produced in python shell does not show the full output (image attached). How can..... More


Attached Files

Thumbnail(s)
   
Print this item

  Data alignment in Python
Posted by: Nirmal - Feb-11-2019, 08:49 AM - Forum: General Coding Help - Replies (1)

I am new to Python . I am writhing a code to generate a excel file having the data sourced by calling API and correlate those to get desired result.
..... More

Print this item

  Lissajous Curves
Posted by: Mekire - Feb-11-2019, 03:26 AM - Forum: Code sharing - No Replies

I implemented a Lissajous curve demo in pygame:
https://github.com/Mekire/lissajous

https://imgur.com/2zFh8VC
https://imgur.com/gpR9hlf

Print this item

  curses key codes not working
Posted by: jgrillout - Feb-11-2019, 01:46 AM - Forum: General Coding Help - No Replies

I am attempting to use curses in python. I am finding that the keycodes are
possibly not correct.

here is some sample code I'm using to test the ..... More

Print this item

  MyProgrammingLab wont accept anything I put in
Posted by: chicks4 - Feb-10-2019, 11:10 PM - Forum: Homework - Replies (2)

Hi! So, I am extremely new to Python and coding. I have this homework assaignment due tonight. I feel like I am sooo close, but for whatever reason My..... More

Print this item

  problem with class method
Posted by: AmirAB - Feb-10-2019, 08:25 PM - Forum: General Coding Help - Replies (3)

Hi experts. I am new to Python but understand programming and have a fair idea about it. I need your help for following.

I am trying to execute the..... More

Print this item

  Instant Messenger API recommendations?
Posted by: jspada20 - Feb-10-2019, 07:20 PM - Forum: General Coding Help - Replies (1)

Hello all! A few weeks ago I saw a project on github that was a unified API for using multiple messenger app (like slack, rocketchat, facebook, ext). ..... More

Print this item

  Help needed
Posted by: Caolan753 - Feb-10-2019, 06:06 PM - Forum: Web Scraping & Web Development - No Replies

I am trying to fix a bot for a game that was discontinued a few weeks ago and I can not get it working any ideas?

I have Pip, splinter gecodriver a..... More

Print this item

  while loop on a calculator
Posted by: missus_brown - Feb-10-2019, 05:57 PM - Forum: Homework - Replies (3)

I'm super new to Python and I'm really having a hard time with this assignment. The previous assignment was a basic calculator. This assignment build..... More

Print this item

  accessing array without commas
Posted by: rjnabil1994 - Feb-10-2019, 04:49 PM - Forum: General Coding Help - Replies (1)

after detecting pupil through Hough transformation if i am printing the values of the two pupils value i am getting something like this [[[1.0 2.0 3..... More

Print this item

  Chromedriver launch new tab
Posted by: gahhon - Feb-10-2019, 03:57 PM - Forum: Web Scraping & Web Development - Replies (15)

So I planned to make a GUI for my application which contains several buttons.
Each button will open chrome browser and redirect to specific URLs.
So..... More

Print this item

  Problems with IDLE
Posted by: Blaedel - Feb-10-2019, 01:30 PM - Forum: General Coding Help - Replies (5)

Dear all,

I am trying to learn Python and thats going well. At least it did until my pc started giving me this error message [img]C:\Users\mtbl\Des..... More

Print this item

  When are imports loaded?
Posted by: MuntyScruntfundle - Feb-10-2019, 12:54 PM - Forum: General Coding Help - Replies (2)

If I have code that imports a couple of libraries I've put together, do they load to memory when the main thread starts, or when there is an actual ca..... More

Print this item

  How to print a statement if a user's calculated number is between two floats
Posted by: Bruizeh - Feb-10-2019, 10:25 AM - Forum: Homework - Replies (2)

Hello, I have a problem. So I made a formula that calculates a User's BMI based on their height and weight, and gave it the variable userBmi. I would ..... More

Print this item

  Cheat against recursion limit
Posted by: DeaD_EyE - Feb-10-2019, 09:57 AM - Forum: General Coding Help - Replies (2)

My question was: Is it possible to bypass the recursion limit with generators and yield from?
Answer: [color=#E67E22]You can p..... More

Print this item

  chromedriver.exe issue
Posted by: gahhon - Feb-10-2019, 09:38 AM - Forum: Web Scraping & Web Development - Replies (2)

How can I laugh the chromedriver.exe without any new tab open and notification?

[img]<a href="https://ibb.co/qCYGgLR"><img src="https://i.ibb.co/HC..... More

Print this item

  Pynput - no capital letters
Posted by: jmair - Feb-10-2019, 08:58 AM - Forum: General Coding Help - Replies (2)

Is there a known issues with Windows 10 to where it doesn't recognize characters modified by shift or Caps Lock?
It does record the key event of the ..... More

Print this item

  reading a line of a CSV
Posted by: Skaperen - Feb-10-2019, 08:16 AM - Forum: General Coding Help - Replies (2)

my .csv file could have numbers or quoted strings between the commas. this seems to be the same syntax as that found in a Python literal for a list. ..... More

Print this item

  Checking input is close to random num
Posted by: Tomington - Feb-10-2019, 07:18 AM - Forum: General Coding Help - Replies (2)

G,day everyone

so i'm reasonably new to python coding, I've not done very much and am looking for some help. the code below is guessing number game..... More

Print this item

  print console output to a csv
Posted by: deep_logic - Feb-10-2019, 04:31 AM - Forum: General Coding Help - Replies (3)

Hi all,
I have googled ad nauseaum, but I can't seem to find a solution for printing contents of a folder to a .csv
[python]###A script to list pdf ..... More

Print this item

  Multithreading
Posted by: Truman - Feb-10-2019, 01:55 AM - Forum: Web Scraping & Web Development - Replies (5)

This script is supposed to download images in multithreading processes.
[python]#! python3
# multidx.py - Downloads XKCD comics using multiple threa..... More

Print this item

  Function returns memory address
Posted by: Joeicam - Feb-10-2019, 01:22 AM - Forum: General Coding Help - Replies (1)

I'm really new to Python and am going through a training course :). The course is walking us through basic functionality. I'm using Python 3.7.2 on a ..... More

Print this item

  Search for a text in a html file
Posted by: ebolisa - Feb-09-2019, 09:31 PM - Forum: General Coding Help - Replies (4)

Hi,

I need to search for the ip number from the file below. The problem is that the ip is dynamic so it changes often.

I appreciate any help.

This'..... More

Print this item

  How to update sql database from csv
Posted by: Prince_Bhatia - Feb-09-2019, 09:15 PM - Forum: General Coding Help - No Replies

hi,

I am writing a python project where i have a database table which has around 18 fields.

Now my client send me a csv with the data to be updated ..... More

Print this item

  plotting of graphs
Posted by: mudezda1 - Feb-09-2019, 06:32 PM - Forum: Data Science - Replies (2)

I have an assignment where i have plot two physics equations named them as x and why,
The only unkown is the angle, so i made a loop for the possible..... More

Print this item

  Problem in DB requests using if()s
Posted by: nikos - Feb-09-2019, 06:06 PM - Forum: General Coding Help - Replies (4)

Hello, iam reposting my previous post more clear written this time:

[python]
@app.route( '/seek', methods=['GET', 'POST'] )
def seek():

pdata..... More

Print this item

  flask sqlite jinja accessing and updating database help
Posted by: pascale - Feb-09-2019, 05:52 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi,
In my web app I have different devices that are controled by raspi GPIOs, the "name" "pin" and "state" of each is held in a sqlite database. I am..... More

Print this item

  tuple printing trouble
Posted by: anna - Feb-09-2019, 05:24 PM - Forum: General Coding Help - No Replies

Hi All,

trying to print interfaces details from router, below is the my code.

[python]from ciscoconfparse import CiscoConfParse
interfaces = {}..... More

Print this item

  Need some help with a bit of code for an assignment.
Posted by: JackMercer50 - Feb-09-2019, 03:02 PM - Forum: Homework - Replies (1)

Keep this in mind please, I am new to Python, I've only been at it a month. So I may need some things "dumbed" down to my level please.

Hi e..... More

Print this item

  fell at the first hurdle sigh
Posted by: JustinBrowne - Feb-09-2019, 02:39 PM - Forum: General Coding Help - Replies (2)

Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" ..... More

Print this item

  How to check hardware type?
Posted by: MuntyScruntfundle - Feb-09-2019, 01:33 PM - Forum: General Coding Help - Replies (4)

Hi folks.

I'm currently needing to run some code on a Raspberry pi and a Tinker Board.

What's the best way to check which hardware the code is r..... More

Print this item

  Subplots on one figure
Posted by: SarahColombo96 - Feb-09-2019, 01:09 PM - Forum: General Coding Help - No Replies

I'm very new to Python so apologies first for being so simple and secondly if I ask for help in the wrong way. I will get there. I have a script worki..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577294
  Tutorial Requ... 500479
  Web Scraping ... 440968
  Newbie with P... 384998
  New Users Int... 369424
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 8176
snippsat 7370
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Zephlonix Today
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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