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,994
» Latest member: Williamcaurb
» Forum threads: 38,737
» Forum posts: 175,590

Full Statistics

Online Users
There are currently 44 online users.
» 0 Member(s) | 37 Guest(s)
Google, Bing, Twitter, AOL

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
23 minutes ago
» Replies: 1
» Views: 1,807
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
27 minutes ago
» Replies: 3
» Views: 1,108
real community
Forum: News and Discussions
Last Post: Biks
27 minutes ago
» Replies: 4
» Views: 3,060
Cannot update or install ...
Forum: General Coding Help
Last Post: Williamcaurb
54 minutes ago
» Replies: 7
» Views: 237,905
Доставка цветов в Томске
Forum: General Coding Help
Last Post: Williamcaurb
54 minutes ago
» Replies: 0
» Views: 4
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
2 hours ago
» Replies: 5
» Views: 150
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 4
» Views: 133
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 85
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,551
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 238

 
  When should I use Tornado?
Posted by: ksimmi - Oct-08-2019, 06:20 PM - Forum: Web Scraping & Web Development - No Replies

Hello,
I am not so experienced in python but I had some little experience with pyramid and django a few years ago. Now I want to increase my knowledg..... More

Print this item

  List and function while and else
Posted by: doug2019 - Oct-08-2019, 06:10 PM - Forum: General Coding Help - Replies (3)

Hi! I need code a list "d" to plot the s x t graph. The list "d" must have six itens too but if user input a value greater "a" in the list this value ..... More

Print this item

  Playing music from streaming
Posted by: ebolisa - Oct-08-2019, 05:51 PM - Forum: General Coding Help - Replies (1)

Hi,

I use the code below to play mp3 files but, how do I play a streaming site like this one: http://icy-4.radioparadise.com/aac-128

TIA


