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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

Online Users
There are currently 53 online users.
» 1 Member(s) | 48 Guest(s)
Bing, Google, Mojeek, AOL, Pedroski55

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
2 hours ago
» Replies: 3
» Views: 105
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
2 hours ago
» Replies: 2
» Views: 70
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
6 hours ago
» Replies: 6
» Views: 3,179
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 243
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 128
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 90
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 174
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 81
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,148

 
  Multithreading alternative
Posted by: MartinV279 - Aug-01-2019, 12:38 PM - Forum: General Coding Help - Replies (1)

Inside my project I have a loop of 13 iterations which includes some feature matching. The code needs to run real time, and the only way to achieve th..... More

Print this item

  Using pygame with pycharm.
Posted by: kevindadmun - Aug-01-2019, 12:19 PM - Forum: Game Development - Replies (4)

So i got using pygame with python. So i tried using pycharm. When i tried to import pygame i get this. Unused import statement. The funny thing is i t..... More

Print this item

  Flash an old tablet with a new android?
Posted by: metulburr - Aug-01-2019, 12:10 PM - Forum: Bar - Replies (4)

Is it possible to flash such as older tablet with a newer android?
ASUS Model: ME302C
Android 4.3
Kernel: 3.4.43
..... More

Print this item

  Group files according to first few characters in filename
Posted by: python_newbie09 - Aug-01-2019, 10:36 AM - Forum: General Coding Help - Replies (7)

I used the script below that worked for one set of files that had the same name in different folders but for this second set of files, it only shares ..... More

Print this item

  AttributeError: 'area' object has no attribute 'areaofcircle'
Posted by: shane1236 - Aug-01-2019, 09:49 AM - Forum: General Coding Help - Replies (5)

Hello everyone,

I'm facing trouble in the following code, can somebody help me.I am new here even I don't know how to post my code sorry about that. ..... More

Print this item

  Not understand the difference and there uses
Posted by: Eugene_G - Aug-01-2019, 09:46 AM - Forum: General Coding Help - Replies (4)

Hi All

Just need help understand the difference between using the below 2 syntax.

Input: not 1 == 1
Output: False

Input: [b]..... More

Print this item

  Template for new Python projects - start your project the right way
Posted by: SourceryNick - Aug-01-2019, 08:39 AM - Forum: Tutorial Requests and Submissions - Replies (2)

The tutorial goes through how to set up a new Python project with everything you need to keep the code consistent and high quality:

https://sourcer..... More

Print this item

  Add column to numpy matrix
Posted by: Gigux - Aug-01-2019, 07:45 AM - Forum: Data Science - Replies (1)

Dear all,
I am trying to add a column to a numpy matrix. I can make a running example as follows:

[python]import numpy as np
X = np.random.unifor..... More

Print this item

  Os.startfile in Windows.
Posted by: Gribouillis - Aug-01-2019, 07:35 AM - Forum: General Coding Help - Replies (12)

I'd like to test this but I don't have a windows computer at home (the first thing I do when I purchase a new computer is erase the Windows OS), so ca..... More

Print this item

  understanding output of bytes/raw data
Posted by: rootVIII - Aug-01-2019, 03:51 AM - Forum: General Coding Help - Replies (3)

I can see that the output of this has some interesting info... such as Created With Gimp Big Grin How can I extract useful information out of s[6]..... More

Print this item

  multiple schedules?
Posted by: Stan2292 - Aug-01-2019, 02:15 AM - Forum: General Coding Help - Replies (1)

# OP is a python noob trying to streamline some performance monitoring work so he doesn't have to hire more people to do that
# Python 3.7

i'm hav..... More

Print this item

  Ctrl-b 09
Posted by: sunabe_97 - Aug-01-2019, 01:19 AM - Forum: General Coding Help - No Replies

I'm trying to send a command ^B09 to a device with python's telnetlib.

Logging directly into the device with putty and issuing the commands work f..... More

Print this item

  PyYAML
Posted by: millpond - Aug-01-2019, 12:52 AM - Forum: General Coding Help - Replies (2)

I am having a devil of a time with PyYAML. Any package with a dependency to it tries to compile it, and always fails from cython. There have apparentl..... More

Print this item

  multi-line messages in raised exceptions?
Posted by: Skaperen - Aug-01-2019, 12:16 AM - Forum: General Coding Help - Replies (3)

many of my functions accept many keyword arguments like:

def callme(*args,**opts):
    ...
they then have code to pop off the known k..... More

Print this item

  want better option name for a conversion function
Posted by: Skaperen - Jul-31-2019, 09:59 PM - Forum: News and Discussions - Replies (2)

i have a function that converts ints to strings, given the int value, the sequence of digits to convert with, the minimum width of the result, the pre..... More

Print this item

  Formatting Output After Web Scraping
