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
In-Depth Analysis of Moonbirds NFTs using Python and Alchemy
In this blog post, we will use Python and Alchemy to do a deep dive analysis of the collection in its first week of trading. In section 1, we will cover how to download Moonbirds data using Python and Alchemy. In Section 2, we will do a deep dive analysis to understand better the sales trends, the price movements and the holders of Moonbirds.
http://adilmoujahid.com/posts/2022/04/data-analysis-moonbirds-nft-python-alchemy/
In this blog post, we will use Python and Alchemy to do a deep dive analysis of the collection in its first week of trading. In section 1, we will cover how to download Moonbirds data using Python and Alchemy. In Section 2, we will do a deep dive analysis to understand better the sales trends, the price movements and the holders of Moonbirds.
http://adilmoujahid.com/posts/2022/04/data-analysis-moonbirds-nft-python-alchemy/
Adilmoujahid
In-Depth Analysis of Moonbirds NFTs using Python and Alchemy // Adil Moujahid // Bridging Tech and Art
Adil Moujahid, Bridging Tech and Art
14 Datasets for Your Next Data Science Project
With tutorials on text/image classification, recommender system, data visualization, and ...
https://towardsdatascience.com/14-datasets-for-your-next-data-science-project-f5fca7f75e32
With tutorials on text/image classification, recommender system, data visualization, and ...
https://towardsdatascience.com/14-datasets-for-your-next-data-science-project-f5fca7f75e32
Medium
14 Datasets for Your Next Data Science Project
With tutorials on text/image classification, recommender system, data visualization, and more
Acquire and Visualize US Inflation Data with the BLS API, Python, and Tableau
The U.S. Bureau of Labor Statistics (BLS) collects and analyzes data in the field of labor ...
https://towardsdatascience.com/acquire-and-visualize-us-inflation-data-with-the-bls-api-python-and-tableau-409a2dca1537
The U.S. Bureau of Labor Statistics (BLS) collects and analyzes data in the field of labor ...
https://towardsdatascience.com/acquire-and-visualize-us-inflation-data-with-the-bls-api-python-and-tableau-409a2dca1537
Introducing PyScript — How to Run Python in Your Browser
Is Python the new JavaScript now? Well, no, but you can still do cool things.Continue reading on ...
https://towardsdatascience.com/introducing-pyscript-how-to-run-python-in-your-browser-8d838bb12224
Is Python the new JavaScript now? Well, no, but you can still do cool things.Continue reading on ...
https://towardsdatascience.com/introducing-pyscript-how-to-run-python-in-your-browser-8d838bb12224
Functions That Return Functions: Higher-Order Functions and Decorators in Python with Examples
Gain a working knowledge of higher-order functions, and how to use them to implement decorators in ...
https://towardsdatascience.com/functions-that-return-functions-higher-order-functions-and-decorators-in-python-with-examples-4282742cdd3e
Gain a working knowledge of higher-order functions, and how to use them to implement decorators in ...
https://towardsdatascience.com/functions-that-return-functions-higher-order-functions-and-decorators-in-python-with-examples-4282742cdd3e
Medium
Functions That Return Functions
Gain a working knowledge of higher-order functions, and how to use them to implement decorators in Python.
Probably The Easiest Way To Animate Your Python Plots
Generate frames of plots and combine them as GIFContinue reading on Towards Data Science ...
https://towardsdatascience.com/probably-the-easiest-way-to-animate-your-python-plots-f5194ebed75f
Generate frames of plots and combine them as GIFContinue reading on Towards Data Science ...
https://towardsdatascience.com/probably-the-easiest-way-to-animate-your-python-plots-f5194ebed75f
Medium
Probably The Easiest Way To Animate Your Python Plots
Generate frames of plots and combine them as GIF
REPL Python programming and debugging with IPython
The flows I use for exploratory programming using a REPL and their advantages.
https://lukeplant.me.uk/blog/posts/repl-python-programming-and-debugging-with-ipython/
The flows I use for exploratory programming using a REPL and their advantages.
https://lukeplant.me.uk/blog/posts/repl-python-programming-and-debugging-with-ipython/
Luke Plant's home page
REPL Python programming and debugging with IPython
The flows I use for exploratory programming using a REPL and their advantages.
Datasette Lite: a server-side Python web application running in a browser
https://simonwillison.net/2022/May/4/datasette-lite/
https://simonwillison.net/2022/May/4/datasette-lite/
simonwillison.net
Datasette Lite: a server-side Python web application running in a browser
Datasette Lite is a new way to run Datasette: entirely in a browser, taking advantage of the incredible Pyodide project which provides Python compiled to WebAssembly plus a whole suite …
Scapy: Low level packet hacking toolkit for Python
https://www.trickster.dev/post/scapy-low-level-packet-hacking-toolkit-for-python/
https://www.trickster.dev/post/scapy-low-level-packet-hacking-toolkit-for-python/
www.trickster.dev
Scapy: low level packet hacking toolkit for Python – Trickster Dev
Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
Show HN: Wordle in Python using literate programming
https://jiby.tech/project/literate_wordle/wordle.html
https://jiby.tech/project/literate_wordle/wordle.html