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,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,906

Full Statistics

Online Users
There are currently 29 online users.
» 0 Member(s) | 27 Guest(s)
Google, Bing

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
8 hours ago
» Replies: 4
» Views: 143
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 163
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 679
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,813
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 156
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 136
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 217
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,220
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 326
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 217

 
  Click Element if displayed using Selenium and Python
Posted by: giaco__mar - Dec-27-2018, 03:56 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi guys, I'm coding a script in which, when a button is clicked, sometimes a div appears and others it doesn't.
I'm trying to handle this exception u..... More

Print this item

  python range function and data aggregation
Posted by: forestconsulting - Dec-27-2018, 02:43 PM - Forum: Data Science - Replies (2)

Dear friends I am a experienced business analyst having worked on excel ad-dons/rapid-miner / qlikview for a number of years , but new to python codin..... More

Print this item

  How to split at specified delimiter
Posted by: SriRajesh - Dec-27-2018, 01:00 PM - Forum: General Coding Help - Replies (5)

Hi,
I have below DataFrame:
input:

VA004L200E2T99
VG002K500E4T99
VG002K500E4R45
VN009K30E6T00
VA007K100E2T40

I want to split at "E" and ex..... More

Print this item

  import psycopg2 issue
Posted by: bhuvneshdogra - Dec-27-2018, 11:10 AM - Forum: General Coding Help - Replies (1)

[python]#!/usr/bin/python
import psycopg2
from config import config

def connect():

""" Connect to the PostgreSQL database server """..... More

Print this item

  Python version 3 that seems to be ignored by the system on a Raspberry Pi
Posted by: Discret68 - Dec-27-2018, 10:01 AM - Forum: General Coding Help - Replies (3)

Hello everyone

I am writing to you from France. My english is really basic Smile

I recently bought a Raspberry Pi 3 model B. I am under Ra..... More

Print this item

  Error: No module named 'google'
Posted by: Amit0503 - Dec-27-2018, 07:24 AM - Forum: General Coding Help - No Replies

Hi,

When I am trying to run command python manage.py runserver, i am receiving this error:- Mo module named 'google', when i tried to install googl..... More

Print this item

  Strip does not work when applied on a string read from a text file.
Posted by: susmis666 - Dec-27-2018, 04:16 AM - Forum: General Coding Help - Replies (1)

Hi,

I am trying to do this:
1. Read string line of data from a log file one line at a time.
2. Split string by identifying '\t' and assign then ..... More

Print this item

  Randomizing Color Output
Posted by: ammorgan - Dec-27-2018, 03:31 AM - Forum: General Coding Help - No Replies

A friend and I have been working on this program together, he is more advanced at Python than I am, but he seems to keep losing me in explanations.
..... More

Print this item

  Vertical Seam Removal
Posted by: scott14 - Dec-27-2018, 03:03 AM - Forum: General Coding Help - No Replies

hi everyone,
i need help in explaining this code, i know it is vertical seam removal but just need more details to explain what is really happening::..... More

Print this item

  Erratic Datetime result
Posted by: timsch - Dec-27-2018, 01:49 AM - Forum: General Coding Help - No Replies

To practise coding, I've been looking at Problem 14 of Project Euler, the longest Collatz sequence for ..... More

Print this item

  Drop rows from data with zero value
Posted by: Devilish - Dec-26-2018, 11:50 PM - Forum: Data Science - Replies (3)

I know it's probably a real simple answer... I only have 2 columns of data, 1 being the Timedate Index, and the 2nd is my values. Most of the values ..... More

Print this item

  Why doesn't strip work?
Posted by: cybervigilante - Dec-26-2018, 10:10 PM - Forum: General Coding Help - Replies (5)

import string
dogs = "All.Good,Dogs.. Eat.! Shoes?"
dogs = dogs.strip(string.punctuation)
print(dogs)
My result is All.Good,Dogs....... More

Print this item

  Generate list in class
Posted by: P13N - Dec-26-2018, 10:09 PM - Forum: General Coding Help - Replies (7)

Is it possible to generate a list with the inputs in my function addperson, which I can print then with my function printperson? I'm a b..... More

Print this item

  functio to do fixed formatting of int/float
Posted by: Skaperen - Dec-26-2018, 09:55 PM - Forum: News and Discussions - No Replies

i have wanted this function a few times now. so i have started developing one. the needs are more acute than what format() provides.

it needs a h..... More

Print this item

  using ' inside ''' quoted strings or " inside """ quoted strings
Posted by: Skaperen - Dec-26-2018, 09:18 PM - Forum: General Coding Help - Replies (2)

can i safely use ' inside ''' quoted strings or " inside """ quoted strings?

Print this item

  HELP - Calculating the complexity of my algorithm.
Posted by: Kokuzuma - Dec-26-2018, 08:00 PM - Forum: Homework - Replies (2)

Hello,

I am a student and a beginner in learning python coding, and I'm stuck on a list-binary exercice, where I'm asked to give the complexity of ..... More

Print this item

  help wanted
Posted by: mhare - Dec-26-2018, 04:18 PM - Forum: Jobs - Replies (2)

I am looking for an experienced Python Developer(full time or Part time)to support our company www.Firehousealerting.com

This would suit an very ex..... More

Print this item

  Real Time Stock Market Quotes
Posted by: Goodsport - Dec-26-2018, 02:48 PM - Forum: General Coding Help - Replies (4)

