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,584
Full Statistics
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 39 Guest(s) Google, Bing, AOL
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 4
» Views: 128
|
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
Yesterday, 03:59 PM
» Replies: 4
» Views: 139
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 84
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,550
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 235
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,058
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 471
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,106
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,184
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 862
|
|
|
Multicast SSM Joins |
Posted by: iunderwood74 - Oct-11-2019, 03:11 PM - Forum: Networking
- No Replies
|
 |
Good morning, folks.
I'm looking to use Python to do some work with IP Multicast under version 3.7.
However, the wrinkle in the system is that t..... More
|
|
|
Print |
Posted by: kdiba - Oct-11-2019, 11:12 AM - Forum: General Coding Help
- Replies (7)
|
 |
Hello, I'm trying to find a way to excute the command print below to get the same load the prediction. But it doesn't load it, it just print the print..... More
|
|
|
Dumbfounded |
Posted by: ichabod801 - Oct-11-2019, 01:23 AM - Forum: Bar
- Replies (5)
|
 |
Here I am, watching videos on YouTube, and the image came to me of my Mom's Apple ][. Not even the first computer I programmed on. And I am just dumbf..... More
|
|
|
Tkinter |
Posted by: arbondioxide - Oct-10-2019, 07:18 PM - Forum: GUI
- Replies (7)
|
 |
Hello i am a recently new programmer. An A-Level student who is having problems with using tkinter. Im using Python 3.74 which already has tkinter bui..... More
|
|
|
Simple list comprehension misunderstanding |
Posted by: Mark17 - Oct-10-2019, 06:31 PM - Forum: General Coding Help
- Replies (3)
|
 |
a = [1,4,9,16,25,36,49,64,81,100]
print(list(a[x] for x in range(6)))
gives me [1, 4, 9, 16, 25, 36] whereas
[Python]
a..... More
|
|
|
Inner Join merging bug? |
Posted by: CaptainCsaba - Oct-10-2019, 12:51 PM - Forum: Data Science
- No Replies
|
 |
Hi!
I have the following very simple code:
[python]dfTycho = read_excel('TychoList.xlsx')
dfCodes = read_excel('CompaniesCodes.xlsx')
dfcomphousecod..... More
|
|
|
|