70+ Python Projects for Beginners, Intermediate and Experienced Developers
https://www.reddit.com/r/Python/comments/nr6u9t/70_python_projects_for_beginners_intermediate_and/
https://www.reddit.com/r/Python/comments/nr6u9t/70_python_projects_for_beginners_intermediate_and/
reddit
70+ Python Projects for Beginners, Intermediate and Experienced...
Posted in r/Python by u/TheInsaneApp • 1,108 points and 32 comments
CyberPunkMetalHead / Binance-volatility-trading-bot
This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot
This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot
GitHub
GitHub - CyberPunkMetalHead/Binance-volatility-trading-bot: This is a fully functioning Binance trading bot that measures the volatility…
This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating tho...
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/