Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 26, 2021 02:16 pm GMT

Let's talk about python

Alt Text
If I did not make some people angry in the previous post, I am sure they now report me to be banned

...

python now is very popular, As far as I can say the most popular in history because JS is coercion to web developers, but python is widely used. idk python. i just tried it and i can't understand why programmers love it!

Keep Your Python Version

you should keep python with your project with venv. because your project may not be compatible with later versions of Python :| at least rust keeps the functions and syntax and just make it a warning. but your python project is risky. i had lot of problems with python based tools and packages for that

Memory Leaks

python memory leaks are amazing! just in a fibonacci app (omg thre's no variable) python have more than 300Kb memory leak! just imagine python for a web framework like Django :( just checkout lua. it's safe

Error Detection

error handling is a important part of development, but python as the most popular language can't detect errors during the interpretion.

Huge Source Code

yes, i think this is a problem. python source code have 2.9M lines of code and cause of the most problems. huge source code makes more mistakes and bugs. just checkout lua! it's
very same to python, a interpreter language without, but without any thirdparty library, lua is safe, minimal, have't
memory leak in a fibonacci app and just have 54K lines!!

// pls don't comment delete this post or this is most shi_t post i ever seen they are my reasons. so pls just say your reasons


Original Link: https://dev.to/alichraghi/let-s-talk-about-python-2im3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To