Python to full stack what do you think?

dardan

New member
Python is very popular programing(scripting) and it has powerful libraries like numpy, matplotlib, flask, django, it is very used raspberry pi to controll harware as well
 

Yozora

Moderator
RFlintstone said:
I heard a lot of good things about python but i think that Java is better.
Quality Post credit, could you tell us why you think Java is better? Making more low quality posts will not count towards earning hosting.
 

sduhsd

New member
By the way, is Python used for HTML, or is more like .aspx. Also, can you message me the file extension name, I've tried "pyw"/"py". None of them worked, thanks.
 

furukawa

New member
I am also using Python. If you learn from this we recommend Python 3.6.
The package I use is below.
NumPy
SciPy
Scikit-learn
Matplotlib
Pandas
Seaborn
Theano
The book that I am referring to is below.
Python Machine Learning by Sebastian Raschka
 

slosimon

New member
Every good programmer should know at least a few programming languages. Why? Because some problems can be solved easily in one language and (nearly) impossible in the other. For managing big data and computation, I prefer C++. It is powerful as C, Pascal and other low level languages. When I need to make just a few system calls, I use bash or Python. I really like sys.os(). It is simple and fast enough. Also I use python for web development. Django is in my opinion far the best environment. Safe, powerful and easy to learn. You may need a project or two, to get all the necessary skills to code in django fluently. But then you may skip any obstacle costumers wants. If they want a very powerful backend (big data computation), you can always use c++ (or and other language) to make it.

And why not Java as it is so popular? Simply because of the sandbox and many compiler versions. I think Java was a shot in the dark. And why to make a class for literally everything? I tried Java and I hate it even more.
 

ANSH3LL

New member
Cython is a faster implementation of python. The cython compiler converts regular python code into C. Personally, I love python and use it as my main language. By the way, C and C++ can also be integrated into python for more complex programs.
 

Genesis

Administrator
Staff member
Can you clarify exactly what you want to discuss @"RDCH106" ? The topic is completely vague and one has to reread the content of your post to figure out what you want to discuss.
 
E

electrocute

Guest
python supported lots of library of machine-learning and scientific development. in future trends python gone be fully used for automation of various system and communicate with servers with good handling databases, hence all goodies in one thing you got by just learning one language saves lot of time and also its very robust, reliable and easy to use.
 

jmourato

New member
The thing that really attracts me in python is the ease to read the code (compared for example with pearl).