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

Full Statistics

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

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

 
  Bot to get info from one page and save to db
Posted by: sena - Nov-09-2018, 02:43 PM - Forum: General Coding Help - No Replies

Good afternoon, sir. I'm new to the forum and new to python, I'd like to ask a question

I want to make sweeps via whatsapp, to participate the pers..... More

Print this item

  installing pip
Posted by: brecht83 - Nov-09-2018, 02:18 PM - Forum: General Coding Help - Replies (1)

I have a computer with python 3.7 and pip working.
Today I installed python 2.7 and it runs.
Now I'm trying to install pip for python 2.7 and I Alwa..... More

Print this item

  Making turtle draw a sine wave recursively
Posted by: rootVIII - Nov-09-2018, 01:59 PM - Forum: Code sharing - Replies (2)

Definitely worth running once Rolleyes

[python]
#! /usr/bin/python3
# Recursively drawing a sine wave
from turtle import *
import time
i..... More

Print this item

  Parsing file and get a specific text
Posted by: dds69 - Nov-09-2018, 10:28 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I'm new in scripting with python (in general too). I need some help to get a block text in a file.

This is my code :
[python]stop ..... More

Print this item

  Please help me error "AttributeError: 'module' object has no attribute 'ElementTree'"
Posted by: mattroi261192 - Nov-09-2018, 10:08 AM - Forum: General Coding Help - Replies (4)

Hi everyone,
I have trouble when I code python as below.
I have a simple code:
[python]import xlrd
file_location = "D:\Training\Python\Email\aa.xl..... More

Print this item

  Assist with calculation
Posted by: bbm8 - Nov-09-2018, 09:25 AM - Forum: Homework - Replies (2)

I am writing a short program to count the number of times a digit appears in a large number but I can’t think of what math I would use to do this. I h..... More

Print this item

  Print data in rows and columns
Posted by: rlinux57 - Nov-09-2018, 06:22 AM - Forum: General Coding Help - Replies (5)

I have make a script in python having below output.

