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: TimTom420
» Forum threads: 38,797
» Forum posts: 175,898

Full Statistics

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

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 2
» Views: 68
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,798
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Yesterday, 02:09 AM
» Replies: 7
» Views: 626
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 121
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 102
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 180
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,207
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 300
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 184
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 113

 
  Help regarding date format
Posted by: Prince_Bhatia - Apr-01-2019, 05:29 AM - Forum: General Coding Help - Replies (2)

hi,

i have date like this 31-12-2024 (dd-mm-yyyy) and i want to convert this date to Dec, 2024. How can i do that.


[python]date = 31-12-2024


l_dt..... More

Print this item

  Convert SAS Dates Format in a loop
Posted by: MohanReddy - Apr-01-2019, 04:56 AM - Forum: General Coding Help - Replies (2)

[python]
import pandas as pd
Dates_Min_Max_Df = pd.read_sas("path/file.sas7bdat")
print(Dates_Min_Max_Df)
Minimum_Date Maximum_Dat..... More

Print this item

  Automation
Posted by: Gangadhar - Apr-01-2019, 04:15 AM - Forum: News and Discussions - Replies (1)

Hi all,
I am new to Python so u wanted to go for Python automation. Currently I am working in embededd testing. So can u please help me which Python a..... More

Print this item

  lxml - etree/lxml need help storing variable for most inserted element
Posted by: goeb - Apr-01-2019, 03:09 AM - Forum: General Coding Help - No Replies

Hello benevolent python vets,

This is a new (and very desperate/frustrated) member requesting your assistance here.

I have had great success wit..... More

Print this item

  Web connection delay
Posted by: ebolisa - Mar-31-2019, 08:49 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi,

This link displays the local country data and the server response is immediate:

However,..... More

Print this item

  resolving issues with path
Posted by: aster - Mar-31-2019, 08:12 PM - Forum: General Coding Help - Replies (5)

I am on windows 10, python and all his modules has been installed with miniconda, .py files added to PATHEXT, bin folder and python added to PATH

If ..... More

Print this item

  So what do I need to do change the color this label?
Posted by: jpezz - Mar-31-2019, 06:48 PM - Forum: GUI - Replies (10)

I've adapted this countdown clock program from another member and it works except I want to make the text color change when the countdown hits 30 & 15..... More

Print this item

  how do i add a margin to a Listbox
Posted by: DT2000 - Mar-31-2019, 06:04 PM - Forum: GUI - Replies (27)

I have been trying to find information to help me margin (pad) the Listbox when it is populated from a database query. Currently the inserted data is ..... More

Print this item

  Python_Windows_Wifi/access point
Posted by: samerou - Mar-31-2019, 05:36 PM - Forum: Networking - Replies (2)

Hello ,
It's my first day with this comunity , Smile Smile
I have a project that I'm working on it and now I'm in a phase where I need to..... More

Print this item

  thonny and esp32/8266 on raspberry usb
Posted by: niala38 - Mar-31-2019, 05:25 PM - Forum: News and Discussions - No Replies

Hi,
I am newby on the forum, it is my first thread...
I just discover Thonny, which looks like a great IDE
I use it with micropython on Espressif E..... More

Print this item

  Creating a list from a sequence without while-loop
Posted by: schniefen - Mar-31-2019, 03:41 PM - Forum: Homework - Replies (2)

Suppose I have a sequence [x][/n]. I want to create a list of [x][/n] for all n>0 as long as [x][/n] is greater than a given constant. I'm confused on..... More

Print this item

  Unable to run array using numpy module
Posted by: vitalstrike82 - Mar-31-2019, 03:13 PM - Forum: General Coding Help - Replies (2)

I'm starting to learn python. I have install Anaconda package which includes Juypter.

I'm running Jupyter Notebook for python without turning on t..... More

Print this item

  Optimisation problem - star identification
Posted by: pberrett - Mar-31-2019, 01:51 PM - Forum: General Coding Help - Replies (1)

Hi everyone

I have written a comet finding program however I find it runs a bit slow for my liking. I have been able to speed it up by using numba ..... More

Print this item

  tkinter label error
Posted by: nonzzo - Mar-31-2019, 12:33 PM - Forum: GUI - Replies (1)

[python]
import tkinter
import random
import time
from tkinter import *
r = tkinter.Tk()
tk = Tk()
f = Frame(tk)
r.title("userinterface")
r.m..... More

Print this item

  Value Estimator Calculator getting a TypeError
Posted by: jaycuff13 - Mar-31-2019, 10:04 AM - Forum: General Coding Help - Replies (2)

Greetings. I am working on creating a calculator in python. My objective is to create a basic calculator to return the repair value and estimated prof..... More

Print this item

  Finding the end point of a path
Posted by: happylol123 - Mar-31-2019, 09:49 AM - Forum: Homework - Replies (1)

What I need is finding end point(s) of a grid which starts from the lowest left hand corner and it should pass through all the cells once.

I want t..... More

Print this item

  Invalid Syntax Error
Posted by: jaycuff13 - Mar-31-2019, 08:43 AM - Forum: General Coding Help - Replies (2)

Greetings all,

I am currently doing some practice, and I am running into an invalid script error. Here is the code. IDLE gives me an invalid synta..... More

Print this item

  SSLCertVerificationError using urllib (urlopen)
Posted by: FalseFact - Mar-31-2019, 06:06 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I was trying to learn web scraping for data science/collection but have been struggling to use urllib (urlopen) with wikipedia in any shape or..... More

Print this item

  How to create a random library for an specific function
