Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 55 online users. » 1 Member(s) | 47 Guest(s) Google, AOL, AOL, Applebot, Facebook, snippsat
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,190
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 657
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,564
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 989
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,499
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,328
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,532
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,493
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,642
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,206
|
|
|
wx.html2 |
Posted by: ian - Feb-04-2018, 03:06 AM - Forum: GUI
- Replies (1)
|
 |
I use wx.html2 as browser in my python 3.6.2 script working ok. But when I browse a Yahoo Finance website, it says the component is not supported by t..... More
|
|
|
Dice Roller |
Posted by: mcmxl22 - Feb-03-2018, 09:19 PM - Forum: Code sharing
- Replies (4)
|
 |
[python]import random
def dice():
sides = [1, 2, 3, 4, 5, 6]
rollDice = input('roll? ')
if rollDice == 'y':
i = random..... More
|
|
|
Mastermind game |
Posted by: Staren - Feb-03-2018, 11:39 AM - Forum: Homework
- Replies (6)
|
 |
Hello there,
I have to do a sort-of mastermind game, where you have to guess the numbers in an array.
I have no particular problem except when it com..... More
|
|
|
Problem with a homework |
Posted by: Samuelcu - Feb-03-2018, 10:12 AM - Forum: Homework
- Replies (2)
|
 |
Hello,
I am trying to create a program which reads a number N>=2 and creates a list. Then it fills the list with numbers and finds the average of t..... More
|
|
|
simple counter |
Posted by: mcmxl22 - Feb-03-2018, 09:27 AM - Forum: General Coding Help
- Replies (13)
|
 |
I am trying to make a simple counter that starts at 1 and increments by 1 indefinitely.
I have tried for-loops but I get [inline]int object not itera..... More
|
|
|
How Can I Do Refresh Window? |
Posted by: satrancali - Feb-03-2018, 07:50 AM - Forum: GUI
- No Replies
|
 |
I am getting some information a website contain the foreign currency and so I must refresh the program every 2-3 seconds HowCan I do it
[python]
cl..... More
|
|
|
http/https client |
Posted by: Skaperen - Feb-03-2018, 07:06 AM - Forum: Bar
- No Replies
|
 |
i am looking for an easy to use Linux CLI text client that allows me to easily specify an IP address and port to connect to in lieu of using info from..... More
|
|
|
a fun(ny) program i want to make |
Posted by: Skaperen - Feb-03-2018, 04:21 AM - Forum: Bar
- Replies (2)
|
 |
i tested this and it is possible to make a Python script be an interpreter of another script on the other script's #! line. so what i think i want to..... More
|
|
|
Learning Milestone |
Posted by: karaokelove - Feb-02-2018, 10:04 PM - Forum: Bar
- Replies (2)
|
 |
Hey all, just wanted to share my excitement at crossing a major milestone with my Python education! I officially edited a Python module to fix an issu..... More
|
|
|
pivot error |
Posted by: shyamdba - Feb-02-2018, 07:46 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]
df2 = pd.DataFrame({'id_user':[1,2,3,4,4,5,5], 'cust_user':[11,22,33,44,44,55,55],
'information':['phon','phon','phone','phone1','phone','p..... More
|
|
|
Algrbra Package |
Posted by: kmcollins - Feb-02-2018, 07:42 PM - Forum: Code sharing
- Replies (23)
|
 |
#I'm working on an algebra package for Python. It includes a LinearRelationship class where every instance is
#a function of the general form y = m..... More
|
|
|
Login with using class |
Posted by: captainflint - Feb-02-2018, 05:28 PM - Forum: Homework
- Replies (4)
|
 |
[python]users={"meryem":"4444","ahmet":"sehir123","gakkos":"2323"}
login=raw_input("Username: ")
inventory = {'asparagus': [10, 5], 'broccoli': [15,..... More
|
|
|
Randow DataFrame |
Posted by: ArnaudCoulon - Feb-02-2018, 04:59 PM - Forum: Data Science
- Replies (1)
|
 |
Hey guys !
I was trying to make a 4*54 random numbers DataFrame. I spent 1 hour trying to figure out how to do it and I wrote this code :
[python]..... More
|
|
|
|