Automated Machine Learning using PyCaret
Automate your machine learning workflows with less than ten lines of code.
https://t.co/xTG3kDqmhq
Automate your machine learning workflows with less than ten lines of code.
https://t.co/xTG3kDqmhq
Medium
Automated Machine Learning using PyCaret
Automate your machine learning workflows with less than ten lines of code
PyCon US 2021 has begun uploading videos from the conference. Check it out if you weren't able to attend!
https://www.reddit.com/r/Python/comments/nrk6v7/pycon_us_2021_has_begun_uploading_videos_from_the/
https://www.reddit.com/r/Python/comments/nrk6v7/pycon_us_2021_has_begun_uploading_videos_from_the/
reddit
PyCon US 2021 has begun uploading videos from the conference....
Posted in r/Python by u/IAmKindOfCreative • 552 points and 22 comments
Flagsmith
Flagsmith is an open source, fully featured, Feature Flag and Remote Config service. Use our hosted API, deploy to your own private cloud, or run on-premise.
https://github.com/Flagsmith/flagsmith
Flagsmith is an open source, fully featured, Feature Flag and Remote Config service. Use our hosted API, deploy to your own private cloud, or run on-premise.
https://github.com/Flagsmith/flagsmith
GitHub
GitHub - Flagsmith/flagsmith: Flagsmith is an open source feature flagging and remote config service. Self-host or use our hosted…
Flagsmith is an open source feature flagging and remote config service. Self-host or use our hosted version at https://app.flagsmith.com. - Flagsmith/flagsmith
Excel, Python, and the future of data science
If the ubiquitous spreadsheet program is the gateway to data science, Python aims to be the next step.
https://www.infoworld.com/article/3620913/excel-python-and-the-future-of-data-science.html
If the ubiquitous spreadsheet program is the gateway to data science, Python aims to be the next step.
https://www.infoworld.com/article/3620913/excel-python-and-the-future-of-data-science.html
InfoWorld
Excel, Python, and the future of data science
If the ubiquitous spreadsheet program is the gateway to data science, Python aims to be the next step.
Data Analytics Crash Course: Teach Yourself in 30 Days
The course is an introduction to Python-based data analytics. You will get a basic understanding of the workings of Python to the point where you can confidently find and manipulate data sources and use a Jupyter environment to derive insights from your data.
https://www.youtube.com/watch?v=jcTj6FgWOpo
The course is an introduction to Python-based data analytics. You will get a basic understanding of the workings of Python to the point where you can confidently find and manipulate data sources and use a Jupyter environment to derive insights from your data.
https://www.youtube.com/watch?v=jcTj6FgWOpo
epispot
A Python package for the mathematical modeling of infectious diseases via compartmental models.
https://github.com/epispot/epispot
A Python package for the mathematical modeling of infectious diseases via compartmental models.
https://github.com/epispot/epispot
GitHub
epispot/epispot
A tool for modeling infectious diseases. Contribute to epispot/epispot development by creating an account on GitHub.
I developed an application that keeps you up-to-date with the latest research.
https://www.reddit.com/r/Python/comments/np0wwt/i_developed_an_application_that_keeps_you/
https://www.reddit.com/r/Python/comments/np0wwt/i_developed_an_application_that_keeps_you/
reddit
I developed an application that keeps you up-to-date with the...
As a busy person, a major issue I have is keeping up with the latest research in AI (audio). A ton of papers get published every week, and I don’t...
Gooey: Turn (almost) any Python command line program into a GUI application
https://github.com/chriskiehl/Gooey
https://github.com/chriskiehl/Gooey
GitHub
GitHub - chriskiehl/Gooey: Turn (almost) any Python command line program into a full GUI application with one line
Turn (almost) any Python command line program into a full GUI application with one line - chriskiehl/Gooey
How to troubleshoot memory problems in Python
This post shows how we diagnosed and fixed a memory problem in EvalML, the open-source AutoML library.
https://innovation.alteryx.com/how-to-troubleshoot-memory-problems-in-python/
This post shows how we diagnosed and fixed a memory problem in EvalML, the open-source AutoML library.
https://innovation.alteryx.com/how-to-troubleshoot-memory-problems-in-python/
New Features in Python 3.10
This talk covers some of the most interesting additions to Python - structural pattern matching, parenthesized context managers, more typing, and the new and improved error messages.
https://www.youtube.com/watch?v=5-A435hIYio
This talk covers some of the most interesting additions to Python - structural pattern matching, parenthesized context managers, more typing, and the new and improved error messages.
https://www.youtube.com/watch?v=5-A435hIYio
YouTube
New Features in Python 3.10
The Python 3.10 release has several new features like structural pattern matching, a new typing Union operator, and parenthesized context managers!
Python 3.10 has now been released, here we test all of the best new features introduced.
We'll cover some…
Python 3.10 has now been released, here we test all of the best new features introduced.
We'll cover some…
Python Tools to Try in 2021
The Python programming language is one of the most popular and in huge demand. It is free, has a ...
https://julien.danjou.info/python-tools-to-try-in-2021/
The Python programming language is one of the most popular and in huge demand. It is free, has a ...
https://julien.danjou.info/python-tools-to-try-in-2021/
Implement API Caching with Redis, Flask, and Docker [Step-By-Step]
You want your API to be faster, more consistent, and to reduce the requests to the server? — That’s where caching comes into play. This article shows you how to implement API Caching with Redis on Flask.
https://levelup.gitconnected.com/implement-api-caching-with-redis-flask-and-docker-step-by-step-9139636cef24
You want your API to be faster, more consistent, and to reduce the requests to the server? — That’s where caching comes into play. This article shows you how to implement API Caching with Redis on Flask.
https://levelup.gitconnected.com/implement-api-caching-with-redis-flask-and-docker-step-by-step-9139636cef24
Medium
Implement API Caching with Redis, Flask and Docker [Step-By-Step]
You want your API to be faster, more consistent and to reduce the requests to the server? — That’s where caching comes into play. In this…
How to Create CRUD REST API with AWS Chalice
Learn how to build a book database API with AWS Chalice serverless technology.
https://auth0.com/blog/how-to-create-crud-rest-api-with-aws-chalice/
Learn how to build a book database API with AWS Chalice serverless technology.
https://auth0.com/blog/how-to-create-crud-rest-api-with-aws-chalice/
Auth0 - Blog
How to Create CRUD REST API with AWS Chalice
Learn how to build a book database API with AWS Chalice serverless technology.
Continuous integration for data science with pytest, Github Actions, and Hypervector
This guide outlines how you can build an automated check for a data science feature that runs every time a pull request is opened against the project, using the Python library pytest, Github's continuous integration platform Actions, and Hypervector — an API for building data science test fixtures easily.
https://blog.hypervector.io/posts/2021-5-12-int-github.html
This guide outlines how you can build an automated check for a data science feature that runs every time a pull request is opened against the project, using the Python library pytest, Github's continuous integration platform Actions, and Hypervector — an API for building data science test fixtures easily.
https://blog.hypervector.io/posts/2021-5-12-int-github.html
Hypervector
Continuous integration for data science with pytest, Github Actions, and Hypervector