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,308
» Latest member: NeoQuant
» Forum threads: 38,798
» Forum posts: 175,911

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 36 Guest(s)
Applebot, Bing, Facebook, Google, AOL, NeoQuant

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 8
» Views: 209
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
8 hours ago
» Replies: 3
» Views: 11,102
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 183
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 705
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,821
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 174
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 151
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 243
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,225
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 344

 
  Caesar cipher
Posted by: Drone4four - Oct-26-2018, 03:06 PM - Forum: Homework - Replies (19)

I’ve begun writing a basic Caesar cipher as part of a Udemy course by Jose Portilla that I am t..... More

Print this item

  A CLI based Rock,Paper or Scissor game.
Posted by: Ablazesphere - Oct-26-2018, 02:57 PM - Forum: Code sharing - Replies (7)

Please like my post if you did. Dance Dance

[python]
import time
import random

j = 0

choice = 'y' or 'n'
point_pc = 0
point_us..... More

Print this item

  Decorator and namespace.
Posted by: JayIvhen - Oct-26-2018, 01:59 PM - Forum: Homework - Replies (2)

So. This decorator works. It provides saving function retirned value between calls.

The probles is that in standart way how function works I think ..... More

Print this item

  Writing python function difficulty
Posted by: kirito85 - Oct-26-2018, 01:48 PM - Forum: Homework - Replies (5)

Hi, I need to write a Python function that takes in a list of numbers, and outputs them into two lists, one consisting of even numbers, and the other ..... More

Print this item

  creating a class.
Posted by: prathmesh - Oct-26-2018, 01:06 PM - Forum: General Coding Help - Replies (1)

Hello, I am trying to create a new class with the following code :
[python]class employee:

def __init__(self, first, sal):
self.first..... More

Print this item

  Python - Scrapy - Contains
Posted by: Baggelhsk95 - Oct-26-2018, 12:49 PM - Forum: Web Scraping & Web Development - Replies (3)

Lets say we have this html, and we wanted to say if the tr in td contains EAN:, Print me the 2nd td in the same element

[python]response.xpath('//st..... More

Print this item

  Hosting statistic tool on heroku with flask secure?
Posted by: Zoja - Oct-26-2018, 11:47 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello!

I am working on a statistic tool for our company, millions of datasets. Now I need to upload the project, so all company members can request..... More

Print this item

  Web page Extractor
Posted by: sathiyarajmca - Oct-26-2018, 11:08 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi All,

I am trying to read the web page from the given URL and search for a particular text in that page.
I am using beautifulsoup to achieve..... More

Print this item

  Python - control a webbrowser
Posted by: ARGMER - Oct-26-2018, 09:02 AM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to control Chrome/Firefox to save a webpage. Specifically, my aim is to

a) Open a Webpage locally on the computer by using Chrome,
b) ..... More

Print this item

  # issue
Posted by: csascott - Oct-26-2018, 07:59 AM - Forum: General Coding Help - Replies (3)

#'abcdefghijklmnopqrstuvwxyz0123456789' 
I am very new to Python or programing. I'm writing code for a password generator. I don..... More

Print this item

  SARIMAX ValueError: xnames and params do not have the same length
Posted by: preetha8715 - Oct-26-2018, 06:18 AM - Forum: General Coding Help - Replies (2)

Hi,

I am running SARIMAX and I am getting the following error:

ValueError: xnames and params do not have the same length.

I need help underst..... More

Print this item

  2 lines causing code failure
Posted by: sfadil - Oct-25-2018, 11:04 PM - Forum: General Coding Help - Replies (5)

Hi,

I need your help,
I'm a beginner in python and i'm facing a problem with my code . It fails once I add two lines , even if it seems to be corr..... More

Print this item

  Problem with updating file to attach/pynput
Posted by: jameseroni - Oct-25-2018, 10:08 PM - Forum: General Coding Help - Replies (7)

I've been dabbling in cyber security and doing some research on parenting monitoring tools and thought a key-logger/email sender would be a good proje..... More

Print this item

  Balance integer list into multiple list of fixed value
Posted by: xenas - Oct-25-2018, 09:40 PM - Forum: General Coding Help - Replies (1)

Hi all,

I am trying to split the given list into multuple lists where the value limit for such splitted-list will be 10.

For example, given a li..... More

Print this item

  Avoid multiple windows of the same kind
Posted by: backermaster - Oct-25-2018, 09:00 PM - Forum: GUI - Replies (1)

My goal is to have an interactive bar chart. I want to open a window containing a text. This shall happen when the user clicks on one of the bars. I s..... More

Print this item

  flask requests display data from api on webpage with javacript
Posted by: pascale - Oct-25-2018, 08:30 PM - Forum: Web Scraping & Web Development - No Replies

Hi I am building a web app to access my Etsy store, so that i can download stock, sales, messages etc, and display this information and save what I ne..... More

Print this item

  Refactored web app with flasks blueprint - 404 error
Posted by: jolsendev - Oct-25-2018, 08:18 PM - Forum: Web Scraping & Web Development - Replies (1)

New user to python and Flask here... I have a very basic web app (more of just a shell for a web app that I just started) being hosted in Heroku. I re..... More

Print this item

  Need shell for python 3.6
