Python mind-teaser: Make the function return True
Hi everyone! I was browsing /r/python and came across this post:
The challenge was easy. Provide ...
https://pythontips.com/2019/07/30/python-mind-teaser-make-the-function-return-true/
Hi everyone! I was browsing /r/python and came across this post:
The challenge was easy. Provide ...
https://pythontips.com/2019/07/30/python-mind-teaser-make-the-function-return-true/
yasoob.me
Python mind-teaser: Make the function return True - Yasoob Khalid
Hi everyone! đź‘‹ I was browsing /r/python and came across this post:
The challenge was easy. Provide such an input that if 1 is added to it, it is the instance of the same object but if 2 is added it is not.
Solution 1: Custom class The way I personally thought…
The challenge was easy. Provide such an input that if 1 is added to it, it is the instance of the same object but if 2 is added it is not.
Solution 1: Custom class The way I personally thought…
Introduction to Anomaly Detection in Python
There are always some students in a classroom who either outperform the other students or failed to ...
https://blog.floydhub.com/introduction-to-anomaly-detection-in-python/
There are always some students in a classroom who either outperform the other students or failed to ...
https://blog.floydhub.com/introduction-to-anomaly-detection-in-python/
Where's your bottleneck? CPU time vs wallclock time
If your process is slow it might be because it’s very CPU-intensive—or maybe it’s ...
https://pythonspeed.com/articles/blocking-cpu-or-io/
If your process is slow it might be because it’s very CPU-intensive—or maybe it’s ...
https://pythonspeed.com/articles/blocking-cpu-or-io/
Python⇒Speed
Where’s your bottleneck? CPU time vs wallclock time
Slow software performance may be due to CPU, I/O, locks, and more. Learn a quick heuristic to help you identify which it is.
Turn your previous Python projects into awesome tools — with Tkinter
Creating a simple app with…
https://towardsdatascience.com/turn-your-previous-python-projects-into-awesome-tools-with-tkinter-2e61f2241e29
Creating a simple app with…
https://towardsdatascience.com/turn-your-previous-python-projects-into-awesome-tools-with-tkinter-2e61f2241e29
How and why I got 75Gb of free foreign exchange “Tick” data.
With full Python code to scrape, extract…
https://towardsdatascience.com/how-and-why-i-got-75gb-of-free-foreign-exchange-tick-data-9ca78f5fa26c
With full Python code to scrape, extract…
https://towardsdatascience.com/how-and-why-i-got-75gb-of-free-foreign-exchange-tick-data-9ca78f5fa26c
RasaHQ / rasa
đź’¬ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://github.com/RasaHQ/rasa
đź’¬ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://github.com/RasaHQ/rasa
GitHub
GitHub - RasaHQ/rasa: 💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue…
đź’¬ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants - R...
I Wrote a Script to WhatsApp My Parents Every Morning in Just 20 Lines of Python Code
https://medium.com/better-programming/i-wrote-a-script-to-whatsapp-my-parents-every-morning-in-just-20-lines-of-python-code-5d203c3b36c1
https://medium.com/better-programming/i-wrote-a-script-to-whatsapp-my-parents-every-morning-in-just-20-lines-of-python-code-5d203c3b36c1
Bayesian Modeling Airlines Customer Service Twitter Response Time
Student’s t-distribution, Poisson…
https://medium.com/@actsusanli/bayesian-modeling-airlines-customer-service-twitter-response-time-74af893f02c0
Student’s t-distribution, Poisson…
https://medium.com/@actsusanli/bayesian-modeling-airlines-customer-service-twitter-response-time-74af893f02c0
Road to become a Python Ninja — Handling Exceptions
Bullet-proofing your Python code
https://blog.usejournal.com/road-to-become-a-python-ninja-handling-exceptions-afd600a762ec
Bullet-proofing your Python code
https://blog.usejournal.com/road-to-become-a-python-ninja-handling-exceptions-afd600a762ec
Algorithmic Game Theory with Nashpy
https://towardsdatascience.com/algorithmic-game-theory-with-nashpy-a73caf14296b
https://towardsdatascience.com/algorithmic-game-theory-with-nashpy-a73caf14296b
openai / gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
https://github.com/openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
https://github.com/openai/gpt-2
GitHub
GitHub - openai/gpt-2: Code for the paper "Language Models are Unsupervised Multitask Learners"
Code for the paper "Language Models are Unsupervised Multitask Learners" - openai/gpt-2
A Python prompt into a running process: debugging with Manhole
Sometimes your Python process will behave strangely, run slowly, or give you the wrong answers.
And ...
https://pythonspeed.com/articles/live-debugging-python/
Sometimes your Python process will behave strangely, run slowly, or give you the wrong answers.
And ...
https://pythonspeed.com/articles/live-debugging-python/
Python⇒Speed
A Python prompt into a running process: debugging with Manhole
Your Python process is acting strange—learn how to get a live Python interpreter prompt inside your running process for debugging.
facebookresearch / Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
https://github.com/facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
https://github.com/facebookresearch/Detectron
GitHub
GitHub - facebookresearch/Detectron: FAIR's research platform for object detection research, implementing popular algorithms like…
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. - facebookresearch/Detectron
Rocket (Data) Science
Looking at rocket launches towards Israel at an analytical perspective
https://towardsdatascience.com/rocket-data-science-d81a4375d5aa
Looking at rocket launches towards Israel at an analytical perspective
https://towardsdatascience.com/rocket-data-science-d81a4375d5aa
Learn Blockchains by Building One
The fastest way to learn how Blockchains work is to build one
https://medium.com/hackernoon/learn-blockchains-by-building-one-117428612f46
The fastest way to learn how Blockchains work is to build one
https://medium.com/hackernoon/learn-blockchains-by-building-one-117428612f46
Writing tests for the Albumentations library with pytest
https://towardsdatascience.com/writing-test-for-the-image-augmentation-albumentation-library-a73d7bc1caa7
https://towardsdatascience.com/writing-test-for-the-image-augmentation-albumentation-library-a73d7bc1caa7
eriklindernoren / PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
https://github.com/eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
https://github.com/eriklindernoren/PyTorch-GAN
GitHub
GitHub - eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial Networks.
PyTorch implementations of Generative Adversarial Networks. - eriklindernoren/PyTorch-GAN
pytorch / fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
https://github.com/pytorch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
https://github.com/pytorch/fairseq
GitHub
GitHub - facebookresearch/fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
Facebook AI Research Sequence-to-Sequence Toolkit written in Python. - facebookresearch/fairseq