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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 33 Guest(s)
Bing, Google, Applebot, Mojeek, AOL

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
1 hour ago
» Replies: 0
» Views: 15
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Today, 06:15 AM
» Replies: 4
» Views: 1,460
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 107
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 40
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,015
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,288
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 314
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 160
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 226
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,123

 
  Write SQLite query result to file
Posted by: hjk6734 - May-27-2020, 12:01 PM - Forum: General Coding Help - Replies (1)

I need to write a SQLite query result in a file:

c.execute("SELECT * FROM mytable ORDER BY date(Date) ASC LIMIT 1;")
f.write(c.fetchone())

but ..... More

Print this item

  can only concatenate str (not "int") to str
Posted by: gr3yali3n - May-27-2020, 10:26 AM - Forum: General Coding Help - Replies (6)

what do I do to get a int and a str to concatenate?
I am playing with the idle but I can't seem to make this work.
################################..... More

Print this item

  How to fully uninstall Python from Windows?
Posted by: Winfried - May-27-2020, 10:15 AM - Forum: General Coding Help - Replies (6)

Hello,

For some unknown reason (updating Pip?), I've been getting this warning when using Pip:

[quote]c:\>pip3 install mymodule
WARNING: pip is..... More

Print this item

  2 regex expression at a time
Posted by: tokstolle - May-27-2020, 09:37 AM - Forum: General Coding Help - Replies (2)

Hello together,
Im parsing a set of files which I iterative open and read line by line. Now I want to check each line for the occurrence of two strin..... More

Print this item

  How do I improve string similarity in my current code?
Posted by: SUGSKY - May-27-2020, 08:10 AM - Forum: Homework - Replies (3)

Here’s my current code:
[python]
new_list = []

for i in range(len(title1)):
for j in range(len(title2)):
r = []
title_distance = f..... More

Print this item

  Error: How to to close and restart your shell after running 'conda init'
Posted by: angelica - May-27-2020, 08:00 AM - Forum: General Coding Help - Replies (3)

Hi,

I'm a newbie in Python but not to programming. I have Anaconda3 and VS Code 3.7 installed on Windows OS. I am getting this error message and alt..... More

Print this item

  Tkinter problem
Posted by: DPaul - May-27-2020, 07:34 AM - Forum: GUI - Replies (6)

Sometimes the internet offers too many choices,
without explicitely stating what the best solution is in what circonstance.
My app involves a user a..... More

Print this item

  p]Why os.path.exists("abc/d") and os.path.exists("abc/D") treat same
Posted by: rajeev1729 - May-27-2020, 07:32 AM - Forum: General Coding Help - Replies (1)

[sup]Why os.path.exists("abc/d") and os.path.exists("abc/D") treat same but actually both are different path. Before running create abc folder and the..... More

Print this item

  Differencing Time series and Inverse after Training
Posted by: donnertrud - May-27-2020, 06:11 AM - Forum: Data Science - No Replies

Hello,

I got a non-stationary Time Series and I want to predict the target variable in the future. For simplicity, let's say that the target variab..... More

Print this item

  Module not Installing
Posted by: Evil_Patrick - May-27-2020, 06:06 AM - Forum: General Coding Help - Replies (9)

Why it showing this error ?
It was working fine 4 months back


[Image: get.png]

Print this item

  Finance: Black Scholes Model not working
Posted by: pwt - May-27-2020, 05:27 AM - Forum: General Coding Help - Replies (5)

Hi,

