Talk Python to Me: #245 Python packaging landscape in 2020
Link: https://talkpython.fm/episodes/show/245/python-packaging-landscape-in-2020
Python is growing incredibly quickly and has found its place in many facets of the developer and computational space. But one area that is still shaky and uncertain is packaging and shipping software
Link: https://talkpython.fm/episodes/show/245/python-packaging-landscape-in-2020
Python is growing incredibly quickly and has found its place in many facets of the developer and computational space. But one area that is still shaky and uncertain is packaging and shipping software
talkpython.fm
Python packaging landscape in 2020
Python is growing incredibly quickly and has found its place in many facets of the developer and computational space. But one area that is still shaky and uncertain is packaging and shipping software to users.
Doug Hellmann: entry_point_inspector 0.1.2
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/h1xiRbUMCnQ/
Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. What’s new in 0.1.2? Fix compatibility issues with python3 (contributed by guozijian)
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/h1xiRbUMCnQ/
Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. What’s new in 0.1.2? Fix compatibility issues with python3 (contributed by guozijian)
Abhijeet Pal: Creating Feeds with Django
Link: https://djangocentral.com/creating-feeds-with-django/
Django ships with built-in syndication feed generating framework, which is used to generate dynamic Atom and RSS feeds. RSS is an abbreviation for Really Simple Syndication, it’s a way to have informa
Link: https://djangocentral.com/creating-feeds-with-django/
Django ships with built-in syndication feed generating framework, which is used to generate dynamic Atom and RSS feeds. RSS is an abbreviation for Really Simple Syndication, it’s a way to have informa
Djangocentral
Creating Feeds with Django
Django ships with built-in syndication feed generating framework, which is used to generate dynamic Atom and RSS feeds. RSS is an abbreviation for <st
Python Data: Python Data Weekly Roundup – Jan 3 2020
Link: https://pythondata.com/python-data-weekly-roundup-jan-3-2020/
In this week’s Python Data Weekly Roundup:It’s time for Time-series DatabasesIf you haven’t taken a look at time-series databases, you should. For a lot of what we do today in data science, a time ser
Link: https://pythondata.com/python-data-weekly-roundup-jan-3-2020/
In this week’s Python Data Weekly Roundup:It’s time for Time-series DatabasesIf you haven’t taken a look at time-series databases, you should. For a lot of what we do today in data science, a time ser
Python Data
Python Data Weekly Roundup – Jan 3 2020 - Curated Content
In the Python Data Weekly Roundup, we curate links to great content published during the week. Content covers Data Science, Machine Learning, AI and more.
Django Weblog: DjangoCon Europe 2020 Announcement
Link: https://www.djangoproject.com/weblog/2020/jan/03/djangocon-europe-2020/
We are happy to announce that DjangoCon Europe 2020 will take place in Porto, Portugal 🇵🇹! The website is already online at 2020.djangocon.eu and it will be kept up to date with the latest updates. Do
Link: https://www.djangoproject.com/weblog/2020/jan/03/djangocon-europe-2020/
We are happy to announce that DjangoCon Europe 2020 will take place in Porto, Portugal 🇵🇹! The website is already online at 2020.djangocon.eu and it will be kept up to date with the latest updates. Do
Mike C. Fletcher: PyOpenGL 3.1.5 is Out
Link: http://blog.vrplumber.com/b/2020/01/03/pyopengl-315-out/
I've pushed out the PyOpenGL 3.1.5 release. It has some (relatively minor) fixes for wgl and egl operations, and one for what looks like a change in numpy scalar handling in the latest numpy. Availabl
Link: http://blog.vrplumber.com/b/2020/01/03/pyopengl-315-out/
I've pushed out the PyOpenGL 3.1.5 release. It has some (relatively minor) fixes for wgl and egl operations, and one for what looks like a change in numpy scalar handling in the latest numpy. Availabl
Vrplumber
Plumbing Life's Depths - PyOpenGL 3.1.5 is Out
I've pushed out the PyOpenGL 3.1.5 release. It has some (relatively minor) fixes for wgl and egl operations, and one for what looks like a change in numpy scalar handling in the latest numpy. Available on PyPI now.
Abhijeet Pal: Adding Custom Model Managers In Django
Link: https://djangocentral.com/adding-custom-model-managers-in-django/
A manager is an interface through which database query operations are provided to Django models. At least one Manager exists for every model in a Django application, objects is the default manager of
Link: https://djangocentral.com/adding-custom-model-managers-in-django/
A manager is an interface through which database query operations are provided to Django models. At least one Manager exists for every model in a Django application, objects is the default manager of
Djangocentral
Adding Custom Model Managers In Django
A manager is an interface through which database query operations are provided to Django models. At least one <spa
Paolo Amoroso: A List of Free Python Books
Link: http://blog.paoloamoroso.com/2019/09/a-list-of-free-python-books.html
If you’re like me, you love learning by reading books.So, when I set out to learn the Python programming language in the last days of 2018, I started looking for good books. I googled, browsed Reddit,
Link: http://blog.paoloamoroso.com/2019/09/a-list-of-free-python-books.html
If you’re like me, you love learning by reading books.So, when I set out to learn the Python programming language in the last days of 2018, I started looking for good books. I googled, browsed Reddit,
Paoloamoroso
A List of Free Python Books
If you’re like me, you love learning by reading books. So, when I set out to learn the Python programming language in the last days of 201...
Catalin George Festila: Python 3.7.5 : Testing the PyMongo package - part 001.
Link: http://python-catalin.blogspot.com/2020/01/python-375-testing-pymongo-package-part.html
MongoDB and PyMongo are not my priorities for the new year 2020 but because they are quite evolved I thought to start presenting it within my free time.
The PyMongo python package is a Python distribu
Link: http://python-catalin.blogspot.com/2020/01/python-375-testing-pymongo-package-part.html
MongoDB and PyMongo are not my priorities for the new year 2020 but because they are quite evolved I thought to start presenting it within my free time.
The PyMongo python package is a Python distribu
Blogspot
Python 3.7.5 : Testing the PyMongo package - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Weekly Python StackOverflow Report: (ccix) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/01/ccix-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-01-04 21:55:45 GMTObject is enumerable but not indexable? - [11/3]
Link: http://python-weekly.blogspot.com/2020/01/ccix-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-01-04 21:55:45 GMTObject is enumerable but not indexable? - [11/3]
Blogspot
(ccix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Codementor: Getting started with Python - Reading Time: 6 Mins
Link: https://www.codementor.io/maxongzb/getting-started-with-python-reading-time-6-mins-12cz92u1g4
Getting started with Python for the absolute beginners for 2020
Link: https://www.codementor.io/maxongzb/getting-started-with-python-reading-time-6-mins-12cz92u1g4
Getting started with Python for the absolute beginners for 2020
www.codementor.io
Getting started with Python - Reading Time: 6 Mins | Codementor
Getting started with Python for the absolute beginners for 2020
Catalin George Festila: Python 3.7.5 : Testing cryptography python package - part 001.
Link: http://python-catalin.blogspot.com/2020/01/python-375-testing-cryptography-python.html
There are many python packets that present themselves as useful encryption and decryption solutions. I recommend before you test them, use them and spend time with them to focus on the correct study o
Link: http://python-catalin.blogspot.com/2020/01/python-375-testing-cryptography-python.html
There are many python packets that present themselves as useful encryption and decryption solutions. I recommend before you test them, use them and spend time with them to focus on the correct study o
Blogspot
Python 3.7.5 : Testing cryptography python package - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Podcast.__init__: Checking Up On Python's Role in DevOps
Link: https://www.pythonpodcast.com/devops-in-python-episode-244/
Python has been part of the standard toolkit for systems administrators since it was created. In recent years there has been a shift in how servers are deployed and managed, and how code gets released
Link: https://www.pythonpodcast.com/devops-in-python-episode-244/
Python has been part of the standard toolkit for systems administrators since it was created. In recent years there has been a shift in how servers are deployed and managed, and how code gets released
The Python Podcast.__init__
The Python Podcast.__init__: Checking Up On Python's Role in DevOps
An interview with Moshe Zadka about writing an introductory Python book focused on DevOps engineers and the myriad ways that it is used in modern technical operations
James Bennett: A Python Packaging Carol
Link: https://www.b-list.org/weblog/2020/jan/05/packaging/
I have endeavoured in this Ghostly little book, to raise the Ghost of an Idea, which shall not put my readers out of humour with themselves, with each other, with the season, or with me. May it haunt
Link: https://www.b-list.org/weblog/2020/jan/05/packaging/
I have endeavoured in this Ghostly little book, to raise the Ghost of an Idea, which shall not put my readers out of humour with themselves, with each other, with the season, or with me. May it haunt
Mike Driscoll: PyDev of the Week: Bryan Weber
Link: http://www.blog.pythonlibrary.org/2020/01/06/pydev-of-the-week-bryan-weber/
This week we welcome Bryan Weber (@darthbith) as our PyDev of the Week! Bryan is a contributor for Real Python and a core developer for Cantera. If you’d like to learn more about Bryan, you can check
Link: http://www.blog.pythonlibrary.org/2020/01/06/pydev-of-the-week-bryan-weber/
This week we welcome Bryan Weber (@darthbith) as our PyDev of the Week! Bryan is a contributor for Real Python and a core developer for Cantera. If you’d like to learn more about Bryan, you can check
The Mouse Vs. The Python
PyDev of the Week: Bryan Weber - The Mouse Vs. The Python
This week we welcome Bryan Weber (@darthbith) as our PyDev of the Week! Bryan is a contributor for Real Python and a core developer for Cantera. If you’d like to learn more about Bryan, you can check out his website or his Github profile. Let’s take a few…
Catalin George Festila: Python 3.7.5 : Set json with settings in Django project.
Link: http://python-catalin.blogspot.com/2020/01/python-375-set-json-with-settings-in.html
[mythcat@desk django]$ source env/bin/activate
(env) [mythcat@desk django]$ cd mysite/
(env) [mythcat@desk mysite]$ ls
db.sqlite3 manage.py mysite test001
(env) [mythcat@desk mysite]$ pwd
/home/myt
Link: http://python-catalin.blogspot.com/2020/01/python-375-set-json-with-settings-in.html
[mythcat@desk django]$ source env/bin/activate
(env) [mythcat@desk django]$ cd mysite/
(env) [mythcat@desk mysite]$ ls
db.sqlite3 manage.py mysite test001
(env) [mythcat@desk mysite]$ pwd
/home/myt
Blogspot
Python 3.7.5 : Set json with settings in Django project.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Julien Danjou: Atomic lock-free counters in Python
Link: https://julien.danjou.info/atomic-lock-free-counters-in-python/
At Datadog, we're really into metrics. We love them, we store them, but we also generate them. To do that, you need to juggle with integers that are incremented, also known as counters.While having an
Link: https://julien.danjou.info/atomic-lock-free-counters-in-python/
At Datadog, we're really into metrics. We love them, we store them, but we also generate them. To do that, you need to juggle with integers that are incremented, also known as counters.While having an
Julien Danjou
Atomic lock-free counters in Python
At Datadog [https://datadog.com], we're really into metrics. We love them, we
store them, but we also generate them. To do that, you need to juggle with
integers that are incremented, also known as counters.
While having an integer that changes its value…
store them, but we also generate them. To do that, you need to juggle with
integers that are incremented, also known as counters.
While having an integer that changes its value…
Techiediaries - Django: MyCLI: A MySQL CLI Based on Python with Auto-completion and Syntax Highlighting
Link: https://www.techiediaries.com/mysql-cli-with-auto-completion-and-syntax-highlighting/
If you prefer to work with MySQL via its command-line interface, you'll like mycli which is a CLI tool with auto-completion and syntax highlighting built on top of Python and prompt_toolkit for buildi
Link: https://www.techiediaries.com/mysql-cli-with-auto-completion-and-syntax-highlighting/
If you prefer to work with MySQL via its command-line interface, you'll like mycli which is a CLI tool with auto-completion and syntax highlighting built on top of Python and prompt_toolkit for buildi
Catalin George Festila: Python 3.7.5 : About Django REST framework.
Link: http://python-catalin.blogspot.com/2019/12/python-375-about-django-rest-framework.html
First, let's activate my Python virtual environment:
[mythcat@desk django]$ source env/bin/activate
I update my django version 3.0 up to 3.0.1.
(env) [mythcat@desk django]$ pip3 install --upgrade djan
Link: http://python-catalin.blogspot.com/2019/12/python-375-about-django-rest-framework.html
First, let's activate my Python virtual environment:
[mythcat@desk django]$ source env/bin/activate
I update my django version 3.0 up to 3.0.1.
(env) [mythcat@desk django]$ pip3 install --upgrade djan
Blogspot
Python 3.7.5 : About Django REST framework.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Real Python: Using Pandas and Python to Explore Your Dataset
Link: https://realpython.com/pandas-python-explore-dataset/
Do you have a large dataset that’s full of interesting insights, but you’re not sure where to start exploring it? Has your boss asked you to generate some statistics from it, but they’re not so easy t
Link: https://realpython.com/pandas-python-explore-dataset/
Do you have a large dataset that’s full of interesting insights, but you’re not sure where to start exploring it? Has your boss asked you to generate some statistics from it, but they’re not so easy t
Realpython
Using pandas and Python to Explore Your Dataset – Real Python
In this step-by-step tutorial, you'll learn how to start exploring a dataset with pandas and Python. You'll learn how to access specific rows and columns to answer questions about your data. You'll also see how to handle missing values and prepare to visualize…