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
Aura-Notes
Aura Notes is a Windows based notepad app built with Tkinter and Python. It offers a modern look with menu look and it is completely open source with no ads or trackers. It also packs some advanced features, to know more, check README
https://github.com/rohankishore/Aura-Notes
Aura Notes is a Windows based notepad app built with Tkinter and Python. It offers a modern look with menu look and it is completely open source with no ads or trackers. It also packs some advanced features, to know more, check README
https://github.com/rohankishore/Aura-Notes
GitHub
GitHub - rohankishore/Aura-Notes: Aura Notes is a Windows based notepad app built with Tkinter and Python. It offers a modern look…
Aura Notes is a Windows based notepad app built with Tkinter and Python. It offers a modern look with menu look and it is completely open source with no ads or trackers. It also packs some advance...
A simple example of Python OOP development (with TDD) - Part 1
If you are eager to learn some Python and do not know how to start, this post may give you some ...
https://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/
If you are eager to learn some Python and do not know how to start, this post may give you some ...
https://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/
Thedigitalcatonline
A simple example of Python OOP development (with TDD) - Part 1
The development of a simple Python module from scratch using TDD
Django bugfix release: 4.1.4
Django 4.1.4 fixes several bugs in 4.1.3.
https://www.djangoproject.com/weblog/2022/dec/06/bugfix-release/
Django 4.1.4 fixes several bugs in 4.1.3.
https://www.djangoproject.com/weblog/2022/dec/06/bugfix-release/
Django Project
Django bugfix release: 4.1.4
Posted by Carlton Gibson on Dec. 6, 2022
The Ultimate Guide to Writing Functions
Over the years, I’ve seen a lot of code by different people, and my conclusion is that writing great, well-designed functions is difficult. So, I made this guide, which includes the 7 most important things you should do when writing functions.
https://www.youtube.com/watch?v=yatgY4NpZXE
Over the years, I’ve seen a lot of code by different people, and my conclusion is that writing great, well-designed functions is difficult. So, I made this guide, which includes the 7 most important things you should do when writing functions.
https://www.youtube.com/watch?v=yatgY4NpZXE
YouTube
The Ultimate Guide to Writing Functions
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Over the years, I’ve seen a lot of code by different people, and my conclusion is that writing great, well-designed functions is difficult. So, I made this guide,…
Over the years, I’ve seen a lot of code by different people, and my conclusion is that writing great, well-designed functions is difficult. So, I made this guide,…
Ready-to-go sample data pipelines with Dataflow
This post is for all data practitioners, who are interested in learning about bootstrapping, standardization and automation of batch data pipelines at Netflix.
https://netflixtechblog.com/ready-to-go-sample-data-pipelines-with-dataflow-17440a9e141d
This post is for all data practitioners, who are interested in learning about bootstrapping, standardization and automation of batch data pipelines at Netflix.
https://netflixtechblog.com/ready-to-go-sample-data-pipelines-with-dataflow-17440a9e141d
Medium
Ready-to-go sample data pipelines with Dataflow
by Jasmine Omeke, Obi-Ike Nwoke, Olek Gorajek
github-trends
Level up your GitHub profile readme with customizable cards including LOC statistics!
https://github.com/avgupta456/github-trends
Level up your GitHub profile readme with customizable cards including LOC statistics!
https://github.com/avgupta456/github-trends
GitHub
GitHub - avgupta456/github-trends: 🚀 Level up your GitHub profile readme with customizable cards including LOC statistics!
🚀 Level up your GitHub profile readme with customizable cards including LOC statistics! - avgupta456/github-trends
FAQtory
FAQtory is a tool to auto-generate a FAQ.md (Frequently Asked Questions) document for your project.
https://github.com/willmcgugan/faqtory
FAQtory is a tool to auto-generate a FAQ.md (Frequently Asked Questions) document for your project.
https://github.com/willmcgugan/faqtory
GitHub
GitHub - willmcgugan/faqtory: A tool to generate FAQ.md documents and automatically suggest answers to issues
A tool to generate FAQ.md documents and automatically suggest answers to issues - willmcgugan/faqtory
OpenRepo
Open Source repository management for deb, rpm, and generic packages.
https://github.com/openkilt/openrepo
Open Source repository management for deb, rpm, and generic packages.
https://github.com/openkilt/openrepo
GitHub
GitHub - openkilt/openrepo: Open Source repository management for deb, rpm, and generic packages
Open Source repository management for deb, rpm, and generic packages - openkilt/openrepo