Contributors to python and it's "core" libraries - does anyone pay you for your time?
https://www.reddit.com/r/Python/comments/noccbx/contributors_to_python_and_its_core_libraries/
https://www.reddit.com/r/Python/comments/noccbx/contributors_to_python_and_its_core_libraries/
reddit
Contributors to python and it's "core" libraries - does anyone pay...
From my understanding, packages such as numpy, pandas, django, as well as the core of Cpython itself, are maintained and developed in large part...
ARTIF
An advanced real time threat intelligence framework to identify threats and malicious web traffic on the basis of IP reputation and historical data.
https://github.com/CRED-CLUB/ARTIF
An advanced real time threat intelligence framework to identify threats and malicious web traffic on the basis of IP reputation and historical data.
https://github.com/CRED-CLUB/ARTIF
GitHub
GitHub - CRED-CLUB/ARTIF: An advanced real time threat intelligence framework to identify threats and malicious web traffic on…
An advanced real time threat intelligence framework to identify threats and malicious web traffic on the basis of IP reputation and historical data. - CRED-CLUB/ARTIF
Endermanch / MalwareDatabase
This repository is one of a few malware collections on the GitHub.
https://github.com/Endermanch/MalwareDatabase
This repository is one of a few malware collections on the GitHub.
https://github.com/Endermanch/MalwareDatabase
GitHub
GitHub - Endermanch/MalwareDatabase: One of a few malware collections on the GitHub.
One of a few malware collections on the GitHub. Contribute to Endermanch/MalwareDatabase development by creating an account on GitHub.
bee-san / pyWhat
🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙♀️
https://github.com/bee-san/pyWhat
🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙♀️
https://github.com/bee-san/pyWhat
GitHub
GitHub - bee-san/pyWhat: 🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap…
🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙♀️ - bee-san/pyWhat
The best Python HTTP clients for 2021
There are a huge number of HTTP clients available for Python - a quick search for “Python HTTP Clients” on Github returns over 1700 results(!) How do you make sense of all of them and find one which is right for your particular use case? In this article we're going to cover five of the best HTTP clients currently available for Python and detail why each of them might be one for you to consider.
https://www.scrapingbee.com/blog/best-python-http-clients/
There are a huge number of HTTP clients available for Python - a quick search for “Python HTTP Clients” on Github returns over 1700 results(!) How do you make sense of all of them and find one which is right for your particular use case? In this article we're going to cover five of the best HTTP clients currently available for Python and detail why each of them might be one for you to consider.
https://www.scrapingbee.com/blog/best-python-http-clients/
Scrapingbee
The best Python HTTP clients | ScrapingBee
This article will discuss the best HTTP clients in Python. Requests, AIOHTTP, GRequests...it can be hard to choose the best one.
serengil / deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
https://github.com/serengil/deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
https://github.com/serengil/deepface
GitHub
GitHub - serengil/deepface: A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library…
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python - serengil/deepface
schwifty
schwifty is a Python library that let's you easily work with IBANs and BICs as specified by the ISO. IBAN is the Internationtional Bank Account Number and BIC the Business Identifier Code. Both are used for international money transfer.
https://github.com/mdomke/schwifty
schwifty is a Python library that let's you easily work with IBANs and BICs as specified by the ISO. IBAN is the Internationtional Bank Account Number and BIC the Business Identifier Code. Both are used for international money transfer.
https://github.com/mdomke/schwifty
GitHub
GitHub - mdomke/schwifty: IBAN parsing and validation
IBAN parsing and validation. Contribute to mdomke/schwifty development by creating an account on GitHub.
Beautiful Interactive Tables for your Flask Templates
Rendering a table with data in a Flask template is a relatively simple task when the table is short, but can be incredibly hard for larger tables that require features such as sorting, pagination and searching. This article shows you how to integrate the dataTables.js library in your templates, which will allow you to create fully featured tables with ease!
https://blog.miguelgrinberg.com/post/beautiful-interactive-tables-for-your-flask-templates
Rendering a table with data in a Flask template is a relatively simple task when the table is short, but can be incredibly hard for larger tables that require features such as sorting, pagination and searching. This article shows you how to integrate the dataTables.js library in your templates, which will allow you to create fully featured tables with ease!
https://blog.miguelgrinberg.com/post/beautiful-interactive-tables-for-your-flask-templates
Miguelgrinberg
Beautiful Interactive Tables for your Flask Templates
Rendering a table with data in a Flask template is a relatively simple task when the table is short, but can be incredibly hard for larger tables that require features such as sorting, pagination and…
Filters in Django – filter(A, B) vs filter(A).filter(B)
In this article, we’re going to cover quite an advanced topic in Django ORM. And after ...
https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb
In this article, we’re going to cover quite an advanced topic in Django ORM. And after ...
https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb
apirobot
Filters in Django – filter(A, B) vs filter(A).filter(B)
In this article, we’re going to cover quite an advanced topic in Django ORM. And after reading the article, you’re going to understand how Django ORM works a little bit better, especial…
NLP - Text Pre-Processing I (Text Cleaning)
1 Introduction 2 Import the Libraries and the Data 3 Definition of required Functions 4 Text ...
https://michael-fuchs-python.netlify.com/2021/05/22/nlp-text-pre-processing-i-text-cleaning/
1 Introduction 2 Import the Libraries and the Data 3 Definition of required Functions 4 Text ...
https://michael-fuchs-python.netlify.com/2021/05/22/nlp-text-pre-processing-i-text-cleaning/
Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available
https://blog.python.org/2021/06/python-396-3811-3711-and-3614-are-now.html
https://blog.python.org/2021/06/python-396-3811-3711-and-3614-are-now.html
blog.python.org
Python Insider: Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available
Ask HN: Why Poetry did not become a mainstream package manager for Python?
https://news.ycombinator.com/item?id=27559655
https://news.ycombinator.com/item?id=27559655
Functools — The Power of Higher-Order Functions in Python
Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more.
https://t.co/TT900DomXt
Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more.
https://t.co/TT900DomXt
Medium
Functools — The Power of Higher-Order Functions in Python
Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more
How to Start a Production-Ready Django Project
https://simpleisbetterthancomplex.com/tutorial/2021/06/27/how-to-start-a-production-ready-django-project.html
https://simpleisbetterthancomplex.com/tutorial/2021/06/27/how-to-start-a-production-ready-django-project.html
Simple is Better Than Complex
How to Start a Production-Ready Django Project
In this tutorial I’m going to show you how I usually start and organize a new Django project nowadays. I’ve tried manydifferent configurations and ways to organize the project, but for the past 4 y...
I wrote a Python program that produces random chord progressions
https://www.reddit.com/r/Python/comments/ob0jtz/i_wrote_a_python_program_that_produces_random/
https://www.reddit.com/r/Python/comments/ob0jtz/i_wrote_a_python_program_that_produces_random/
reddit
I wrote a Python program that produces random chord progressions
The program prints out a semi-random sequence of chords based on a major or minor tonic. The progression will always have at least one occurrence...
Geohot/twitchcore: A RISC-V core, first in Python, then in Verilog, then on FPGA
https://github.com/geohot/twitchcore
https://github.com/geohot/twitchcore
GitHub
GitHub - geohot/twitchcore: It's a core. Made on Twitch.
It's a core. Made on Twitch. Contribute to geohot/twitchcore development by creating an account on GitHub.
Django Tutorial for Beginners [2021]
Learn Django for a career in back-end development. This Django tutorial teaches you everything you need to get started.
https://www.youtube.com/watch?v=rHux0gMZ3Eg
Learn Django for a career in back-end development. This Django tutorial teaches you everything you need to get started.
https://www.youtube.com/watch?v=rHux0gMZ3Eg
YouTube
Django Tutorial for Beginners – Build Powerful Backends
Learn Django and start building amazing back-ends! 🚀 This beginner-friendly course guides you through Django’s essentials, perfect for aspiring web developers.
❤️ Join this channel to get access to perks:
https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA/join…
❤️ Join this channel to get access to perks:
https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA/join…
Typeclasses in Python
This post introduces a new concept for Python developers: typeclasses. It is a concept behind a new dry-python library called classes.
https://sobolevn.me/2021/06/typeclasses-in-python
This post introduces a new concept for Python developers: typeclasses. It is a concept behind a new dry-python library called classes.
https://sobolevn.me/2021/06/typeclasses-in-python
sobolevn.me
Typeclasses in Python
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes.