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,969
» Latest member: samuelshlzeo7159
» Forum threads: 38,730
» Forum posts: 175,553

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 34 Guest(s)
Bing, Apple, AOL, Google, Twitter, snippsat

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
40 minutes ago
» Replies: 5
» Views: 13,765
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
1 hour ago
» Replies: 8
» Views: 403
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,802
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 667
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,200
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,768
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 658
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,160
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,132
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,425

 
  I need some help
Posted by: SrTiNx - Feb-07-2019, 11:14 AM - Forum: General Coding Help - Replies (3)

[print("You need the password!")
input(Press any button to move on!)

password = ["123456789"]
x = input()
if x in password:
print("The pass..... More

Print this item

  column order changes when copying rows in datafram
Posted by: swapnaharish - Feb-07-2019, 10:44 AM - Forum: General Coding Help - Replies (1)

I am copying data rows for a specified criteria from one dataframe to another. However, the column order changes while doing so.

please see the cod..... More

Print this item

  Send The output of Gyroscope sensor to node red
Posted by: jenkins43 - Feb-07-2019, 10:06 AM - Forum: General Coding Help - Replies (1)

Hi, I have made ..... More

Print this item

  re.finditer issue, output is blank
Posted by: anna - Feb-07-2019, 09:47 AM - Forum: General Coding Help - Replies (1)

Hi All,

trying below code, running with out error, however output is blank.


[python]import re
from ciscoconfparse import CiscoConfParse
from..... More

Print this item

  Invalid parameter - Please help
Posted by: maligmus - Feb-07-2019, 07:50 AM - Forum: General Coding Help - Replies (1)

I am attempting to create cards for CAH. This code should work, but it receives an error

Here[url=https://python-forum.io/thread-15940.html]..... More

Print this item

  Multi-Language compiler/code Generator
Posted by: holyghost - Feb-07-2019, 06:37 AM - Forum: News and Discussions - Replies (1)

Hello. I'm looking into the feasibility of using python to generate an interpreter/code generator for a custom language. The idea is that the custom..... More

Print this item

  Serial Communication Error
Posted by: AlphyOuseph - Feb-07-2019, 05:58 AM - Forum: General Coding Help - Replies (1)

Hi,

I am new to python. I was facing an issue while using serial communication. I am sending 1 byte data from a device to the raspberry pi board us..... More

Print this item

  How to print from all line in between two pattern
Posted by: kttan - Feb-07-2019, 03:18 AM - Forum: General Coding Help - Replies (8)

Sorry im totally new in python, if can have some explanation on code, and try split in few function, so i can more easily learn and apply at other pla..... More

Print this item

  Grouping Integers
Posted by: mjack24 - Feb-07-2019, 02:35 AM - Forum: Data Science - Replies (4)

Hi

I am trying to look through a data set for a particular string name "s" and create another column with the value y1, y2, y3, etc for each cluster ..... More

Print this item

  Function to return modified list
Posted by: Pjones006 - Feb-06-2019, 10:40 PM - Forum: General Coding Help - Replies (2)

Hello,
I am about a month into python and what I am trying to do is write a function that takes a list passed to it, make a copy of that list so as to..... More

Print this item

  what to learn after the basics?
Posted by: mitmit293 - Feb-06-2019, 10:33 PM - Forum: Web Scraping & Web Development - Replies (1)

hi

first you do beginners guide, loops, int, string, lists, dictionaries ect.

After completing it, then what?

I google it, and links take me ..... More

Print this item

  I have Traceback error and a type error and i dont know how to fix it
Posted by: coltron1282 - Feb-06-2019, 10:02 PM - Forum: General Coding Help - Replies (2)

Im new to python

when i added and else statement to catch mistakes and have it return to the beginning it crashes but it works just fine without th..... More

Print this item

  int format for 001 - 999
Posted by: jmair - Feb-06-2019, 09:25 PM - Forum: General Coding Help - Replies (4)

Is there a build it method to do the following?

num = 001

num += 1

print(str(num))
result: 002

currently I get an 'Inv..... More

Print this item

  how i save the html form to flask database
Posted by: mebaysan - Feb-06-2019, 08:50 PM - Forum: Web Scraping & Web Development - Replies (1)

I need help.
I want to this input area save the flask database.
how i save the html form to flask?

https://hizliresim.com/grrMm5

https://hizli..... More

Print this item

  pygame and cProfile
Posted by: MuntyScruntfundle - Feb-06-2019, 07:00 PM - Forum: General Coding Help - No Replies

How can I run cProfile on my apps that are pygame based? I get errors telling me there is no video large enough for((xxx,yyy))

How do I get around..... More

Print this item

  Help with classes
Posted by: lucaswinnerton - Feb-06-2019, 06:33 PM - Forum: General Coding Help - Replies (6)

Hi everyone!
I've created a noughts and crosses game in Python, and I can't figure out the best way to eliminate global variables.
I'm not sure what..... More

Print this item

  Converting a VideoFrame to a byte array using python
Posted by: synthex - Feb-06-2019, 04:04 PM - Forum: Data Science - No Replies

Hi, suppose there is test video
https://drive.google.com/file/d/1_DcwBhY...ablGK/view
how can i convert a VideoFrame to a byte arra..... More

Print this item

  There is something about functions that i do not know!
Posted by: r2d2 - Feb-06-2019, 03:10 PM - Forum: General Coding Help - No Replies

My project is to use the MegaPi board to balance the "Balancing Robot" while a Raspberry Pi 3B+ is left available for other tasks. The balancing code..... More

Print this item

  Adding Progressbar to button
Posted by: aniyanetworks - Feb-06-2019, 02:23 PM - Forum: GUI - Replies (9)

Hello Experts,
Need small suggestions, bellow my script does enable the Wi-Fi interface. But i would like to add,
[b]If someone clicks the button the..... More

Print this item

  CiscoConfParse to json output
Posted by: anna - Feb-06-2019, 01:35 PM - Forum: General Coding Help - Replies (6)

Hi All,

I am trying to capture Interface,Description, Vlan,IP address,Subnet mark from huawei router configuration file.

[python]"""
example sc..... More

Print this item

  How to work with pointers in PyQt?
Posted by: AlekseyPython - Feb-06-2019, 12:53 PM - Forum: GUI - Replies (4)

The Qt- framework was originally created for C++ and therefore contains pointers (both in the form of method parameters and in the form of return valu..... More

Print this item

  Help with functions
Posted by: joshneedshelp - Feb-06-2019, 12:24 PM - Forum: General Coding Help - Replies (1)

I am coding a text based game on python for a school project and i would like the player to have the ability to return to the start if they wish to.
[..... More

Print this item

  PyConWeb 2019
Posted by: bugy - Feb-06-2019, 08:31 AM - Forum: News and Discussions - No Replies

Dear Ladies and Gentlemen,

we, PyMunich community, would like to announce our annual PyConWeb 2019 conference, which will take place in Munich on 2..... More

Print this item

  Python Version on Mac OSX
Posted by: Sparkstorm - Feb-06-2019, 08:31 AM - Forum: General Coding Help - Replies (5)

I am running python 3.7.10 on OSX. I am trying to use speech recognition but that requires PyAudio. After about an hour of searching and failing, most..... More

Print this item

  How do I install Python?
Posted by: devlocalca - Feb-06-2019, 08:25 AM - Forum: General Coding Help - Replies (11)

For the life of me, I cannot figure out how to install Python and get going.

Environment: Windows 10 Pro

I downloaded and unzipped: python-3...... More

Print this item

  Problem with saving data and loading data to mysql
Posted by: kirito85 - Feb-06-2019, 07:58 AM - Forum: Data Science - Replies (4)

Hi all,

I have problems with the saving my data to mysql and loading it back again from mysql.
I have to load the data first with pandas from a cs..... More

Print this item

  Python pandas remove default format in excel
Posted by: indra - Feb-06-2019, 04:48 AM - Forum: Data Science - No Replies

Hi folks,

I am new bie to python,i am working on python pandas excel sheet after comparing two excel sheet i am getting result but in the result sh..... More

Print this item

  pull streams from Twitch with a keyword in title
Posted by: maddensplayers - Feb-06-2019, 03:28 AM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to figure out how to use python to do the following

Pull stream data from Twitch URLS (like 30 streamers)
Check if live
check if tit..... More

Print this item

  Grep command and variable in a script
Posted by: searching1 - Feb-06-2019, 02:58 AM - Forum: Networking - Replies (1)

Hi, I'm creating a script wherein I want to grep all a specific address based on the list?

before what I usually do run a grep 1 by 1 using this co..... More

Print this item

  .txt return specific lines or strings
Posted by: s_o_what - Feb-06-2019, 02:53 AM - Forum: Web Scraping & Web Development - Replies (8)

I have a text file I would like to read and search. I need to find specific strings that could possibly be URLs. Once that is found I would like to st..... More

Print this item

  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen'
Posted by: Shadower - Feb-06-2019, 12:26 AM - Forum: General Coding Help - Replies (1)

Hello
I am using Python 3, in Microsoft
I watched this guide on making a game in Python - https://www.youtube.com/watch?v=crV..... More

Print this item

  Imported function causes prompt repetition
Posted by: ward - Feb-05-2019, 11:32 PM - Forum: Homework - Replies (3)

I have an assignment to prompt for three numbers, then print the largest, smallest, and average of the numbers. I'm to allow floating-point numbers, s..... More

Print this item

  Help with code customization
Posted by: Nicson - Feb-05-2019, 11:32 PM - Forum: General Coding Help - No Replies

Hello folks,



I am currently conducting some experiments in the area of Topic Modeling. For this I use a code from a corresponding tutorial. So ..... More

Print this item

  Using Quandl and Python3
Posted by: ErnestTBass - Feb-05-2019, 10:09 PM - Forum: General Coding Help - Replies (2)

I tried to run the following code that uses the python module for Quandl. This came right out of a textbook on machine learning.

I did not use an a..... More

Print this item

  Printing one thing from a list
Posted by: bidoofis - Feb-05-2019, 08:40 PM - Forum: General Coding Help - Replies (1)

I'm trying to see if I can make something in Python that can make a sentence. The only way I can think to do this is by making the process go, "If I c..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 40 minutes ago KoinKoin Jacobjoift Web Scraping ...
  Comparing 2 100GB Drives/... 1 hour ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577291
  Tutorial Requ... 500465
  Web Scraping ... 440968
  Newbie with P... 384997
  New Users Int... 369411
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+ 12089
buran 8176
snippsat 7370
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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