Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,963
» Latest member: chaoh1911
» Forum threads: 38,729
» Forum posts: 175,541
Full Statistics
|
Online Users |
There are currently 49 online users. » 0 Member(s) | 37 Guest(s) Bing, Google Image, Mojeek, Applebot, AOL, Twitter, AOL
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 4
» Views: 1,882
|
My First App
Forum: Code Review
Last Post: carlbidwell
9 hours ago
» Replies: 8
» Views: 8,480
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Today, 03:54 AM
» Replies: 3
» Views: 377
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 821
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 873
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,131
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,761
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,798
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 398
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 668
|
|
|
Python Automated Email |
Posted by: aidanh26 - Jul-12-2020, 12:25 PM - Forum: Networking
- Replies (10)
|
 |
Hi,
I'm a newbie here. I'm looking for help to automatically send an email to an address assoicated with a string found in an excel spreadsheet.
..... More
|
|
|
PIL Python |
Posted by: ABVSVL - Jul-12-2020, 11:37 AM - Forum: General Coding Help
- Replies (2)
|
 |
There are two files. one file has a color depth of 24 second 32 bits.
The PIL library gives an error.
How to convert 32 bits to 24?
What are the me..... More
|
|
|
Input Error |
Posted by: Dream - Jul-12-2020, 01:01 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,im trying to do a youtube video downloader script,so i did this:
[python]import pytube
video_url = 'https://www.youtube.com/watch?v=4KcMdH8qiu..... More
|
|
|
reindex() |
Posted by: Truman - Jul-11-2020, 09:26 PM - Forum: Data Science
- Replies (2)
|
 |
[python]import pandas as pd
import numpy as np
index = [('California', 2000), ('California', 2010),
('New York', 2000), ('New York', 2010)..... More
|
|
|
OCR to database |
Posted by: Hakx77 - Jul-11-2020, 09:05 PM - Forum: General Coding Help
- Replies (2)
|
 |
So I am needing some help, I am new to python and programming in general but I am trying to use a raspberry pi to take a pic of a document then send i..... More
|
|
|
Syntax error |
Posted by: bayouprophet - Jul-11-2020, 08:14 PM - Forum: General Coding Help
- Replies (1)
|
 |
Fairly new to Python, so I need help with the following:
I am getting a syntax error for parser = MyHTMLParser() and I can't figure out why?
#
#..... More
|
|
|
Dictionary based exercise |
Posted by: garvind25 - Jul-11-2020, 06:25 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
I am stuck with a problem and hoping someone can help.
How can I import data from a file and store them in a dictionary? I have a file named ‘..... More
|
|
|
|