Posted by: kaiba - Oct-25-2018, 07:56 PM - Forum: General Coding Help - Replies (6)

I have versions 2.7, 3.4 and just added 3.6 but can only access a shell in 3.4 How can I add a shell of 3.6 ?
Thanks

Print this item

  Best way to drop NA?
Posted by: WuchaDoin - Oct-25-2018, 06:25 PM - Forum: Data Science - Replies (1)

I'm fairly familiar with python basics with regards to DataFrames and pandas. The problem I am encounter though is that I cannot properly drop NA valu..... More

Print this item

  Read and tokenize doc/docx?
Posted by: JP_ROMANO - Oct-25-2018, 03:12 PM - Forum: General Coding Help - Replies (10)

Hello... I'm trying to see if Python can, given two filepath/names, read and tokenize the content of those files. This seems like it should be fairly..... More

Print this item

  Getting an error while connecting oracle DB from Python : cx_Oracle.DatabaseError: OR
Posted by: dinesh1393 - Oct-25-2018, 02:44 PM - Forum: General Coding Help - No Replies

Hi,

I am trying to connect the Oracle database from Python IDLE with below code but getting an error.
Can anyone help me on this.
import cx_Orac..... More

Print this item

  How to write datas into a file?
Posted by: Krszt - Oct-25-2018, 12:36 PM - Forum: General Coding Help - Replies (2)

I have program, which looks for every files starting with mli_value_IHAR_. I want these files' special date ID into a file (every date into a new lin..... More

Print this item

  Launching executable over rest server api
Posted by: InsatiableBuns - Oct-25-2018, 12:22 PM - Forum: General Coding Help - No Replies

Hello i'm new to Python and i've been trying to run an executable from the command line over a rest server.

I am using a basic rest server api writ..... More

Print this item

  Close program using Push Button with the help of input from a Message Box
Posted by: bhargavbn - Oct-25-2018, 08:51 AM - Forum: GUI - Replies (2)

Hello,

I have created a basic application with a push button.
The objective is for a pop-up message box to show up when I click on the push button..... More

Print this item

  Command Prompt Issue
Posted by: benzenegirl - Oct-25-2018, 07:42 AM - Forum: General Coding Help - Replies (2)

Hi!
Complete python noob here - trying to set up my command prompt so that I can execute programs from Geany.
(Following the Python Crash Course boo..... More

Print this item

  while loop issue, help please?
Posted by: itmustbebunnies - Oct-25-2018, 06:34 AM - Forum: General Coding Help - Replies (6)

I am new to Python (and coding) and having an issue with a while loop (see code below). When I get to the end of my loop, I prompt the user to enter ..... More

Print this item

  Print The Length Of The Longest Run in a User Input List
Posted by: Ashman111 - Oct-25-2018, 06:23 AM - Forum: Homework - Replies (3)

I am attempting the following question QUESTION

My code is as follows..... More

Print this item

  Looking to Save Data
Posted by: Corwin - Oct-25-2018, 05:23 AM - Forum: General Coding Help - Replies (3)

I'm very new to both Python and this forum, so please forgive me if I don't include all the information needed or I've posted in the wrong place.

I..... More

Print this item

  New to coding
Posted by: imthatonegirl - Oct-25-2018, 12:59 AM - Forum: News and Discussions - Replies (8)

Hello,
I really love coding. When I can do it at work it's the best part of my day normally. I want so badly to transition to a programming job. I h..... More

Print this item

  Random module Python 3.6
Posted by: daryl_uk - Oct-24-2018, 11:06 PM - Forum: General Coding Help - Replies (1)

Good evening Pythoners,

Can someone point me in the right direction of how to successfully use the random module for Python3.6.

I am slowly loos..... More

Print this item

  Creating Data Projector Games
Posted by: shodai - Oct-24-2018, 10:05 PM - Forum: Game Development - No Replies

I would like to create some simple games that are displayed on a data projector and then use a camera to interact with the game. I have seen this at s..... More

Print this item

  Need Help With Text to Speech App
Posted by: Lethe - Oct-24-2018, 10:03 PM - Forum: General Coding Help - No Replies

Hello,

I'm very new to Linux & programming in general. What encouraged me to get started was my grandmother getting throat surgery and losing her v..... More

Print this item

  Building first python program. Need a little guidance.
Posted by: Chrislw324 - Oct-24-2018, 09:58 PM - Forum: General Coding Help - Replies (6)

Hey. I'm Chris. I'm new to this forum and pretty new to python too. I've learned enough that I want to try building a small program that I can actuall..... More

Print this item

  Difference between return and print
Posted by: DragonG - Oct-24-2018, 05:56 PM - Forum: General Coding Help - Replies (9)

For this code, why can't you just replace return with print? What is the difference between return and print, explained so that a beginner can underst..... More

Print this item

  for-loop issue
Posted by: digysol - Oct-24-2018, 05:56 PM - Forum: General Coding Help - Replies (2)

I have a function with a for-loop containing a large (32) number of statements. But, the for-loop performs only 1 iteration. I double checked the code..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 4 hours ago Lou snippsat General Codin...
  Python Online Compiler 8 hours ago alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
Most views
  The best Prog... 579485
  Tutorial Requ... 512755
  Web Scraping ... 442356
  Newbie with P... 386395
  New Users Int... 381679
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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