Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 34 online users. » 0 Member(s) | 29 Guest(s) Bing, Google, AOL, Applebot
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 1
» Views: 1,819
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 3
» Views: 1,115
|
real community
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 4
» Views: 3,068
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
Today, 08:52 AM
» Replies: 5
» Views: 173
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 144
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 92
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 254
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,067
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485
|
|
|
Multiple Passwords |
Posted by: NotPythonQueen - Sep-21-2019, 06:38 PM - Forum: Homework
- Replies (17)
|
 |
I am able to get it to prompt one password, but not all 3. Here is an example of my code:
[python]import getpass
thislist = ["Sun", "Moon", "Sta..... More
|
|
|
data science |
Posted by: peepeepoopoo - Sep-21-2019, 03:56 PM - Forum: Data Science
- Replies (1)
|
 |
I have a dataframe with billions of stars, and i would like to narrow it down using equations. I need to find which stars are moving at escape velocit..... More
|
|
|
Splitting tuples |
Posted by: kasper1903 - Sep-21-2019, 12:36 PM - Forum: Homework
- Replies (3)
|
 |
Hi guys.
Hope you can help
I need to split my tuples into separate columns. This is what I got
[python]
import csv
with open('geyserDat..... More
|
|
|
MD5 Hashing |
Posted by: Evil_Patrick - Sep-21-2019, 07:29 AM - Forum: General Coding Help
- Replies (1)
|
 |
Does anyone know how to do it vice versa?
[python]
import hashlib
password= input("Enter your Password: ")
result = hashlib.md5(password.enc..... More
|
|
|
Entry widget to variable |
Posted by: Zeiphar - Sep-20-2019, 12:46 PM - Forum: GUI
- Replies (4)
|
 |
Hey guys. Im a bit of a scrub when it comes to coding, specially with python. Just need some help with getting the ip/port range from the entry widget..... More
|
|
|
Watch me coding |
Posted by: axju - Sep-20-2019, 10:06 AM - Forum: Bar
- Replies (4)
|
 |
Someone interested to watch me coding?
I've written a Python package that makes it easy to record your coding session. Check it out if you like. Fee..... More
|
|
|
Animation Plotting help |
Posted by: megzk - Sep-20-2019, 10:03 AM - Forum: General Coding Help
- No Replies
|
 |
I need to animate a plot, the plot needs to have an imshow with two scatter plots over the imshow. At each timestep the imshow updates, pulling a grid..... More
|
|
|
low-level coding (TL;DR) |
Posted by: Skaperen - Sep-20-2019, 06:40 AM - Forum: Bar
- No Replies
|
 |
i have always enjoyed low-level coding. i did many languages back when i started out on mainframes but assembler was the one i found to be the most f..... More
|
|
|
Need help with this code and am stuck |
Posted by: TheBoonester - Sep-19-2019, 07:02 PM - Forum: Homework
- Replies (2)
|
 |
[Python] nums = {1:"One", 2:"Two", 3:"Three" ,4:"Four", 5:"Five", 6:"Six", 7:"Seven", 8:"Eight",\
9:"Nine", 0:"Zero", 10:"Ten", 11:"Eleven", 1..... More
|
|
|
|