Web scraping with Python open knowledge
https://github.com/reanalytics-databoutique/webscraping-open-project
https://github.com/reanalytics-databoutique/webscraping-open-project
GitHub
GitHub - TheWebScrapingClub/webscraping-from-0-to-hero: The web scraping open project repository aims to share knowledge and experiences…
The web scraping open project repository aims to share knowledge and experiences about web scraping with Python - TheWebScrapingClub/webscraping-from-0-to-hero
diego-vicente / som-tsp
Solving the Traveling Salesman Problem using Self-Organizing Maps
https://github.com/diego-vicente/som-tsp
Solving the Traveling Salesman Problem using Self-Organizing Maps
https://github.com/diego-vicente/som-tsp
GitHub
GitHub - diego-vicente/som-tsp: Solving the Traveling Salesman Problem using Self-Organizing Maps
Solving the Traveling Salesman Problem using Self-Organizing Maps - diego-vicente/som-tsp
Envelope
Insert a message and attachments and send e-mail / sign / encrypt contents by a single line.
https://github.com/CZ-NIC/envelope
Insert a message and attachments and send e-mail / sign / encrypt contents by a single line.
https://github.com/CZ-NIC/envelope
GitHub
GitHub - CZ-NIC/envelope: Insert a message and attachments and send e-mail / sign / encrypt contents by a single line.
Insert a message and attachments and send e-mail / sign / encrypt contents by a single line. - CZ-NIC/envelope
A New Way to Automate Google Sheets with Python
https://www.xlwings.org/blog/python-for-google-sheets
https://www.xlwings.org/blog/python-for-google-sheets
Python in Excel alternative: Open. Self-hosted. No limits.
A New Way to Automate Google Sheets with Python
Introducing xlwings for Google Sheets, an all new way to use Python for spreadsheet automation.
The unreasonable effectiveness of f-strings and re.VERBOSE
A look at one or two ways to make life easier when working with Python regular expressions.
https://death.andgravity.com/f-re
A look at one or two ways to make life easier when working with Python regular expressions.
https://death.andgravity.com/f-re
death and gravity
The unreasonable effectiveness of f-strings and re.VERBOSE
... in which we look at one or two ways to make life easier when working with Python regular expressions.
Memory Management in Python - Part 1: What Are Pointers?
A tour of some of CPython’s dark memory magic and unintuitive behaviours!
https://anvil.works/articles/pointers-in-my-python-1
A tour of some of CPython’s dark memory magic and unintuitive behaviours!
https://anvil.works/articles/pointers-in-my-python-1
Anvil
Memory Management in Python - Part 1: What Are Pointers?
Join me for a tour of some of CPython’s dark memory magic and unintuitive behaviours! This blog post is the first in a three-part write-up of a conference talk I gave in 2021.
NiChord
NiChord is a Python package for visualizing functional connectivity data.
https://github.com/paulcbogdan/NiChord
NiChord is a Python package for visualizing functional connectivity data.
https://github.com/paulcbogdan/NiChord
GitHub
GitHub - paulcbogdan/NiChord: Package for visualizing brain networks. Creates chord diagrams drawn using matplotlib
Package for visualizing brain networks. Creates chord diagrams drawn using matplotlib - paulcbogdan/NiChord
Someone is trying to typosquatting the Python requests package
https://medium.com/checkmarx-security/typosquatting-attack-on-requests-one-of-the-most-popular-python-packages-3b0a329a892d
https://medium.com/checkmarx-security/typosquatting-attack-on-requests-one-of-the-most-popular-python-packages-3b0a329a892d
Medium
Typosquatting Attack on ‘requests’- One of the Most Popular Python packages
A combined attack of typosquatting and StarJacking on the popular python package “Requests”
The Python GIL: Past, Present, and Future
Learn about the history of Python's GIL and what the future holds for it.
https://www.backblaze.com/blog/the-python-gil-past-present-and-future/
Learn about the history of Python's GIL and what the future holds for it.
https://www.backblaze.com/blog/the-python-gil-past-present-and-future/
Backblaze Blog | Cloud Storage & Cloud Backup
What Is the Python GIL and Will They Get Rid of It?
Understanding the Python Global Interpreter Lock can help you understand coding more fully. Read more to get more insight into Python and its GIL.
Objectiv
Objectiv is open-source product analytics infrastructure with a generic event taxonomy.
https://github.com/objectiv/objectiv-analytics
Objectiv is open-source product analytics infrastructure with a generic event taxonomy.
https://github.com/objectiv/objectiv-analytics
GitHub
GitHub - objectiv/objectiv-analytics: Powerful product analytics for data teams, with full control over data & models.
Powerful product analytics for data teams, with full control over data & models. - GitHub - objectiv/objectiv-analytics: Powerful product analytics for data teams, with full control over da...
borisdayma / dalle-mini
DALL·E Mini - Generate images from a text prompt
https://github.com/borisdayma/dalle-mini
DALL·E Mini - Generate images from a text prompt
https://github.com/borisdayma/dalle-mini
GitHub
GitHub - borisdayma/dalle-mini: DALL·E Mini - Generate images from a text prompt
DALL·E Mini - Generate images from a text prompt. Contribute to borisdayma/dalle-mini development by creating an account on GitHub.
gradio-app / gradio
Create UIs for your machine learning model in Python in 3 minutes
https://github.com/gradio-app/gradio
Create UIs for your machine learning model in Python in 3 minutes
https://github.com/gradio-app/gradio
GitHub
GitHub - gradio-app/gradio: Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work! - gradio-app/gradio
Multitenancy with FastAPI, SQLAlchemy and PostgreSQL
Find out how to split your tenant data using PostgreSQL, extend your FastAPI backend to handle multitenancy and perform migrations with Alembic.
https://mergeboard.com/blog/6-multitenancy-fastapi-sqlalchemy-postgresql/
Find out how to split your tenant data using PostgreSQL, extend your FastAPI backend to handle multitenancy and perform migrations with Alembic.
https://mergeboard.com/blog/6-multitenancy-fastapi-sqlalchemy-postgresql/
Mergeboard
Multitenancy with FastAPI, SQLAlchemy and PostgreSQL
Find out how to split your tenant data using PostgreSQL, extend your FastAPI backend to handle multitenancy and perform migrations with Alembic.
Finding Binary & Decimal Palindromes
https://ashdnazg.github.io/articles/22/Finding-Really-Big-Palindromes
https://ashdnazg.github.io/articles/22/Finding-Really-Big-Palindromes
Eshed Shaham
Finding Binary & Decimal Palindromes
Recently I’ve had my 33rd birthday and since I’m a nerd I also checked the binary representation of that number, which is 100001. OMG, I thought to myself, 33 is a palindrome in both bases! I immediately checked when my next palindromtastic birthday would…
TDD Practice: Time API with Django
Let's learn some TDD tricks by building a small API with Django. Treat this like a Kata. Follow the steps below exactly the first time through, then practice by completing the task a second time by yourself.
https://brntn.me/blog/django-tdd-practice-time-api/
Let's learn some TDD tricks by building a small API with Django. Treat this like a Kata. Follow the steps below exactly the first time through, then practice by completing the task a second time by yourself.
https://brntn.me/blog/django-tdd-practice-time-api/
brntn.me
Brenton Cleeland - TDD Practice: Time API with Django
Personal site of Brenton Cleeland
What's a Python feature that is very powerful but not many people use or know about it?
https://www.reddit.com/r/Python/comments/v1rde4/whats_a_python_feature_that_is_very_powerful_but/
https://www.reddit.com/r/Python/comments/v1rde4/whats_a_python_feature_that_is_very_powerful_but/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
As a Python developer, What are the most boring tasks that you made automation script to handle it?
https://www.reddit.com/r/Python/comments/v1arf2/as_a_python_developer_what_are_the_most_boring/
https://www.reddit.com/r/Python/comments/v1arf2/as_a_python_developer_what_are_the_most_boring/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
How To Write Unit Tests For Existing Python Code // Part 1 of 2
This video shows you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. The second part will show how refactoring the code simplifies test writing while also improving the design.
https://www.youtube.com/watch?v=ULxMQ57engo
This video shows you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. The second part will show how refactoring the code simplifies test writing while also improving the design.
https://www.youtube.com/watch?v=ULxMQ57engo
YouTube
How To Write Unit Tests For Existing Python Code // Part 1 of 2
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I show you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. In the second…
In this video, I show you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. In the second…
pip-compile-cross-platform
Pin your Python dependencies as you would with pip-compile, except in a cross-platform way.
https://gitlab.com/mitchhentges/pip-compile-cross-platform
Pin your Python dependencies as you would with pip-compile, except in a cross-platform way.
https://gitlab.com/mitchhentges/pip-compile-cross-platform
GitLab
Mitchell Hentges / pip-compile-cross-platform · GitLab
Lock your dependencies once, use your lockfile everywhere