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,985
» Latest member: chikkamagalur
» Forum threads: 38,734
» Forum posts: 175,574

Full Statistics

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

Latest Threads
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
52 minutes ago
» Replies: 2
» Views: 51
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
55 minutes ago
» Replies: 6
» Views: 174
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,039
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 452
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 833
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,107
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,548
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,138

 
  Sort y axis by descening values matplotlib
Posted by: mrsenorchuck - Dec-08-2019, 08:13 PM - Forum: General Coding Help - No Replies

See below code, the problem with this logic is that I want the y axis to be in a descending format where a league position of 1 is higher that 5.

H..... More

Print this item

  Python, youtube scraping.
Posted by: Jardz04 - Dec-08-2019, 04:32 PM - Forum: Web Scraping & Web Development - Replies (2)

Hey there.
New to web scraping and wanted to try making a Tubesift like application(web-based) and only for personal use for now. I also want to mak..... More

Print this item

  Scraping next page of LinkedIn jobs
Posted by: RiteshMahto - Dec-08-2019, 02:31 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi All,

I scraping LinkedIn to get all the job postings.

Using BeautifulSoup i am able to get the first 25 jobs from 1st page.

Any help on ho..... More

Print this item

  IndentationError: unexpected indent in views.py
Posted by: ift38375 - Dec-08-2019, 12:45 PM - Forum: Web Scraping & Web Development - Replies (1)

Sir,
I am trying to create project in Django using GET and POST request mechanism
but Views.py file giving some error in line 25 so please help me o..... More

Print this item

  Why Python replaces Excel in banking
Posted by: wavic - Dec-08-2019, 10:18 AM - Forum: News and Discussions - Replies (7)

Here is why: https://news.efinancialcareers.com/us-en...el-banking

Print this item

  advice needed to construct queries in flask-sqlalchemy from mysql select
Posted by: pascale - Dec-08-2019, 07:03 AM - Forum: Data Science - No Replies

Hi,
I have a libre office database for my accounts and I am trying to create a flask app on a local net to reproduce the database making it easier to..... More


Attached Files

.py   models.py (Size: 6.71 KB / Downloads: 2)
Print this item

  Need help with my program
Posted by: zeclipse21 - Dec-08-2019, 06:26 AM - Forum: General Coding Help - Replies (1)

This is supposed to be the outcome of my code
[output]Enter your choice: 3
Enter the value of the base followed by the exponent: 5 3
The pow..... More

Print this item

  Local Multi-Device Multiplayer, with Pygame+async
Posted by: nilamo - Dec-08-2019, 02:57 AM - Forum: Game Development - No Replies

What we have here is the outcome of the wonderful question "I wonder if that would work". By running pygame via async, and bolting aiohttp on top of ..... More

Print this item

  Internet Security Question
Posted by: ichabod801 - Dec-08-2019, 02:40 AM - Forum: Bar - Replies (6)

I have gotten into reading Greg Hurwitz's books. One of these series is the Orphan X series. In it they have this security protocol. Two people have a..... More

Print this item

  Download video
Posted by: arthur_cti - Dec-07-2019, 09:42 PM - Forum: General Coding Help - Replies (8)

Can you tell why you can't download vimeo and youtube videos with this code? Would they have a solution?

[python]import requests

url = "https://..... More

Print this item

  Partitioning when splitting data into train and test-dataset
Posted by: Den0st - Dec-07-2019, 08:31 PM - Forum: Data Science - No Replies

[Image: mDDYhdn]
In this image you can see a simplified example from how my dataset looks like.

My goal is to create a text-clas..... More

Print this item

  python dictionnary
Posted by: Omar_Yatim - Dec-07-2019, 07:50 PM - Forum: General Coding Help - Replies (3)

