| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 47 online users. » 0 Member(s) | 45 Guest(s) Bing, Google
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 4
» Views: 104
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 98
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 71
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 109
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,078
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 187
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443
|
|
|
| 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
|
|
|
|