[..... More

Print this item

  How to transfer Text from one Word Document to anouther
Posted by: konsular - Oct-08-2019, 03:35 PM - Forum: General Coding Help - Replies (11)

Hello there,

im a python newcomer and i decided to make the following my first python project. Im a state official from Germany and i help disabled p..... More

Print this item

  Progress Bar While Sending an Email
Posted by: maxtimbo - Oct-08-2019, 02:13 PM - Forum: GUI - No Replies

Hello, I am trying to create a progress bar for my tkinter based gui that shows the user that an email is being sent. I've never successfully implemen..... More

Print this item

  excel file
Posted by: alonm19 - Oct-08-2019, 01:52 PM - Forum: General Coding Help - Replies (1)

Hi all,
I'm new in python and I want to ask

I have a .txt file with multiple lines, can I copy it to excel file line by line?

I searched all ov..... More

Print this item

  PyInstaller OneFile
Posted by: felixS_zema - Oct-08-2019, 01:43 PM - Forum: General Coding Help - Replies (4)

Hey,

I built an application and bundled it with PyInstaller. It includes some datas in the spec file, like images and excel sheets. Is there a way ..... More

Print this item

  I am trying to read a pandas file
Posted by: Balaji - Oct-08-2019, 01:35 PM - Forum: General Coding Help - Replies (1)

Hi,
while reading a csv file i get a error like this
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa3 in position 127: invalid start b..... More

Print this item

  How to make this dictionary-generating code more efficient?
Posted by: Mark17 - Oct-08-2019, 01:14 PM - Forum: Homework - Replies (4)

My code below works. I used a second variable (count) to generate the dictionary. How could I have done this more efficiently?

[Python]
import r..... More

Print this item

  Excel Model Conversion into Python
Posted by: line7 - Oct-08-2019, 12:37 PM - Forum: General Coding Help - Replies (2)

Hi,
I have a rather large model created in excel used to analyze the FX prices (above 100 MBs). I wonder if this model can be easily translated into ..... More

Print this item

  random variable function?
Posted by: Novice_fanatic - Oct-08-2019, 12:03 PM - Forum: General Coding Help - Replies (4)

Hi,

I was wondering if there is a 'random variable function' in the data base somewhere and if so, what is the name for it?

I've used the 'rando..... More

Print this item

  loop through list with do something
Posted by: 3Pinter - Oct-08-2019, 10:34 AM - Forum: General Coding Help - Replies (1)

I have to do something with all combinations in a list.

Initial thought
itertools.combinations(mylist, 2)

But I have to something with the valu..... More

Print this item

  List comprehensions-Wrong result
Posted by: RavCOder - Oct-08-2019, 09:53 AM - Forum: General Coding Help - Replies (4)

Hi,
I don't understand why this code that I have write didn't work:
[python]
if __name__ == '__main__':
x = int(input())
y = int(input()..... More

Print this item

  Optimize the - Split brain detection script
Posted by: 0gg1 - Oct-08-2019, 08:22 AM - Forum: Code sharing - Replies (2)

Hello,
I'm not that good on Python, so I have a question about optimizing my code.
Here is the code. It's written in Python 3.6

[python]
#!/usr/..... More

Print this item

  pyinstaller not working with acoustics module
Posted by: pynz - Oct-08-2019, 06:51 AM - Forum: General Coding Help - Replies (2)

Hi
On Windows 10, the following code in iec_61672_1_2013.py from the acoustics module:
[python]
WEIGHTING_DATA = pd.read_csv(
io.BytesIO(pkgut..... More

Print this item

  Manipulating List
Posted by: frenchyinspace - Oct-08-2019, 06:07 AM - Forum: Homework - Replies (2)

I'm midway through my first semester of computer science. I've been staying as far ahead of the homework as possible because I find it fun and challen..... More

Print this item

  Multiplication between a list and a variable
Posted by: doug2019 - Oct-08-2019, 03:50 AM - Forum: General Coding Help - Replies (2)

How do I code a multiplication between a list and a variable? The result would be all the values of the list multiplied by the variable. Is it possibl..... More

Print this item

  Progress
Posted by: allusernametaken - Oct-08-2019, 03:36 AM - Forum: Bar - Replies (2)

I have been making a good progress on learning Python. It has been about two weeks since I started and almost everyday I learned a bit of Python basi..... More

Print this item

  Creating Vector from a Program
Posted by: ericvrocha - Oct-08-2019, 02:48 AM - Forum: General Coding Help - Replies (3)

Hello everyone.
I am a new programmer.
I am trying to create a vector called "pressure", below is an example for the calculations that I have been t..... More

Print this item

  i need a more complex regexp
Posted by: Skaperen - Oct-08-2019, 01:54 AM - Forum: News and Discussions - Replies (4)

i need a more complex regular expression i hope to use with module re. in this expression i need to match 2 (and in 2 more variation, 3 and 4) arithm..... More

Print this item

  No idea how to use the Caesar Cypher in my code
Posted by: celtickodiak - Oct-08-2019, 12:29 AM - Forum: Homework - Replies (5)

So in our homework assignment, most of the code is given to us, and we have to write a few lines. Initially it asks for us to look at the passwords li..... More

Print this item

  Dictionary trouble
Posted by: Involute - Oct-08-2019, 12:01 AM - Forum: General Coding Help - Replies (3)

In the following code (which is executable as-is), I've created a dictionary called switcherx{} in the switcher() function. This function also calls ..... More

Print this item

  Voynich search engine in python using dashes & dot totals to find Italian words
Posted by: Pleiades - Oct-07-2019, 11:27 PM - Forum: General Coding Help - Replies (3)

What I'm doing? I'm generating word labels in Italian and narratives from the Voynich Manuscript using a special cipher. The cipher contains abstrac..... More

Print this item

  Pyautogui script runs fine if split into two parts together it does not
Posted by: Bmart6969 - Oct-07-2019, 09:10 PM - Forum: General Coding Help - Replies (1)

Making a small bot to automate daily activities in a game the script runs fine and fully gets into the game. i Made another script to check resource l..... More

Print this item

  Web Scraping Error : Not getting expected result
Posted by: adminravi - Oct-07-2019, 08:36 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi,

I am a beginner in Python programming. Of late, I have started learning web scraping after completing python programming course from Udemy. I w..... More

Print this item

  coloring cells in a row with openpyxl
Posted by: curranjohn46 - Oct-07-2019, 08:09 PM - Forum: General Coding Help - Replies (3)

Hi All,

I am struggling with something and looking everywhere for a clue. The scenario is this: I am searching column 2 of a spreadsheet for a val..... More

Print this item

  New Programmer / Program
Posted by: ericvrocha - Oct-07-2019, 07:59 PM - Forum: General Coding Help - Replies (5)

Hello everyone!
Hope everybody is having a great day.

Well, I am a new programmer and python user, I am trying to apply my knowledge that I got so..... More

Print this item

  A function for correctly using "a/an" before a word
Posted by: Exsul1 - Oct-07-2019, 05:51 PM - Forum: General Coding Help - Replies (2)

I want to make a function that, when passed a string containing a single word, returns that word preceded by the indefinite article "a" or "an," depen..... More

Print this item

  out and back to loop
Posted by: vlk - Oct-07-2019, 05:36 PM - Forum: General Coding Help - Replies (2)

Hi everyone, I don't understand how out from a loop while. I have a test loop ho test the contacts GPIO from my raspberry then the contact go to close..... More

Print this item

  Invalid Syntax error
Posted by: mustfirst - Oct-07-2019, 05:21 PM - Forum: General Coding Help - Replies (9)

When I run the following I'm getting an error message. Anyone knows how to correct it?


[python]>>> import requests
>>> from bs4 import Beautifu..... More

Print this item

  split strip issues 'NonType'
Posted by: casacafe - Oct-07-2019, 04:47 PM - Forum: General Coding Help - Replies (8)

hello,

I am extremely new to python so bare with me. I am using a product that requires the use of python for custom functionality.

I have an ..... More

Print this item

  New to Python - What are the basic concepts, uses, and fundamentals?
Posted by: JohnWithGCSRecruitment - Oct-07-2019, 04:29 PM - Forum: News and Discussions - Replies (4)

I am trying to get a general understanding of Python. Can anyone give me a crash course of the basics? Not necessarily the specifics, but mainly the c..... More

Print this item

  Dataframe replace
Posted by: ilcaa72 - Oct-07-2019, 03:19 PM - Forum: Data Science - No Replies

i have a dataframe that has rows like. i want to get rid of various markings like =, |, ()

i wrote this but it returns the same value without remov..... More

Print this item

  Embedding return in a print statement
Posted by: Tapster - Oct-07-2019, 01:59 PM - Forum: General Coding Help - Replies (3)

First, I hope I used the format/rules correctly.
I did a search for "embedding return in a print statement" before posting. I don't have the terminol..... More

Print this item

  drop row index , how to show new df
Posted by: ilcaa72 - Oct-07-2019, 01:40 PM - Forum: General Coding Help - No Replies

hi, i have data i downloaded from the internet so it is not in a structured table, there are rows i want to delete. using a regex, i am able to identi..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 23 minutes ago decuser Biks News and Disc...
  My goal to be hired worki... 27 minutes ago GnomeSweetGnome Biks News and Disc...
  real community 27 minutes ago decuser Biks News and Disc...
  Cannot update or install ... 54 minutes ago nickystixx45 Williamcaurb General Codin...
  Доставка цветов в Томске 54 minutes ago Williamcaurb Williamcaurb General Codin...
  print does not open conso... 2 hours ago Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... 4 hours ago bimosora Pedroski55 General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
Most views
  The best Prog... 577501
  Tutorial Requ... 501513
  Web Scraping ... 441113
  Newbie with P... 385164
  New Users Int... 369995
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Williamcaurb Today
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday

User Panel Messages

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