Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 29 online users. » 0 Member(s) | 24 Guest(s) Applebot, Google, Bing, AOL
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 1
» Views: 1,812
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 3
» Views: 1,114
|
real community
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 4
» Views: 3,066
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
8 hours ago
» Replies: 5
» Views: 170
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 4
» Views: 140
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 89
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,556
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 252
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,063
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485
|
|
|
Sinus Approx |
Posted by: Mebujo - Sep-30-2019, 09:36 PM - Forum: Homework
- Replies (5)
|
 |
Hi everyone,
im tryna write a program that prints an Approx of a sinus(x) using this:
sinus(x)=x-((x**3)/3!)+((x**5)/5!)-((x**7)/7!)+...
so in my..... More
|
|
|
Logging |
Posted by: rajuarien - Sep-30-2019, 03:53 PM - Forum: General Coding Help
- No Replies
|
 |
I am a novice in python as new as week !
Wanted to use Python Logger
LoggingUtils.py
[python]
import logging
class LoggingUtils:..... More
|
|
|
Prime numbers |
Posted by: janoshz - Sep-30-2019, 12:32 PM - Forum: Homework
- Replies (4)
|
 |
Hello,
I have a slight problem with my prime number checking machine :D It does not print out the number 2 it should and does falsely recognize 9 a..... More
|
|
|
Newbie question |
Posted by: Shadowlord - Sep-30-2019, 12:23 PM - Forum: General Coding Help
- Replies (2)
|
 |
I am trying to answer one of the questions in Automate the Boring Stuff with Python. The function (which seems to work correctly) should retun x if an..... More
|
|
|
Don't excute my code |
Posted by: RavCOder - Sep-30-2019, 10:31 AM - Forum: Homework
- Replies (16)
|
 |
Task:
Given n names and phone numbers, assemble a phone book that maps friends' names to their respective phone numbers. You will then be give..... More
|
|
|
use of global |
Posted by: wpo - Sep-30-2019, 08:53 AM - Forum: General Coding Help
- Replies (21)
|
 |
I need to use pass the values in some variables from the "main" script to functions, and also from one function to another function. That seems to wo..... More
|
|
|
suid scripts in python? |
Posted by: Skaperen - Sep-29-2019, 10:28 PM - Forum: News and Discussions
- No Replies
|
 |
i'm assuming a normal python engine is unsafe for running an suid script on a POSIX system. but maybe someone has a patch or wrapper that can make it..... More
|
|
|
general advise |
Posted by: mveytsman13 - Sep-29-2019, 04:51 PM - Forum: News and Discussions
- Replies (1)
|
 |
i'm a python newby that's currently using Python Crash Course: A Hands-On, Project-Based Introduction to Programming to learn the basics. The b..... More
|
|
|
|