| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886
Full Statistics
|
| Online Users |
There are currently 54 online users. » 0 Member(s) | 46 Guest(s) Bing, Google, Facebook Dev, AOL, Mojeek
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 52
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 231
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 121
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 82
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,518
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,139
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,322
|
|
|
| Store data in array |
|
Posted by: kasper1903 - Oct-01-2019, 03:34 PM - Forum: Homework
- Replies (4)
|
 |
Hi guys.
I have some trouble with this code. I want to store my data from a csv into an array - The data consist both of text, dates and numbers. ..... More
|
|
|
| Regression Event |
|
Posted by: navigates - Oct-01-2019, 07:57 AM - Forum: Data Science
- Replies (1)
|
 |
I have a requriement
I have to perform a regression on a data set that has the following data
Age of Person at time of data collection
Date
chol..... More
|
|
|
| Yahtzee |
|
Posted by: sdickey9480 - Oct-01-2019, 03:41 AM - Forum: Homework
- Replies (1)
|
 |
The following program is a simplified version of Yahtzee, using only 3 die, and keeps a running total of your score vs the computer. Can anybody tell ..... More
|
|
|
| Function question |
|
Posted by: JimBob9432 - Sep-30-2019, 11:20 PM - Forum: Homework
- Replies (2)
|
 |
So, for my homework assignment, I am required to write a function called "check_answer" which will determine if a given addition or subtraction proble..... More
|
|
|
| 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
|
|
|
|