Output:
[output]('User ID' 'Hits', {'1982641': 10, '105350': 9, '1008313': 7, '2073270': 11, '207..... More

Print this item

  If conditions with time limit
Posted by: unknowntothem - Nov-09-2018, 05:58 AM - Forum: General Coding Help - Replies (4)

Hello All,

I have a question, this seems like it should be very straight forward but I have not been able to get this right yet.

I have a raspb..... More

Print this item

  How to customize x axis in matplotlib.pyplot for a scatter plot?
Posted by: wlsa - Nov-09-2018, 04:25 AM - Forum: Homework - Replies (9)

I have a list of 8698 temperatures which I want to plot on a scatter plot. How do I set the x-axis ticks labeled to a list of years? The list of years..... More

Print this item

  scraping with multiple iframe
Posted by: jansky - Nov-09-2018, 03:21 AM - Forum: Web Scraping & Web Development - Replies (1)

HI All

Im a php developer and switching to python,

Basically I was able to get some scraping from one website with basic login and session using..... More

Print this item

  Extracting Reoccuring Row Titles
Posted by: Hier0phant - Nov-09-2018, 03:00 AM - Forum: General Coding Help - Replies (1)

Good Evening!

I've got basic python education but am working on my capabilities.

I'm attempting to parse out multiple data entries for a single ..... More

Print this item

  WatchedFileHandler.reopenIfNeeded() usage
Posted by: buntu - Nov-09-2018, 02:56 AM - Forum: General Coding Help - Replies (2)

Hi -- I'm trying to figure out the right way to call WatchedFileHandler.reopenIfNeeded() to help reopen a new file if the file was rotated by logrotat..... More

Print this item

  Program ending unexpectedly without output
Posted by: test - Nov-09-2018, 02:35 AM - Forum: GUI - Replies (2)

Hello!
I just started learning to use kivy. I copied an example from the docs into nano, but it doesn't show any output and terminates on its own.
..... More

Print this item

  Flatiron school
Posted by: TrueStudentOfPython - Nov-09-2018, 02:24 AM - Forum: News and Discussions - No Replies

Hi all,

I was just wondering if anyone has heard about Flatiron school , which is a coding boot camp.

curious if anyone had any thoughts or expe..... More

Print this item

  Adding adjacent parts of a list
Posted by: TrueStudentOfPython - Nov-09-2018, 02:16 AM - Forum: General Coding Help - Replies (1)

Hey all!

So I am trying to get a program that adds adjacent list values together and then finds the greatest amongst them...
--list_one = [ 3, 6, ..... More

Print this item

  CWD (Current working directory)
Posted by: pcsailor - Nov-09-2018, 01:33 AM - Forum: General Coding Help - Replies (5)

Hi,

At the moment a project I am working on requires me to manually go into the first script and change the CWD to whatever the directory is of the..... More

Print this item

  a85encode vs b85encode (in module base64)
Posted by: Skaperen - Nov-08-2018, 10:01 PM - Forum: News and Discussions - No Replies

the base64 module has 2 ways to encoding in base 85 where the compactness is 4 bytes to 5 characters. which do/would you use, a85encode or b85encode,..... More

Print this item

  Getting wanted data from the 'top' command (Linux)
Posted by: rootVIII - Nov-08-2018, 09:56 PM - Forum: Code sharing - Replies (7)

This script gets system data from Linux top command: load averages, number of users, and top processes' PID, USER, CPU%, and Command Path. url is also..... More

Print this item

  Help change from a while loop to a for loop
Posted by: captwiggum - Nov-08-2018, 09:23 PM - Forum: Homework - Replies (10)

Hi,
I'm a total beginner and for class I have to change this while loop to a for loop and I just can't figure it out, help would be much appreciated...... More

Print this item

  Python/Labjack T7
Posted by: ekq378 - Nov-08-2018, 07:57 PM - Forum: General Coding Help - Replies (1)

Looking for a simple way to read and differentiate analog inputs and plotting them on a amplitude vs time live data streaming. Having a hard time find..... More

Print this item

  PyPDF2 Hanging When Trying to Open Corrupted PDF
Posted by: bmccollum - Nov-08-2018, 07:00 PM - Forum: General Coding Help - Replies (6)

I'm using the PyPDF2 library to cycle through several thousand PDFs each day, search for specific text that's present in the top-most part of the PDF ..... More

Print this item

  what am I doing wrong?
Posted by: imamy - Nov-08-2018, 05:40 PM - Forum: Homework - Replies (10)

I have this assignment for my second class where I have to write a code that would rotate a matrix by 90* clockwise. I came up with the idea to iterat..... More

Print this item

  [split]Instal MySQL client
Posted by: mbanol - Nov-08-2018, 05:21 PM - Forum: General Coding Help - Replies (1)

:17] <mbanol> Hie there
[19:18] <mbanol> i am trying to install mysqlclient using pip install mysqlclient but i am getting the following error
[19:1..... More

Print this item

  problem web.py session
Posted by: Youssef - Nov-08-2018, 02:02 PM - Forum: Web Scraping & Web Development - Replies (1)

Im working with web.py I set value into session variable but tried to print it into screen the value is null
Im using ubntu as os and firefox as my d..... More

Print this item

  ImportError: No module named jaraco.itertools in Python
Posted by: manhnt - Nov-08-2018, 11:41 AM - Forum: General Coding Help - No Replies

I'm converting a .py file to a .exe file. It is on the 'dist' folder(using py2exe). It complies and runs normally in Python shell. But in an executabl..... More

Print this item

  edit text files/ add lines if missing (regex)
Posted by: wardancer84 - Nov-08-2018, 09:57 AM - Forum: General Coding Help - Replies (3)

i am trying to layout some code to edit aix stanza files. basically i want to add/remove/edit special formated config values from various text files. ..... More

Print this item

  Responsibility in MVP Pattern
Posted by: CanadaGuy - Nov-08-2018, 12:48 AM - Forum: GUI - Replies (10)

I'm new to the concept of enforcing some kind of design pattern in the application (using wxPython) I'm trying to write according to MVP (model-view-p..... More

Print this item

  BeautifulSoup n levels of nested xml elements
Posted by: fatwalletguy - Nov-07-2018, 10:43 PM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to read a xml file and create a dictionary object
this is my xml 4 levels of elements
[output]<?xml version="1.0" encoding="UTF-8" stan..... More

Print this item

  Drop a row if it contains a certain value in pandas
Posted by: deltanov - Nov-07-2018, 09:54 PM - Forum: Data Science - Replies (4)

I have this text file:

LEU,LEID,PPP,YYY,LEO
'1','2','3','4','5'
'2','1','2','3','4'
'2','AA','','',''

I want to delete the rows where for LEI..... More

Print this item

  Rank word frequent in a list
Posted by: standenman - Nov-07-2018, 09:11 PM - Forum: General Coding Help - Replies (1)

I'm a non-coder type, so sorry if I don't have a clue on how to do this. I have Column in an excel spreadsheet with hospital names. I want to basic..... More

Print this item

  Mid-to-senior Remote Django Developer Role / Flexible (Australian-based dev studio)
Posted by: mitchcreatio - Nov-07-2018, 07:48 PM - Forum: Jobs - Replies (1)

Hi Everyone :wave:,
We are an Australian-based Django shop and we're looking for a *remote* mid-to-senior Django developer to join our team.
The jo..... More

Print this item

  async question on raspberry pi
Posted by: baukeplugge - Nov-07-2018, 07:16 PM - Forum: General Coding Help - Replies (2)

Hi All,

I want to create a python script that does a couple of things:

i want to read the USB port for new USB sticks. if there is I want to rea..... More

Print this item

  Learning pixel change detection in Python
Posted by: Hallucin88 - Nov-07-2018, 06:47 PM - Forum: General Coding Help - Replies (2)

I decided to learn how to code with Python with a specific goal in mind and could use some help with learning resources towards that goal.

Using Au..... More

Print this item

  Nested Imports
Posted by: CanadaGuy - Nov-07-2018, 06:44 PM - Forum: General Coding Help - Replies (4)

I'm trying to create modules for my application that are themselves testable on their own. I would like to have the following directory structure:

..... More

Print this item

  Convert arduino code to python
Posted by: JDutch - Nov-07-2018, 06:09 PM - Forum: General Coding Help - Replies (3)

Hello,

At the moment i'm bussy with a little project which include 4 RFID readers. The readers are connected to a arduino uno.
I've connected the ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 54 minutes ago Lou snippsat General Codin...
  Python Online Compiler 5 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... 579483
  Tutorial Requ... 512736
  Web Scraping ... 442350
  Newbie with P... 386394
  New Users Int... 381655
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
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today
IFDA123 Yesterday
TimTom420 11-27

User Panel Messages

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