I'm trying to learn Python and is only my second day learning the code. At the moment, I'm trying to use the Mibia[url=https://python-forum.io/thread-27127.html]..... More

Print this item

  Make an array of string number in a List
Posted by: polantas - May-27-2020, 03:21 AM - Forum: General Coding Help - Replies (5)

Hi,
I just started to learn programming using Python, and I was wondering if anyone could help me with a solution to make an array of strings contain..... More

Print this item

  Pycharm Virtual environment
Posted by: Bark52 - May-27-2020, 02:40 AM - Forum: General Coding Help - No Replies

Hello, I am a beginner at coding and have been using Pycharm as my IDE to learn the basics of python. I have been following a book on python, and now ..... More

Print this item

  best way out of nested loops?
Posted by: Skaperen - May-27-2020, 01:46 AM - Forum: General Coding Help - Replies (7)

the best and most Pythonic way (in your opinion) to get all the way out of a few nested loops is?

Print this item

  Python WebsocketServer ? its probably simple but im a noob.
Posted by: qbot333 - May-27-2020, 01:05 AM - Forum: General Coding Help - Replies (1)

hi when i run a script it comes up this line is a error (line 92 )
what do i type in so it makes a new server on localhost?
any help wil be appricia..... More

Print this item

  How to scan huge files and make it in chunks
Posted by: ampai - May-26-2020, 11:39 PM - Forum: General Coding Help - Replies (2)

Question :

Scan a 10M log file, and create chunks of files of 100 chars lines in each chunks, from the 10M log file. 100th character can be end of..... More

Print this item

  when will Python3 be THE Python?
Posted by: Skaperen - May-26-2020, 10:00 PM - Forum: News and Discussions - Replies (13)

when i first started with Python, the symlink /usr/bin/python in Linux pointed to python2.X. i don't know when it actually changed. i am curious whe..... More

Print this item

  Beginner: Exporting variable/array using OSC
Posted by: rkk16 - May-26-2020, 08:12 PM - Forum: Homework - Replies (4)

Hi guys

I'm very new to Python and I currently just need to get by this problem for an upcoming project deadline, I'll learn more about Python after ..... More

Print this item

  Clicker Game with pygame
Posted by: CrazyMakes - May-26-2020, 07:47 PM - Forum: Code Review - No Replies

i would love if you guys could check out my game and tell me what i could change to make it better thank you for looking at this

[python]
# impor..... More

Print this item

  Can't open file
Posted by: rdgbl - May-26-2020, 07:11 PM - Forum: General Coding Help - Replies (1)

[python]print("Hello World")

C:\Users\rodri\PycharmProjects\Practice\venv\Scripts\python.exe C:/Users/rodri/PycharmProjects/Practice/priceamazon.py..... More

Print this item

  tkinter button help
Posted by: Gina92 - May-26-2020, 06:54 PM - Forum: GUI - Replies (10)

Hi I am new to python and tkinter and am trying to create a simple button that when clicked starts my function which will randomly run through a list ..... More

Print this item

  Terminal vs IDLE for Ortho4XP
Posted by: OldSubSailor - May-26-2020, 06:24 PM - Forum: News and Discussions - No Replies

I hope this is the right place.
There seems to be some sort of difference between running Ortho4XP from the Macintosh terminal and running it with ..... More

Print this item

  [pykml] "AttributeError: 'lxml.etree._ElementTree' object has no attribute 'Document'
Posted by: Winfried - May-26-2020, 05:12 PM - Forum: General Coding Help - Replies (3)

Hello,

I'm getting started with pykml to read/edit KML files, and am stuck right at the beginning with this error:

[python]import lxml
from pyk..... More

Print this item

  Change Label Every 5 Seconds
Posted by: gw1500se - May-26-2020, 04:06 PM - Forum: GUI - Replies (4)

I have written a loop that changes a Label. However, I don't know how to wait until the changed label is displayed to start my time delay. If I change..... More

Print this item

  Python web app implementation
Posted by: Shruthi - May-26-2020, 02:29 PM - Forum: Web Scraping & Web Development - Replies (2)

I am doing a POC to create a webpage to upload an image file and save the file in RDBMS using python code.
Can I do this without any framework ?
I d..... More

Print this item

  Hashing Passwords (HELP)
Posted by: MianDoesCoding - May-26-2020, 02:15 PM - Forum: Homework - Replies (4)

Hey guys so what i'm new to python and my brother challenged me with this.
Make a thing where it asks you 'sign up or login?'
if you pick sign up it..... More

Print this item

  pd.concat Problem
Posted by: WiPi - May-26-2020, 01:34 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I am struggling to get the pd.concat function to merge (or append) two csv files. Each file has 4 x columns with the same type of data. My..... More

Print this item

  Making An app (Need people urgently!)
Posted by: MianDoesCoding - May-26-2020, 01:24 PM - Forum: Bar - Replies (5)

Hey everyone!
My third post :)
So i have decided to make an app, idk what about or whats in it, but i was wondering if anyone wanted to help me and ..... More

Print this item

  Parse JSON multiple objects
Posted by: larkin_L - May-26-2020, 12:52 PM - Forum: General Coding Help - Replies (8)

I'm having trouble parsing multiple objects within a JSON array. I can get my code to work, but I have to manipulate the JSON file which I shouldn't h..... More

Print this item

  Need help really bad ;(
Posted by: MianDoesCoding - May-26-2020, 12:04 PM - Forum: General Coding Help - Replies (7)

Hey guys!,
so im making a little thing like with imput, else if-else and more to ask somthing.
but i was wondering, could i make like somthing that ..... More

Print this item

  Scipy kolmogorov smirnov test for evaluating the fitting of a non-normal distribution
Posted by: mcva - May-26-2020, 12:01 PM - Forum: General Coding Help - No Replies

Hi thank you in advance for reading this

Can Scipy kolmogorov smirnov (KS) test be used for evaluating the fitting of a non-normal distribution lik..... More

Print this item

  boost_python3 problem
Posted by: jcezanna56 - May-26-2020, 11:47 AM - Forum: News and Discussions - Replies (3)

I'm not sure to be in the correct thread, just move my message if needed

On mac OS, every thing being updated, after installing the python-3.8.3-ma..... More

Print this item

  The code to decrypt Caeser Cipher.
Posted by: lazerwolf101 - May-26-2020, 11:00 AM - Forum: General Coding Help - Replies (2)

This is what I have done so far. I really need help on decryption. When I choose the decryption option I do not want it ask for a key from me. I want ..... More

Print this item

  How to make data coming from a database clickable giving more details
Posted by: newbie1 - May-26-2020, 10:52 AM - Forum: Web Scraping & Web Development - Replies (8)

There is no results in the dashboard.html and even if the result was given how can I make the name clickable so that I can see the details?
[python]..... More

Print this item

  How to properly catch this exception
Posted by: Emekadavid - May-26-2020, 08:07 AM - Forum: Homework - Replies (10)

I wanted to write a little code that takes in a number. If the number is within a specified range, 0.0 to 1.0, no exception is thrown. But if it is ou..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 1 hour ago MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Today, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 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...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579204
  Tutorial Requ... 511968
  Web Scraping ... 442150
  Newbie with P... 386239
  New Users Int... 379201
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
MileHigh303 Today
ndx101 Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday

User Panel Messages

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