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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,600
» Latest member: masonsbore
» Forum threads: 37,373
» Forum posts: 169,836

Full Statistics

Online Users
There are currently 384 online users.
» 1 Member(s) | 376 Guest(s)
Baidu, Yandex, Bing, Apple, Facebook, Google, Pedroski55

Latest Threads
How does this code create...
Forum: General Coding Help
Last Post: Pedroski55
5 minutes ago
» Replies: 0
» Views: 1
qpython package error
Forum: General Coding Help
Last Post: masonsbore
25 minutes ago
» Replies: 5
» Views: 1,009
Equivalent Python code fr...
Forum: General Coding Help
Last Post: masonsbore
28 minutes ago
» Replies: 2
» Views: 681
Converting py to exe
Forum: General Coding Help
Last Post: WiPi
2 hours ago
» Replies: 4
» Views: 372
yield from
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 52
questions about dict.get
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 72
The *Best Python Cheat Sh...
Forum: Tutorial Requests and Submissions
Last Post: Annaat20
3 hours ago
» Replies: 1
» Views: 182
convert to bin problem
Forum: General Coding Help
Last Post: kucingkembar
4 hours ago
» Replies: 2
» Views: 102
Waiting screen until user...
Forum: Game Development
Last Post: attractalderman
7 hours ago
» Replies: 2
» Views: 914
Help with writing monitor...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 09:55 PM
» Replies: 3
» Views: 179

 
  ISS Location Finder problem
Posted by: birdwatcher - Jan-20-2020, 06:22 PM - Forum: General Coding Help - Replies (7)

Hey guys,

I have been doing the 'Where is the Space Station?' project on the wonderful Raspberry Pi website and have encountered a problem. When I ..... More

Print this item

  tkinter checkbutton if checked
Posted by: MC2020 - Jan-20-2020, 05:45 PM - Forum: GUI - Replies (2)

Hi - I am learning python and need help with this code. I have researched online, but haven't been able to find an answer for what I'm looking for.
..... More

Print this item

  IndexError: tuple index out of range ?
Posted by: JohnnyCoffee - Jan-20-2020, 05:06 PM - Forum: Web Scraping & Web Development - Replies (4)

I have a perfectly functioning code that accesses certain array indexes with problems!

The following message appears in the terminal: IndexError: t..... More

Print this item

  open cv ->pygame: turn image into location
Posted by: Gamedeveloper - Jan-20-2020, 03:59 PM - Forum: Game Development - Replies (1)

Hi.

I have built a physical maze (black background, white walls) and want to make it digital.
I have used edge detection in open cv and it detects al..... More

Print this item

  output mismatching when porting a python from python2 env to python3 env
Posted by: prayuktibid - Jan-20-2020, 03:46 PM - Forum: General Coding Help - Replies (2)

I am porting a python code which was written in python2 into the latest python3.8. I made some minor changes in syntax without changing the main logic..... More

Print this item

  Extracting hole-coordinates from a STEP-file
Posted by: Saksa - Jan-20-2020, 03:14 PM - Forum: General Coding Help - Replies (1)

Hi!

This might not be 100% Python specific, but since I am writing the script in Python, I thought to post this here.

I am trying to create a s..... More

Print this item

  Concatenate/Join/Merge two Dataframes
Posted by: karlito - Jan-20-2020, 01:05 PM - Forum: Data Science - Replies (4)

Hi,

