| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,279
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,868
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 35 Guest(s) Bing, Google
|
| Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Today, 06:15 AM
» Replies: 4
» Views: 1,457
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 104
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 39
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,014
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,286
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 312
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 157
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 222
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,120
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 266
|
|
|
| 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
|
|
|
| Referrals |
|
Posted by: pyzyx3qwerty - May-30-2020, 10:49 AM - Forum: Board
- Replies (2)
|
 |
What are referrals? How do you do them?
|
|
|
| File Opening |
|
Posted by: Hitso - May-30-2020, 07:04 AM - Forum: General Coding Help
- Replies (10)
|
 |
I cannot open the file below. Both the .py file and the salesdata.csv are stored in the same directory.
This is the error :
FileNotFoundError: [Er..... More
|
|
|
|