Reuven Lerner: 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...
View ArticlePodcast.__init__: The Business Of Technical Authoring With William Vincent
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...
View ArticleMike Driscoll: 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...
View ArticleCodementor: Variable assignment in python: behind the scenes
Variable assignment statement in python.
View ArticlePyBites: Code Challenge 51 - Analyse NBA Data with SQL/sqlite3
It's not that I'm so smart, it's just that I stay with problems longer. - A. EinsteinHey Pythonistas,Blog Code Challenges is back! And with a vengeance ;)Starting today we will publish a new code...
View ArticleGaël Varoquaux: A foundation for scikit-learn at Inria
We have just announced that a foundation will be supporting scikit-learn at Inria [1]: scikit-learn.fondation-inria.fr Growth and sustainabilityThis is an exciting turn for us, because it enables us to...
View ArticlePython Anywhere: Force HTTPS on your website
.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 a bit more...
View ArticleReal Python: Top 10 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...
View ArticleStack Abuse: How to Format Dates in Python
IntroductionPython 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...
View ArticleReuven Lerner: 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...
View ArticleProgramiz: Python Variables, Constants and Literals
In this article, you will learn about Python variables, constants, literals and their use cases.
View ArticleCodementor: Connect Alibaba Cloud to AWS via VPN Gateway
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...
View ArticleMatthew Rocklin: Dask Development Log
This work is supported by Anaconda IncTo 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. This...
View ArticleMike Driscoll: 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...
View ArticleContinuum Analytics Blog: Anaconda and Kx Systems Partner to Deliver kdb+...
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,...
View ArticleCaktus Consulting Group: Better Python Dependency Management with 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...
View ArticleThibauld Nion: 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 eventually...
View ArticleDavy Wybiral: 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.
View ArticleReal Python: Absolute vs Relative Imports in 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.Even for Pythonistas with a couple of projects under their belt, imports can...
View ArticleStack Abuse: NumPy Tutorial: A Simple Example-Based Guide
IntroductionAdvantages of NumPyNumPy OperationsCreating a NumPy ArrayThe array MethodThe arange MethodThe zeros MethodThe ones MethodThe linspace MethodThe eye MethodThe random MethodReshaping NumPy...
View Article