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,285
» Latest member: IsmaelSlalk
» Forum threads: 38,794
» Forum posts: 175,877

Full Statistics

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

Latest Threads
LewisByday
Forum: General Coding Help
Last Post: IsmaelSlalk
9 minutes ago
» Replies: 0
» Views: 1
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
3 hours ago
» Replies: 0
» Views: 16
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 118
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 50
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 143
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 63
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,070
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,299
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 367

 
  Data Science Project
Posted by: DaisyPJ - Jan-17-2020, 10:45 AM - Forum: Data Science - Replies (3)

Hi

I am newly learning data science and am wondering if the below will qualify for a project that can be implemented in Python using ML algorithms:..... More

Print this item

  how to transform pyqt4 code to pyqt5 code
Posted by: atlass218 - Jan-17-2020, 08:55 AM - Forum: GUI - Replies (4)

Hi; I found this code in google, it is written with pyqt4, and I want to adapt it for pyqt5, but I encountered difficulties to fix the errors.

[u][b]..... More

Print this item

  Excel sheet by color
Posted by: abt_python - Jan-17-2020, 08:51 AM - Forum: General Coding Help - Replies (1)

Hi,

I need to process only that sheet from given excel file whose tab color is YELLOW. Requirement is something like this. My users have an excel f..... More

Print this item

  List items verification for Integer type
Posted by: vintysaw - Jan-17-2020, 07:53 AM - Forum: General Coding Help - Replies (4)

Hi All,

I want to verify if the list objects are integers are not. My code is failing at 0 index, when there is a float value or when there is a st..... More

Print this item

  a dictionary with a key default
Posted by: Skaperen - Jan-17-2020, 03:01 AM - Forum: News and Discussions - Replies (4)

i can use the method .get() on a dictionary to use a single specific default. i would like to have a simple means like that which can be inserted int..... More

Print this item

  Connection DATABASE to Python
Posted by: MenThoLLt - Jan-17-2020, 01:56 AM - Forum: General Coding Help - Replies (3)

Hey so i have a database that i need to connect to my search box. Database is made with SQLite3.


from tkinter import *

root = Tk ()

topfram..... More

Print this item

  from golang to python
Posted by: Skaperen - Jan-17-2020, 01:37 AM - Forum: News and Discussions - Replies (1)

i got a bunch of code in the Go language. i don't really want to learn (much) Go. this code makes heavy use of SOAP/XML. i am ..... More

Print this item

  changing arguments as seen by ps
Posted by: Skaperen - Jan-16-2020, 09:35 PM - Forum: General Coding Help - Replies (5)

in POSIX systems i can code in C to change the arguments that would be seen by the ps command. the typical reason for this is to identify what a each..... More

Print this item

  Looping through multiple pages with changing url
Posted by: Qaruri - Jan-16-2020, 09:11 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi, I am new to web scraping and have just managed to write my first working script. However it is only able to extract data from the first page. I ha..... More

Print this item

  Merging two DataFrames based on indexes from two other DataFrames
Posted by: lucinda_rigeitti - Jan-16-2020, 08:36 PM - Forum: Data Science - No Replies

I'm new to pandas have tried going through the docs and experiment with various examples, but this problem I'm tacking has really stumped me.

I hav..... More

Print this item

  High level Python program architectural design question - decoration for multiple ent
Posted by: yahbai - Jan-16-2020, 08:30 PM - Forum: News and Discussions - No Replies

I’ve got a python program architecture/design question, that I’d love some input on.

Background

I’m a solid intermedia..... More

Print this item

  Copy and append data from .dat file
Posted by: Makada - Jan-16-2020, 08:17 PM - Forum: General Coding Help - Replies (17)

Hi,

Ill try to explain what i want to do Smile

I have a datalogger which output a .dat file which has a maximum of 19 days worth of data.
..... More

Print this item

  Recommendation for good Python project and code to study
Posted by: kmiklas - Jan-16-2020, 07:23 PM - Forum: News and Discussions - Replies (1)

Hey All,

I’m working to take my Python 3 programming skills to that next level.

One of the best ways to improve is to read code of the masters...... More

Print this item

  [split] Format Q
Posted by: monay48 - Jan-16-2020, 06:22 PM - Forum: General Coding Help - Replies (1)

Dear friends,
I'm new at the forum and I couldn't find how to open a thread. So I'm writing here hoping that someone can help me. I'm new at Python. ..... More

Print this item

  Format Q
Posted by: ebolisa - Jan-16-2020, 05:32 PM - Forum: General Coding Help - Replies (1)

Hi,

What's the difference between these two codes? Does one run faster than the other or it's just a question of correct format?

TIA

[python]..... More

Print this item

  Requesting homework help and maybe a little code review…
Posted by: JonnyEnglish - Jan-16-2020, 04:34 PM - Forum: Homework - No Replies

Hi guys,

Homework Help
I want to put the numbers 0 - 3 around my game board to represent the row and column indexes like so:
0 1 2 3
0..... More

Print this item

  values spiral out of control
Posted by: Tinfoil - Jan-16-2020, 03:43 PM - Forum: Data Science - No Replies

Hi users,
for a project at my university i have to optimize a reactor. To find out the concentrations of the 3 phases in the reactor tube we have wri..... More

Print this item

  Does O365 work with Office 2016
Posted by: KipCarter - Jan-16-2020, 03:25 PM - Forum: General Coding Help - Replies (7)