I'm trying to concatenate two Dataframes with the same size but doesn't seem to work. any ideas? links to images
- my Dataframes: [url=https:/..... More

Print this item

  Downloading Images - Unable to find correct selector
Posted by: Brompy - Jan-20-2020, 08:01 AM - Forum: Web Scraping & Web Development - Replies (4)

I'm trying to write a script that 1) goes to a website 2) downloads and parses the HTML 3) downloads a comic image 4) selects the "previous comic butt..... More

Print this item

  App for excel sheet analysis
Posted by: awookado - Jan-20-2020, 08:00 AM - Forum: Homework - Replies (6)

Hey all,


A python beginner here. I need to create an app that will analyze excel sheets. The idea is:

1. A user inputs 2 excel sheets, one wil..... More

Print this item

  Should you include uneven data
Posted by: donnertrud - Jan-20-2020, 07:42 AM - Forum: Data Science - No Replies

Hi guys,

I am trying to make this post very short, because its a very general and simple question. I have a dataset which includes date as a feature...... More

Print this item

  please help me to install mysqlclient!!!
Posted by: njnkhanal - Jan-20-2020, 07:17 AM - Forum: General Coding Help - Replies (1)

i am having trouble,
when i inter 'pip install mysqlclient'
then it responce:

Collecting mysql
Downloading https://files.pythonhosted.org/pa..... More

Print this item

  Receiving XML exception from nmap.scan() results.
Posted by: PythonNmap - Jan-20-2020, 05:18 AM - Forum: General Coding Help - Replies (4)

Hi All,

I'm making use of the python-nmap library.

However, running a basic scan against 10.0.0.17/255.255.255.0 or more precisely 10.0.0.17/..... More

Print this item

  memory saving in Python
Posted by: Skaperen - Jan-20-2020, 01:16 AM - Forum: News and Discussions - Replies (5)

i am creating a script intended to fetch some large sets of data. this script is intended for public use. but it is very heavy on memory usage. par..... More

Print this item

  divide a number iin two
Posted by: marciotos - Jan-20-2020, 12:05 AM - Forum: Homework - Replies (2)

I got this easy homework but somehow i got stuck
i have to separte a number like: 1999 and math them as 19+19
I have done searches around but couldn..... More

Print this item

  Python calculator divide by zero help
Posted by: dock1926 - Jan-19-2020, 09:59 PM - Forum: General Coding Help - Replies (4)

I'm a beginner at python and I am building a calculator for a project and have everything working as needed except one small part. I have to get a sim..... More

Print this item

  TypeError
Posted by: Robb - Jan-19-2020, 09:54 PM - Forum: General Coding Help - Replies (2)

Hey there, Im absolutly new to Python, and I just cant find the mistake in this code. I took it from another source to illustrate an quantum mechanica..... More

Print this item

  Need some help with parsing
Posted by: jkessous - Jan-19-2020, 07:34 PM - Forum: Web Scraping & Web Development - Replies (11)

Hi Everyone,
First of all thanks for the assistance. I am a noob i python and need assistance with some website parsing.
The website requires a logi..... More

Print this item

  encode text
Posted by: elstolbo - Jan-19-2020, 06:45 PM - Forum: Homework - Replies (2)

hello programmers.
Please, I have a question about decoding a string that contains pinging. The whole ping is in the listbox, which I need to save as..... More

Print this item

  plotting 2d and 3d using pyqt5 and pyqtgraph and GLSurfacePlotItem
Posted by: kiyoshi7 - Jan-19-2020, 04:20 PM - Forum: GUI - Replies (1)

Hi, I am trying to plot two graphs in one window, one 2d and another 3d. I am able to get the 2d plot to work but when I try to plot in 3d using GLSur..... More

Print this item

  connecting to the spreadsheet object inside multiple enterprise software apps
Posted by: ajetrumpet - Jan-19-2020, 03:36 PM - Forum: General Coding Help - No Replies

hey you guys,

I need some help with this. I was recently contacted by a small business that needs a common sense solution. they want to put table..... More

Print this item

  Comparing data from two Excel sheets
Posted by: Stuart_Houghton - Jan-19-2020, 02:49 PM - Forum: General Coding Help - No Replies

Hi guys,

Pretty new to Python and taking a couple of courses.
As an SEO I'm looking at ways to use Python and Pandas on a day to day basis to hel..... More

Print this item

  CGI in python, problem with pandas, plotly.express and export html
Posted by: HK2432 - Jan-19-2020, 01:30 PM - Forum: General Coding Help - No Replies

Hello ! Smile

I need some help with my script in Python. I've two questions :


First question :


I'm creating a CGI whi..... More

Print this item

  Trying to use python-nmap but receiving however python2 or 3 can't find PortScanner.
Posted by: PythonNmap - Jan-19-2020, 12:58 PM - Forum: General Coding Help - Replies (21)

Hi All,

Given this code snippet, could you please help me understand what am I missing?

High level overview:

1) I've imported python-nmap
..... More

Print this item

  regex match in a string
Posted by: batchen - Jan-19-2020, 12:16 PM - Forum: General Coding Help - Replies (4)

Hey,
im using python3 and i use ansible.
i get this ansible output :

[python]"['', 'PLAY [localhost] **', '', 'TASK [Gathering Facts] **', 'ok:..... More

Print this item

  question about recursion
Posted by: kotter - Jan-19-2020, 10:32 AM - Forum: Homework - Replies (1)

Hello,

I was making an old exam but I am currently stuck on one question. I need to implement a class for real numbers. The class has one attribute..... More

Print this item

  f-string-ify
