Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark
Get excited about Python 3.11 — It’s finally the time for significant ...
https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90
Get excited about Python 3.11 — It’s finally the time for significant ...
https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90
Medium
Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark
Get excited about Python 3.11 — It’s finally the time for significant performance improvements
A Comprehensive Guide to Image Augmentation using Pytorch
A way to increase the amount of data and make the model more robustContinue reading on Towards Data ...
https://towardsdatascience.com/a-comprehensive-guide-to-image-augmentation-using-pytorch-fb162f2444be
A way to increase the amount of data and make the model more robustContinue reading on Towards Data ...
https://towardsdatascience.com/a-comprehensive-guide-to-image-augmentation-using-pytorch-fb162f2444be
Medium
A Comprehensive Guide to Image Augmentation using Pytorch
A way to increase the amount of data and make the model more robust
5 Things That Will Instantly Make Your Python Code More Pythonic
Understanding The Rules Of The LanguageContinue reading on Towards Data Science ...
https://towardsdatascience.com/5-things-that-will-instantly-make-your-python-code-more-pythonic-198c6d371c80
Understanding The Rules Of The LanguageContinue reading on Towards Data Science ...
https://towardsdatascience.com/5-things-that-will-instantly-make-your-python-code-more-pythonic-198c6d371c80
Medium
5 Things That Will Instantly Make Your Python Code More Pythonic
Understanding The Rules Of The Language
How to add a DEBUG mode for your Python Logging Mid-Run
Configuring a Debug mode with your logging on the flyContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-add-a-debug-mode-for-your-python-logging-mid-run-3c7330dc199d
Configuring a Debug mode with your logging on the flyContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-add-a-debug-mode-for-your-python-logging-mid-run-3c7330dc199d
You Should Compile Your Python and Here’s Why
https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
Twistedmatrix
You Should Compile Your Python And Here’s Why
write Python that’s faster than C by optimizing your code, adding standard type annotations, and using Mypyc.
PyStockWatch - a GUI that displays NYSE data.
https://www.reddit.com/r/learnpython/comments/twuavh/pystockwatch_a_gui_that_displays_nyse_data/
https://www.reddit.com/r/learnpython/comments/twuavh/pystockwatch_a_gui_that_displays_nyse_data/
reddit
PyStockWatch - a GUI that displays NYSE data.
I have been very hesitant to post this project here \*or anywhere else\* out of fear that my code would turn out to be, I donnu, inefficient or...
Show HN: PyNeuraLogic: Python Differentiable Logic Programs
https://github.com/LukasZahradnik/PyNeuraLogic
https://github.com/LukasZahradnik/PyNeuraLogic
GitHub
GitHub - LukasZahradnik/PyNeuraLogic: PyNeuraLogic lets you use Python to create Differentiable Logic Programs
PyNeuraLogic lets you use Python to create Differentiable Logic Programs - LukasZahradnik/PyNeuraLogic
Economic Data Analysis Project with Python Pandas
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you can pull up to date data and compare, analyze and explore.
https://www.youtube.com/watch?v=R67XuYc9NQ4
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you can pull up to date data and compare, analyze and explore.
https://www.youtube.com/watch?v=R67XuYc9NQ4
YouTube
Economic Data Analysis Project with Python Pandas - Data scraping, cleaning and exploration!
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you…
New from Anaconda: Python in the Browser
https://www.anaconda.com/blog/pyscript-python-in-the-browser
https://www.anaconda.com/blog/pyscript-python-in-the-browser
Anaconda
Anaconda | New from Anaconda: Python in the Browser
pyscript.net Supporting open source and creating tools that enable people to do more with less are why I joined Anaconda almost eight years ago. Today,…
rdeepak2002 / reddit-place-script-2022
Script to draw an image onto r/place (https://www.reddit.com/r/place/)
https://github.com/rdeepak2002/reddit-place-script-2022
Script to draw an image onto r/place (https://www.reddit.com/r/place/)
https://github.com/rdeepak2002/reddit-place-script-2022
Reddit
r/place
There is an empty canvas.
You may place a pixel upon it, but you must wait to place another.
Individually you can create something.
Together you can create something more.
You may place a pixel upon it, but you must wait to place another.
Individually you can create something.
Together you can create something more.
Discussion with Sebastián Ramírez
A great discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
https://www.youtube.com/watch?v=8IJkSs9Dvjo
A great discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
https://www.youtube.com/watch?v=8IJkSs9Dvjo
YouTube
Live Discussion with Sebastián Ramírez (Tiangelo/FastAPI)
This was a live discussion I had on April 26, 2022 with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
LINKS:
- https://tiangolo.com
- https://fastapi.tiangolo.com
- https://typer.tiangolo.com
- https://sqlmodel.tiangolo.com
- http…
LINKS:
- https://tiangolo.com
- https://fastapi.tiangolo.com
- https://typer.tiangolo.com
- https://sqlmodel.tiangolo.com
- http…
Managing Python Environments in 2022 (for the 99%)
Install mambaforge, use mamba to install packages, and pin direct dependencies inside your environment.yml.
https://aseifert.com/p/python-environments/
Install mambaforge, use mamba to install packages, and pin direct dependencies inside your environment.yml.
https://aseifert.com/p/python-environments/
Aseifert
Managing Python Environments in 2022 (for the 99%)
TL;DR: Install mambaforge, use mamba to install packages, and pin direct dependencies inside your environment.yml.
MicroPython in Docker Containers
You know how to run MicroPython on hardware, but what if you don't have a microcontroller lying around? That's where Docker comes in!
https://bhave.sh/micropython-docker/
You know how to run MicroPython on hardware, but what if you don't have a microcontroller lying around? That's where Docker comes in!
https://bhave.sh/micropython-docker/
Bhavesh Kakwani
MicroPython in Docker Containers
You know how to run MicroPython on hardware, but what if you don't have a microcontroller lying around? That's where Docker comes in!
Reading date arguments to a Python script using argparse
https://www.wrighters.io/reading-date-arguments-to-a-python-script-using-argparse/
https://www.wrighters.io/reading-date-arguments-to-a-python-script-using-argparse/
wrighters.io
Passing date arguments to a Python script using argparse - wrighters.io
Argparse doesn't support date arguments by default, but it can be easily extended to parse and validate dates in your Python scripts.
how to avoid being flagged as a bot while making a webscraping program?
https://www.reddit.com/r/learnpython/comments/u4o96t/how_to_avoid_being_flagged_as_a_bot_while_making/
https://www.reddit.com/r/learnpython/comments/u4o96t/how_to_avoid_being_flagged_as_a_bot_while_making/
reddit
how to avoid being flagged as a bot while making a webscraping...
hi everyone, im pretty new to python and wanted to make a webscraping program but im a little concerned about the repeated requests to the website...
Sudoku smashing solution
Exhaustive Sudoku solving bot tutorial: Image and optical character recognition plus text to ...
https://towardsdatascience.com/sudoku-smashing-solution-470c14ce1143
Exhaustive Sudoku solving bot tutorial: Image and optical character recognition plus text to ...
https://towardsdatascience.com/sudoku-smashing-solution-470c14ce1143