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,305
» Latest member: oliverjohn
» Forum threads: 38,799
» Forum posts: 175,899

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 38 Guest(s)
Bing, AOL, Google, Facebook Dev, Apple

Latest Threads
How can one recover stole...
Forum: Bar
Last Post: oliverjohn
53 minutes ago
» Replies: 0
» Views: 3
Steps To Recover Scammed ...
Forum: Bar
Last Post: FredDennis
1 hour ago
» Replies: 0
» Views: 7
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 1
» Views: 42
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Today, 04:48 AM
» Replies: 6
» Views: 7,793
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Today, 02:09 AM
» Replies: 7
» Views: 622
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 09:58 PM
» Replies: 3
» Views: 117
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 03:53 PM
» Replies: 1
» Views: 96
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Yesterday, 08:47 AM
» Replies: 3
» Views: 172
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 04:40 AM
» Replies: 6
» Views: 3,206
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 288

 
  function t split a string
Posted by: Skaperen - Apr-23-2019, 12:21 AM - Forum: News and Discussions - Replies (2)

i just wrote a function to split a string into parts based on a list of delimiters used in sequence.

[code]>>> splits('abcdefghijklm',['b','ef','ij..... More

Print this item

  How to graph a normal distribution?
Posted by: royer14 - Apr-22-2019, 09:16 PM - Forum: Data Science - No Replies

Hello, if I have a problem in the following way:

x: 20
mu: 17
sigma: 1.1
well before graphing you need to get the Z-score, ..... More

Print this item

  Need help with print error
Posted by: newbiepy - Apr-22-2019, 07:51 PM - Forum: General Coding Help - Replies (2)

Hello all. I'm totally new into Python learning journey and am stuck here, any thoughts what I'm missing here? I'm getting error with print saying inv..... More

Print this item

  Python Newbie Environmental Meta Issue
Posted by: wallacebmann - Apr-22-2019, 07:09 PM - Forum: General Coding Help - Replies (2)

BACKGROUND
I am a Python newbie coming from a Java background. Python environment management seems inscrutable to the point of idiotic, but I must a..... More

Print this item

  Default Paths
Posted by: francisco_neves2020 - Apr-22-2019, 06:36 PM - Forum: GUI - Replies (13)

Ok, guys. Major stupidity on my part. I have mad an exe file and post it on sourceforge.net, but the program will not work.
This, because the main fi..... More

Print this item

  WaveCopy and Amplitude Scaling
Posted by: kgbprod - Apr-22-2019, 06:05 PM - Forum: Homework - Replies (3)

In this assignment you will generate code to read a (short) .wav audio file into python, copy and amplitude scale it, before writing it out to a new ...... More

Print this item

  Resource or zip file?
Posted by: microphone_head - Apr-22-2019, 05:34 PM - Forum: Game Development - Replies (7)

Does anyone know of any solutions that have already been built to create something like a resource file, or zip files?

I've been writting a game wi..... More

Print this item

  Compare two large CSV files for a match
Posted by: Python_Newbie9 - Apr-22-2019, 05:05 PM - Forum: General Coding Help - Replies (3)

Hello, I am very new to python. trying to solve below issue.

We have two .csv files.

For example:
File Master: Column_A Column_B Column_C ........ More

Print this item

  Asking help as a new beginner in Python
Posted by: rockenheaven - Apr-22-2019, 04:42 PM - Forum: Homework - Replies (3)

I am asking for writing a python for a simple calculator but i really have no idea for it...
Here is an expected outcome of the program:
[output]
P..... More

Print this item

  if elif problem :)
Posted by: Runer - Apr-22-2019, 01:45 PM - Forum: General Coding Help - Replies (2)

Hi i am starting coding and i got this problem
#* This is the code
[python]right_name = input("is your right name " + right_name " yes / no ? ")
i..... More

Print this item

  Pandas to_csv in for loop AttributeError: 'tuple' object has no attribute 'to_csv'
Posted by: NSearch - Apr-22-2019, 01:43 PM - Forum: Data Science - Replies (9)

Hi all,

Thank you in advance for all suggestions. I am attempting to read data from a csv file and populate a field ('Result_Header') with a value...... More

Print this item

  Partial convertion string to int in lists
Posted by: satellite89 - Apr-22-2019, 11:55 AM - Forum: General Coding Help - Replies (6)

Hi everyone!

I'm new in Python and I think it's amazing. I'm doing an automation project to convert a string in values in table.
Now, I'd like to ..... More

Print this item

  Button command getting TypeError: radsa() missing 3 required positional arguments
Posted by: nonzzo - Apr-22-2019, 11:54 AM - Forum: GUI - Replies (2)

what is the problem?

Error:
TypeError: radsa() missing 3 required positional arguments: 'guessesTaken', 'randnummer', and 'gæt'
[py..... More

Print this item

  get hotel info from hotelscombined
Posted by: nikana - Apr-22-2019, 10:50 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi guys,

I am developing a program for extracting the hotels details from the hotelscombined. however, as per my trial, all texts including hotels n..... More

Print this item

  how to implement the .mymethod() notation of Python
Posted by: Pedroski55 - Apr-22-2019, 06:49 AM - Forum: General Coding Help - Replies (4)

I only learned that I could use my own Python modules in Python a few days ago.

I would like to know how this kind of thing works:

A simple exam..... More

Print this item

  Linux: Automatically kill process with fixed exe path
Posted by: anddontyoucomebacknomore - Apr-22-2019, 06:11 AM - Forum: General Coding Help - Replies (4)

When I use the ps command in termux on my android it displays a path corresponding to the processes (along with PID,PPID,etc). I believ..... More

Print this item

  [PyWinAuto] Please help me with Typekeys ()
Posted by: mattroi261192 - Apr-22-2019, 04:48 AM - Forum: General Coding Help - Replies (2)

Hello everyone,
I have some code as below:
[python]
from pywinauto import application
from pywinauto import keyboard
app = application.Applicatio..... More

Print this item

  Multi-tier Web application File Storage (NginX, File System or FTP) ?
Posted by: draems - Apr-22-2019, 04:08 AM - Forum: Web Scraping & Web Development - No Replies

I am building a site using Flask, Gunicorn and NginX to serve files that can possibly be huge and dynamically generated like on a repository applicati..... More

Print this item

  Capturing a snapshot from the video
Posted by: sreeramp96 - Apr-22-2019, 03:19 AM - Forum: General Coding Help - Replies (1)

[python]from imutils.perspective import four_point_transform
import numpy as np
import argparse
import cv2

scaling_factorx = 0.8
scaling_facto..... More

Print this item

  Calculation Inside Dictionary Error
Posted by: prophet11 - Apr-22-2019, 02:39 AM - Forum: General Coding Help - Replies (3)

Dear Collegues,

Thank you in advance for your help. My code is not generating the profitability of this calculation:

Current Value - Purchase Pr..... More

Print this item

  Native support for array-slicing syntax?
Posted by: nxs - Apr-22-2019, 01:42 AM - Forum: General Coding Help - Replies (1)

Hello,

A newbie question on the 'how' of the array slicing syntax.

Given that,

  1. Python does not support NumPy style arrays natively..... More

Print this item

  Dictionary Calculation
Posted by: prophet11 - Apr-22-2019, 01:07 AM - Forum: General Coding Help - Replies (3)

Dear Programmers,
I have an inquiry:

I need to calculate the earnings for these list of stocks inside a dictionary.
The calculation is as followe..... More

Print this item

  Just completed Learning Python the Hard Way
Posted by: rxndy - Apr-22-2019, 12:38 AM - Forum: General Coding Help - Replies (5)

Hey guys,

My goal is to become the best Data Engineer ever.

I have a bachelors degree in Economics and fell in love with Python too late.

I..... More

Print this item

  Working with dates
Posted by: Scott - Apr-21-2019, 11:55 PM - Forum: General Coding Help - Replies (1)

Hi everyone,

I have been trawling through the pandas documentation trying to figure out how to set my index dates to the beginning of each month fo..... More

Print this item

  swap elements in list
Posted by: hshivaraj - Apr-21-2019, 10:40 PM - Forum: General Coding Help - Replies (3)

Hi all

So the only way i can think of to swap two elements in list with the following

def swap(arr, pos1, pos2):
I wonder if the..... More

Print this item

  Dictionary Results Error
Posted by: prophet11 - Apr-21-2019, 10:28 PM - Forum: General Coding Help - Replies (2)

Dear Programmers,

I hope you are having a wonderful sunday:

# the Program is meant to display the info from the dictionary, but instead is disp..... More

Print this item

  VM address (C pointer) of Python object
Posted by: Skaperen - Apr-21-2019, 10:28 PM - Forum: General Coding Help - Replies (1)

i remember about a couple years ago seeing a means to get the virtual memory address of a python object and thought it was silly and useless. but tod..... More

Print this item

  *Ultra beginner math question
Posted by: Markg2 - Apr-21-2019, 09:39 PM - Forum: Homework - Replies (2)

My second day with book, Atom & Powershell. Using the Python calculator...

Why does--
25+30/6
30.0

Whereas--
55/6
9.1666666666

?

Mark

Print this item

  Using Time to Update a Global Variable and Label in TkInter
Posted by: cameron121901 - Apr-21-2019, 09:27 PM - Forum: Game Development - Replies (5)

At the moment, I am trying to make a game using TkInter. So far, it probably doesn't look very pretty, but please ignore that Sleepy.

What I am..... More

Print this item

  syntax error near unexpected token
Posted by: btom529 - Apr-21-2019, 08:20 PM - Forum: General Coding Help - Replies (5)

Hello! ultra noobie with all things programming and I am currently registered in an online python course. During the tutorials I got stuck when I was ..... More

Print this item

  Setting a widget visible
Posted by: nick123 - Apr-21-2019, 07:44 PM - Forum: General Coding Help - Replies (2)

I want to set a label visible for a particular time.
Is there any method or function that can be used to set the label visible for a particular time ..... More

Print this item

  Need help with self
Posted by: msp1981 - Apr-21-2019, 07:15 PM - Forum: Homework - Replies (2)

This is the assignment:
The ComplexNumber Class
Define a class ComplexNumber, which has two data fields (both numbers), real and imaginary. In addi..... More

Print this item

  Naming a variable with the str value and another variable
Posted by: SheeppOSU - Apr-21-2019, 06:53 PM - Forum: General Coding Help - Replies (2)

I want to create a bunch of variables with just a for loop like this -
[python]x = 0
for i in range(1, 11):
x += 1
#name a variable "User..... More

Print this item

  `QPushButton` without mouse click animation
Posted by: Atalanttore - Apr-21-2019, 05:49 PM - Forum: GUI - Replies (2)

Hi

I'm looking for a way to disable the left click animation of a QPushButton, but animation and left mouse click seems to be tightly connected w..... More

Print this item

  Hello need some help with some code!
Posted by: GalaxyCoyote - Apr-21-2019, 05:10 PM - Forum: General Coding Help - Replies (4)

Hello, I am new to python (I have just started learning a week ago) and I need some help with this

[python]name_program = input("Please enter you n..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How can one recover stole... 53 minutes ago oliverjohn oliverjohn Bar
  Steps To Recover Scammed ... 1 hour ago FredDennis FredDennis Bar
  Python is not working on ... 2 hours ago lary_p noisefloor General Codin...
  Can I develop a live vide... Today, 04:48 mtrkhan mamta25 Web Scraping ...
  Help with Serial.write in... Today, 02:09 racingsubby racingsubby General Codin...
  silent deployment Python ... Yesterday, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP Yesterday, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... Yesterday, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python Yesterday, 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... 579407
  Tutorial Requ... 512477
  Web Scraping ... 442304
  Newbie with P... 386355
  New Users Int... 380506
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+ 12111
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
oliverjohn Today
TimTom420 Today
FredDennis Today
cruisesfares Today
SNR Today

User Panel Messages

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