Posted by: yoitspython - Jul-31-2019, 08:53 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi (again, I'm redoing my previous post with more detail),

I am currently web scraping a site using START DATE 07/01/2019 and [b]END DATE[/b..... More

Print this item

  Speech Recognition
Posted by: samyalayse - Jul-31-2019, 07:54 PM - Forum: News and Discussions - No Replies

Is there some way to enter my own recognizer at SpeechRecognition 3.8.1? I don't wanna Sphinx, neither Google's.

Print this item

  Finding Scripts for Python
Posted by: Johnny1998 - Jul-31-2019, 07:43 PM - Forum: News and Discussions - Replies (1)

I've been taking a beginner-friendly Python Course via the Web, and In one of the steps the Instructor finds the Python Scripts?
Anyway, Here's a pic..... More

Print this item

  ValueError: The truth value of a Series is ambiguous ?
Posted by: firebird - Jul-31-2019, 05:54 PM - Forum: Data Science - Replies (1)

Hello Everyone!
I have a UDF that outputs a list of stocks and their open and current prices in a dictionary format. That output is then sent to anot..... More

Print this item

  explanation of code
Posted by: hikerguy62 - Jul-31-2019, 05:50 PM - Forum: General Coding Help - Replies (2)

The below snippets were taken from the website for xlswriter. I don't understand what the
first snippet is doing (the part that starts with [color=#3..... More

Print this item

  Soft Access Point & Socket Data Streaming
Posted by: groger57 - Jul-31-2019, 05:05 PM - Forum: Networking - Replies (1)

Hello:
I am new to this forum. I am having an issue trying to figure out how to do something seemingly simple, but spinning the wheels. I have search..... More

Print this item

  how to add user input to a dictionary to a graph
Posted by: KINGLEBRON - Jul-31-2019, 03:38 PM - Forum: Homework - Replies (3)

[align=left]i trying to build a a graph from an api of weather website. i want the user will input 3 cities that i would like to know and then make a ..... More

Print this item

  Jupyter throw error
Posted by: aritra19 - Jul-31-2019, 02:50 PM - Forum: General Coding Help - No Replies

I am working on 2 projects.

1. https://github.com/rddy/deepassist

Dependencies:

Tensorflow 1.3.0
Baselines 0.1.4
Gym 0.9.1
Box2D 2.3.2
bo..... More

Print this item

  Tkinter don't get ver from file via pickle
Posted by: storzo - Jul-31-2019, 01:52 PM - Forum: General Coding Help - Replies (2)

Hi!

This i s my first post, i got a problem with code what i make. Problem is that pickle dont get ver. when is changed in tkinter. I use many step..... More

Print this item

  Find active PyQT5 textline and add result to dictionary
Posted by: mart79 - Jul-31-2019, 11:21 AM - Forum: GUI - Replies (3)

Hi all,

I am starting with PyQT5 to set-up a GUI.
However, I am new to PyQT5 so therefore the question if there is an instruction to get the name ..... More

Print this item

  Installed Python3.7 from package, trying to run pip3.7 does not work
Posted by: JBristow1729 - Jul-31-2019, 10:27 AM - Forum: General Coding Help - Replies (4)

Hi all.

I am working on an ubuntu 16.04 VM and have installed python3.7 from a package. I now have the following outputs when checking versions:
..... More

Print this item

  Post comments to Wordpress Blog
Posted by: SergeyLV - Jul-31-2019, 10:26 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi! How can I post a comment on my blog using python? I know that I can do it with xmlrpc maybe, but can you give me a code example?

Print this item

  scrap macrotrends
Posted by: mr_byte31 - Jul-31-2019, 09:17 AM - Forum: Web Scraping & Web Development - Replies (7)

I was trying to collect some information about stocks I like.
example for stock : https://www.macrotrends.net/stocks/chart...ncome-stat..... More

Print this item

  last index
Posted by: paul18fr - Jul-31-2019, 08:35 AM - Forum: Data Science - Replies (4)

Hi

In Python, starting indexes from 0 (it has been the choice of Guido Van Rossum from what I read some time ago, but it's confusing compare to Mat..... More

Print this item

  PyQt5 -ALONG the pygame libraries to get username or user to use on scoreboard... ???
Posted by: lsepolis123 - Jul-31-2019, 07:00 AM - Forum: Game Development - Replies (1)

I HAVE A pygame game "SHAKE"
to get the User username
can i use or is it easy to use
import sys
from PyQt5.QtWidgets import QDialog, QApplicatio..... More

Print this item

  Scrap arbitrage odds -help
Posted by: Gochix2020 - Jul-31-2019, 04:36 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi there. I have this code which friend of mine gave me as he trying to figure out why this code not working. Basically it should scrap the best arbit..... More

Print this item

  inconsitencies in my first code
Posted by: wildbill - Jul-31-2019, 02:56 AM - Forum: General Coding Help - Replies (1)

i am trying to make a pong game i have started from scratch twice now and i am noticing that the "ball" only bounces if i hover my mouse near the poin..... More

Print this item

  Trouble install pygames
Posted by: kevindadmun - Jul-31-2019, 12:39 AM - Forum: Game Development - Replies (4)

I am trying to install pygames. But i am have trouble finding a decent tutorial. They talk about using something called a pip? i dont no what that is...... More

Print this item

  How do you add the results together each time a function is called?
Posted by: Exsul - Jul-31-2019, 12:36 AM - Forum: General Coding Help - Replies (10)

I made a program that randomly adds numbers between 1 and 10 to a list 1,000 times and then counts the number of times each number occurs in that list..... More

Print this item

  Song Modifying Program Starting Point
Posted by: BadenJaden - Jul-30-2019, 11:28 PM - Forum: General Coding Help - Replies (1)

Hi, I'm trying to make a program that amplifies certain aspects of a song's audio, bass, treble, etc. and don't know anything about it. Could anybody ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 2 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 2 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python 6 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 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...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
Most views
  The best Prog... 579361
  Tutorial Requ... 512322
  Web Scraping ... 442277
  Newbie with P... 386330
  New Users Int... 380178
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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