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,975
» Latest member: Jacobjoift
» Forum threads: 38,733
» Forum posts: 175,560

Full Statistics

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

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
12 minutes ago
» Replies: 5
» Views: 13,816
Посты о цветах
Forum: General Coding Help
Last Post: Jacobjoift
13 minutes ago
» Replies: 0
» Views: 5
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
3 hours ago
» Replies: 2
» Views: 732
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 6
» Views: 762
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
11 hours ago
» Replies: 0
» Views: 84
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 480
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,856
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,259
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,825
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,239

 
  Help!! Order form and receipt code
Posted by: beginner1996 - Mar-07-2019, 04:33 AM - Forum: Homework - Replies (2)

Hi!
I am having such a hard time creating my code its for a donut shop order form you enter your name and once you select ur type, and quantity it p..... More

Print this item

  Test Case Assertion Error
Posted by: moga2003 - Mar-07-2019, 03:39 AM - Forum: General Coding Help - Replies (10)

Good evening,

I am running the unittest in Python for my code and I am getting errors/Failures. I am unsure how to fix it, or what the errors mean ..... More

Print this item

  Accessing nested keys and values in Dictreader
Posted by: cartographer72 - Mar-07-2019, 02:28 AM - Forum: Homework - Replies (2)

Hello,
I'm using Dictreader to store a CSV with column headers in a container. I didn't have any issues bringing the CSV into the
container, but I c..... More

Print this item

  strftime
Posted by: Skaperen - Mar-07-2019, 12:58 AM - Forum: News and Discussions - No Replies

datetime.datetime.strftime()
vs.
time.strftime()

there is a difference in supported formatting. the "%f" specification is supported in the forme..... More

Print this item

  How to pass arguments in QDBusConnection connect() method
Posted by: Alfalfa - Mar-06-2019, 11:20 PM - Forum: GUI - Replies (1)

I want to execute commands when some dbus signals are fired. Usually, I make a slot for each signals and it work just fine. However, in this case I ne..... More

Print this item

  what am i doing wrong? i have SyntaxError: invalid syntax
Posted by: whatloop - Mar-06-2019, 10:56 PM - Forum: General Coding Help - Replies (3)

[python]
def summation(n):
total = 0
for count in range(1,n + 1):
total += count
return total

def main..... More

Print this item

  Try for multiple values
Posted by: bluethundr - Mar-06-2019, 10:36 PM - Forum: General Coding Help - Replies (1)

Guys,

I need to build a list of AWS instances in all the accounts.

Some of the instance that are stopped have no private IP address. And some ha..... More

Print this item

  Counting the number of letters in a string alphabetically
Posted by: TreasureDragon - Mar-06-2019, 09:20 PM - Forum: General Coding Help - Replies (2)

This is what I have so far and it is able to print out how many times a letter was printed but in order which it shows up in the string. I want it to ..... More

Print this item

  Making a dozen houses
Posted by: Rapinhood - Mar-06-2019, 06:22 PM - Forum: Homework - Replies (5)

Hello, I'm new to here and to python. I've till midnight tonight to finish this assignment to make a dozen houses of different shapes and sizes, but I..... More

Print this item

  How to re run lines in python?
Posted by: MrDoggo124 - Mar-06-2019, 05:21 PM - Forum: General Coding Help - Replies (5)

I am making a text based game in python 3.7.2 but if users type somtheing wrong I want it to re run a line and let them try again but it doesn't work...... More

Print this item

  VS Code behaving strangely
Posted by: Blaedel - Mar-06-2019, 04:54 PM - Forum: News and Discussions - Replies (7)

Dear brains,

So, I know this is a python forum and not VS Code forum, but I know many of you use VS code and may be able to help anyways.

when I..... More

Print this item

  Problems parsing /proc folder
Posted by: anddontyoucomebacknomore - Mar-06-2019, 04:35 PM - Forum: General Coding Help - Replies (2)

I'm trying to make a code that searches for an integer inode in the /proc files of the form /proc/pid and returns what files have this integer...... More

Print this item

  Looping actions in an iframe using Selenium on Python
Posted by: amyd - Mar-06-2019, 04:11 PM - Forum: Web Scraping & Web Development - Replies (3)

First of all, I would like to say I am very new to Python and web-scraping so I apologise if I am missing something quite obvious. I am trying to webs..... More

Print this item

  Need to build a ping test for work network
Posted by: austina2 - Mar-06-2019, 04:05 PM - Forum: Networking - Replies (2)

This is my firs time posting and i am going to be as thorough as possible