Dodgy
I was looking for project ideas for "Python/Office" apps and ran across the O365 project. It loo..... More

Print this item

  Random Forest Hyperparamter Optimization
Posted by: donnertrud - Jan-16-2020, 03:02 PM - Forum: Data Science - Replies (1)

Hello,
I have been trying to optimize the Random Forest Hyperparameter in order to lower the Mean Absolute Error of my Regression Model. I used Pytho..... More

Print this item

  checking value on json
Posted by: enigma619 - Jan-16-2020, 02:50 PM - Forum: General Coding Help - Replies (2)

Hi

i've a little question about checking a value in a json file.

I've my json file like that:

[python]
{
"server_model": {
"se..... More

Print this item

  import PIL dont work
Posted by: rodink - Jan-16-2020, 02:46 PM - Forum: General Coding Help - Replies (14)

hello,
I am trying out PIL for the first time but I cannot add / download it.
Can someone help me with this?

I use pycharm for programming.

th..... More

Print this item

  Python3 JSON encoding error “string argument without an encoding” when porting python
Posted by: prayuktibid - Jan-16-2020, 02:43 PM - Forum: Networking - No Replies

I am porting python 2.7x code to python 3.7x. This code trying to POST some data to the server using a TCP socket. I am getting an encoding error whil..... More

Print this item

  Create a Sitemap with Python
Posted by: tropican - Jan-16-2020, 01:36 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi there, I'm a beginner and I'm starting to coding with python.

Is it possibile to create a Sitemap of an entire web site with Python?
If yes, could..... More

Print this item

  Read all csv files, and store the last line from each folder
Posted by: SriRajesh - Jan-16-2020, 12:02 PM - Forum: General Coding Help - Replies (4)

Hi,
I want to read all csv files and read each file and capture last line form each file.
I use the below code, but I struck.

[python]import os
..... More

Print this item

  prometheus in multiprocess code
Posted by: georgelza - Jan-16-2020, 08:12 AM - Forum: General Coding Help - Replies (4)

Battling with Prometheus, in the below code, my prometheus counters are not incrementing.

tracked it down to the working being in a multiprocess po..... More

Print this item

  ADODB.RecordSet Provider=OraOLEDB.Oracle
Posted by: haleem02 - Jan-16-2020, 03:02 AM - Forum: General Coding Help - No Replies

Python version:
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1900 64 bit (AMD64)]
OS: Win 10
db: Oracle 11g

Hi..... More

Print this item

  dictionary merge
Posted by: Skaperen - Jan-16-2020, 02:17 AM - Forum: General Coding Help - Replies (5)

i have 2 or more dictionaries to merge. they always have different keys. is there a way to do this in one expression? the .update() method returns ..... More

Print this item

  printing selected item with Sqlite data
Posted by: whacky7 - Jan-16-2020, 02:06 AM - Forum: General Coding Help - Replies (13)

Hi All,

It has been some time since I have finished writing my program. I have run into a problem where I am trying to print and export data from s..... More

Print this item

  Error in running the Elliott Fitting function
Posted by: shashisourabh - Jan-15-2020, 11:51 PM - Forum: Data Science - Replies (9)

Hi All,
I am new to the python and trying to do some curve fitting for my lab data. I have found an Elliott Fit code from Dr. Valerio D'Innocenzo's d..... More

Print this item

  How to plot this
Posted by: Ness - Jan-15-2020, 09:57 PM - Forum: Data Science - Replies (1)

Hey I've got barely no experience with python whatsoever I enjoy its plotting. However I need to rush through a kind of simple plot that I need to han..... More

Print this item

  Crawl an online store
Posted by: AndriannaTs - Jan-15-2020, 08:57 PM - Forum: Homework - Replies (2)

Hello,

I am a begginner with scrapy framework. I have to scrap an online pharmacy store and to crawl only 3 products from each category. Some of cate..... More

Print this item

  How to pass variable as an argument to be used in a function?
Posted by: t4keheart - Jan-15-2020, 07:50 PM - Forum: General Coding Help - Replies (8)

Hi everyone,
I'm new to python for forgive me if my fundamental idea of this concept is way off.

I have 2 python programs. One of them contains ..... More

Print this item

  no idea for a simulation
Posted by: accoumar - Jan-15-2020, 06:41 PM - Forum: General Coding Help - Replies (7)

Hello

I'd like to code the following simulation :
https://www.youtube.com/watch?v=cAPmX_BdYK0

I have no idea how to do so

More broadly, do ..... More

Print this item

  a weired problem after restructing algorithm
Posted by: homepoeple - Jan-15-2020, 06:25 PM - Forum: General Coding Help - No Replies

Hey guys,Those days I try to restructing algorithm of a Prime module,then I met a weired problem
whem I try to use a function(speedUp_Prime) to repla..... More

Print this item

  Computing correlation in audio files
Posted by: ryanblumenow - Jan-15-2020, 06:11 PM - Forum: General Coding Help - No Replies

Hi all. I am trying to compute a correlation between audio files in terms of waveform. The code breaks in a few different places and I am not sure how..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LewisByday 9 minutes ago IsmaelSlalk IsmaelSlalk General Codin...
  LhanePulse 3 hours ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  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...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
Most views
  The best Prog... 579259
  Tutorial Requ... 512108
  Web Scraping ... 442186
  Newbie with P... 386294
  New Users Int... 379617
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22
drakhsin 11-22

User Panel Messages

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