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,939
» Latest member: goodvicent
» Forum threads: 38,724
» Forum posts: 175,513

Full Statistics

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

Latest Threads
private dating for adults
Forum: General Coding Help
Last Post: xyz987
2 hours ago
» Replies: 0
» Views: 19
NEED HELP, LOST OF INVEST...
Forum: General Coding Help
Last Post: goodvicent
4 hours ago
» Replies: 0
» Views: 73
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
9 hours ago
» Replies: 11
» Views: 4,091
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 570
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,510
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 923
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,408
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,265
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,468
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,435

 
  module for DNS queries
Posted by: Skaperen - Jan-19-2018, 05:13 AM - Forum: News and Discussions - Replies (7)

i recall once seeing a module for doing DNS queries of all kinds. i thought it was one in the Python package but i don't see one, now. so i did a pi..... More

Print this item

  [PyCharm] Any Features To Make Programming Easier / Faster?
Posted by: digitalmatic7 - Jan-19-2018, 05:02 AM - Forum: Web Scraping & Web Development - Replies (3)

Say I have a script that does the following:

  1. Navigates to a website in Selenium
  2. Logs in
  3. Clicks category
  4. Navigates to pos..... More

Print this item

  I made a real-time python editor - anyone have any feedback?
Posted by: Almenon - Jan-19-2018, 03:25 AM - Forum: News and Discussions - Replies (2)

https://github.com/Almenon/AREPL

[Image: arepl%20demo.gif]
[video=youtube]https://www.you..... More

Print this item

  Unexpected output write
Posted by: minmanrox - Jan-19-2018, 02:44 AM - Forum: General Coding Help - Replies (3)

I've just taken up coding and have been teaching myself out of Simon Monk's "Programming the Raspberry Pi" book. On p79, he demonstrates how to write ..... More

Print this item

  Bubble Sort Algorithm Not Sorting LikedList Contents
Posted by: JayJayOi - Jan-19-2018, 12:09 AM - Forum: Homework - No Replies

Hi, I am currently trying to code for this particular question which is
Uncle Tim started his Secondhand Bookstore in 2000. As years passed, the num..... More

Print this item

  Infinite loop
Posted by: Truman - Jan-18-2018, 10:54 PM - Forum: Homework - Replies (9)

# [ ] use a "forever" while loop to get user input of integers to add to sum,
# until a non-digit is entered, then break the loop and print sum
sum..... More

Print this item

Sad I freezed
Posted by: captainflint - Jan-18-2018, 10:45 PM - Forum: Homework - Replies (20)

[python]message="***Welcome to Sehir Online Market***"
message2="Please log in by providing your user credentials:"
print message,('\n'),message2
u..... More

Print this item

  Confusing Math
Posted by: DrJu - Jan-18-2018, 10:19 PM - Forum: General Coding Help - Replies (2)

I'm trying to understand why python has issues with simple math.
If you try to subtract 0.92 from 1 (1-.92) the answer you get is 0.07999999999999996..... More

Print this item

  Turtle issue
Posted by: Yoavier - Jan-18-2018, 08:24 PM - Forum: General Coding Help - No Replies

Heya, i'm using the turtle module in pycharm community edition 2017.2.3
I am trying to get a simple movement system with a keyboard, using this code:..... More

Print this item

  Detect comments part using web scraping
Posted by: seco - Jan-18-2018, 08:06 PM - Forum: Web Scraping & Web Development - Replies (7)

Hi
I'm following this tutorial to scrape Ajax comments section from a website https://likegeeks.com/py[url=https://python-forum.io/thread-7639.html]..... More

Print this item

  General advice web application
Posted by: Ramzi - Jan-18-2018, 05:36 PM - Forum: Web Scraping & Web Development - Replies (3)

Helo, I'm considered an intermediate in python and I would like to ask on how to build a website like Reddit which is made of python ? Are there any c..... More

Print this item

  UnboundLocalError, how to fix it please?
Posted by: etrius - Jan-18-2018, 04:09 PM - Forum: General Coding Help - Replies (4)

Hello, i'm facing a problem with python, i'm actually using the 2.6 version one because the scripts have been made for it, the 3.4 kept talking about ..... More

Print this item

  Morse Code Practice Script
Posted by: sparkz_alot - Jan-18-2018, 03:56 PM - Forum: Code sharing - Replies (14)

I created this script for myself which I thought I would share for those interested in learning or improving their Morse Code skills. I have not inclu..... More

Print this item

  Output formatting
Posted by: Steffenwolt - Jan-18-2018, 03:47 PM - Forum: General Coding Help - No Replies

Hello Helpers,
I made (partly copied) a script that gathers data from a MCP3008.
It loops as often as there are active MCP channels; in this case 0,..... More

Print this item

  GradientBoostingClassifier and hashed values
Posted by: metalray - Jan-18-2018, 03:27 PM - Forum: Homework - Replies (2)

Hi,

I noticed that my GradientBoostingClassifier treats my hash content as values and not
as class. Why would that be?


