Zero-with-Dot (Oleg Żero): Categorical sequences with Pandas for household expense control
Link: https://zerowithdot.com/categorical-sequence-with-pandas/
Introduction
Dealing with household expenses is never pleasant.
Although banks try to make it fun these days, it is seldom that their user interface
would actually help you to gain insight into how mu
Link: https://zerowithdot.com/categorical-sequence-with-pandas/
Introduction
Dealing with household expenses is never pleasant.
Although banks try to make it fun these days, it is seldom that their user interface
would actually help you to gain insight into how mu
Zerowithdot
Categorical sequences with Pandas for household expense control
Elegant usage of Pandas for transforming bank statements into sequence tables that are more useful for analytics.
Mike Driscoll: PyDev of the Week: Abdur-Rahmaan Janhangeer
Link: http://www.blog.pythonlibrary.org/2019/04/08/pydev-of-the-week-abdur-rahmaan-janhangeer/
This week we welcome Abdur-Rahmaan Janhangeer as our PyDev of the Week! Abdur-Rahmaan is the French translator of Think Python. You can see what he is up to on his blog as well as on Github. Let’s tak
Link: http://www.blog.pythonlibrary.org/2019/04/08/pydev-of-the-week-abdur-rahmaan-janhangeer/
This week we welcome Abdur-Rahmaan Janhangeer as our PyDev of the Week! Abdur-Rahmaan is the French translator of Think Python. You can see what he is up to on his blog as well as on Github. Let’s tak
The Code Bits: Understanding for-loops in Python
Link: https://thecodebits.com/understanding-python-for-loop/?utm_source=rss&utm_medium=rss&utm_campaign=understanding-python-for-loop
In this post, we will discuss how for-loops work in Python.
We will start with a couple of basic examples and its syntax.
Then we will go through iterables, iterators and the iterator protocol. We wi
Link: https://thecodebits.com/understanding-python-for-loop/?utm_source=rss&utm_medium=rss&utm_campaign=understanding-python-for-loop
In this post, we will discuss how for-loops work in Python.
We will start with a couple of basic examples and its syntax.
Then we will go through iterables, iterators and the iterator protocol. We wi
The Code Bits
Understanding for-loops in Python
In this post, we will discuss how for-loops work in Python. We will start with a couple of basic examples and its syntax. Then we will go through iterables, iterators and the iterator protocol. We …
Podcast.__init__: Version Control For Your Machine Learning Projects
Link: https://www.pythonpodcast.com/data-version-control-episode-206/
Version control has become table stakes for any software team, but for machine learning projects there has been no good answer for tracking all of the data that goes into building and training models,
Link: https://www.pythonpodcast.com/data-version-control-episode-206/
Version control has become table stakes for any software team, but for machine learning projects there has been no good answer for tracking all of the data that goes into building and training models,
The Python Podcast.__init__
The Python Podcast.__init__: Version Control For Your Machine Learning Projects
An interview with the creator of DVC about how it improves collaboration and reduces duplicate effort on data science teams
Philippe Normand: Introducing WPEQt, a WPE API for Qt5
Link: https://base-art.net/Articles/introducing-wpeqt-a-wpe-api-for-qt5/
WPEQt provides a QML plugin implementing an API very similar to the QWebView
API. This blog post explains the rationale behind this new project aimed for
QtWebKit users.
Qt5 already provides multiple
Link: https://base-art.net/Articles/introducing-wpeqt-a-wpe-api-for-qt5/
WPEQt provides a QML plugin implementing an API very similar to the QWebView
API. This blog post explains the rationale behind this new project aimed for
QtWebKit users.
Qt5 already provides multiple
Base-Art
Introducing WPEQt, a WPE API for Qt5
WPEQt provides a QML plugin implementing an API very similar to the QWebView API. This blog post explains the rationale behind this new project aimed for QtWebKit users. Qt5 already provides multiple WebView APIs, one based on QtWebKit (deprecated) and one…
codingdirectional: Return a welcome message based on the input language
Link: http://codingdirectional.info/2019/04/08/return-a-welcome-message-based-on-the-input-language/
Hello and welcome! I think I will start another new project after the previous sport application project in next month but at this moment we are going to solve a few python related problems from Codew
Link: http://codingdirectional.info/2019/04/08/return-a-welcome-message-based-on-the-input-language/
Hello and welcome! I think I will start another new project after the previous sport application project in next month but at this moment we are going to solve a few python related problems from Codew
Jason Meyers: First Tesla Model 3 Trip: Gatlinburg
Link: http://jasonamyers.github.io//2019/tesla-trip-gatlinburg/
Just got back from my first trip in my Tesla Model 3. I was a bit nervous, but mostly because my first trip also included my in laws riding with us. I along with them great, but I knew if the car beca
Link: http://jasonamyers.github.io//2019/tesla-trip-gatlinburg/
Just got back from my first trip in my Tesla Model 3. I was a bit nervous, but mostly because my first trip also included my in laws riding with us. I along with them great, but I knew if the car beca
Jason A Myers
First Tesla Model 3 Trip: Gatlinburg | The N00b Developer - A LinuxHermit's Journey
My Experiences with my first real trip with the Tesla Trip
Moshe Zadka: Publishing a Book with Sphinx
Link: https://orbifold.xyz/book-with-sphinx.html
A while ago,
I decided I wanted to self-publish a book on improving
your Python skills.
It was supposed to be short,
sweet,
and fairly inexpensive.
The journey was a success,
but had some interesting
Link: https://orbifold.xyz/book-with-sphinx.html
A while ago,
I decided I wanted to self-publish a book on improving
your Python skills.
It was supposed to be short,
sweet,
and fairly inexpensive.
The journey was a success,
but had some interesting
orbifold.xyz
Orbifolds and Other Games - Publishing a Book with Sphinx
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3
Link: https://realpython.com/flask-connexion-rest-api-part-3/
In Part 2 of this series, you added the ability to save changes made through the REST API to a database using SQLAlchemy and learned how to serialize that data for the REST API using Marshmallow. Conn
Link: https://realpython.com/flask-connexion-rest-api-part-3/
In Part 2 of this series, you added the ability to save changes made through the REST API to a database using SQLAlchemy and learned how to serialize that data for the REST API using Marshmallow. Conn
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part three, you'll use SQLAlchemy to provide the…
Wingware News: Wing Python IDE 7.0 - April 8, 2019
Link: https://wingware.com/news/2019-04-08
Wing 7 introduces an improved code warnings and code quality inspection system that
includes built-in error detection and tight integration with pylint, pep8, and mypy. This
release also adds a new da
Link: https://wingware.com/news/2019-04-08
Wing 7 introduces an improved code warnings and code quality inspection system that
includes built-in error detection and tight integration with pylint, pep8, and mypy. This
release also adds a new da
Wingware
Wing Python IDE 7.0 - April 8, 2019 - Wing Python IDE
Wing 7 is has been released, with improved and expanded code warnings and code
quality inspection, new data frame and array viewer, improved debug data display, editor
callouts for easier search and code navigation, new color palettes, improved bookmarking…
quality inspection, new data frame and array viewer, improved debug data display, editor
callouts for easier search and code navigation, new color palettes, improved bookmarking…
NumFOCUS: NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019
Link: https://numfocus.org/blog/numfocus-announces-cambridge-spark-will-host-a-pydata-conference-in-2019
The post NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019 appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-announces-cambridge-spark-will-host-a-pydata-conference-in-2019
The post NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019 - NumFOCUS
NumFOCUS: NumFOCUS Releases 2018 Annual Report
Link: https://numfocus.org/blog/numfocus-releases-2018-annual-report
The post NumFOCUS Releases 2018 Annual Report appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-releases-2018-annual-report
The post NumFOCUS Releases 2018 Annual Report appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Releases 2018 Annual Report - NumFOCUS
Mike Driscoll: ReportLab: Adding a Chart to a PDF with Python
Link: http://www.blog.pythonlibrary.org/2019/04/08/reportlab-adding-a-chart-to-a-pdf-with-python/
The ReportLab toolkit supports adding many different charts and graphs to your PDFs. In fact, I have covered some of them in a previous article. However most of the examples I have seen, including the
Link: http://www.blog.pythonlibrary.org/2019/04/08/reportlab-adding-a-chart-to-a-pdf-with-python/
The ReportLab toolkit supports adding many different charts and graphs to your PDFs. In fact, I have covered some of them in a previous article. However most of the examples I have seen, including the
eGenix.com: Python Meeting Düsseldorf - 2019-04-10
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2019-04-10
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
10.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2019-04-10
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
10.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2019-04-10
We are pleased to announce the next Python Meeting Düsseldorf on 2019-04-10.
Real Python: Running Python Scripts
Link: https://realpython.com/courses/running-python-scripts/
One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planne
Link: https://realpython.com/courses/running-python-scripts/
One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planne
Realpython
Running Python Scripts – Real Python
This step-by-step course will guide you through a series of ways to run Python scripts, depending on your environment, platform, needs, and skills as a programmer.
Trey Hunner: The problem with inheriting from dict and list in Python
Link: http://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python/
I’ve created dozens of Python Morsels since I started it last year.
At this point at least 10 of these exercises involve making a custom collection: often a dict-like, list-like or set-like class.
Sin
Link: http://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python/
I’ve created dozens of Python Morsels since I started it last year.
At this point at least 10 of these exercises involve making a custom collection: often a dict-like, list-like or set-like class.
Sin
Codementor: How long does it take to learn Python?
Link: https://www.codementor.io/hatiginu/how-long-does-it-take-to-learn-python-tu3djoa5q
In this post we calculate an estimate of how long it takes for beginners to learn Python enough to get comfortable with the language.
Link: https://www.codementor.io/hatiginu/how-long-does-it-take-to-learn-python-tu3djoa5q
In this post we calculate an estimate of how long it takes for beginners to learn Python enough to get comfortable with the language.
www.codementor.io
How long does it take to learn Python? | Codementor
In this post we calculate an estimate of how long it takes for beginners to learn Python enough to get comfortable with the language.
Stack Abuse: Python for NLP: Topic Modeling
Link: https://stackabuse.com/python-for-nlp-topic-modeling/
This is the sixth article in my series of articles on Python for NLP. In my previous article, I talked about how to perform sentiment analysis of Twitter data using Python's Scikit-Learn library. In t
Link: https://stackabuse.com/python-for-nlp-topic-modeling/
This is the sixth article in my series of articles on Python for NLP. In my previous article, I talked about how to perform sentiment analysis of Twitter data using Python's Scikit-Learn library. In t
Stack Abuse
Python for NLP: Topic Modeling
This is the sixth article in my series of articles on Python for NLP. In my previous article, I talked about how to perform sentiment analysis of Twitter data u...
Continuum Analytics Blog: AnacondaCON 2019 Day 3 Recap: The Need for Speed, “Delightful UX” in Dev Tools, LOTR Jokes and More.
Link: https://www.anaconda.com/anacondacon-2019-day-3-recap-the-need-for-speed-delightful-ux-in-dev-tools-lotr-jokes-and-more/
Everyone at Anaconda is still feeling the love AnacondaCON 2019. Day 3 wrapped up last Friday with one more day of talks and sessions, highlighted by some powerhouse keynotes. Let’s get right to the g
Link: https://www.anaconda.com/anacondacon-2019-day-3-recap-the-need-for-speed-delightful-ux-in-dev-tools-lotr-jokes-and-more/
Everyone at Anaconda is still feeling the love AnacondaCON 2019. Day 3 wrapped up last Friday with one more day of talks and sessions, highlighted by some powerhouse keynotes. Let’s get right to the g
Anaconda
AnacondaCON 2019 Day 3 Recap: The Need for Speed, “Delightful UX” in Dev Tools, LOTR Jokes and More. - Anaconda
Everyone at Anaconda is still feeling the love AnacondaCON 2019. Day 3 wrapped up last Friday with one more day of talks and sessions, highlighted by some powerhouse keynotes. Let’s get right to the good…
Mike C. Fletcher: Protocol Buffer Definitions in Packages
Link: http://blog.vrplumber.com/b/2019/04/09/protocol-buffer-definitions-packages/
For my future reference, and for anyone who happens to hit this as they start into protocol buffering where you want to have the protocol definitions as part of your packages.
The protocol buffer comp
Link: http://blog.vrplumber.com/b/2019/04/09/protocol-buffer-definitions-packages/
For my future reference, and for anyone who happens to hit this as they start into protocol buffering where you want to have the protocol definitions as part of your packages.
The protocol buffer comp
Vrplumber
Plumbing Life's Depths - Protocol Buffer Definitions in Packages
For my future reference, and for anyone who happens to hit this as they start into protocol buffering where you want to have the protocol definitions as part of your packages. The protocol buffer compiler uses relative path names from the directory you specify…