Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,982
» Latest member: kyleconor797
» Forum threads: 38,733
» Forum posts: 175,569

Full Statistics

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

Latest Threads
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Gribouillis
46 minutes ago
» Replies: 4
» Views: 116
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,023
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 431
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,075
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,134
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 804
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,540
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,127
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,586

 
  I feel it's my time to give back - so here's a free book for beinngers
Posted by: BigTheory88 - Jan-17-2020, 08:46 PM - Forum: News and Discussions - No Replies

Hi everyone!

Firstly I just want to thank everyone in the Python community. I have loved Python from the moment I started using it nearly 5 years a..... More

Print this item

  The next letter in the row?
Posted by: Weird - Jan-17-2020, 08:40 PM - Forum: Bar - Replies (1)

Can somebody give me the next letter in the following row "OTTFFSS" with a correct reasoning, because I also just guessed it right (first try) but bef..... More

Print this item

  all types the same in a sequence
Posted by: Skaperen - Jan-17-2020, 08:38 PM - Forum: General Coding Help - Replies (4)

given a sequence i want to test if all items have the same type (any type) or not. is there a function to do this? an expression? a function that r..... More

Print this item

  Importing variables from another file
Posted by: IILawrenceII - Jan-17-2020, 08:32 PM - Forum: General Coding Help - Replies (7)

I've been googling this problem for a while now and nothing seems to work.

Here's my problem:

I have variables in 4 different files. I want the..... More

Print this item

  most interesting or useful modules?
Posted by: t4keheart - Jan-17-2020, 07:46 PM - Forum: News and Discussions - Replies (7)

Wondering what you guys consider the most interesting and useful python modules. I like modules that provide tangible results for common tasks and may..... More

Print this item

  Is it worth learning Python for this specific reason?
Posted by: farleycs - Jan-17-2020, 05:20 PM - Forum: News and Discussions - Replies (2)

Dear, selected, I am not a programmer, but I need to learn VBA to get what I need today. I have some spreadsheets in Excel and its total sum is 8 mill..... More

Print this item

  IDE for Finance TIME SERIES Data
Posted by: Trader2013 - Jan-17-2020, 02:56 PM - Forum: Data Science - Replies (2)

Hi there,
Appreciate reading this question.
I'm looking for some directions on the below questions:
1. Is there any IDE to generate python code for..... More

Print this item

  Detecting USB Device Insertion on Windows 10
Posted by: Atalanttore - Jan-17-2020, 02:44 PM - Forum: General Coding Help - No Replies

Hi

I can't get the following code for Detecting USB Device Insertion[url=https://python-forum.io/thread-23796.html]..... More

Print this item

  [iPyWidgets] Python exec() not showing GUI
Posted by: Euniroo - Jan-17-2020, 12:43 PM - Forum: GUI - No Replies

Hello my fellow programmers,

I want to include a script from another file that creates a UI with iPyWidgets. The problem is that the code will exec..... More

Print this item

  Skipping anti-scrap
Posted by: zarize - Jan-17-2020, 11:41 AM - Forum: Web Scraping & Web Development - No Replies

Hi community :)

I would like to ask you, if there is some common method which would allow me to scrap data from the website (beside using headers :P)..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Parse Markdown / get the ... 46 minutes ago SpongeB0B Gribouillis General Codin...
  Error: cannot mix str wit... Today, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... Yesterday, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Yesterday, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577449
  Tutorial Requ... 501021
  Web Scraping ... 441079
  Newbie with P... 385147
  New Users Int... 369743
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
kyleconor797 Today
miriamwilliam Today
Davidkiplimo Today
Joliekeva Today
silversimon2 Yesterday

User Panel Messages

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