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,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,892

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 40 Guest(s)
Bing, Google, Apple, Internet Archive

Latest Threads
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 20
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
8 hours ago
» Replies: 3
» Views: 117
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
8 hours ago
» Replies: 2
» Views: 82
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Today, 04:40 AM
» Replies: 6
» Views: 3,187
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 251
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 139
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 95
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,529
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 181
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 85

 
  basic MySQL-statements fail - all the time
Posted by: apollo - Jun-15-2019, 02:12 PM - Forum: Bar - Replies (2)

hello dear staff - hello dear user -

running webadmin for years now - and having troubles for months - and posting here for weeks.
But the suppor..... More

Print this item

  Duplicated words in a list
Posted by: pooyan89 - Jun-15-2019, 12:47 PM - Forum: Homework - Replies (7)

Hi!
I have a task:
[b]
Write a function called has_duplicates that takes a list and returns True if there is any element that appears more than once...... More

Print this item

  understanding exponential and bitwise operators
Posted by: srm - Jun-15-2019, 10:36 AM - Forum: General Coding Help - Replies (1)

Hi there,
I am new to python and would like to understand working of few expressions related to operators in python.
example :
[python]a = 21
b = ..... More

Print this item

  Problems with inheritance with classes
Posted by: internetguy - Jun-15-2019, 07:47 AM - Forum: General Coding Help - Replies (3)

I'm getting a type error.
I want to write a subclass and add an attribute to it, then write a method to display the attribute and call the method. ..... More

Print this item

  [pandas] Convert categorical data to numbers
Posted by: pradeep_as400 - Jun-15-2019, 07:08 AM - Forum: Data Science - Replies (1)

Hello,

I have a data frame df_train which has a column sub_division.

The values in the column is look like below

ABC_commercial
ABC_Private..... More

Print this item

  my doctor is not-guilty
Posted by: Skaperen - Jun-15-2019, 04:26 AM - Forum: Bar - No Replies

i haven't been able to see my past doctor for over a year because of this case. he was found not-guilty of wrongly over prescribing an opioid so now ..... More

Print this item

  Looking for volunteers to help convert files
Posted by: Ryan_w27 - Jun-15-2019, 01:40 AM - Forum: Jobs - Replies (1)

Seeking some Help on a Small project im doing on astral radio signals

Im no programmer by any means but Im trying find someone to convert python file..... More

Print this item

  reduce volume slider to 0%
Posted by: metulburr - Jun-15-2019, 01:05 AM - Forum: Web Scraping & Web Development - Replies (6)

I am trying to figure out how to reduce the volume slider to 0% as it starts somewhere are 80%-ish and loud and annoying when testing.

volume slid..... More

Print this item

  web crawler problems
Posted by: kid_with_polio - Jun-14-2019, 10:42 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi, I followed along with a web crawler tutorial on Youtube but I can't seem to get the code to work even though I used an updated website. I have all..... More

Print this item

  Version of glob for that Supports Windows Wildcards?
Posted by: Reverend_Jim - Jun-14-2019, 10:37 PM - Forum: General Coding Help - Replies (5)

Is there a Python module that works like glob except that it works properly on Windows?

Here's the problem. Windows recognizes "?" and "*" as wildc..... More

Print this item

  Jump to next empty column with Google Sheets & Python
Posted by: Biks - Jun-14-2019, 07:28 PM - Forum: Web Scraping & Web Development - Replies (1)

I have a series of python scripts that enter data into a Google sheets column. I want to jump over to the next empty column if I run everything the ne..... More

Print this item

  Market Basket Analysis: Finding Association Rules
Posted by: kylenater - Jun-14-2019, 07:10 PM - Forum: Data Science - Replies (1)

Hello. I am trying to do a market basket analysis of transaction data. So far I have been able to organize the transaction data into a Pandas datafram..... More

Print this item

  Fixing my backup function
Posted by: Beginner_coder123 - Jun-14-2019, 06:22 PM - Forum: Homework - Replies (4)

Hello everyone, I'm trying to fix some methods such as "restore a backup" in my public library system.. But I've been stuck for weeks. Can someone hel..... More

Print this item

  Debugging a run job (Linux, python3, cython)
Posted by: phycem - Jun-14-2019, 05:41 PM - Forum: Homework - No Replies

I have a specific question about my python work. Could you have a look?

I am running a research job in high energy physics but I have a problem wit..... More

Print this item

  How to create dashbord
Posted by: SriMekala - Jun-14-2019, 05:17 PM - Forum: General Coding Help - Replies (3)

Hi,
I have below data:

[python]Date v1 v2 v3
2019-06-01 0.2 1 3.0
2019-06-02 1.3 0.7 1.9
2019-06-04 ..... More

Print this item

  output confusion in sort_values of Pandas
Posted by: ift38375 - Jun-14-2019, 04:46 PM - Forum: General Coding Help - Replies (1)