Posted by: Skaperen - Jan-19-2020, 06:13 AM - Forum: News and Discussions - Replies (10)

i ran into yet another case where it would be nice to be able to express the literal for the f-string in just on place and be able to "run" that strin..... More

Print this item

  os.walk does not see files that are in the folder
Posted by: kiton - Jan-19-2020, 01:27 AM - Forum: General Coding Help - Replies (1)

Hello!

I used the following code some time ago for a project involving parsing tweets. Now, I want to extract more features associated with those t..... More

Print this item

  An article of GvR about the parsing of python
Posted by: Gribouillis - Jan-18-2020, 11:28 PM - Forum: News and Discussions - No Replies

I came across this recent article of Guido van Rossum about the idea to repla..... More

Print this item

  'No module named tkinter.messagebox' - PyInstaller
Posted by: ironfelix717 - Jan-18-2020, 09:31 PM - Forum: General Coding Help - Replies (7)

I suspect I won't get an answer but i'll try regardless...

Compiling my script (pyinstaller) and running the .exe results in: [python]No module na..... More

Print this item

  Site packages, Python 3.8
Posted by: Dixon - Jan-18-2020, 09:12 PM - Forum: General Coding Help - Replies (2)

[python]from setuptools import setup

setup(
name = 'vsearch'
version = '1.0'
description = 'The Head First Python Search Tools',
..... More

Print this item

  Check for funny characters with a regexp
Posted by: bertilow - Jan-18-2020, 09:08 PM - Forum: General Coding Help - Replies (4)

I want to be able to check if a string contains any of the following "funny" characters:

"ā㥹ĆćČčĎďĐđēĕĖėęěĞğġīįİıĽľŁłŃńņňŋŌōőŒœŕřŚśŞşŠšŢţťŧũūŮűų..... More

Print this item

  Python R&D Dev (DC metro area / Remote)
Posted by: mgeide - Jan-18-2020, 08:52 PM - Forum: Jobs - Replies (2)

Come join PUNCH Cyber Analytics Group, an Inc. 5000 "Best Workplaces" company two years running. PUNCH is a Virginia-based small business supporting a..... More

Print this item

  need help with xpath
Posted by: pythonprogrammer - Jan-18-2020, 08:23 PM - Forum: Web Scraping & Web Development - Replies (1)

<p class='drug-subtitle'><b>Generic Name:</b> ziprasidone (zi PRAY si done)<br><b>Brand Names:</b> <i>Geodon</i></p>

i am trying to figure out what..... More

Print this item

  PEP554 Interpreters: is there any code for this yet?
Posted by: tmcclure - Jan-18-2020, 08:02 PM - Forum: News and Discussions - Replies (1)

I pulled 3.9.02a but don't see the interpreters module as some 2018 articles and PEP554 mention being in. Is this still totally conceptual or is there..... More

Print this item

  Print 'X' a number of times
Posted by: Than999 - Jan-18-2020, 06:22 PM - Forum: General Coding Help - Replies (1)

Hi What is wrong with my code? I'm trying to print the a number of 'X' strings based on my input value (integer). However, when I try to run it in my..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How does this code create... 5 minutes ago Pedroski55 Pedroski55 General Codin...
  qpython package error 25 minutes ago Creepy masonsbore General Codin...
  Equivalent Python code fr... 28 minutes ago Mishal0488 masonsbore General Codin...
  Converting py to exe 2 hours ago WiPi WiPi General Codin...
  yield from 2 hours ago akbarza Larz60+ General Codin...
  questions about dict.get 2 hours ago akbarza Larz60+ General Codin...
  The *Best Python Cheat Sh... 3 hours ago kmh Annaat20 Tutorial Requ...
  convert to bin problem 4 hours ago kucingkembar kucingkembar General Codin...
  [PyGame] Waiting screen u... 7 hours ago world90 attractalderman Game Developm...
  Help with writing monitor... Yesterday, 21:55 donottrackmymetadata deanhystad General Codin...
  Cloud computing advice ne... Yesterday, 21:23 sawtooth500 sawtooth500 Data Science
Most views
  The best Prog... 399604
  Web Scraping ... 291723
  Tutorial Requ... 284816
  Newbie with P... 244345
  New Users Int... 228761
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 312
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11872
buran 8088
snippsat 7080
deanhystad 6196
metulburr 5150
Top referrers
Googlepro 20
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
masonsbore Today
suvechha Today
nebeolisa Today
ganeshbraj Yesterday
Jaime Yesterday

User Panel Messages

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