[python]test_df['agenc..... More

Print this item

  calling ".sql" files in python
Posted by: raopatwari - Jan-18-2018, 03:21 PM - Forum: General Coding Help - Replies (3)

Hello Python gurus,
I have sql file, in that
I have some commands like set echo on, set feedback on
and drop table, create table and inserts
and..... More

Print this item

  changing value and rerunning the code
Posted by: Arifattal - Jan-18-2018, 03:03 PM - Forum: General Coding Help - Replies (5)

i need this for something else i am working on, so i added it into a more simple code,
what i am trying to do is tell the code that if self.w(the thir..... More

Print this item

  Error: ValueError: could not convert string to float: 'L200 1.6 D/C'
Posted by: Jaarroy - Jan-18-2018, 01:18 PM - Forum: Data Science - Replies (2)

Hi guys, I need help trying to use Python to predict if a customer is going to leave the company.

When I try to fit the Random Forest, it says a Va..... More

Print this item

  Web scraping
Posted by: BoiledGoose - Jan-18-2018, 12:31 PM - Forum: Web Scraping & Web Development - Replies (4)

I would like to make simple script that returns 0 when server is offline and 1 when server is online, using web scraping. From that webpage "http://te..... More

Print this item

  Problem reading from serial
Posted by: python_beginner - Jan-18-2018, 12:05 PM - Forum: General Coding Help - Replies (5)

Hello, I'm new in python. I use an Arduino to sensing, and I wrote a small python program to read the data from usb. I use Python 3.5. The program is ..... More

Print this item

  How Can I Resolve This Error
Posted by: JayJayOi - Jan-18-2018, 10:47 AM - Forum: Homework - Replies (10)

Hi, I am currently trying to code for this particular question which is
Uncle Tim started his Secondhand Bookstore in 2000. As years passed, the num..... More

Print this item

  Run python script
Posted by: AndyDD_UK - Jan-18-2018, 10:41 AM - Forum: General Coding Help - Replies (8)

Hi

Newbie here. I have searched for this but cannot see an answer, apologies if I've missed something...

I'm currently learning python but am ru..... More

Print this item

  printing strings on same line..
Posted by: anna - Jan-18-2018, 07:55 AM - Forum: General Coding Help - Replies (3)

[python]import re
with open("svlan.txt") as svlan_file:
svlan_values = set(svlan_file.read().lower().split())

with open("e320configuration.t..... More

Print this item

  Django sending messages from third-party email
Posted by: sonic911 - Jan-18-2018, 07:52 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello!
I'm a little bit stucked with sending django email messages. My purpose is to send email from third-party email f.e user@site.com. I don't thi..... More

Print this item

  Pytest-html hook help
Posted by: flashnet1 - Jan-18-2018, 07:00 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi there,

I discovered pytest-html and using it as is, and it seems very nice and helpful.

I need to add a sorted column to it's report, and I j..... More

Print this item

  condensing try except
Posted by: mepyyeti - Jan-18-2018, 06:39 AM - Forum: General Coding Help - Replies (6)

There must be a way to achieve this type of code. As it is its violating everything about DRY...


also is there any way to condense try except sta..... More

Print this item

  import not working properly
Posted by: mepyyeti - Jan-18-2018, 05:24 AM - Forum: General Coding Help - Replies (5)

So I am having difficulty import my files. I can import standard library modules with 0 problem
import foo does not work b..... More

Print this item

  Program: ticket_check()
Posted by: Truman - Jan-17-2018, 11:49 PM - Forum: Homework - Replies (1)

Call ticket_check() function with 2 arguments: section and seats requested and return True or False
section is a string and expects: general, flo..... More

Print this item

  Program: shirt order
Posted by: Truman - Jan-17-2018, 11:22 PM - Forum: Homework - Replies (5)

Instructions:
First get input for color and size
White has sizes L, M
Blue has sizes M, S
print avaiable or unavailable, then
print the o..... More

Print this item

  Help me make my looper/synth
Posted by: ZipSnipe - Jan-17-2018, 10:44 PM - Forum: General Coding Help - No Replies

Hello I am on my 3rd week of learning Python2.7 and I am making a portable looper/synth that runs on Raspberry pi3 using a 16 button matrix from Adafr..... More

Print this item

  Using dictionary to login
Posted by: captainflint - Jan-17-2018, 09:58 PM - Forum: Homework - Replies (2)

I need a help because of my project.I have 2 usernames and 2 passwords.But ı can not combine them.Also, I'm new so, ı have to use elemantry or basic c..... More

Print this item

  need method to look up dictionary key by value
Posted by: league55 - Jan-17-2018, 09:51 PM - Forum: General Coding Help - Replies (3)

This is a little class I'm playing around with:

[python]from string import printable
from random import choice

class Anagram:

def __init..... More

Print this item

  Connecting to an online database
Posted by: MilkWaffler - Jan-17-2018, 09:41 PM - Forum: General Coding Help - No Replies

Is there any way to make it so a Login program can connect to a online database (Obvibase in this case) and check if the entered username and password..... More

Print this item

  pronterface on 3.5 " LCD
Posted by: tony1812 - Jan-17-2018, 09:33 PM - Forum: GUI - No Replies

Hello, I am pretty new to python. I use a pi3 to connect to my 3D printer, I insalled proterface on it, It works find on HDMI.screen Now I have a 3.5..... More

Print this item

  Union of dictionaries (taking max value on collision)
Posted by: meee - Jan-17-2018, 08:26 PM - Forum: General Coding Help - Replies (5)

[align=left] i need to write a program that takes two dictionaries and returns their union my problem is that if key is found in both, the larger va..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  private dating for adults 2 hours ago xyz987 xyz987 General Codin...
  NEED HELP, LOST OF INVEST... 4 hours ago goodvicent goodvicent General Codin...
  403 Error 9 hours ago CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
Most views
  The best Prog... 576406
  Tutorial Requ... 498176
  Web Scraping ... 440303
  Newbie with P... 384196
  New Users Int... 367182
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+ 12089
buran 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
goodvicent Yesterday
atylerfraces2254 Yesterday
AdrianCocian Yesterday
humanoidAI Yesterday
Baran12332 09-19

User Panel Messages

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