Using Aligned Word Vectors for Instant Translations with Python and Rust
https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations
https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations
Instant Domain Search
How To Use fastText For Instant Translations
How to use aligned word vectors from fastText from to translate words from one language to another instantly.
Python for Bioinformatics - Drug Discovery Using Machine Learning and Data Analysis
Learn how to use Python and machine learning to build a bioinformatics project for drug discovery.
https://www.youtube.com/watch?v=jBlTQjcKuaY
Learn how to use Python and machine learning to build a bioinformatics project for drug discovery.
https://www.youtube.com/watch?v=jBlTQjcKuaY
YouTube
Python for Bioinformatics - Drug Discovery Using Machine Learning and Data Analysis
Learn how to use Python and machine learning to build a bioinformatics project for drug discovery.
✏️ Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube
channels for more bioinformatics and data science tutorials:
https:…
✏️ Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube
channels for more bioinformatics and data science tutorials:
https:…
IBM / Project_CodeNet
This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX
https://github.com/IBM/Project_CodeNet
This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX
https://github.com/IBM/Project_CodeNet
GitHub
GitHub - IBM/Project_CodeNet: This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX
This repository is to support contributions for tools for the Project CodeNet dataset hosted in DAX - IBM/Project_CodeNet
Building Python Projects at Scale with Pants
Learn how to build Python projects and monorepos at scale with the Pants Build System.
https://semaphoreci.com/blog/building-python-projects-with-pants
Learn how to build Python projects and monorepos at scale with the Pants Build System.
https://semaphoreci.com/blog/building-python-projects-with-pants
Semaphore
Building Python Projects at Scale with Pants - Semaphore
Learn how to build Python projects and monorepos at scale with the Pants Build System.
Our Engineering Team Used Python's AST to Patch 100,000s of Lines of Code
https://engineering.soroco.com/abstract-syntax-tree-for-patching-code-and-assessing-code-quality/
https://engineering.soroco.com/abstract-syntax-tree-for-patching-code-and-assessing-code-quality/
Python parameters primer
This post reviews the seven different types of parameters, and how Python assigns arguments to them.
https://lerner.co.il/2021/06/07/python-parameters-primer/
This post reviews the seven different types of parameters, and how Python assigns arguments to them.
https://lerner.co.il/2021/06/07/python-parameters-primer/
Reuven Lerner
Python parameters primer
Python makes it easy to write functions. For example, I can write: def hello(name): return f'Hello, {name}!' I can then run the function with: hello('world') which will then, not surprisingly, return the string 'Hello, world'
Boolean short-circuiting
This post explores what Boolean short-circuiting for the
https://mathspp.com/blog/pydonts/boolean-short-circuiting
This post explores what Boolean short-circuiting for the
and
and or
operators is, and how to use this functionality to write more expressive code.https://mathspp.com/blog/pydonts/boolean-short-circuiting
Mathspp
Boolean short-circuiting | Pydon't 🐍
In this Pydon't we explore what Boolean short-circuiting
for the and and or operators is, and how to use this
functionality to write more expressive code.
for the and and or operators is, and how to use this
functionality to write more expressive code.
mimics
Small tool for deferring actions and operations on objects and classes.
https://github.com/maarten-dp/mimics
Small tool for deferring actions and operations on objects and classes.
https://github.com/maarten-dp/mimics
GitHub
maarten-dp/mimics
Small tool for deferring actions and operations on objects and classes - maarten-dp/mimics
binance / binance-public-data
Details on how to get Binance public data
https://github.com/binance/binance-public-data
Details on how to get Binance public data
https://github.com/binance/binance-public-data
GitHub
GitHub - binance/binance-public-data: Details on how to get Binance public data
Details on how to get Binance public data. Contribute to binance/binance-public-data development by creating an account on GitHub.
Reducing Python String Memory Use in Apache Arrow 0.12
https://arrow.apache.org/blog/2019/02/05/python-string-memory-0.12/
https://arrow.apache.org/blog/2019/02/05/python-string-memory-0.12/
Apache Arrow
Reducing Python String Memory Use in Apache Arrow 0.12
Python users who upgrade to recently released pyarrow 0.12 may find that their applications use significantly less memory when converting Arrow string data to pandas format. This article details some of what is going on under the hood, and why Python applications…
Also leaving Freenode: FSF, GNU, plus Linux and Python support channels
https://tech.slashdot.org/story/21/06/13/184251/also-leaving-freenode-fsf-gnu-plus-linux-and-python-support-channels
https://tech.slashdot.org/story/21/06/13/184251/also-leaving-freenode-fsf-gnu-plus-linux-and-python-support-channels
tech.slashdot.org
Also Leaving Freenode: FSF, GNU, plus Linux and Python support channels
Freenode's Linux support channel has an official web page at freenode.linux.community, which now bears this announcement: 22+ year old ##linux on freenode has been seized by freenode staff The community's (multi-platform) site reminds visitors of the alternative…
A gentle introduction to tf.data with TensorFlow
In this tutorial, you will learn the basics of TensorFlow’s tf.data module used to build ...
https://www.pyimagesearch.com/2021/06/14/a-gentle-introduction-to-tf-data-with-tensorflow/
In this tutorial, you will learn the basics of TensorFlow’s tf.data module used to build ...
https://www.pyimagesearch.com/2021/06/14/a-gentle-introduction-to-tf-data-with-tensorflow/
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