Speed Up Your Python classes with slot
https://doziestar.medium.com/speed-upyour-python-classes-with-slot-454e0655a816
https://doziestar.medium.com/speed-upyour-python-classes-with-slot-454e0655a816
Medium
Speed Up Your Python classes with slot
The special attribute __slots__ allows you to explicitly state which instance attributes you expect your object instances to have, with the…
Multiple Images in Single Container Docker setup for Nvidia Cuda
https://abhijithjadhav.medium.com/multiple-images-in-single-container-docker-setup-for-nvidia-cuda-2f7d5548c2b0
https://abhijithjadhav.medium.com/multiple-images-in-single-container-docker-setup-for-nvidia-cuda-2f7d5548c2b0
Medium
Multiple Images in Single Container Docker setup for Nvidia Cuda
Many peoples have the misconception that docker supports only one image at a time But in reality that's not the case, we can run multiple…
Principal Component Analysis on the list of SMILES from Pihkal using GlobalChem and IUPAC
https://sharifsuliman1.medium.com/principal-component-analysis-on-the-list-of-smiles-from-pihkal-using-globalchem-and-iupac-d4a66d2a35da
https://sharifsuliman1.medium.com/principal-component-analysis-on-the-list-of-smiles-from-pihkal-using-globalchem-and-iupac-d4a66d2a35da
Medium
Principal Component Analysis on the list of SMILES from Pihkal using GlobalChem and IUPAC
I have just realized I am my own best user. I forgot why I was interested in organic chemistry in the first place. Pihkal was such an…
Generating Combinations From Scratch In Python
https://zl-liu.medium.com/generating-combinations-from-scratch-in-python-ad11499ba8ca
https://zl-liu.medium.com/generating-combinations-from-scratch-in-python-ad11499ba8ca
Medium
Generating Combinations From Scratch In Python
A combination is a selection of items from a set such that the order of selection does not matter. Let’s say we wish to generate all…
Object Oriented Concepts in Python
https://medium.com/@ivan_bowen/object-oriented-concepts-in-python-ec6f3652a42b
https://medium.com/@ivan_bowen/object-oriented-concepts-in-python-ec6f3652a42b
Medium
Object Oriented Concepts in Python
pre-requisites:
Reconhecimento de fala em Python
https://victoralexandre29051986.medium.com/reconhecimento-de-fala-em-python-2caf5885baf
https://victoralexandre29051986.medium.com/reconhecimento-de-fala-em-python-2caf5885baf
Medium
Reconhecimento de fala em Python
Nesse post irei ensinar como fazer um app de reconhecimento de fala, ou seja, você fala o computador interpreta e exibi em texto o que você…
Bilgisayarda Rastgele Sayı Nasıl Üretilir?
https://canketen.medium.com/bilgisayarda-rastgele-say%C4%B1-nas%C4%B1l-%C3%BCretilir-5e02023ef78
https://canketen.medium.com/bilgisayarda-rastgele-say%C4%B1-nas%C4%B1l-%C3%BCretilir-5e02023ef78
Medium
Bilgisayarda Rastgele Sayı Nasıl Üretilir?
Python ve veri bilimi ile ilgileniyorsanız, karşılaşacağınız ilk kütüphanelerden biri Numpy olacaktır. Numpy rastgele sayılar…
Python Dashboard using Plotly Dash: Example 1
https://anmol3015.medium.com/python-dashboard-using-plotly-dash-example-1-b9cc94039b5e
https://anmol3015.medium.com/python-dashboard-using-plotly-dash-example-1-b9cc94039b5e
Medium
Python Dashboard using Plotly Dash: Example 1
Create Covid -19 Dashboard using Plotly Dash
Gradient Descent In Machine learning For Beginners.
https://anantha-kattani.medium.com/gradient-descent-in-machine-learning-for-beginners-92e940f0f456
https://anantha-kattani.medium.com/gradient-descent-in-machine-learning-for-beginners-92e940f0f456
Medium
Gradient Descent In Machine learning For Beginners.
Gradient descent is an optimization algorithm used commonly in ML which is used to find the local minimum and maximum.
A chunk of code — Transcribe an audio file.
https://medium.com/@e.amiri89/a-chunk-of-code-transcribe-an-audio-file-e55033b88335
https://medium.com/@e.amiri89/a-chunk-of-code-transcribe-an-audio-file-e55033b88335
Medium
A chunk of code — Transcribe an audio file.
Today, I thought of a new feature for our product that involves speech-to-text capability. The development team is always busy and under…
Questions I Got Asked The Most in Python/Django Interviews (I couldn’t answer some . . .)
https://krnk97.medium.com/questions-i-got-asked-the-most-in-python-django-interviews-i-couldnt-answer-some-b4b8cb0bade8
https://krnk97.medium.com/questions-i-got-asked-the-most-in-python-django-interviews-i-couldnt-answer-some-b4b8cb0bade8
Medium
Questions I Got Asked The Most in Python/Django Interviews (I couldn’t answer some . . .)
Here are some of the most frequently asked Python/Django interview questions that I faced in my interviews. I will also be mentioning a…