Reuven Lerner: Weekly Python Exercise: Registration closes in two days
Link: https://blog.lerner.co.il/weekly-python-exercise-registration-closes-in-two-days/
This is just a reminder that registration for the next cohort of Weekly Python Exercise, my course that combines exercises and community to turn you into an advanced Python developer, closes in just t
Link: https://blog.lerner.co.il/weekly-python-exercise-registration-closes-in-two-days/
This is just a reminder that registration for the next cohort of Weekly Python Exercise, my course that combines exercises and community to turn you into an advanced Python developer, closes in just t
Lerner Consulting Blog
Weekly Python Exercise: Registration closes in two days - Lerner Consulting Blog
This is just a reminder that registration for the next cohort of Weekly Python Exercise, my course that combines exercises and community to turn you into an advanced Python developer, closes in just two days, on September 18th. If you’ve always wanted to…
Dusty Phillips: An Intermediate Guide To RSA
Link: https://dusty.phillips.codes/2018/09/13/an-intermediate-guide-to-rsa/
The venerable RSA public key encryption algorithm is very elegant. It requires a basic understanding of modular arithmetic, which may sound scary if you haven’t studied it. It reduces to taking the re
Link: https://dusty.phillips.codes/2018/09/13/an-intermediate-guide-to-rsa/
The venerable RSA public key encryption algorithm is very elegant. It requires a basic understanding of modular arithmetic, which may sound scary if you haven’t studied it. It reduces to taking the re
Dusty Phillips Codes
An Intermediate Guide To RSA
The venerable RSA public key encryption algorithm is very elegant. It requires a basic understanding of modular arithmetic, which may sound scary if you haven’t studied it. It reduces to taking the remainder after integer long division. The RSA Wikipedia…
Podcast.__init__: The Business Of Technical Authoring With William Vincent
Link: https://www.podcastinit.com/technical-authoring-with-william-vincent-episode-179/
There are many aspects of learning how to program and at least as many ways to go about it. This is multiplicative with the different problem domains and subject areas where software development is ap
Link: https://www.podcastinit.com/technical-authoring-with-william-vincent-episode-179/
There are many aspects of learning how to program and at least as many ways to go about it. This is multiplicative with the different problem domains and subject areas where software development is ap
Podcast.__init__('Python')
The Business Of Technical Authoring With William Vincent - Episode 179
There are many aspects of learning how to program and at least as many ways to go about it. This is multiplicative with the different problem domains and subject areas where software development is applied. In this episode William Vincent discusses his experiences…
Mike Driscoll: PyDev of the Week: Younggun Kim
Link: http://www.blog.pythonlibrary.org/2018/09/17/pydev-of-the-week-younggun-kim/
This week we welcome Younggun Kim (@scari_net) as our PyDev of the Week! Younggun has been on the board of directors for the Python Software Foundation and is the founder of PyCon Korea. He has transl
Link: http://www.blog.pythonlibrary.org/2018/09/17/pydev-of-the-week-younggun-kim/
This week we welcome Younggun Kim (@scari_net) as our PyDev of the Week! Younggun has been on the board of directors for the Python Software Foundation and is the founder of PyCon Korea. He has transl
Codementor: Variable assignment in python: behind the scenes
Link: https://www.codementor.io/himank/variable-assignment-in-python-behind-the-scenes-ngrbsispp
Variable assignment statement in python.
Link: https://www.codementor.io/himank/variable-assignment-in-python-behind-the-scenes-ngrbsispp
Variable assignment statement in python.
www.codementor.io
Variable assignment in python: behind the scenes | Codementor
Variable assignment statement in python.
PyBites: Code Challenge 51 - Analyse NBA Data with SQL/sqlite3
Link: https://pybit.es/codechallenge51.html
It's not that I'm so smart, it's just that I stay with problems longer. - A. Einstein
Hey Pythonistas,
Blog Code Challenges is back! And with a vengeance ;)
Starting today we will publish a new code
Link: https://pybit.es/codechallenge51.html
It's not that I'm so smart, it's just that I stay with problems longer. - A. Einstein
Hey Pythonistas,
Blog Code Challenges is back! And with a vengeance ;)
Starting today we will publish a new code
PyBites
Code Challenge 51 - Analyse NBA Data with SQL/sqlite3
Hi Pythonistas, Welcome to Pybites Code Challenge 51! In this challenge we get you analysing NBA player data from a CSV file.
Gaël Varoquaux: A foundation for scikit-learn at Inria
Link: http://gael-varoquaux.info/programming/a-foundation-for-scikit-learn-at-inria.html
We have just announced that a foundation will be supporting scikit-learn
at Inria [1]: scikit-learn.fondation-inria.fr
Growth and sustainability
This is an exciting turn for us, because it enables us
Link: http://gael-varoquaux.info/programming/a-foundation-for-scikit-learn-at-inria.html
We have just announced that a foundation will be supporting scikit-learn
at Inria [1]: scikit-learn.fondation-inria.fr
Growth and sustainability
This is an exciting turn for us, because it enables us
gael-varoquaux.info
A foundation for scikit-learn at Inria -- Gaël Varoquaux: computer / data / health science
Gaël Varoquaux, computer / data / health science
Python Anywhere: Force HTTPS on your website
Link: https://blog.pythonanywhere.com/167/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
One smaller feature we added in our last system update was the ability to force HTTPS without needing to change your code. Here's
Link: https://blog.pythonanywhere.com/167/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
One smaller feature we added in our last system update was the ability to force HTTPS without needing to change your code. Here's
Real Python: Top 10 Must-Watch PyCon Talks
Link: https://realpython.com/must-watch-pycon-talks/
For the past three years, I’ve had the privilege of attending the Python Conference (PyCon) in the United States. PyCon US is a yearly event where Pythonistas get together to talk and learn about Pyt
Link: https://realpython.com/must-watch-pycon-talks/
For the past three years, I’ve had the privilege of attending the Python Conference (PyCon) in the United States. PyCon US is a yearly event where Pythonistas get together to talk and learn about Pyt
Realpython
Top 10 Must-Watch PyCon Talks – Real Python
Get the inside scoop on the top 10 must-watch PyCon talks for both beginners and advanced Python developers. There's something for everyone in this list of informative videos!
Stack Abuse: How to Format Dates in Python
Link: https://stackabuse.com/how-to-format-dates-in-python/
Introduction
Python comes with a variety of useful objects that can be used out of the box. Date objects are examples of such objects. Date types are difficult to manipulate from scratch, due to the c
Link: https://stackabuse.com/how-to-format-dates-in-python/
Introduction
Python comes with a variety of useful objects that can be used out of the box. Date objects are examples of such objects. Date types are difficult to manipulate from scratch, due to the c
Stack Abuse
How to Format Dates in Python
Python comes with a variety of useful objects that can be used out of the box. Date objects are examples of such objects. Date types are difficult to manipulat...
Reuven Lerner: Last chance: Weekly Python Exercise registration closes soon
Link: https://blog.lerner.co.il/last-chance-weekly-python-exercise-registration-closes-soon/
You probably want to understand Python better, use it more efficiently, and write code that you (and others) can maintain — for yourself, your current job, and your career.
Weekly Python Exercise lets
Link: https://blog.lerner.co.il/last-chance-weekly-python-exercise-registration-closes-soon/
You probably want to understand Python better, use it more efficiently, and write code that you (and others) can maintain — for yourself, your current job, and your career.
Weekly Python Exercise lets
Lerner Consulting Blog
Last chance: Weekly Python Exercise registration closes soon - Lerner Consulting Blog
You probably want to understand Python better, use it more efficiently, and write code that you (and others) can maintain — for yourself, your current job, and your career. Weekly Python Exercise lets you make that improvement. Over the course of a year…
Codementor: Connect Alibaba Cloud to AWS via VPN Gateway
Link: https://www.codementor.io/alibabacloud/connect-alibaba-cloud-to-aws-via-vpn-gateway-nhq1i2i4a
By Evan Wong, Solutions Architect
Multi-cloud is one of the most sought-after architecture design that bridges the benefits of having multiple technology capabilities of the providers and to avoid...
Link: https://www.codementor.io/alibabacloud/connect-alibaba-cloud-to-aws-via-vpn-gateway-nhq1i2i4a
By Evan Wong, Solutions Architect
Multi-cloud is one of the most sought-after architecture design that bridges the benefits of having multiple technology capabilities of the providers and to avoid...
www.codementor.io
Connect Alibaba Cloud to AWS via VPN Gateway | Codementor
By Evan Wong, Solutions Architect
Multi-cloud is one of the most sought-after architecture design that bridges the benefits of having multiple technology capabilities of the providers and to avoid...
Multi-cloud is one of the most sought-after architecture design that bridges the benefits of having multiple technology capabilities of the providers and to avoid...
Programiz: Python Variables, Constants and Literals
Link: https://www.programiz.com/python-programming/variables-constants-literals
In this article, you will learn about Python variables, constants, literals and their use cases.
Link: https://www.programiz.com/python-programming/variables-constants-literals
In this article, you will learn about Python variables, constants, literals and their use cases.
Programiz
Python Variables and Literals (With Examples)
In this tutorial, we will learn about Python variables, constants, literals with the help of examples.
Matthew Rocklin: Dask Development Log
Link: https://matthewrocklin.com/blog//work/2018/09/17/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Link: https://matthewrocklin.com/blog//work/2018/09/17/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Mike Driscoll: Jupyter Notebook 101: Writing Update
Link: http://www.blog.pythonlibrary.org/2018/09/18/jupyter-notebook-101-writing-update/
I don’t usually write about my book writing while the book is in progress on my blog, but I know some readers probably wonder why there are times where I am not writing blog posts as regularly as I us
Link: http://www.blog.pythonlibrary.org/2018/09/18/jupyter-notebook-101-writing-update/
I don’t usually write about my book writing while the book is in progress on my blog, but I know some readers probably wonder why there are times where I am not writing blog posts as regularly as I us
Continuum Analytics Blog: Anaconda and Kx Systems Partner to Deliver kdb+ Database System and Related Machine Learning Libraries
Link: https://www.anaconda.com/blog/company-blog/anaconda-and-kx-systems-partner-to-deliver-kdb-database-system-and-related-machine-learning-libraries/
Anaconda, Inc., the most popular Python data science platform provider with 2.5 million downloads per month, is pleased to announce an exciting new partnership with Kx Systems, a provider of fast, eff
Link: https://www.anaconda.com/blog/company-blog/anaconda-and-kx-systems-partner-to-deliver-kdb-database-system-and-related-machine-learning-libraries/
Anaconda, Inc., the most popular Python data science platform provider with 2.5 million downloads per month, is pleased to announce an exciting new partnership with Kx Systems, a provider of fast, eff
Anaconda
Anaconda and Kx Systems Partner to Deliver kdb+ Database System and Related Machine Learning Libraries - Anaconda
Anaconda has added the kdb+ database system, and related machine learning libraries, to our popular Python and R open source Anaconda Distribution.
Caktus Consulting Group: Better Python Dependency Management with pip-tools
Link: https://www.caktusgroup.com/blog/2018/09/18/python-dependency-management-pip-tools/
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, but it wouldn't do ever
Link: https://www.caktusgroup.com/blog/2018/09/18/python-dependency-management-pip-tools/
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, but it wouldn't do ever
Caktusgroup
Better Python Dependency Management with pip-tools | Caktus Group
One of our developers looked into using pip-tools to improve the workflow around projects' Python dependencies. Read about his experience.
Thibauld Nion: Long overdue release of Yapsy
Link: http://www.tibonihoo.net/blog/en/2018/09/une-nouvelle-version-de-yapsy-qui-sest-faite-attendre/
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows.
So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventually
Link: http://www.tibonihoo.net/blog/en/2018/09/une-nouvelle-version-de-yapsy-qui-sest-faite-attendre/
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows.
So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventually
tlog
Long overdue release of Yapsy
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows. So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventual…
Davy Wybiral: Internet of Things Development Board: FireBeetle ESP32
Link: http://davywybiral.blogspot.com/2018/09/internet-of-things-development-board.html
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE, MicroPython, or JavaScript using Espruino.
Link: http://davywybiral.blogspot.com/2018/09/internet-of-things-development-board.html
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE, MicroPython, or JavaScript using Espruino.
Blogspot
Internet of Things Development Board: FireBeetle ESP32
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE , MicroPython , or JavaScript using Espruino ....
Real Python: Absolute vs Relative Imports in Python
Link: https://realpython.com/absolute-vs-relative-python-imports/
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before.
Even for Pythonistas with a couple of projects under their belt, imports can
Link: https://realpython.com/absolute-vs-relative-python-imports/
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before.
Even for Pythonistas with a couple of projects under their belt, imports can
Realpython
Absolute vs Relative Imports in Python – Real Python
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before. In this tutorial, you’ll not only cover the pros and cons of absolute and relative imports but also learn about the best practices…