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,968
» Latest member: seomelbourneaustralia
» Forum threads: 38,730
» Forum posts: 175,550

Full Statistics

Online Users
There are currently 53 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Google, Applebot, AOL, Facebook Dev, kshahzad1985

Latest Threads
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 7
» Views: 2,738
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 5
» Views: 247
looking for help
Forum: Bar
Last Post: PhamMaria
2 hours ago
» Replies: 1
» Views: 1,864
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 600
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,131
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,696
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 592
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,081
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,070
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,343

 
  SQLalchemy issue
Posted by: Larz60+ - Jun-01-2020, 10:48 AM - Forum: General Coding Help - Replies (2)

I have been using sqlalchemy both within and without Flask and never had ant issues.
I know that my model is OK as I use it to populate my database...... More

Print this item

  Meal cost challenge
Posted by: Emekadavid - Jun-01-2020, 08:54 AM - Forum: Homework - Replies (3)

I want to solve a meal cost challenge as part of learning python but when I put the following code which the website gave me, I had two problems:
[p..... More

Print this item

  Override the paste function(copy from excel file - paste in separate tkinter entryes)
Posted by: AndreiV - Jun-01-2020, 07:49 AM - Forum: GUI - Replies (3)

If I`m copying the data from a excel file (as exemple 2x rows and 2x columns, or more) and paste them in a tkinter table interface, everything will be..... More

Print this item

  how to import files in Google Collab wihout downloading them to PC and to Google Disk
Posted by: sveto4ka - Jun-01-2020, 07:26 AM - Forum: General Coding Help - Replies (9)

How can I import files in Google Collab wihout downloading them to PC and to Google Disk?
There is data on kaggle.com and there is my notebook on Go..... More

Print this item

  deploy a model with flask
Posted by: loutsi - Jun-01-2020, 06:28 AM - Forum: Data Science - No Replies

hi,this is my fist post here. i hope is the right subcategory

I have already trained an lstm model for activity recognition task and now I want to ..... More

Print this item

  RE-greedy or non greedy about '?'
Posted by: frank0903 - Jun-01-2020, 04:17 AM - Forum: News and Discussions - Replies (5)

Quote:The '*', '+', and '?' qualifiers are all greedy.
from https://docs.python.org/3/library/re.html
I think '?' qulifier is not greedy,..... More

Print this item

  Team Chooser Challenge
Posted by: kanchiongspider - Jun-01-2020, 03:31 AM - Forum: Homework - Replies (3)

Hi I am new to python and am stuff with this assignment. i have created a team chooser code and, the challenge is to : Can you improve your program to..... More

Print this item

  Yet another pig latin thread
Posted by: Clunk_Head - Jun-01-2020, 02:11 AM - Forum: Code Review - No Replies

I've read many of the pig latin threads on this forum and many make the common mistake of only moving the first letter if is a consonant, others fail ..... More

Print this item

  How to Display a QR code
Posted by: MattLumb - Jun-01-2020, 02:10 AM - Forum: General Coding Help - Replies (3)

Hi, this is my first post so go easy on me, haha.
I have very limited python experience so learning as i go. I apologise for the long winded nature o..... More

Print this item

  High level direction for my next project
Posted by: henricartierbresson - May-31-2020, 11:54 PM - Forum: News and Discussions - Replies (2)

Hi everyone,

I am learning how to code in Python thanks to a free course. So far it has been fun and the learning curve hasn't been disappointing. ..... More

Print this item

  Italics
Posted by: Dasiey12 - May-31-2020, 07:53 PM - Forum: General Coding Help - Replies (3)

I am pretty new to coding. I have had some luck with VBA. So python why not! I am reading Eric Matthews, Python Crash Course 2nd edition. I am wor..... More

Print this item

  Diner Organizer
Posted by: NectDz - May-31-2020, 06:24 PM - Forum: Code Review - Replies (2)

I've did this for fun and I implemented things I recently learned and want to know on things I could of possibly done differently such as made it more..... More

Print this item

  Pytest and rootdirectory
Posted by: Master_Sergius - May-31-2020, 06:02 PM - Forum: General Coding Help - Replies (4)

Hello.

I have a lot of tests and run with pytest. Some code (in product, not in tests) perform operations like os.chdir(some_dir), thus tests whi..... More

Print this item

  Log In Button Won't Click - Python Selenium Webdriver
Posted by: samlee916 - May-31-2020, 05:52 PM - Forum: Web Scraping & Web Development - Replies (2)

[python]
#import what I need
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
import time

#set my driver..... More

Print this item

  Help with Spotify Playlist
Posted by: Benji1995 - May-31-2020, 04:45 PM - Forum: General Coding Help - Replies (3)

Hi everyone,



first of all I must say I'm NOT a Python expert. In reality, I've never even used Python, but I know that it is a super powerful t..... More

Print this item

  Exercises -- Who does them? Do they matter?
Posted by: pav1983 - May-31-2020, 04:36 PM - Forum: News and Discussions - Replies (5)

I just have a question about python exercises?

1. Who does them?
2. Do they really matter to people?

I seem to get more experience from bui..... More

Print this item

  Uml modelling tool that generates Python code
Posted by: Emekadavid - May-31-2020, 03:28 PM - Forum: Bar - No Replies

Hi everyone. Please I am a student studying software development and have choose Python as my language. I am looking for an open source uml tool that ..... More

Print this item

  [HELP] Nested conditional? double condition followed by another condition.
Posted by: penahuse - May-31-2020, 02:42 PM - Forum: General Coding Help - Replies (25)

Im trying to learn python but struggling on this problem. I will be thankfull if anyone give me some help.


[python]while button1_pressed and button2..... More

Print this item

  how to draw dynamic moving scale and potting trace point on waveform in tkinter pytho
Posted by: sameer_1985 - May-31-2020, 01:52 PM - Forum: GUI - No Replies

I want to create this type of dynamic graph using tkinter python, But I don't want to use matplotlib or pyqt(because pyqt is paid). So there is any ot..... More

Print this item

  classes
Posted by: mp3909 - May-31-2020, 12:46 PM - Forum: General Coding Help - Replies (11)

So I am learning classes in python and I stumbled across something that did not make sense to me.
In the code below, when I change the name of the st..... More

Print this item

  Training Quiz Unsolved
Posted by: simonsadiq - May-31-2020, 12:33 PM - Forum: General Coding Help - Replies (2)

I'm relatively new to Python, trying to learn. One quiz I am trying to slove contains the following code:
The value of result at the end of code is g..... More

Print this item

  Coding Help
Posted by: simonsadiq - May-31-2020, 12:22 PM - Forum: General Coding Help - Replies (5)

For the following code:

my_string = "0123456789"
print(my_string[3])
I get the output '3', which I understand
but when I run:
[p..... More

Print this item

  random.choice() takes two positional arguments, but three were given.
Posted by: ShakeyPakey - May-31-2020, 12:16 PM - Forum: General Coding Help - Replies (5)

Hello.

In Python, I am using the random module. I have used the random.choice() method to randomly pick from two strings:

[python]
import r..... More

Print this item

  Applied Data Science with Python - homework 2.2 (Weather plotting)
Posted by: eyavuz21 - May-31-2020, 11:54 AM - Forum: Homework - Replies (4)

Hey all,

I have the following code below:

[python]from datetime import datetime
import pandas as pd
import matplotlib.pyplot as plt

data = pd.read_..... More

Print this item

  Numpy doesn't work in Spyder 4.1.3
Posted by: player1681 - May-31-2020, 11:43 AM - Forum: Data Science - Replies (1)

Hello everyone. I have just istalled Spyder 4.1.3 as defined here using conda install spyder=..... More

Print this item

  syntax error on return statement
Posted by: l_butler - May-31-2020, 11:19 AM - Forum: General Coding Help - Replies (5)

The code below is for checking if there is a winner in a game of tic tac toe. I am getting a syntax error on the return line, with "return" being high..... More

Print this item

  os.walk question
Posted by: DPaul - May-31-2020, 09:58 AM - Forum: General Coding Help - Replies (2)

Hi,
I am trying to understand the logic behind os.walk.
What I want to achieve is a list of dirs and subdirs and sub-subdirs. (the max is 3 dirs de..... More

Print this item

  1st Project Guess between 1 and 20
Posted by: MiNigle - May-31-2020, 09:35 AM - Forum: Code Review - Replies (4)

Hi, first time on python (only dabbled with VBA previously) and I've done the cliche guessing game (sorry!) Taken me a few days.

I've tried to go f..... More

Print this item

  Help with function and sep( , ) value
Posted by: drewbty - May-31-2020, 09:20 AM - Forum: Homework - Replies (12)

Hi

Function def_length takes a list as a parameter and returns the length of the list. You must use a loop in your solution. You must not use bui..... More

Print this item

  Why this reverse lookup function not working
Posted by: Emekadavid - May-31-2020, 05:11 AM - Forum: Homework - Replies (4)

Please, can someone help me explain why this reverse lookup is not working. If I input any of the values in the dictionary, it says not found. Baffled..... More

Print this item

  Nu-B Q on dropna([list])
Posted by: expat_th - May-31-2020, 02:43 AM - Forum: Data Science - No Replies

Hi,
Probably something stupid but I can't spot it.
[Python]
droplist = ['City','State', 'Zip', 'Property County', 'Property State']
#This works
..... More

Print this item

  counting characters in an object
Posted by: Skaperen - May-31-2020, 01:51 AM - Forum: General Coding Help - Replies (11)

i have a string (str,bytes,bytearray) and an object with one or more characters (str,bytes,bytearray,set,frozenset,list,tuple). the beginning of the ..... More

Print this item

  Edabit -- Support Needed
Posted by: pav1983 - May-30-2020, 09:58 PM - Forum: News and Discussions - Replies (1)

Hi, does anyone here use Edabit? If so, what do you think of it. The problems that are so-called 'very easy' don't seem as easy as what the category..... More

Print this item

  Programming for Everybody 5.2 assignment
Posted by: sanjaykumar11 - May-30-2020, 09:32 PM - Forum: News and Discussions - Replies (1)

I have upload python assignment 5.2 full solution in the video
Moderator: Links removed

Print this item

  String slicing
Posted by: divyansh - May-30-2020, 09:30 PM - Forum: General Coding Help - Replies (6)

str1="divyansh tiwari" # this is just a string

var1=str1[-1:-16:1] # in this i know that the slicing will start at -1 index that is the last index an..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Select Python comment (#)... 1 hour ago SpongeB0B tester_V General Codin...
  Comparing 2 100GB Drives/... 1 hour ago tester_V tester_V General Codin...
  looking for help 2 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 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... 577256
  Tutorial Requ... 500312
  Web Scraping ... 440942
  Newbie with P... 384958
  New Users Int... 369284
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 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
seomelbourneaustralia Today
Jacobjoift Today
PhamMaria Today
zalexstolzeoz5360 Today
Edzed4431 Yesterday

User Panel Messages

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