Work laptop doesn't allow minesweeper? I'm gonna build my own minesweeper, with blackjack, and hookers! In fact, forget the hookers!
https://www.reddit.com/r/Python/comments/es8dai/work_laptop_doesnt_allow_minesweeper_im_gonna/
https://www.reddit.com/r/Python/comments/es8dai/work_laptop_doesnt_allow_minesweeper_im_gonna/
Reddit
From the Python community on Reddit: Work laptop doesn't allow minesweeper? I'm gonna build my own minesweeper, with blackjack…
Explore this post and more from the Python community
tensortrade-org / tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
https://github.com/tensortrade-org/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
https://github.com/tensortrade-org/tensortrade
GitHub
GitHub - tensortrade-org/tensortrade: An open source reinforcement learning framework for training, evaluating, and deploying robust…
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents. - tensortrade-org/tensortrade
When I was learning machine learning for the first time, the exact manner in which convolutional neural networks worked always evaded me, largely because they were only ever explained at an introductory level in tutorials. So, I made an animated video explaining exactly how CNNs work. Hope it helps!
https://www.reddit.com/r/Python/comments/et970j/when_i_was_learning_machine_learning_for_the/
https://www.reddit.com/r/Python/comments/et970j/when_i_was_learning_machine_learning_for_the/
reddit
When I was learning machine learning for the first time, the exact...
Posted in r/Python by u/antaloaalonso • 1 point and 0 comments
5 Quick Tips To Manage Your Strings In Python
Master the basics of Python
https://towardsdatascience.com/5-quick-tips-to-manage-your-strings-in-python-4e7e48f72560
Master the basics of Python
https://towardsdatascience.com/5-quick-tips-to-manage-your-strings-in-python-4e7e48f72560
Your Data Science Dream Journey Unlocked
Conquer your wildest dream of becoming a Data Scientist
https://medium.com/dataflair/your-data-science-dream-journey-unlocked-21bf801889fe
Conquer your wildest dream of becoming a Data Scientist
https://medium.com/dataflair/your-data-science-dream-journey-unlocked-21bf801889fe
Automatic Portfolio Optimization
Extract optimal asset weights for your portfolio using Python
https://towardsdatascience.com/automatic-portfolio-optimization-3a50558fd7e8
Extract optimal asset weights for your portfolio using Python
https://towardsdatascience.com/automatic-portfolio-optimization-3a50558fd7e8
Namespacing in Python
Explores namespaces and how Python uses them to help make code better
https://medium.com/better-programming/namespacing-with-python-79574d125564
Explores namespaces and how Python uses them to help make code better
https://medium.com/better-programming/namespacing-with-python-79574d125564
Do you speak Python?
A systematic way of learning a new language is to know its words and then create…
https://towardsdatascience.com/do-you-speak-python-5dcfa9bb1fbe
A systematic way of learning a new language is to know its words and then create…
https://towardsdatascience.com/do-you-speak-python-5dcfa9bb1fbe
RIP Pipenv: Tried Too Hard. Do what you need with pip-tools.
https://medium.com/telnyx-engineering/rip-pipenv-tried-too-hard-do-what-you-need-with-pip-tools-d500edc161d4
https://medium.com/telnyx-engineering/rip-pipenv-tried-too-hard-do-what-you-need-with-pip-tools-d500edc161d4
Using Python and Selenium to get coordinates from street addresses
https://towardsdatascience.com/using-python-and-selenium-to-get-coordinates-from-street-addresses-62706b6ac250
https://towardsdatascience.com/using-python-and-selenium-to-get-coordinates-from-street-addresses-62706b6ac250
donnemartin / interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
https://github.com/donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
https://github.com/donnemartin/interactive-coding-challenges
GitHub
GitHub - donnemartin/interactive-coding-challenges: 120+ interactive Python coding interview challenges (algorithms and data structures).…
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. - donnemartin/interactive-coding-challenges
How to Evaluate Your Machine Learning Models with Python Code!
Use these methods to ensure that you’ve…
https://towardsdatascience.com/how-to-evaluate-your-machine-learning-models-with-python-code-5f8d2d8d945b
Use these methods to ensure that you’ve…
https://towardsdatascience.com/how-to-evaluate-your-machine-learning-models-with-python-code-5f8d2d8d945b
Numba: “weapon of mass optimization”
Numba is a Python compiler, specifically for numerical functions…
https://towardsdatascience.com/numba-weapon-of-mass-optimization-43cdeb76c7da
Numba is a Python compiler, specifically for numerical functions…
https://towardsdatascience.com/numba-weapon-of-mass-optimization-43cdeb76c7da
On Implementing Deep Learning Library from Scratch in Python
A beginner’s guide to understanding the…
https://towardsdatascience.com/on-implementing-deep-learning-library-from-scratch-in-python-c93c942710a8
A beginner’s guide to understanding the…
https://towardsdatascience.com/on-implementing-deep-learning-library-from-scratch-in-python-c93c942710a8
Software Developer Trends of 2020 and Beyond
8 important trends we predict over the coming years
https://medium.com/better-programming/software-developer-trends-of-2020-and-beyond-d1b955bc46b8
8 important trends we predict over the coming years
https://medium.com/better-programming/software-developer-trends-of-2020-and-beyond-d1b955bc46b8
Alpine makes Python Docker builds 50× slower, and images 2× larger
When you’re choosing a base image for your Docker image, Alpine Linux is often ...
https://pythonspeed.com/articles/alpine-docker-python/
When you’re choosing a base image for your Docker image, Alpine Linux is often ...
https://pythonspeed.com/articles/alpine-docker-python/
Python⇒Speed
Using Alpine can make Python Docker builds 50× slower
Alpine Linux is often recommended as a smaller, faster Docker base image. But if you’re using Python, it will slow down your build and make your image larger.
I wrote simple converter image to ascii(again?) and render it into picture.(source code in comments)
https://www.reddit.com/r/Python/comments/eu5zb4/i_wrote_simple_converter_image_to_asciiagain_and/
https://www.reddit.com/r/Python/comments/eu5zb4/i_wrote_simple_converter_image_to_asciiagain_and/
reddit
I wrote simple converter image to ascii(again?) and render it into...
Posted in r/Python by u/simpleman112244 • 2 points and 1 comment
Maximize your Productivity with Python
You create a to-do list to be productive but end up wasting…
https://towardsdatascience.com/maximize-your-productivity-with-python-6110004b45f7
You create a to-do list to be productive but end up wasting…
https://towardsdatascience.com/maximize-your-productivity-with-python-6110004b45f7