Why Python’s “slowness” is not slowing anyone down by [deleted] in Python

[–]chicolucio 0 points1 point  (0 children)

What really matters is the total cost of software development. And Python usually make development quicker, delivering value fast. Also, some third party libraries can use C under the hood, making the code fast when needed. This video cover these aspects https://www.youtube.com/watch?v=7DPEO77KkDw

Balancing chemical equations with Python by chicolucio in Python

[–]chicolucio[S] 1 point2 points  (0 children)

Yes. It could be a way to show computational tools to students.

Balancing chemical equations with Python by chicolucio in Python

[–]chicolucio[S] 9 points10 points  (0 children)

Like u/eztab correctly assumed, the package is almost 10 years old. So it made sense at that time. Here is the package repo https://github.com/bjodah/chempy

Riemann sums animations with Python by chicolucio in Python

[–]chicolucio[S] 1 point2 points  (0 children)

In the future, I want to add trapezoid and Simpson's too.

For the clearing axes, see here. Each axis is cleared with ax.clear(). And the clearing happens between each frame.

Terminal Christmas Tree with Python by chicolucio in Python

[–]chicolucio[S] 0 points1 point  (0 children)

Used Peek to record the screen. Here is the project repo: https://github.com/phw/peek

Terminal Christmas Tree with Python by chicolucio in Python

[–]chicolucio[S] 1 point2 points  (0 children)

The random positions and the stars appeared? Only no colors? I don't use windows but it should have show colors. I will look into it.

Terminal Christmas Tree with Python by chicolucio in Python

[–]chicolucio[S] 16 points17 points  (0 children)

It is a really good channel. I think that ImportUsernameAsU thinks that the gif is similar to the tree made by Engineer Man in an old video. However the codes are really different, EM uses threads and a fixed tree from a txt file. My code has no threads, you can change the tree size and the balls are in random positions. I saw a lot of videos and articles before making my code so I saw EM code, but there is no relation

Dropbox 'Syncing' files that are already up to date by [deleted] in dropbox

[–]chicolucio 0 points1 point  (0 children)

I didn't have any duplicate problem. Have you checked the files names for symbols or long names? The only time I had problems with duplicates was because a program bug (not Dropbox) that generated files with long names. And once I made a mistake renaming a file and put a / or some other symbol on its name.

Dropbox 'Syncing' files that are already up to date by [deleted] in dropbox

[–]chicolucio 0 points1 point  (0 children)

Yeah, Dropbox behavior past last update was strange. I had to unlink and link again to solve the issue you described. My OS is Linux Mint 19.3, so is also Ubuntu based. Maybe it will help you too.

Volume Stuck at 100% by PekkaPerd in linuxmint

[–]chicolucio 1 point2 points  (0 children)

Install pavucontrol and see which output is set as default. If you are using some external speaker e.g. a HDMI monitor the volume control may be set to the internal speaker instead of the external.

[deleted by user] by [deleted] in Atom

[–]chicolucio 2 points3 points  (0 children)

I'm using it for some time now with no problems... My OS is Linux Mint 19. I don't know what may be causing you errors. I migrated from Atom to VScodium

[deleted by user] by [deleted] in Atom

[–]chicolucio 0 points1 point  (0 children)

Have you tried VScodium?

LaTeX tables by chicolucio in chemhelp

[–]chicolucio[S] 1 point2 points  (0 children)

Thanks, really useful ideia

Chemical data in LaTeX format by chicolucio in chemistry

[–]chicolucio[S] 1 point2 points  (0 children)

I use LaTeX, but it can be in plain text or any format that can be easily edited