I'm looking for someone interested in downloading real time stock quotes into Excel. I am not technical. I found some freeware code in Python, but c..... More

Print this item

  Using a function: splitting, joining, and slicing a string
Posted by: Drone4four - Dec-26-2018, 02:14 PM - Forum: Homework - Replies (2)

Here is the homework task:

[quote]
MASTER YODA: Given a sentence, return a sentence with the words reversed¶
master_yoda('I am home') --> 'home am I'..... More

Print this item

  Which package installation methods to use inside a python virtual environment?
Posted by: python_user_03 - Dec-26-2018, 01:10 PM - Forum: General Coding Help - Replies (2)

I am using virtualenv. I know that using pip install <package_name> inside a python virtual environment will isolate that package (the package is only..... More

Print this item

  Tkinter window minimize,appear
Posted by: frequency - Dec-26-2018, 12:59 PM - Forum: GUI - Replies (5)

Hello,
I am making a GUI for my code. Take a look:
[PYTHON]

import tkinter as tk
from sys import exit
class GUI:
def __init__(self,root):..... More

Print this item

  Receive Serial Data and store in different Variables in Python
Posted by: jenkins43 - Dec-26-2018, 11:06 AM - Forum: General Coding Help - Replies (5)

Hi, I am using a wireless modem which is connected with ..... More

Print this item

  Pass variable script return twice output problem
Posted by: Faruk - Dec-26-2018, 09:23 AM - Forum: General Coding Help - Replies (8)

Hello guys. I write two python code and I can pass variable two scrpit but I have some problem. My scrpits this:

script1.py

[python]x='a'..... More

Print this item

  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules.
Posted by: DivyaKumar - Dec-26-2018, 08:31 AM - Forum: General Coding Help - Replies (3)

Hi Team,

We are having a data warehouse project which is written in Oracle PL/SQL.
Now we are transferring it to SNOWflake but since Snowflake don..... More

Print this item

  Tic Tac Toe
Posted by: King_Unknown - Dec-26-2018, 04:29 AM - Forum: Game Development - Replies (6)

Hey, I’m creating a 2 player tic tac toe game and I’m unsure on how I would start programming it. So I was wondering if someone could help me or give ..... More

Print this item

  Recursively place file in a directory/all subdirectories
Posted by: rootVIII - Dec-26-2018, 03:20 AM - Forum: Code sharing - Replies (2)

Having some fun with recursion.

This one places a file in the specified directory as well a..... More

Print this item

  times table
Posted by: aocii - Dec-25-2018, 11:01 PM - Forum: General Coding Help - Replies (3)

hi everyone, i know that my questions re too elementary but i am trying to learn. i am trying to write times table. so i wrote this code.
[python]for..... More

Print this item

  Make a fully functional program as a library
Posted by: frequency - Dec-25-2018, 07:44 PM - Forum: GUI - Replies (3)

Hello!,
I am creating a GUI that will unite all the 3 programs together.3 differend buttons for 3 differend .py files. How can i make each one of the..... More

Print this item

  keep running Console Application
Posted by: MrJoo - Dec-25-2018, 07:24 PM - Forum: General Coding Help - Replies (3)

Hi folks,

I have a console Python program script. I upload it on Linux Host cloud.
I need to run it permanently, so I run it using putty by using ..... More

Print this item

  Select specific index for plot
Posted by: rundesquadrat - Dec-25-2018, 06:34 PM - Forum: Data Science - Replies (1)

Hey guys,

I do have here an issue, which I cannot solve alone and thus need your help.

I do have a very large csv table with 27 columns. What I..... More

Print this item

  [split] Splitting a string into six pieces
Posted by: susmis666 - Dec-25-2018, 05:13 PM - Forum: Homework - Replies (1)

Hi,
I am trying to read data from a text file and split it into six parts.
I the code is not able to perform intended function for reasons unidenti..... More

Print this item

  generator concurrency
Posted by: Skaperen - Dec-25-2018, 04:51 PM - Forum: News and Discussions - Replies (3)

so i wrote a generator. it's not a class. it's just a function with a yield statement. calling it returns an iterator that effectively drives the g..... More

Print this item

  TypeError: 'int' object is not iterable
Posted by: shan1403 - Dec-25-2018, 04:16 PM - Forum: General Coding Help - Replies (7)

Hi everyone, I need to find the distance between the two rows of the matrix in two different .CSV file. Following is the part of the code:

[python]..... More

Print this item

  Use variable from one function in another without return
Posted by: P13N - Dec-25-2018, 04:10 PM - Forum: General Coding Help - Replies (3)

I'm having those two functions in my code and want to be able to use the variable tdate from the function def todos_new(): in my second ..... More

Print this item

  Wrting to text file
Posted by: isar - Dec-25-2018, 02:26 PM - Forum: General Coding Help - Replies (1)

Hi

total python newbie here

A friend has been using F-engrave http://www.scorchworks.com/Fengrave/fengrave.html

they supply the source code ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 8 hours ago Lou snippsat General Codin...
  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
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579473
  Tutorial Requ... 512668
  Web Scraping ... 442333
  Newbie with P... 386388
  New Users Int... 381139
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 7391
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Yesterday
TimTom420 11-27
cruisesfares 11-27
SNR 11-27
Jonathan 11-27

User Panel Messages

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