my boss has requested that i make a python program on a raspberry pi (runni..... More

Print this item

  Django- Remove leading zeros in values from database
Posted by: ntuttle - Mar-06-2019, 03:42 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

This is my first post and I'm relatively new to python and django so bear with me.

I'm displaying data from my MySQL database. I would like ..... More

Print this item

  AttributeError: 'NoneType' object has no attribute 'all'
Posted by: synthex - Mar-06-2019, 02:40 PM - Forum: Data Science - Replies (2)

I want convert video files to binary code and load result into csv
I use Ubuntu
[python]mport csv
import numpy as np
import cv2
import os

de..... More

Print this item

  Learn to use a JSON file to fill out Template Automatically
Posted by: Srotkowitz - Mar-06-2019, 02:35 PM - Forum: General Coding Help - Replies (1)

I am newbie looking to use a JSON file, generated from a Chatbot, to fill in a template. What are some different ways or resources I could use to acco..... More

Print this item

  RPi 3
Posted by: bescf - Mar-06-2019, 01:53 PM - Forum: News and Discussions - Replies (10)

[b]
Hi, could you help me at a point which is I'm confused.
I'll do a new project. Before I give information about it, I'll write materials what I n..... More

Print this item

  How to get memory usage and execution time of each line in python
Posted by: SriRajesh - Mar-06-2019, 01:34 PM - Forum: General Coding Help - Replies (2)

Hi,
I have below code, and I want to get(calculate) the memory usage and execution time of each line of my code. My code is below, kindly someone hel..... More

Print this item

  How to create shadow between two colours and control a line after we trace it?
Posted by: CrazyPythonNerd - Mar-06-2019, 01:31 PM - Forum: General Coding Help - No Replies

Hello everyone,
For the fun of making a painting app, I try to do two things inspired by two painting app i love : Marmoset hexels 3 and procreate.
..... More

Print this item

  Need to upgrade 3.4.8 to 3.7.2
Posted by: dipankargp - Mar-06-2019, 12:38 PM - Forum: General Coding Help - Replies (3)

Need to move our python project from 3.4 to 7.2 version. Can anyone suggest below:

1. Is Python 3.7.2 compatible with RHEL 7.5
2. Installation ..... More

Print this item

  Opening a livestream in python
Posted by: JosefFilosopio - Mar-06-2019, 12:22 PM - Forum: General Coding Help - Replies (3)

Hello everyone,

For a project I need to open a live stream in python. I guess a way to do this is with openCV but I am not sure.
I have a link to ..... More

Print this item

  String format checking?
Posted by: MuntyScruntfundle - Mar-06-2019, 11:53 AM - Forum: General Coding Help - Replies (1)

What's the most elegant solution for checking a string format where I need to match a single alpha then 3 numerics?

examples:
p130 is good.
130p ..... More

Print this item

  Fortran vs C
Posted by: mistert - Mar-06-2019, 09:04 AM - Forum: General Coding Help - Replies (2)

Hi everybody and thanks for reading!
My problem is the following.
I have a Python program that, starting from a state machine (specified in a graphica..... More

Print this item

  chessboard corner detection algorithm
Posted by: marlinayakno - Mar-06-2019, 07:30 AM - Forum: Data Science - Replies (1)

My project is focused on the NIR camera calibration using chessboard technique. As the 1st step, I needs to find the chessboard corner detection using..... More

Print this item

  pip3 install functools failed
Posted by: kintarowonders - Mar-06-2019, 04:14 AM - Forum: General Coding Help - Replies (1)

I am trying to install functools to experiment with code that uses it, but it fails to install.

Distro is Fedora 29 Workstation.

[code]
$ pip3 ..... More

Print this item

  How to learn more?
Posted by: Icaari - Mar-06-2019, 04:09 AM - Forum: News and Discussions - Replies (5)

Hi! I've been coding some smaller projects like a text version of Rock Paper Scissors and a 1-10 number guessing game and I don't know how to apply sl..... More

Print this item

  DMN/FEEL in Python
Posted by: CoolGuy - Mar-06-2019, 03:34 AM - Forum: General Coding Help - Replies (8)

Is there any implementation of decision modeling and notation standard from OMG i Python? Maybe only a subset like decision tables definition and exec..... More

Print this item

  Memoryview for List
Posted by: saumyagoel - Mar-06-2019, 03:12 AM - Forum: General Coding Help - Replies (9)

Hi Everyone,

I need help on knowing if we can create a memoryview object for "List". I tried doing the basic steps, but this is the error I am gett..... More

Print this item

  Made a simple script for android (really simple) but it is not running
Posted by: anddontyoucomebacknomore - Mar-05-2019, 11:51 PM - Forum: General Coding Help - Replies (2)

Hello, people, I'm trying to run a script in Android in qPython3 (root enabled) that reads an integer "inode" and look for files in the "/proc/" folde..... More

Print this item

  Grabbing questions from a quiz app
Posted by: CodingUnicorn - Mar-05-2019, 11:26 PM - Forum: General Coding Help - No Replies

So I want to host a private gameshow. I can't find any good german question database so I wanted to write a python programm that plays a quiz app and ..... More

Print this item

  TypeError: '<' not supported between instances of 'int' and 'builtin_function_or_meth
Posted by: yann2771 - Mar-05-2019, 09:25 PM - Forum: General Coding Help - Replies (1)

z = input
a = 0;
b = 1;
if a == z:
print ('dsdaa');
if b < z:
print ('kdaas');


whats wrong i just started doing this for school pro..... More

Print this item

  Pandas Indexing with duplicates
Posted by: energerecontractuel - Mar-05-2019, 08:56 PM - Forum: Data Science - Replies (3)

Hello guys,first time on this forum.

I am working in geomatic processes automation and I have a little question regarding pandas.
I am currently ..... More

Print this item

  i want to create a fractal client
Posted by: Skaperen - Mar-05-2019, 08:54 PM - Forum: GUI - No Replies

i want to create a fractal client program in Python. i am using Xfce on Linux but i would like for this program to be reasonably portable. what i wa..... More

Print this item

  pip & pip3 question
Posted by: CosmicCliff - Mar-05-2019, 08:52 PM - Forum: News and Discussions - Replies (1)

General question about pip/pip3

Just want to know if pip3 should show up in the Python3 shell when you check for version?
When I go into Python3 i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 12 minutes ago KoinKoin Jacobjoift Web Scraping ...
  Посты о цветах 13 minutes ago Jacobjoift Jacobjoift General Codin...
  My goal to be hired worki... 3 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 10 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 11 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... Yesterday, 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... 577319
  Tutorial Requ... 500586
  Web Scraping ... 440989
  Newbie with P... 385023
  New Users Int... 369488
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+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jacobjoift Today
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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