Meet Robyn, younger brother of the Flask web framework
https://medium.com/pythonistas/meet-robyn-younger-brother-of-the-flask-web-framework-9ffbf02f1fc
https://medium.com/pythonistas/meet-robyn-younger-brother-of-the-flask-web-framework-9ffbf02f1fc
Medium
Meet Robyn, younger brother of the Flask web framework
Note: For non-members, this article is also available at…
A dinâmica da dengue em Belém: um projeto end-to-end de Análise de Séries Temporais em Python
https://datarooters.medium.com/a-din%C3%A2mica-da-dengue-em-bel%C3%A9m-um-projeto-end-to-end-de-an%C3%A1lise-de-s%C3%A9ries-temporais-em-python-b9ca8569ce78
https://datarooters.medium.com/a-din%C3%A2mica-da-dengue-em-bel%C3%A9m-um-projeto-end-to-end-de-an%C3%A1lise-de-s%C3%A9ries-temporais-em-python-b9ca8569ce78
Medium
A dinâmica da dengue em Belém: um projeto end-to-end de Análise de Séries Temporais em Python
Conheça as principais etapas e técnicas para utilizar em suas análises.
Multiple assignment and tuple unpacking improve Python code readability
https://treyhunner.com/2018/03/tuple-unpacking-improves-python-code-readability/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://treyhunner.com/2018/03/tuple-unpacking-improves-python-code-readability/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Treyhunner
Multiple assignment and tuple unpacking improve Python code readability
Whether I’m teaching new Pythonistas or long-time Python programmers, I frequently find that Python programmers underutilize multiple …
Scapy: Low level packet hacking toolkit for Python
https://www.trickster.dev/post/scapy-low-level-packet-hacking-toolkit-for-python/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.trickster.dev/post/scapy-low-level-packet-hacking-toolkit-for-python/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
www.trickster.dev
Scapy: low level packet hacking toolkit for Python – Trickster Dev
Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
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…