Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 65 online users. » 0 Member(s) | 61 Guest(s) Bing, AOL, Google, AOL
|
|
|
now() |
Posted by: Skaperen - Oct-06-2016, 05:44 AM - Forum: General Coding Help
- Replies (7)
|
 |
is there a way to do this
from datetime import datetime as dt
now=dt.now in one statement?
i tried these and they did n..... More
|
|
|
Assignment |
Posted by: tinabina22 - Oct-06-2016, 12:58 AM - Forum: Homework
- Replies (8)
|
 |
This is an assignment that is due next week and I'm stuck on the for i in range code at the bottom highlighted with purple font. I have included the ..... More
|
|
|
Functions |
Posted by: metulburr - Oct-05-2016, 10:08 PM - Forum: Fundamentals
- No Replies
|
 |
Why use functions? - They maximize code reuse and minimize redunancy
- Package logic when using in more than one place ..... More
|
|
|
PyMySQL |
Posted by: Dean Stackhouse - Oct-05-2016, 06:28 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hey,
I have PyMySQL working however the result its printing has an unexpected character.
[python]
#!/usr/bin/python
import pymysql.cursors
..... More
|
|
|
String Splits |
Posted by: m.zod - Oct-05-2016, 05:35 PM - Forum: Homework
- Replies (3)
|
 |
Hey guys, I'm a new student to Python 3, and I'm having some issues with an assignment, so I'd appreciate the help.
What I'm doing in the assignment ..... More
|
|
|
Post Edit Logs |
Posted by: metulburr - Oct-05-2016, 01:55 PM - Forum: Board
- Replies (2)
|
 |
I added a plugin to allow to show/compare/and even revert edit changes of a post. As is, only admins and mods are allowed to view the edit logs though..... More
Attached Files
Thumbnail(s)
|
|
|
selecting buttons with keyboard |
Posted by: noissue - Oct-05-2016, 12:21 PM - Forum: GUI
- Replies (3)
|
 |
Hello,
my problem:
i have some simple GUI, with some text entrys, and radiobuttons
i can select on them by mouse, but i want to do it with ente..... More
|
|
|
testing code |
Posted by: Skaperen - Oct-05-2016, 05:56 AM - Forum: Code sharing
- Replies (2)
|
 |
i am testing indents and stuff:
[python]from sys import argv
def main():
from sys import argv
if len(argv) < 2:
print 'no argum..... More
|
|
|
List Censor Thread |
Posted by: palmtrees - Oct-05-2016, 01:03 AM - Forum: Homework
- Replies (6)
|
 |
I am making a program for my Introduction to Computer Science course where I have to type in a sentence: "Dr Mathias is completely full of shirt I wis..... More
|
|
|
distance between 2 points |
Posted by: sparkz_alot - Oct-04-2016, 10:02 PM - Forum: Code sharing
- Replies (11)
|
 |
This is a small part of a bigger project I'm working on to Pythonize (a real word I just made up) the formulas in Jean Meeus' book "Astronomical Algor..... More
|
|
|
[split] new BBCodes |
Posted by: metulburr - Oct-04-2016, 06:30 PM - Forum: Board
- Replies (6)
|
 |
[quote='nilamo' pid='1429' dateline='1475605285']
Once you hit line 57, your program is done. The python version never computes anything, regardle..... More
|
|
|
|