Dataquest: Programming Best Practices For Data Science
Link: https://www.dataquest.io/blog/programming-best-practices-for-data-science/
The data science life cycle is generally comprised of the following components:
data retrieval
data cleaning
data exploration and visualization
statistical or predictive modeling
While these compone
Link: https://www.dataquest.io/blog/programming-best-practices-for-data-science/
The data science life cycle is generally comprised of the following components:
data retrieval
data cleaning
data exploration and visualization
statistical or predictive modeling
While these compone
Dataquest
Programming Best Practices For Data Science – Dataquest
When programming for data science, most people switch between a prototype mindset and a production mindset. Learn more here.
Dataquest: Python Generators Tutorial
Link: https://www.dataquest.io/blog/python-generators-tutorial/
Python generators are a powerful, but misunderstood tool. They're often treated as too difficult a concept for beginning programmers to learn — creating the illusion that beginners should hold off on
Link: https://www.dataquest.io/blog/python-generators-tutorial/
Python generators are a powerful, but misunderstood tool. They're often treated as too difficult a concept for beginning programmers to learn — creating the illusion that beginners should hold off on
Dataquest
Python Generators – Dataquest
Python generators are a powerful, but misunderstood tool. Use this tutorial to begin understanding, and using, generators.
Dataquest: Basic Statistics in Python: Probability
Link: https://www.dataquest.io/blog/basic-statistics-in-python-probability/
When studying statistics, you will inevitably have to learn about probability. It is easy lose yourself in the formulas and theory behind probability, but it has essential uses in both working and dai
Link: https://www.dataquest.io/blog/basic-statistics-in-python-probability/
When studying statistics, you will inevitably have to learn about probability. It is easy lose yourself in the formulas and theory behind probability, but it has essential uses in both working and dai
Rene Dudfield: Draft of, "How to port and market games using #python and #pygame."
Link: http://renesd.blogspot.com/2018/08/draft-of-how-to-port-and-market-games.html
This is a collaborative document, and a really early draft. Please feel free to add any tips or links in a comment here or on the reddit post https://www.reddit.com/r/pygame/comments/9aodt7/collaborat
Link: http://renesd.blogspot.com/2018/08/draft-of-how-to-port-and-market-games.html
This is a collaborative document, and a really early draft. Please feel free to add any tips or links in a comment here or on the reddit post https://www.reddit.com/r/pygame/comments/9aodt7/collaborat
Blogspot
Draft of, "How to port and market games using #python and #pygame."
This is a collaborative document, and a really early draft. Please feel free to add any tips or links in a comment here or on the reddit ...
PyBites: PyBites Twitter Digest - Issue 29, 2018
Link: https://pybit.es/twitter_digest_201829.html
A handy template to generate basic Python project structures.
Submitted by @Erik.
Nice one! A great #template for generating a basic #Python project structure! @pybites https://t.co/zaxboOMGwN— Julian
Link: https://pybit.es/twitter_digest_201829.html
A handy template to generate basic Python project structures.
Submitted by @Erik.
Nice one! A great #template for generating a basic #Python project structure! @pybites https://t.co/zaxboOMGwN— Julian
PyBites
PyBites Twitter Digest - Issue 29, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Dataquest: Understanding Regression Error Metrics
Link: https://www.dataquest.io/blog/understanding-regression-error-metrics/
Human brains are built to recognize patterns in the world around us. For example, we observe that if we practice our programming everyday, our related skills grow. But how do we precisely describe thi
Link: https://www.dataquest.io/blog/understanding-regression-error-metrics/
Human brains are built to recognize patterns in the world around us. For example, we observe that if we practice our programming everyday, our related skills grow. But how do we precisely describe thi
Dataquest
Tutorial: Understanding Linear Regression and Regression Error Metrics
Error metrics are short and useful summaries of the quality of our data. We dive into four common regression metrics and discuss their use cases.
Dataquest: Python Dictionary Tutorial
Link: https://www.dataquest.io/blog/python-dictionary-tutorial/
Python offers a variety of data structures to hold our information — the dictionary being one of the most useful. Python dictionaries quick, easy to use, and flexible. As a beginning programmer, you c
Link: https://www.dataquest.io/blog/python-dictionary-tutorial/
Python offers a variety of data structures to hold our information — the dictionary being one of the most useful. Python dictionaries quick, easy to use, and flexible. As a beginning programmer, you c
Dataquest
Python Dictionary Tutorial: Analyze Craft Beer with Dictionaries – Dataquest
Learn to use Python dictionaries to store, sort, and access data in this in-depth tutorial analyzing craft beer data to master dictionary techniques.
Christian Barra: How to reverse a list in Python
Link: https://chrisbarra.xyz/posts/how-to-reverse-list-in-python/
How to reverse a list using the square brackets notation with #Python? #europython pic.twitter.com/4C4i9LWv1r
— Christian Barra (@christianbarra) July 25, 2018
Reversing a list in Python is really,
Link: https://chrisbarra.xyz/posts/how-to-reverse-list-in-python/
How to reverse a list using the square brackets notation with #Python? #europython pic.twitter.com/4C4i9LWv1r
— Christian Barra (@christianbarra) July 25, 2018
Reversing a list in Python is really,
Christian Barra
How to reverse a list in Python • Christian Barra
Reversing a sequence object in Python takes only 1 line
Christian Barra: Discovering the pathlib module
Link: https://chrisbarra.xyz/posts/using-pathlib/
The more I use #Python pathlib, the more I love it. #EuroPython pic.twitter.com/GENcbk76ne
— Christian Barra (@christianbarra) July 26, 2018
The Python Standard Library is like a gold mine, and the
Link: https://chrisbarra.xyz/posts/using-pathlib/
The more I use #Python pathlib, the more I love it. #EuroPython pic.twitter.com/GENcbk76ne
— Christian Barra (@christianbarra) July 26, 2018
The Python Standard Library is like a gold mine, and the
Twitter
Christian Barra
The more I use #Python pathlib, the more I love it. #EuroPython
Christian Barra: Python dictionary views
Link: https://chrisbarra.xyz/posts/dictionary-views-in-python/
Did you know that "dict.keys()" returns a view that is a set-like object? #Python pic.twitter.com/0zS9FgnkLL
— Christian Barra (@christianbarra) July 31, 2018
Dictionary is one of the Python’s grea
Link: https://chrisbarra.xyz/posts/dictionary-views-in-python/
Did you know that "dict.keys()" returns a view that is a set-like object? #Python pic.twitter.com/0zS9FgnkLL
— Christian Barra (@christianbarra) July 31, 2018
Dictionary is one of the Python’s grea
Christian Barra
Python dictionary views • Christian Barra
Digging into one of the coolest features of the Mighty Dictionary
Ned Batchelder: What I think is good and bad
Link: https://nedbatchelder.com//blog/202005/what_i_think_is_good_and_bad.html
I’m in the #python IRC channel on Freenode a lot. The people there are often
quite opinionated. Julian had the idea
of processing the logs to see what we thought was good, and what was bad, using
sop
Link: https://nedbatchelder.com//blog/202005/what_i_think_is_good_and_bad.html
I’m in the #python IRC channel on Freenode a lot. The people there are often
quite opinionated. Julian had the idea
of processing the logs to see what we thought was good, and what was bad, using
sop
PyBites: 5 Helpful Python Decorator Use Cases
Link: https://pybit.es/articles/5-helpful-python-decorator-use-cases/
Some time ago I asked on Twitter:
I was curious what you use #Python decorators for?
And I got quite an amazing / insightful response:
I was curious what you use #Python decorators for?It would be n
Link: https://pybit.es/articles/5-helpful-python-decorator-use-cases/
Some time ago I asked on Twitter:
I was curious what you use #Python decorators for?
And I got quite an amazing / insightful response:
I was curious what you use #Python decorators for?It would be n
PyBites
5 Helpful Python Decorator Use Cases - PyBites
In this article we look at 5 common Python decorator use cases, a powerful design pattern you want to add to your toolkit.
"Paolo Amoroso's Journal": The Python feed of my old blog Moonshots Beyond the Cloud has long been...
Link: https://journal.paoloamoroso.com/the-python-feed-of-my-old-blog-moonshots-beyond-the-cloud-has-long-been?pk_campaign=rss-feed
The Python feed of my old blog Moonshots Beyond the Cloud has long been aggregated by Planet Python. But I'm no longer going to update that blog, so I removed the old feed from Planet Python and submi
Link: https://journal.paoloamoroso.com/the-python-feed-of-my-old-blog-moonshots-beyond-the-cloud-has-long-been?pk_campaign=rss-feed
The Python feed of my old blog Moonshots Beyond the Cloud has long been aggregated by Planet Python. But I'm no longer going to update that blog, so I removed the old feed from Planet Python and submi
Paolo Amoroso's Journal
The Python feed of my old blog Moonshots Beyond the Cloud has long been... — Paolo Amoroso's Journal
#Python #blogging Discuss... | Reply by email... ...
Nicola Iarocci: Eve 2.0.4 released
Link: https://nicolaiarocci.com/eve-2.0.4-released/
I just released Eve 2.0.4, the REST API framework for #python. It’s available on PyPI and includes a relevant security fix so you might want to update ASAP.
Package info Docs Subscribe to the newsle
Link: https://nicolaiarocci.com/eve-2.0.4-released/
I just released Eve 2.0.4, the REST API framework for #python. It’s available on PyPI and includes a relevant security fix so you might want to update ASAP.
Package info Docs Subscribe to the newsle
Nicola Iarocci
Eve 2.0.4 released
I just released Eve 2.0.4, the REST API framework for #python. It’s available on PyPI and includes a relevant security fix so you might want to update ASA
William Minchin: u202307141227
Link: https://blog.minchin.ca/2023/07/u202307141227.html
I'm microblogging
with Pelican! #Python #Microblogging
Link: https://blog.minchin.ca/2023/07/u202307141227.html
I'm microblogging
with Pelican! #Python #Microblogging
Minchin.ca
u202307141227
I'm microblogging with Pelican! #Python #Microblogging
William Minchin: u202307141230
Link: https://blog.minchin.ca/2023/07/u202307141230.html
Seafoam v2.9.0 released with support for
microblogging!
pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
Link: https://blog.minchin.ca/2023/07/u202307141230.html
Seafoam v2.9.0 released with support for
microblogging!
pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
Minchin.ca
u202307141230
Seafoam v2.9.0 released with support for microblogging! pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
William Minchin: u202307152242
Link: https://blog.minchin.ca/2023/07/u202307152242.html
Seafoam v2.9.1 released with even better support for
microblogging!
pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
Link: https://blog.minchin.ca/2023/07/u202307152242.html
Seafoam v2.9.1 released with even better support for
microblogging!
pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
Minchin.ca
u202307152242
Seafoam v2.9.1 released with even better support for microblogging! pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
William Minchin: u202409301853
Link: https://blog.minchin.ca/2024/09/u202409301853.html
CommonMark Pelican reader v2.0.1! Should stop complaining about intra-document links (e.g. #target)
on PyPI #CommonMark Reader #Pelican Plugins #Releases #Python
Link: https://blog.minchin.ca/2024/09/u202409301853.html
CommonMark Pelican reader v2.0.1! Should stop complaining about intra-document links (e.g. #target)
on PyPI #CommonMark Reader #Pelican Plugins #Releases #Python
Minchin.ca
u202409301853
CommonMark Pelican reader v2.0.1! Should stop complaining about intra-document links (e.g. #target) on PyPI #CommonMark Reader #Pelican Plugins #Releases #Python
William Minchin: u202409302311
Link: https://blog.minchin.ca/2024/09/u202409302311.html
Summary plugin for Pelican v1.3.0 released! Now keeps internal link indicators
(like {filename}) from leaking into summaries.
on PyPI #Summary (Pelican) #Pelican Plugins #Releases #Python
Link: https://blog.minchin.ca/2024/09/u202409302311.html
Summary plugin for Pelican v1.3.0 released! Now keeps internal link indicators
(like {filename}) from leaking into summaries.
on PyPI #Summary (Pelican) #Pelican Plugins #Releases #Python
Minchin.ca
u202409302311
Summary plugin for Pelican v1.3.0 released! Now keeps internal link indicators (like {filename}) from leaking into summaries. on PyPI #Summary (Pelican) #Pelican Plugins #Releases #Python
William Minchin: u202410012332
Link: https://blog.minchin.ca/2024/10/u202410012332.html
Microblogging v1.3.0 for Pelican released! Posts should now sort as expected.
Thanks @ashwinvis. on
PyPI #Microblogging #Pelican Plugins #Releases #Python
Link: https://blog.minchin.ca/2024/10/u202410012332.html
Microblogging v1.3.0 for Pelican released! Posts should now sort as expected.
Thanks @ashwinvis. on
PyPI #Microblogging #Pelican Plugins #Releases #Python
Minchin.ca
u202410012332
Microblogging v1.3.0 for Pelican released! Posts should now sort as expected. Thanks @ashwinvis. on PyPI #Microblogging #Pelican Plugins #Releases #Python