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
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