Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,283
» Latest member: alexferrina
» Forum threads: 38,793
» Forum posts: 175,876

Full Statistics

Online Users
There are currently 42 online users.
» 1 Member(s) | 33 Guest(s)
Bing, Twitter, Google, AOL, AOL, lovedeep

Latest Threads
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
1 hour ago
» Replies: 0
» Views: 7
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
11 hours ago
» Replies: 5
» Views: 111
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 47
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,482
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 139
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 62
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,067
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,298
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 365
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 206

 
  Secant and Bisection method
Posted by: hml75 - Feb-07-2020, 06:44 PM - Forum: Homework - Replies (3)

#I am taking an online python class for fun. I have read ahead and this is one of the questions that I
#received. I have no idea where to begin. Any..... More

Print this item

  Trying to iterate through a list...
Posted by: t4keheart - Feb-07-2020, 06:34 PM - Forum: General Coding Help - Replies (2)

Hello again,

Wondering why I can't get this to work...

I have a list of numerical values stored in a .txt file lib.txt, like this:

[p..... More

Print this item

  Searching for /simple/py
Posted by: KipCarter - Feb-07-2020, 05:44 PM - Forum: General Coding Help - No Replies

Sometimes simplicity is ambiguous...

I'm installing a dependency module, which has a subsequent dependency noted as '/simple/py'.

[output]WARNIN..... More

Print this item

  Printing output without print usage
Posted by: susmith552 - Feb-07-2020, 05:13 PM - Forum: General Coding Help - Replies (1)

Hello Everyone,

I am new to programming and new to python. I tried to run below program and it gave me the first value i entered. After first value..... More

Print this item

  TicTacToe Logic
Posted by: AhmadMWaddah - Feb-07-2020, 04:47 PM - Forum: Code Review - Replies (2)

Hello Folks,
I Made Simple TicTacToe, But It seems there is something missd, can any one help me with this, i want to know what i miss as computatio..... More

Print this item

  Help with taking pictures on raspberry pi
Posted by: octavia - Feb-07-2020, 04:42 PM - Forum: General Coding Help - Replies (1)

I am trying to automatically take a picture on a raspberry pi camera every 60 seconds. I am struggling to repeat the loop. Any help would be great tha..... More

Print this item

  Fake UserAgent Issue NEED HELP !
Posted by: adultsitem - Feb-07-2020, 04:21 PM - Forum: General Coding Help - Replies (1)

This opens new fake useragent everytime but rondom useragent chooses alot of very old and not used user agents. How can I import from my useragent lis..... More

Print this item

  Web Scraping, Merging two lists and getting data from various dates?
Posted by: AgileAVS - Feb-07-2020, 04:05 PM - Forum: Web Scraping & Web Development - No Replies

[python]import urllib.request, urllib.parse, urllib.error
import re
import requests
from bs4 import BeautifulSoup

fhand = urllib.request.urlopen..... More

Print this item

  creating consecutive rows
Posted by: PyPy - Feb-07-2020, 03:40 PM - Forum: General Coding Help - Replies (1)

Hi,

I have a requirement of creating consecutive rows. My data has ID#, start dt and end date. For example:

[quote]ID start date end date
..... More

Print this item

  Need help on creating a relay between Python backend and C# UI
Posted by: SneakyKiwi - Feb-07-2020, 03:28 PM - Forum: Networking - Replies (1)

I am creating a social platform. I am using Python as backend and C#, .NET as UI since it has very good libraries for creating one and can be made cro..... More

Print this item

  Problem printing out first name, last name, age
Posted by: Asm0deus314 - Feb-07-2020, 03:26 PM - Forum: Homework - Replies (6)

I am creating an application that requests first name, last name, and age (based off of year born). I believe I have the variables all correct as they..... More

Print this item

  Removing Certain Numbers From File
Posted by: chascp - Feb-07-2020, 03:23 PM - Forum: General Coding Help - Replies (2)

Hey Everyone,

I have a data file full of various numbers e.g.

1 2 3 1 180
2 3 4 1 180
3 4 5 1 180
4 5 6 1 180
5 6 7 1 180
6 7 8 1 180..... More

Print this item

  complex sort in dataframe
Posted by: gjs_2020 - Feb-07-2020, 02:10 PM - Forum: General Coding Help - No Replies

Hello guys!

I have a dataframe.

[python]import pandas as pd
data = {'num':[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
'name':['281.3891.3..... More

Print this item

  Understanding the "self" concept
Posted by: peace - Feb-07-2020, 01:26 PM - Forum: Homework - Replies (7)

Hi community,

I understand that we need to use the "self" keyword everywhere in Python methods.

Still I am not conceptually clear what it means...... More

Print this item

  Is this use of exec pythonic?
Posted by: psolar - Feb-07-2020, 12:11 PM - Forum: General Coding Help - Replies (1)

Hello all,

Consider this code:

[python]self._t10_test = None
self._t20_test = None
self._t30_test = None

id_lst = ['10', '20', '30']
msg_lst = ['M..... More

Print this item

  a little help with a While Loop
Posted by: Hob_78 - Feb-07-2020, 12:00 PM - Forum: General Coding Help - Replies (2)

A newbie here Big Grin

This code prints "too many tires" at every loop.
The goal is to print it at the end of the loop only. (after 3 wrong t..... More

Print this item

  Adding elements to a list by number
Posted by: Olavv - Feb-07-2020, 10:20 AM - Forum: General Coding Help - Replies (4)

How do I add elements to a list by number?
If I wanted to add elements that are grouped in three's from a list to three other lists, how would I do ..... More

Print this item

  make a list of the file in the folder and change the name of file regarding to time
Posted by: go127a - Feb-07-2020, 05:34 AM - Forum: General Coding Help - Replies (5)

I have a list of file. I am going to change the file name regarding to the modified date in below format. original file name:
2019-11-26_#001.tws
2..... More

Print this item

  n_estimators error
Posted by: Scott - Feb-07-2020, 03:42 AM - Forum: Data Science - Replies (1)

I ran a Genetic Algorithm and got recommended the following pipeline:

Best pipeline: ExtraTreesRegressor(LinearSVR(input_matrix, C=0.001, dual=True..... More

Print this item

  Matplotlib graphing help (dual y axis, groupby, filter)
Posted by: keml - Feb-07-2020, 02:35 AM - Forum: General Coding Help - No Replies

Hi everyone,

I'm new to python and I'm trying to plot some graphs.

I'm trying to plot multiple series of numerical data that are defined by an I..... More

Print this item

  How do i add limits to this code ?
Posted by: learn1 - Feb-07-2020, 01:00 AM - Forum: General Coding Help - Replies (3)

[python]while True:
answer1 = input("Password: ")
if answer1 != "123":
print("Wrong Password")
continue
else:
print("Welcome!"..... More

Print this item

  [Basic] The ‘Pythonic’ Python Tutorial!
Posted by: TheMachinePreacher - Feb-06-2020, 11:25 PM - Forum: Tutorial Requests and Submissions - Replies (5)

I know there are plenty of freely available Python tutorials out there, but I thought I'd create one that's more 'Pythonic', i.e. succinct and easy to..... More

Print this item

  I can't remove python. I'm not kidding, it doesn't get uninstalled.
Posted by: david503 - Feb-06-2020, 10:29 PM - Forum: General Coding Help - Replies (5)

I've spent like a week's worth of man-hours trying to get uwgsi to work (see https://python-forum.io/Thread-ImportErr...?pid=10451..... More

Print this item

  Fixing "PermissionError: [Errno 13] Permission denied"
Posted by: puredata - Feb-06-2020, 09:58 PM - Forum: General Coding Help - Replies (17)

Hello, I'm trying to use Python to automate unzipping of multiple files in a folder. I already have a script that works and unzips my files. But it wo..... More

Print this item

  ImportError: No module named site
Posted by: david503 - Feb-06-2020, 05:04 PM - Forum: Networking - Replies (2)

I'm trying to do this tutorial:

https://docs.djangoproject.com/en/3.0/ho...sgi/uwsgi/

(I've read other site's and docs for like 3 d..... More

Print this item

  Running Windows 10 python 3.8.1
Posted by: quark80 - Feb-06-2020, 03:04 PM - Forum: General Coding Help - Replies (8)

I downloaded Python (3.8 64-bit)for Windows 10 & Windows Launcher, together with Manuals & Module Docs.
The 'sys.path' is set to C:\Users\quark\Ap..... More

Print this item

  For Research
Posted by: AgileAVS - Feb-06-2020, 02:50 PM - Forum: General Coding Help - Replies (1)

Hello to any one who is reading this,
I am actually trying to scrape data from the internet regarding stock prices and number of shares traded to dev..... More

Print this item

  random.uniform is not working correctly
Posted by: dron4ik86 - Feb-06-2020, 02:06 PM - Forum: General Coding Help - Replies (9)

I have 4 values:

[python]left_latitude = 32.36825432569349
right_latitude = 32.367919037002075
up_latitude = 32.36844462412729
down_latitude = 3..... More

Print this item

  How to calculate unique rows column sum and percentage
Posted by: SriRajesh - Feb-06-2020, 02:03 PM - Forum: General Coding Help - Replies (4)

Hi,
I have below data in txt file, and I want to calculate same rows column sum and percentage of passed. I use below code, but I can not get my desir..... More

Print this item

  keylooger
Posted by: akitmo - Feb-06-2020, 12:01 PM - Forum: General Coding Help - Replies (1)

Hello I would like to create a python keylogger that captures key press and key release time in nano seconds basing on cpu time

Print this item

  Beginner in need of advice on web based data visualisation
Posted by: h4tt3n - Feb-06-2020, 11:28 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello folks,

Absolute Python beginner here! I am working in a small company that collects data from physical sensors, and then visualise the transf..... More

Print this item

  ModuleNotFoundError: No module named 'xxxx'
Posted by: darpInd - Feb-06-2020, 10:35 AM - Forum: General Coding Help - Replies (2)

I am new to Python and programming itself. I have got my working directory in ""'C:\\Users\\dell\\Desktop\\Python Practice'"". I have got a file "Pyth..... More

Print this item

  Bomberman
Posted by: arbondioxide - Feb-06-2020, 10:29 AM - Forum: Game Development - Replies (1)

Hello im making a game for my a-level programming project. its a recreation of the game ; bomberman. im going to need a lot of assistance but i just d..... More

Print this item

  Deep Learning Book
Posted by: ankitdixit - Feb-06-2020, 08:31 AM - Forum: Data Science - Replies (2)

Hello Everyone, I am new in this community and looking for graphic design books to purchase online but I am confused about which author is good? I hav..... More

Print this item

  Senior Python Developer
Posted by: agatagasiorowska - Feb-06-2020, 07:45 AM - Forum: Jobs - Replies (3)

We are looking for a remote Senior Python Backend Developer to join our team [Reef Technologies: fully remote python software house]
Salary in USD (B..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LhanePulse 1 hour ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... 11 hours ago drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
Most views
  The best Prog... 579256
  Tutorial Requ... 512102
  Web Scraping ... 442185
  Newbie with P... 386294
  New Users Int... 379595
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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