Getting Started with Mastodon API in Python
With what's happening in Twitter, many people are considering moving to Mastodon. Like Twitter, Mastodon also has an API that can be used to create many useful application, bots, to analyze data, respond to notification or simply post some statuses. In this article we will explore all the things Mastodon API can do and how you can use it to build applications with Python.
https://martinheinz.dev/blog/86
With what's happening in Twitter, many people are considering moving to Mastodon. Like Twitter, Mastodon also has an API that can be used to create many useful application, bots, to analyze data, respond to notification or simply post some statuses. In this article we will explore all the things Mastodon API can do and how you can use it to build applications with Python.
https://martinheinz.dev/blog/86
martinheinz.dev
Getting Started with Mastodon API in Python
<p>
With what's happening in Twitter, many people are considering moving to <i>Mastodon</i>. Like Twitter, Mastodon also has an API that can be used to cre...
With what's happening in Twitter, many people are considering moving to <i>Mastodon</i>. Like Twitter, Mastodon also has an API that can be used to cre...
A simple example of Python OOP development (with TDD) - Part 2
In first part of this small series I introduced you to TDD with Python by means of the powerful ...
https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/
In first part of this small series I introduced you to TDD with Python by means of the powerful ...
https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/
Thedigitalcatonline
A simple example of Python OOP development (with TDD) - Part 2
The development of a simple Python module from scratch using TDD
How to Automatically Transcribe a Notion MP3 File
https://pythonalgos.com/how-to-automatically-transcribe-a-notion-mp3-file/
https://pythonalgos.com/how-to-automatically-transcribe-a-notion-mp3-file/
PythonAlgos
How to Automatically Transcribe a Notion MP3 File - PythonAlgos
Notion is a great tool for holding your notes. Did you know that we can add voice notes to Notion and automatically transcribe them?
TorchScale
TorchScale is a PyTorch library that allows researchers and developers to scale up Transformers efficiently and effectively. It has the implementation of fundamental research to improve modeling generality and capability as well as training stability and efficiency of scaling Transformers.
https://github.com/microsoft/torchscale
TorchScale is a PyTorch library that allows researchers and developers to scale up Transformers efficiently and effectively. It has the implementation of fundamental research to improve modeling generality and capability as well as training stability and efficiency of scaling Transformers.
https://github.com/microsoft/torchscale
GitHub
GitHub - microsoft/torchscale: Foundation Architecture for (M)LLMs
Foundation Architecture for (M)LLMs. Contribute to microsoft/torchscale development by creating an account on GitHub.
idanya / algo-trader
Trading bot with support for realtime trading, backtesting, custom strategies and much more.
https://github.com/idanya/algo-trader
Trading bot with support for realtime trading, backtesting, custom strategies and much more.
https://github.com/idanya/algo-trader
GitHub
GitHub - idanya/algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more.
Trading bot with support for realtime trading, backtesting, custom strategies and much more. - idanya/algo-trader
Reviving an Analog Polysynth with an Arduino, Ghidra, and Python
http://blog.petersobot.com/fixing-the-andromeda
http://blog.petersobot.com/fixing-the-andromeda
Peter Sobot on Svbtle
Reviving an Analog Polysynth with an Arduino, Ghidra, and Python
About a year ago, smack in the middle of the pandemic, I turned to the internet for some retail therapy. I’m a musician, so my usual retail therapist of choice is Reverb.com; a sort of fancy Craigslist or eBay just for musicians. Every day, I...
Making €6,147,455 Overnight in in-game currency using Computer Vision
https://www.reddit.com/r/Python/comments/z8qstu/making_6147455_overnight_in_ingame_currency_using/
https://www.reddit.com/r/Python/comments/z8qstu/making_6147455_overnight_in_ingame_currency_using/
Reddit
From the Python community on Reddit: Making €6,147,455 Overnight in in-game currency using Computer Vision
Explore this post and more from the Python community
Graphs with Python: Overview and Best Libraries
Graph analysis, interactive visualizations, and graph machine learningContinue reading on Towards ...
https://towardsdatascience.com/graphs-with-python-overview-and-best-libraries-a92aa485c2f8
Graph analysis, interactive visualizations, and graph machine learningContinue reading on Towards ...
https://towardsdatascience.com/graphs-with-python-overview-and-best-libraries-a92aa485c2f8
lumi
Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
https://github.com/Tanmoy741127/lumi
Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
https://github.com/Tanmoy741127/lumi
GitHub
GitHub - tanmoysrt/lumi: Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
Lumi is an nano framework to convert your python functions into a REST API without any extra headache. - tanmoysrt/lumi
Database optimisation, analytics and burnout
There's always another millisecond to shave off the execution time, but how long are you going to spend doing it?
https://blog.zm.is/database-optimisation-analytics-burnout/
There's always another millisecond to shave off the execution time, but how long are you going to spend doing it?
https://blog.zm.is/database-optimisation-analytics-burnout/
Mark Veidemanis
Database optimisation, analytics and burnout
Though this article has a lot of tech jargon, there is an underlying message that I hope to make accessible to all. It's not really important to understand the jargon, and where it is, I try to explain it.
For the past few months, I've been working on Pathogen…
For the past few months, I've been working on Pathogen…
Build Web APIs with Python
Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginner you will learn how to use Python and the Django REST Framework (DRF) to build a web API.
https://www.youtube.com/watch?v=tujhGdn1EMI
Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginner you will learn how to use Python and the Django REST Framework (DRF) to build a web API.
https://www.youtube.com/watch?v=tujhGdn1EMI
YouTube
Django REST Framework Course – Build Web APIs with Python
Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginner you will learn how to use Python and the Django REST Framework (DRF) to build a web API.
✏️ Course from Bobby Stearman. Check out @StearmanFamilyAdventures…
✏️ Course from Bobby Stearman. Check out @StearmanFamilyAdventures…
Scrape Twitter with 5 Lines of Code
This video shows how you can scrape twitter data using the python library snscrape to easily pull millions of historic tweets and save them off on your computer. Use this to create data for analysis or just archive off your tweets quick and easy.
https://www.youtube.com/watch?v=PUMMCLrVn8A
This video shows how you can scrape twitter data using the python library snscrape to easily pull millions of historic tweets and save them off on your computer. Use this to create data for analysis or just archive off your tweets quick and easy.
https://www.youtube.com/watch?v=PUMMCLrVn8A
YouTube
Scrape Twitter with 5 Lines of Code
In this video I show how you can scrape twitter data using the python library snscrape to easily pull millions of historic tweets and save them off on your computer. Use this to create data for analysis or just archive off your tweets quick and easy.
snscrape…
snscrape…
Python and the Future of Programming
Lex Fridman's conversation with Guido van Rossum about Python and the future of programming.
https://www.youtube.com/watch?v=-DVyjdw4t9I
Lex Fridman's conversation with Guido van Rossum about Python and the future of programming.
https://www.youtube.com/watch?v=-DVyjdw4t9I
YouTube
Guido van Rossum: Python and the Future of Programming | Lex Fridman Podcast #341
Guido van Rossum is the creator of Python programming language. Please support this podcast by checking out our sponsors:
- GiveDirectly: https://givedirectly.org/lex to get gift matched up to $1000
- Eight Sleep: https://www.eightsleep.com/lex to get special…
- GiveDirectly: https://givedirectly.org/lex to get gift matched up to $1000
- Eight Sleep: https://www.eightsleep.com/lex to get special…
How to Easily Get Football Data with a Python Package (Without Web Scraping)
Get data about the World Cup, Champions League, La Liga, and more in a couple of minutesContinue ...
https://towardsdatascience.com/how-to-easily-get-football-data-with-a-python-package-without-web-scraping-c922e7ebfb41
Get data about the World Cup, Champions League, La Liga, and more in a couple of minutesContinue ...
https://towardsdatascience.com/how-to-easily-get-football-data-with-a-python-package-without-web-scraping-c922e7ebfb41
The Essential Django Deployment Guide
Everything you need to know to get your Django app into production.
https://www.saaspegasus.com/guides/django-deployment/
Everything you need to know to get your Django app into production.
https://www.saaspegasus.com/guides/django-deployment/
SaaS Pegasus
The Essential Django Deployment Guide
From choosing between a PaaS or VPS, where to host, and how to configure your app, here's everything you need to know to get your Django project into production.
socketify.py
Bringing WebSockets, Http/Https High Peformance servers for PyPy3 and Python3
https://github.com/cirospaciari/socketify.py
Bringing WebSockets, Http/Https High Peformance servers for PyPy3 and Python3
https://github.com/cirospaciari/socketify.py
GitHub
GitHub - cirospaciari/socketify.py: Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3 - cirospaciari/socketify.py
Test factory functions in Django
When writing tests for Django projects, you typically need to create quite a lot of instances of database model objects. This page documents the patterns I recommend, and the ones I don’t.
https://lukeplant.me.uk/blog/posts/test-factory-functions-in-django/
When writing tests for Django projects, you typically need to create quite a lot of instances of database model objects. This page documents the patterns I recommend, and the ones I don’t.
https://lukeplant.me.uk/blog/posts/test-factory-functions-in-django/
Luke Plant's home page
Test factory functions in Django
Patterns for creating model instances in Django project test suites, and some anti-patterns