Posted by: andre_fermart - Mar-31-2019, 03:40 AM - Forum: Data Science - Replies (4)

Dear experts,

I am working with a probability density function (PDF), that I named as "Jaya", as below:

f(x) = scale**(shape-1) * x**(-shape)*(n..... More

Print this item

  Stack trace shows different exception type than print
Posted by: micseydel - Mar-30-2019, 09:28 PM - Forum: General Coding Help - Replies (5)

Python's JSON module supports deserializing Javascript infinities (although the official JSON spec doesn't). Specifically, it supports "Infinity" and ..... More

Print this item

  not controlling this loop well
Posted by: juan_de_comala - Mar-30-2019, 08:09 PM - Forum: Homework - Replies (3)

Hi all,

So I'm trying to understand while loops. I'm stumped why this loop executes 8 times, when I'm trying to have it execute no more than 6 times...... More

Print this item

  Step by Step Installation GUI
Posted by: Vicolas - Mar-30-2019, 07:26 PM - Forum: GUI - Replies (1)

[size=medium]Hello, please how can I create a step by step installation GUI in tkinter. Just like you want to install a software and you have to be cl..... More

Print this item

  __init__ with input()
Posted by: mcmxl22 - Mar-30-2019, 05:43 PM - Forum: General Coding Help - Replies (3)

I wrote this program and it works like I want it too but the __init__ method doesn't do anything. I have read and watched tutorials but I can't figur..... More

Print this item

  Noob´s first game goes wrong
Posted by: asadodetira123 - Mar-30-2019, 05:11 PM - Forum: Game Development - Replies (10)

Hello, i am new to coding and just tried to make a game. I´ve been following a tutorial and made everything exactly
as it said, but the game is stuck..... More

Print this item

  Pong clone with classes
Posted by: OhNoSegFaultAgain - Mar-30-2019, 04:34 PM - Forum: Code sharing - Replies (1)

Recently I came across this video https://www.youtube.com/watch?v=C6jJg9Zan7w and since I'm trying to understand OOP design principles I thought it co..... More

Print this item

  Updating records 1 to n on an SQLite table
Posted by: KevinBrown - Mar-30-2019, 02:58 PM - Forum: General Coding Help - Replies (2)

The attached script is to update an SQLite table (clipboard) with a new item in the following manner.


There a maximum number of rows of 50.
Reco..... More

Print this item

  Binary tree from a list
Posted by: dan789 - Mar-30-2019, 02:40 PM - Forum: General Coding Help - Replies (14)

Hi all,

I need to create a binary tree, whose data are stored in a list:

[python][[parent1, one_of_children_from_1],[parent2, one_of_children_from_2..... More

Print this item

  Get variable from class inside another class
Posted by: hcne - Mar-30-2019, 02:39 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I am building a code roughly organised as the example here:

[python]
class parent:

def __init__(self):
self.va..... More

Print this item

  Round off floats in a list
Posted by: nagymusic - Mar-30-2019, 01:37 PM - Forum: Homework - Replies (10)

Hello!

I'm writing to ask how to round off the given list l = [0.0, 1.23, 1.68] so it reads as l = [0, 1, 1.5], with al..... More

Print this item

  First web scraping project using bs4, review my code
Posted by: OhNoSegFaultAgain - Mar-30-2019, 11:28 AM - Forum: Code sharing - Replies (2)

Hello people, I just finished my first web scraping project and I'd like to have an opinion about the code: what I did right, what wrong and what can ..... More

Print this item

  [pandas]How to liner fit time series data and get linear fit equation and r square
Posted by: Sri - Mar-30-2019, 08:12 AM - Forum: Data Science - Replies (5)

Hi,
I have below pandas dataframe:

[python]df:
Time_golden Golden is_golden
0 2019 -03-20 10:24:30 98.6 golden
1 2..... More

Print this item

  How do I run this script?
Posted by: someguy - Mar-30-2019, 04:58 AM - Forum: General Coding Help - Replies (4)

I'm trying to use this script to extract files from zbthumbnail.info:
https://github.com/ross-spencer/zbthumbnail-extractor

Ran the script, but I'..... More

Print this item

  Building a new system soon? AMD Ryzen 5 $79
Posted by: Larz60+ - Mar-30-2019, 02:37 AM - Forum: News and Discussions - Replies (2)

If anyone's thinking of building a new system, and has a microcenter near, they're offering AMD Ryzen 5 1600 3.2GHz 6 Core AM4 Boxed Processor with Wr..... More

Print this item

  Fallout-themed IDE?
Posted by: Exsul - Mar-29-2019, 10:20 PM - Forum: Bar - Replies (7)

VERY important question, guys: How do I get a Python IDE to look like one of those old-fashioned terminals with green text from the Fallout games?

..... More

Print this item

  [CRITICAL] [App ] Unable to get a Text provider, abort.
Posted by: Exsul - Mar-29-2019, 08:31 PM - Forum: GUI - Replies (6)

Error message:

[quote]C:\Users\[USERNAME]\PycharmProjects\practice\venv\installkivy\Scripts\python.exe C:/Users/[USERNAME]/PycharmProjects/kivia/venv..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 4 hours ago lary_p Pedroski55 General Codin...
  Can I develop a live vide... Yesterday, 04:48 mtrkhan mamta25 Web Scraping ...
  Help with Serial.write in... Yesterday, 02:09 racingsubby racingsubby General Codin...
  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
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
Most views
  The best Prog... 579419
  Tutorial Requ... 512497
  Web Scraping ... 442306
  Newbie with P... 386356
  New Users Int... 380521
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday
matt 11-26

User Panel Messages

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