| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,832
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 32 Guest(s) Google, Bing
|
|
|
| Python with Geany |
|
Posted by: mehenaveen - Sep-26-2017, 01:49 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hello,
I am new to programming and particularly to Python and Geany. I am getting the error... 'Python3' is not recognized as an internal or external..... More
|
|
|
| Memory Error |
|
Posted by: rajeev1729 - Sep-26-2017, 08:29 AM - Forum: Data Science
- Replies (1)
|
 |
[python]# Load Libraries
import numpy as np
import pandas as pd
from nltk.corpus import stopwords
from nltk.stem import PorterStemmer
from sklear..... More
|
|
|
| Substrings |
|
Posted by: OmarSinno - Sep-26-2017, 07:43 AM - Forum: Homework
- Replies (4)
|
 |
The task is to find a the first string as a substring in the other string.
For example, let's say we have:
string 1 = 'bob'
string 2 = 'bobsbugsbegone..... More
|
|
|
| Turtle Problem |
|
Posted by: OmarSinno - Sep-26-2017, 07:31 AM - Forum: General Coding Help
- Replies (2)
|
 |
I'm drawing a polygon in which every side of that polygon should get a random color, that means that for every side the turtle should get a different ..... More
|
|
|
| replace vowels |
|
Posted by: niru - Sep-25-2017, 06:06 PM - Forum: General Coding Help
- Replies (9)
|
 |
hello, i have a list with some names, and i have to replace wovels by " - "
here is what i tried:
[python]list1 = ['john', 'tony', 'luck]
def rep..... More
|
|
|
| Re Python Function |
|
Posted by: Yash99 - Sep-25-2017, 03:27 PM - Forum: Homework
- Replies (5)
|
 |
Hey I have a question that what function do I need to use to run the python script without specifying path name, but by giving only python 'filename'(..... More
|
|
|
| Twin Primes Recursion Limit |
|
Posted by: djkraft - Sep-25-2017, 02:56 PM - Forum: Homework
- Replies (4)
|
 |
I'm working on this same problem too and ran into an error trying to get the twin prime numbers to work. I get a recursion error when checking the pri..... More
|
|
|
| Retrieve OptionMenu selection? |
|
Posted by: JP_ROMANO - Sep-25-2017, 02:36 PM - Forum: GUI
- Replies (5)
|
 |
Hello - finally making some real progress on my first python script (using Tkinter to create a UI) and after a many, many months of hating on it, I th..... More
|
|
|
| MySQLdb and SSL |
|
Posted by: dominic - Sep-25-2017, 12:05 PM - Forum: Networking
- No Replies
|
 |
Hi all,
I've tried endlessly to make Python set up an SSL connection to an SQL server.
The Python script only initiates a regular unencrypted TCP/..... More
|
|
|
| Introductions forum? |
|
Posted by: Saka - Sep-25-2017, 11:16 AM - Forum: Board
- Replies (1)
|
 |
Usually forums have a little place where users introduce themselves... Is there one here? Sorry if this is a dumb question, I'm a newbie on this forum..... More
|
|
|
| error when running code |
|
Posted by: kiki1113 - Sep-25-2017, 02:03 AM - Forum: Homework
- Replies (6)
|
 |
Homework help - python newbie. I'm trying to run the following code:
[python]def user_input():
order_amount = float(input('What is the order ..... More
|
|
|
| Anaconda - Docstring |
|
Posted by: sobrio1 - Sep-24-2017, 06:15 PM - Forum: Data Science
- No Replies
|
 |
I'm using the pandas_datareader module with the get_data_yahoo function on the Anaconda Cloud. With respect to data, the function works perfectly, but..... More
|
|
|
|