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,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 33 online users.
» 1 Member(s) | 30 Guest(s)
Bing, Google, snippsat

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
2 hours ago
» Replies: 5
» Views: 92
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,479
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 138
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 59
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,059
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,297
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 358
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 199
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 261

 
  Truck Speedometer algorythm
Posted by: Roger454 - Mar-17-2020, 12:43 AM - Forum: General Coding Help - Replies (4)

Hi, I need to create a speedometer programming on Python so I can work it on a raspberry to an LCD display.

I have:

1.- Vehicle speed sensor and..... More

Print this item

  Virtual environment base folder is not add to sys.path on Linux
Posted by: AbdelrahmanMSaid - Mar-16-2020, 11:44 PM - Forum: General Coding Help - No Replies

Hi,

I have a couple of questions about virtual environments. I use venv to create my environments. When I do that in Windows and I..... More

Print this item

  GPS Location
Posted by: hillericsteven - Mar-16-2020, 11:41 PM - Forum: Web Scraping & Web Development - Replies (1)

I have a program that gathers GPS location data and I would like to be able to find the nearest x to that location. For example given coordinates [x.x..... More

Print this item

  Running headless selenium with proxy
Posted by: julio2000 - Mar-16-2020, 08:54 PM - Forum: Networking - Replies (1)

So I've created this code wich allows me to run selenium with a proxy (IP:PORT:AUTH:PASS)
[python]
import os
import zipfile
import time
from sele..... More

Print this item

  Python 2.7 vs Python 3.8 (Socket Module)
Posted by: MattB - Mar-16-2020, 07:11 PM - Forum: Networking - Replies (8)

Hello. I have developed a program in Python 3.8 that uses socket to communicate. It works great with 3.8. It will return data back in hex like it shou..... More

Print this item

  how the class works
Posted by: berckut72 - Mar-16-2020, 06:38 PM - Forum: General Coding Help - Replies (10)

Hello!
I wrote a very small program and created a class in it for loading pictures without defining methods. I was surprised to find that the part of..... More

Print this item

  Python Developer - Mid-Senior - London - £50,000 - £75,000
Posted by: DarrenCloudwise - Mar-16-2020, 05:00 PM - Forum: Jobs - Replies (1)

Role: Python Developer
Location: London Central
Salary: £50,000 - £75,000
type: Permanent
Eligibility: Will not consider consulting, Remote worker..... More

Print this item

  python how to check short url working?
Posted by: Pyguys - Mar-16-2020, 04:47 PM - Forum: Web Scraping & Web Development - Replies (10)

hi all,
i have problem with test short url working or not. short url redirect two times or more to item page.
http://jd.cn.hn/aeXb --> https://u.j..... More

Print this item

  Can't find some libraries while importing TensorFlow
Posted by: Pavel_47 - Mar-16-2020, 03:03 PM - Forum: Data Science - Replies (6)

Hello,

While trying to import TensorFlow, I see that some libraries are missed.
[python]>>> import tensorflow as tf
2020-03-16 15:55:06.178671: W..... More

Print this item

  Error on merge
Posted by: DionisiO - Mar-16-2020, 02:22 PM - Forum: Data Science - No Replies

Hello all,

I'm trying to merge or join two dataframes, the source files are CSV files. They both have a common column for me to join.

I'm getti..... More

Print this item

  Return all Values which can divided by 9
Posted by: lastyle - Mar-16-2020, 11:57 AM - Forum: General Coding Help - Replies (2)

Hi all

i am searching for a funtion or simmilar solution that returns if a value can be divided by 9 without rest.

I was trying with Modulo oper..... More

Print this item

  instabot error (help)
Posted by: maatbeat - Mar-16-2020, 10:39 AM - Forum: General Coding Help - Replies (1)

hey guys if write this code and it's work but it can't like the photos from hashtag.any body knows how can i fix this?
thanks.
[python]

from sele..... More

Print this item

  search binary file and list all founded keyword offset
Posted by: Pyguys - Mar-16-2020, 10:19 AM - Forum: General Coding Help - Replies (4)

search binary file and list all founded keyword offset

[python]
with open('1.bin', 'rb') as f:
s = f.read()
k = s.find(b'\xFF\x00')..... More

Print this item

  preparing the installation of a Python-development environment
Posted by: apollo - Mar-16-2020, 10:01 AM - Forum: General Coding Help - Replies (8)

dear Pythonists - dear experts - hello to the community,

first of all - i am a big big Python Fan.  
 
i am currently preparing my Asus Noteboo..... More

Print this item

  Loop inside loop inside loop
Posted by: L0RTK1PAN1DZ3 - Mar-16-2020, 09:46 AM - Forum: General Coding Help - Replies (4)

Hey guys

How to break nested loop?

Print this item

  Advice about best SDK for developing a python app.
Posted by: cristoozo - Mar-16-2020, 09:31 AM - Forum: Game Development - Replies (2)

Hi,
I have been using C# and Unity for several years but have recently decided I want to create an interactive Visual Novel game with Python, for An..... More

Print this item

  Python 3 Serial communication need help
Posted by: jegatheesans - Mar-16-2020, 05:37 AM - Forum: Networking - No Replies

I am develop a data logger in raspberry pi. I want to fetch data from a temperature controller. Previously i develop a data logger application using v..... More

Print this item

  json.dumps list output
Posted by: qurr - Mar-16-2020, 12:41 AM - Forum: General Coding Help - Replies (12)

Is it possible in python 3.8 to print list in one line rather than printing each item on new line via json.dumps? Are there any other json libraries t..... More

Print this item

  List of mixed data types to bytes
Posted by: medatib531 - Mar-15-2020, 08:21 PM - Forum: General Coding Help - Replies (1)

Hello, my question is as follows:
Assume I have a list that contains mixed types. For instance

[python]firstelement = [0,(a,b)]
secondelement = [..... More

Print this item

  read location of windows libraries
Posted by: ChrisRegenplatz - Mar-15-2020, 06:17 PM - Forum: General Coding Help - Replies (4)

Hi all,

in windows you can include a folder to windows libraries. And windows is then showing the folder inside an existing library or a new one. ..... More

Print this item

  Python equivalent of Matlab code
Posted by: kwokmaster - Mar-15-2020, 04:58 PM - Forum: Data Science - Replies (5)

I am converting the interp2 function of matlab to python.
interp2

However, after..... More

Print this item

  String coming up weird
Posted by: EddiesTech - Mar-15-2020, 04:50 PM - Forum: General Coding Help - Replies (1)

Hello there,
I have not used Python in a while - I've been focusing on JavaScript - so this may be one of those 'noob questions' people refer to. I ma..... More

Print this item

  how to manage an input()
Posted by: rodrigoH - Mar-15-2020, 04:42 PM - Forum: General Coding Help - Replies (1)

Hello, I am new to Python and was trying this code (which is used to guess the number picked by system -using the random function-) and I wanted to ad..... More

Print this item

  while loops and using counters
Posted by: Nate_I - Mar-15-2020, 02:33 PM - Forum: Homework - Replies (1)

[python]x = 1
n = input("You are in the Lost Forest\n****************\n****************\n :)\n****************\n****************\nGo left or right? "..... More

Print this item

  Wrong number of google results in a date range
Posted by: Val - Mar-15-2020, 02:26 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

I have been trying to scrape the number of results within a certain date range on google. I have done this by inserting the date into the google..... More

Print this item

  Regex ignore
Posted by: JohnnyCoffee - Mar-15-2020, 01:54 PM - Forum: General Coding Help - Replies (1)

I am using a modifier to ignore uppercase and lowercase letters of certain words according to the regular expression below: The regex works but presen..... More

Print this item

  FileNotFoundError: [Errno 2] No such file or directory
Posted by: saqib1066 - Mar-15-2020, 01:37 PM - Forum: General Coding Help - Replies (23)

i have been getting the errno2 on my raspberry pi aswell i was following this tutroial.

https://maker.pro/raspberry-pi/projects/...rry-pi-not..... More

Print this item

  Pycharm dosnt load pygame
Posted by: Matres - Mar-15-2020, 01:35 PM - Forum: Game Development - Replies (1)

so when i try to install pygame on pycharm i get
Collecting pygame
Using cached https://files.pythonhosted.org/packages/...e193c06248..... More

Print this item

Photo Visualizing time series data of graph nodes in plotly
Posted by: deepa - Mar-15-2020, 10:54 AM - Forum: GUI - Replies (3)

Hi All,

I've posted a question here a..... More

Print this item

  Trying to understand the python code
Posted by: spalisetty - Mar-15-2020, 10:08 AM - Forum: General Coding Help - Replies (2)

Hello,
I am a beginner. I have written this code and it works for some part while it doesn't work the other time. Kindly help.

[Python]
class Emp..... More

Print this item

  Reading a json file
Posted by: ebolisa - Mar-15-2020, 09:10 AM - Forum: General Coding Help - Replies (2)

Hi,
I've a file with the following data:

[{"hour": "09", "minutes": "00"}, {"ext_ip": "82.334.188.22"}, {"status": "1"}]
A test co..... More

Print this item

  Complex Jumping In Code
Posted by: WhamDie - Mar-15-2020, 07:51 AM - Forum: Homework - Replies (9)

[python]
w=[]
r=0
t=0
q=int(input("How Many Numbers You Wanna Enter: "))
for i in range(q):
e=input("Enter A Word: ")
if e.isalpha==True:
..... More

Print this item

  Greph not displaying.
Posted by: Hass - Mar-15-2020, 01:35 AM - Forum: General Coding Help - No Replies

Hi I wrote the following code for a decision tree.

[python]
import pandas as pd
import pydotplus
from sklearn.tree import DecisionTreeClassifie..... More

Print this item

  Day X since Infection
Posted by: mueller - Mar-14-2020, 09:50 PM - Forum: Data Science - No Replies

Hey everybody,

thats my first Post! *excited*
I'm currently doing Plots of COVID-19 Data provided by JohnsHopkins University.

I read the CSV-fi..... More

Print this item

  csv help
Posted by: tombstone10000 - Mar-14-2020, 09:17 PM - Forum: General Coding Help - Replies (2)

I'm trying to take a string value from a cell in one csv file and write it to a cell in a different csv file.
The problem I'm running into is that whe..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 2 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
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579249
  Tutorial Requ... 512089
  Web Scraping ... 442181
  Newbie with P... 386291
  New Users Int... 379530
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