11 bibliotecas maliciosas de PyPI Python atrapadas robando tokens de discordia e instalando shells
https://ehcgroup.medium.com/11-bibliotecas-maliciosas-de-pypi-python-atrapadas-robando-tokens-de-discordia-e-instalando-shells-831aa147bd37
https://ehcgroup.medium.com/11-bibliotecas-maliciosas-de-pypi-python-atrapadas-robando-tokens-de-discordia-e-instalando-shells-831aa147bd37
Medium
11 bibliotecas maliciosas de PyPI Python atrapadas robando tokens de discordia e instalando shells
PUBLICADO EN 19 NOVIEMBRE, 2021POR DPAB
How can BellaBeat play it smart? A Google Capstone Project Write Up
https://bealfan.medium.com/how-can-bellabeat-play-it-smart-a-google-capstone-project-write-up-fa9769f9417e
https://bealfan.medium.com/how-can-bellabeat-play-it-smart-a-google-capstone-project-write-up-fa9769f9417e
Medium
How can BellaBeat play it smart? A Google Capstone Project Write Up
This is an optional capstone project on Google’s Data Analytics program.
Creating an Async API using Postgres — Building a Chess Analysis App (Part 3)
https://medium.com/@PropelAuth/creating-an-async-api-using-postgres-building-a-chess-analysis-app-part-3-bba5e65ebabd
https://medium.com/@PropelAuth/creating-an-async-api-using-postgres-building-a-chess-analysis-app-part-3-bba5e65ebabd
Medium
Creating an Async API using Postgres — Building a Chess Analysis App (Part 3)
In our last post, we built a synchronous API that validates and analyzes a chess position. We noted that performing a CPU intensive task…
Python Tortoise ORM Integration with FastAPI
https://medium.com/@talhakhalid101/python-tortoise-orm-integration-with-fastapi-c3751d248ce1
https://medium.com/@talhakhalid101/python-tortoise-orm-integration-with-fastapi-c3751d248ce1
Medium
Python Tortoise ORM Integration with FastAPI
One of the things I like the most about Django is its ORM; one of the reasons this framework is so popular. On the other hand, FastAPI does…
Important Tips on Jinja Templating for Python (with Examples)
https://medium.com/@fadebowaley/important-tips-on-jinja-templating-for-python-with-examples-292b9f8ed484
https://medium.com/@fadebowaley/important-tips-on-jinja-templating-for-python-with-examples-292b9f8ed484
Medium
Important Tips on Jinja2 Templating for Python (with Examples)
I will be sharing the basic string processing in Jinja from common to advanced. you can check the video demonstration here:
Awesome Python package you need to install
https://preettheman.medium.com/awesome-python-package-you-need-to-install-f263ad1e7ae9
https://preettheman.medium.com/awesome-python-package-you-need-to-install-f263ad1e7ae9
Medium
Awesome Python package you need to install
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to this language, check out the link below…
Python Yield, Iterator and Generator Introduction
https://tonylixu.medium.com/python-yield-iterator-and-generator-introduction-15be182f6135
https://tonylixu.medium.com/python-yield-iterator-and-generator-introduction-15be182f6135
Medium
Python Yield, Iterator and Generator Introduction
Today let’s talk about Python yield, iterators and generators that can be seen in many tutorials but always caused some confusions.
Números Complexos em Python, Transformando de Cartesiano para Polar e Vice-Versa
https://oseiasfarias.medium.com/n%C3%BAmeros-complexos-em-python-transformando-de-cartesiano-para-polar-e-vice-versa-e7d8a80409f7
https://oseiasfarias.medium.com/n%C3%BAmeros-complexos-em-python-transformando-de-cartesiano-para-polar-e-vice-versa-e7d8a80409f7
Medium
Números Complexos em Python, Transformando de Cartesiano para Polar e Vice-Versa
Manipulação de números complexos usando a biblioteca Numpy do Pyhton.
Considerations for Deploying Machine Learning Models in Production
https://towardsdatascience.com/considerations-for-deploying-machine-learning-models-in-production-89d38d96cc23
https://towardsdatascience.com/considerations-for-deploying-machine-learning-models-in-production-89d38d96cc23
Medium
Considerations for Deploying Machine Learning Models in Production
By Jules S. Damji, Michael Galarnyk
ใช้ Pendulum จัดการ Date Time ใน Python
https://medium.com/dataengineercafe/%E0%B9%83%E0%B8%8A%E0%B9%89-pendulum-%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%81%E0%B8%B2%E0%B8%A3-date-time-%E0%B9%83%E0%B8%99-python-5b3b77a14bde
https://medium.com/dataengineercafe/%E0%B9%83%E0%B8%8A%E0%B9%89-pendulum-%E0%B8%88%E0%B8%B1%E0%B8%94%E0%B8%81%E0%B8%B2%E0%B8%A3-date-time-%E0%B9%83%E0%B8%99-python-5b3b77a14bde
Medium
ใช้ Pendulum จัดการ Date Time ใน Python
เชื่อว่าทุกๆ คนที่ทำงานด้านข้อมูล หรือด้านพัฒนาซอฟต์แวร์ ก็จะต้องมีการจัดการข้อมูลพวกวันเวลา (datetime) อะไรพวกนี้กันอยู่ตลอดเนอะ
10 Really Helpful Automation Scripts You Need To Try Using Python
https://medium.com/pythoneers/10-really-helpful-automation-scripts-you-need-to-try-using-python-7dda9408fa74
https://medium.com/pythoneers/10-really-helpful-automation-scripts-you-need-to-try-using-python-7dda9408fa74
Medium
10 Really Helpful Automation Scripts You Need To Try Using Python
Python’s Second Name is Automation
Python Class Object Oriented Programming Tutorial: How To Program A Vending Machine
https://medium.com/@ceo_44783/python-class-object-oriented-programming-tutorial-how-to-program-a-vending-machine-fbdf5b02819e
https://medium.com/@ceo_44783/python-class-object-oriented-programming-tutorial-how-to-program-a-vending-machine-fbdf5b02819e
Medium
Python Class Object Oriented Programming Tutorial: How To Program A Vending Machine
Contrary to what everyone says, a Class is NOT a blueprint for a function. I can’t really explain what it is, you will just have to see it.