Welcome, Guest |
You have to register before you can post on our site.
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
|