Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 37 Guest(s) Bing, Mojeek, AOL, Google, AOL
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Today, 07:43 AM
» Replies: 2
» Views: 304
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 936
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 986
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 670
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,997
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,426
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,004
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,445
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,345
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,677
|
|
|
Data Visualization |
Posted by: baehs89 - Apr-19-2019, 08:32 PM - Forum: Data Science
- Replies (2)
|
 |
Hi,
I'm wondering if there is any framework or useful libraries for creating data visualization videos like below..
[video=youtube]https://www...... More
|
|
|
Final df to csv |
Posted by: HierroDuc1 - Apr-19-2019, 08:27 PM - Forum: Data Science
- Replies (1)
|
 |
I'm having trouble saving the data-frame as a CSV.
[python]
>>> print(len(df))
221
>>> final_df = df.sort_values('popularity', ascending=False)..... More
|
|
|
Newton Fractal |
Posted by: sarasantos - Apr-19-2019, 08:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
hi there, I need an algorithm for x^3-1 with Newton's method and tha end have show a fractal. Can someone help me?
|
|
|
fasterconvergence |
Posted by: mcgrim - Apr-19-2019, 07:24 PM - Forum: Data Science
- Replies (15)
|
 |
I am trying to achieve a faster convergence of the arithmetic-geometric mean.
The first part of the code (general convergence) works fine but the seco..... More
|
|
|
Library for graphic Gantt chart |
Posted by: Aregmax - Apr-19-2019, 06:01 PM - Forum: GUI
- Replies (1)
|
 |
Hello
Which library should I learn/check first to create graphical app looking like gantt chart? It schould have drag and drop functionalities Someth..... More
|
|
|
vpython arrows |
Posted by: rose - Apr-19-2019, 06:07 AM - Forum: Homework
- Replies (1)
|
 |
I want to define the endpoint of one arrow in vpython so that I position another arrow there (creating two linkages). How can I do that? Do I need to ..... More
|
|
|
Unicode identifiers |
Posted by: Skaperen - Apr-19-2019, 03:31 AM - Forum: Bar
- Replies (2)
|
 |
i found a total of 112333 Unicode characters, counting ASCII, that are valid for identifiers, according to str.isidentifier().
only..... More
|
|
|
Indentation |
Posted by: Truman - Apr-19-2019, 12:01 AM - Forum: General Coding Help
- Replies (16)
|
 |
I avoid opening a new thread for indentation problem but I just don't get what is wrong here.
[python]
import random
random.seed()
def rollDie():
..... More
|
|
|
read write |
Posted by: nuncio - Apr-18-2019, 09:10 PM - Forum: General Coding Help
- Replies (2)
|
 |
[python]
def some_condition(line):
return "ddd" in line
with open('testin.csv') as infile:
for line in infile:
if some_conditio..... More
|
|
|
|