i just started learning python and following an online course
in the course there is this dictionary :
pairs = {1: "apple", "orange": [2, 3, 4], Tr..... More

Print this item

  How to set which sides are axes in 3d plot?
Posted by: pyhouton - Dec-07-2019, 07:10 PM - Forum: General Coding Help - No Replies

Hi, how to please set the opposite sides as axes (back)? Thank you

[python]import matplotlib as mpl

from mpl_toolkits.mplot3d import Axes3D

i..... More

Print this item

  Python dot org Website Design (Framework)
Posted by: cwelect1 - Dec-07-2019, 07:05 PM - Forum: Bar - Replies (2)

Anyone know what framework is used for Python dot org website?

Print this item

  Where to find / How to install Python 3.8 64-bit
Posted by: greenbeacon - Dec-07-2019, 05:44 PM - Forum: General Coding Help - Replies (1)

Hello

I'm new to programming and new to Python. I'm not able to find the 64-bit version of Python 3.8. When I go to Python.org and go to the downlo..... More

Print this item

  extract first and last 5 elements from given list and generate a new list.
Posted by: Raj_Kumar - Dec-07-2019, 04:40 PM - Forum: General Coding Help - Replies (1)

Hi,

Iam very sorry. i have very very basic doubt. i wrote the code and getting error. but i can't understand why error is occurring.

given list:..... More

Print this item

  How do I stop this fast factorization program from printing beyond the 3rd output?
Posted by: Pleiades - Dec-07-2019, 02:30 PM - Forum: General Coding Help - Replies (6)

I have a problem with this python37 code during printing and I would like it not to print out beyond the 3rd print statement of the loop. The program ..... More

Print this item

  How to convert value to defined number?
Posted by: philipbergwerf - Dec-07-2019, 01:15 PM - Forum: General Coding Help - Replies (7)

I am making a program that prints a piano-keyboard-diagram on the screen based on the input. I want to use text input using the 'music tracker' standa..... More

Print this item

  How to highlight the cell
Posted by: SriRajesh - Dec-07-2019, 01:05 PM - Forum: General Coding Help - Replies (3)

Hi,
I am comparing two Excell files, and if a cell from file1 != a cell in file2 print that, and highlight the cell different in file2 (with red fon..... More

Print this item

  Not able to login and maintain session of LinkedIn using beautifulsoup
Posted by: RiteshMahto - Dec-07-2019, 11:39 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi All,

I am new to Python and trying the below code but not getting the desired output.

Library used: BeautifulSoup, Requests

Aim: To login ..... More

Print this item

  Running multiple script at the same time
Posted by: LoganSulpizio - Dec-07-2019, 11:25 AM - Forum: General Coding Help - Replies (1)

Hello,

I'm new with Python and I'm trying to learn it.

I would like to know how can I start/run several python scrip at the same time. I'm not f..... More

Print this item

  How to print message after row value in the same line
Posted by: SriRajesh - Dec-07-2019, 10:26 AM - Forum: General Coding Help - Replies (2)

Hi,
I am reading CSV files using readlines, and enumerate through columns. I print each row value, and some message.
print("INFO: " + f1_lines[i] + ..... More

Print this item

  Converting float (2.0) to integer(2)
Posted by: Raj_Kumar - Dec-07-2019, 10:12 AM - Forum: General Coding Help - Replies (2)

HI,

Iam python beginner. Kindly help me. My query is, i want to round off float value to 2 decimals. if the number is 2 or 2.0 then the number to b..... More

Print this item

  GPIO time in HIGH LOW
Posted by: boris_za - Dec-07-2019, 08:53 AM - Forum: General Coding Help - Replies (1)

Hi All

Wondering if someone can help me with a problem im trying to solve.

I have data that im trying to put together.

Scenario:

1. There is a dip..... More

Print this item

  Bad input shape for SVC
Posted by: Scott - Dec-07-2019, 06:35 AM - Forum: Data Science - Replies (1)

Hi everyone,

I am trying to test a support vector machine classifier on text data for a kernel I found. I found a kernel that uses a neural network..... More

Print this item

  Fill a value in triangle shape in Matrix
Posted by: lynx - Dec-07-2019, 06:32 AM - Forum: General Coding Help - No Replies

Hey Guys!

Maybe someone of you know a Package to write in a given 2D numpy array a Triangle with 3 specified points of a matrix and a given value t..... More

Print this item

  FIDBEck ON MY CODE IN OOP
Posted by: saaat - Dec-07-2019, 04:10 AM - Forum: General Coding Help - Replies (1)

HI
can some on can give me fidback ?

[python]
class Animal(object):

def __init__(self,name,hunger=0):
self.hunger=hunger
..... More

Print this item

  Pytest API Post call thrown errors
Posted by: pyseeker - Dec-07-2019, 02:25 AM - Forum: General Coding Help - Replies (4)

I am performing the API Testing and using the pytest framework. Test is failing all the time with 401 error. Couldn't figure out what was the issue an..... More

Print this item

  Is it possible to check for a key error in a python dictionary?
Posted by: mrsenorchuck - Dec-06-2019, 11:38 PM - Forum: General Coding Help - No Replies

Hello,

Hope you are well.

Using a dictionary "Undergrads" with is list of students, it has a key made of two values to make each student unique ..... More

Print this item

  mouse 0.7.0 - mouse polling hate 125-1000hz
Posted by: penahuse - Dec-06-2019, 09:33 PM - Forum: General Coding Help - Replies (1)

Hi guys, i need your help!

I installed mouse 0.7.0 by pip install mouse.

This mouse api works fine on an aplication designed to mouses 125hz, bu..... More

Print this item

  Time Series Production Process Problem
Posted by: Mzarour - Dec-06-2019, 06:44 PM - Forum: Data Science - Replies (1)

Hi there

Here's a time series problem I need advice on please.

A manufacturing house manufactures 3 types of drinks A, B and C. The manufacturin..... More

Print this item

  CNN Speech Classification
Posted by: Mitchie87 - Dec-06-2019, 06:17 PM - Forum: Data Science - No Replies

Hi All,

I have build a cnn model that classifies Englisch words based on wav. files as input. I have some question regarding to the output of the ..... More

Print this item

  Import Python file with a name of a module in Stantard Library
Posted by: tiago_code - Dec-06-2019, 06:09 PM - Forum: Homework - Replies (7)

Hi,
I am doing a University Project and i need to import a file named time.py to the main projetc file that is main.py
The problem is that time is..... More

Print this item

  coding error
Posted by: bilawal - Dec-06-2019, 05:24 PM - Forum: General Coding Help - Replies (11)

[/python]

class Product(models.Model):
description = models.TextField(max_length = 500)

----------------------------
SyntaxError: bad input on..... More

Print this item

  Appending to a list in the right order
Posted by: Noobstudent - Dec-06-2019, 05:11 PM - Forum: Homework - Replies (2)

Hi everyone,

So I am basically trying to iterate over a list of 12 values and if a value at a specific index (every third) is also a value in a dic..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  create ocr to detect lice... 52 minutes ago bimosora noisefloor General Codin...
  Parse Markdown / get the ... 55 minutes ago SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... Yesterday, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 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
Most views
  The best Prog... 577459
  Tutorial Requ... 501178
  Web Scraping ... 441083
  Newbie with P... 385157
  New Users Int... 369787
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 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
chikkamagalur Today
Costa Today
bimosora Today
kyleconor797 Yesterday
miriamwilliam Yesterday

User Panel Messages

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