Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 350 online users. » 0 Member(s) | 346 Guest(s) Bing, Google, Baidu, Yandex
|
|
|
Homework help |
Posted by: nzieno - Oct-07-2016, 04:00 PM - Forum: Homework
- Replies (11)
|
 |
So my issue is this we have started using functions and the module we are supposed to import does not import its from a zip file for examples from the..... More
|
|
|
Lambda: How, Why, and Why not. |
Posted by: Mekire - Oct-06-2016, 10:30 PM - Forum: Fundamentals
- No Replies
|
 |
When I first started learning python I found lambda extremely confusing. It isn't that there is anything particularly complicated about it; but somet..... More
|
|
|
Julian Day |
Posted by: sparkz_alot - Oct-06-2016, 03:39 PM - Forum: Code sharing
- Replies (14)
|
 |
Here is another Python piece of code derived from Jean Meuus' book "Astronomical Algorithms"
to compute the Julian Day (JD) for a given Gregorian dat..... More
|
|
|
Mark posts as SOLVED |
Posted by: iFunKtion - Oct-06-2016, 11:05 AM - Forum: Board
- Replies (22)
|
 |
Is there a way to mark a post as SOLVED at all. I find SOLVED threads in forums extremely useful and I for one try my hardest to document any solution..... More
|
|
|
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
|
|
|
|