Given below is small program in python:
import pandas as pd
ontutD = {'Tutor': ['Tahira','Gagan','Anusha','Jacob','venkat',
'Ta..... More

Print this item

  [split] Python for Everybody 5.2 assignment
Posted by: jonchanzw - Jun-14-2019, 04:38 PM - Forum: Homework - Replies (4)

[python]largest = None
smallest = None
while True:
num = input("Enter a number: ")
if num == "done":
break
try:
fnu..... More

Print this item

  How to import data from database to excel
Posted by: nick123 - Jun-14-2019, 04:13 PM - Forum: General Coding Help - Replies (1)

I am using microsoft access database.
I want to copy data from the table with column names and paste it into a excel file.
I try to copy but I got s..... More

Print this item

  BeautifulSoup Installed but not Found in Atom
Posted by: wakegate - Jun-14-2019, 03:32 PM - Forum: Web Scraping & Web Development - Replies (4)

Hey everyone, I read a few other threads related to this, but was not able to solve my problem. I'm attempting to write a very simple web scraper in A..... More

Print this item

  removing duplicate numbers from a list
Posted by: calonia - Jun-14-2019, 03:13 PM - Forum: General Coding Help - Replies (12)

hi, there! i am new to python and i was trying to remove duplicate numbers in a list using for loop. but the code doesn't quite work

[python]
numb..... More

Print this item

  How can I monetize my app?
Posted by: ComfyApril - Jun-14-2019, 12:12 PM - Forum: News and Discussions - Replies (10)

Hello, devs, greetings from a newbie. Searched this forum and didn't find any topic regarding app monetization. Since I'm at that point when my app sh..... More

Print this item

  Functions to get all latitudes given a list of listing_ids
Posted by: Rae - Jun-14-2019, 11:50 AM - Forum: Homework - Replies (4)

Hi all! Would really appreciate some help here. This is part of my homework (and I am still super new to Python so I need some help). So I have a set ..... More

Print this item

  need help please
Posted by: Leo12143 - Jun-14-2019, 11:44 AM - Forum: General Coding Help - Replies (1)

i hava this error, please hekp me


Traceback (most recent call last):
File "C:/Users/אבירן/PycharmProjects/Marvel/friday.py", line 45, in <modu..... More

Print this item

  Optimizing a model output (Y) with some (X) parameters defined
Posted by: pierrelouisbescond - Jun-14-2019, 10:28 AM - Forum: Data Science - No Replies

Hi Everyone,
(Disclaimer: I am quite a beginner onPython and Data Science in general… Smile )

I have designed and published my 1st kernel on ..... More

Print this item

  spwd module missing in iOS
Posted by: dr_atomic - Jun-14-2019, 09:51 AM - Forum: General Coding Help - Replies (3)

Hello,

does someone know why spwd module is missing on iOS Python? I cannot install it using pip nor conda?
It is present on my Ubuntu/Debian ..... More

Print this item

  mod_wsgi installation
Posted by: Code05 - Jun-14-2019, 07:56 AM - Forum: Web Scraping & Web Development - Replies (2)

Encountered error upon installation the mod_wsgi.+



ERROR: Complete output from command /home/ec2-user/venv/venv/bin/python3 -u -c 'import setu..... More

Print this item

  Call a Function contained in a Tuple
Posted by: SamGer - Jun-14-2019, 06:58 AM - Forum: General Coding Help - Replies (7)

Hallo Users,

I have a Tuple of Variables and corresponding to that a Tuple of functions. Now based on what variable is used a function needs to be ..... More

Print this item

  Serial to telnet using Python
Posted by: Charles_Linquist - Jun-13-2019, 11:55 PM - Forum: General Coding Help - Replies (2)

Most people need a telnet to serial adapter. That is, they need a program to act as a telnet host, and when you telnet in - you get connected to a se..... More

Print this item

  Python instantly closes (Twitch Plays, Python 2)
Posted by: JustHelpMePlease - Jun-13-2019, 11:00 PM - Forum: General Coding Help - Replies (1)

So I was using someone's code and I am not very experienced in python.
The installation must be right - I got the needed version of python (Python 2)..... More

Print this item

  Cannot get simple i/o to function.
Posted by: jerryi - Jun-13-2019, 10:14 PM - Forum: General Coding Help - Replies (10)

My first post. I am new to Python and am using Sublime Text Editor with Python 3. Sample code below was pasted from a tutorial file, io.py
It runs, a..... More

Print this item

  Simple String to Time within a pandas dataframe
Posted by: Ecniv - Jun-13-2019, 09:12 PM - Forum: Data Science - Replies (1)

Hi

I have a data frame with strings that look like date and another column of time.
What would be the best way to convert them to actual datetime ..... More

Print this item

  Python problem reading file
Posted by: Lafayette - Jun-13-2019, 09:04 PM - Forum: General Coding Help - No Replies

Hello,

I am reading a file that has over 200 thousand lines with users information.

When it finds lines with "|" it makes a split to separate ..... More

Print this item

  Can someone please help me convert this simple C ROT cipher code to Python code?
Posted by: boohoo9 - Jun-13-2019, 07:11 PM - Forum: General Coding Help - Replies (5)

Hi!
I'm having difficulties converting this simple C code into Python code. I don't code in Python much, I'm only using it for Flask web application ..... More

Print this item

  Beginner thread :)
Posted by: Caramen - Jun-13-2019, 05:48 PM - Forum: News and Discussions - Replies (3)

Hello,
I'm new in the python community.
I would like to know if an advanced user can give me some tips and answer to all my noob questions ^^.

My ..... More

Print this item

  How to identify chromedriver version?
Posted by: metulburr - Jun-13-2019, 04:43 PM - Forum: Web Scraping & Web Development - Replies (2)

I am not looking for selenium version. I am looking to find out what version of chromedriver i am using. For example: when you download chromedriver f..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Proposal for PEP 1 hour ago matt Gribouillis News and Disc...
  My regex function is not ... 8 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 8 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python Today, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579372
  Tutorial Requ... 512375
  Web Scraping ... 442284
  Newbie with P... 386339
  New Users Int... 380301
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
matt Today
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday

User Panel Messages

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