Python drawer
@python101
33
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
33 subscribers
Python drawer
https://www.willmcgugan.com/blog/tech/post/filesystem-magic-with-python/
Will McGugan Tech
Filesystem Magic with Python
I recently added a number of examples on working with files and directories with Python and PyFilesystem. Counting Bytes of Python The first example, is count_py.py which recursively sums up the number of bytes stored in a directory, and renders it in a friendly…
Python drawer
https://www.marsja.se/probabilistic-programming-in-python/
Erik Marsja
Probabilistic Programming in Python - Erik Marsja
In this hands on guest post you will learn how to carry out probabilistic programming (e.g., Bayesian Statistics) using python, ArViz, and PyMC3.
Python drawer
https://www.kennethreitz.org/essays/kenneth-reitzs-code-style
Kenneth Reitz
Kenneth Reitz’s Code Style
™
The Requests codebase uses the PEP 8 code style. In addition to the standards outlined in PEP 8, we have a few guidelines: Line-length can exceed 79 characters, to 100, when convenient. Line-length can exceed 100 characters, when doing otherwise…
Python drawer
https://app.programmingfonts.org
Python drawer
https://realpython.com/async-io-python/
Realpython
Python's asyncio: A Hands-On Walkthrough – Real Python
Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.
Python drawer
http://blog.vomkonstant.in/2019/01/21/pythons-most-underrated-game-engine-for-beginners/
blog.vomkonstant.in
Python’s most underrated game engine for beginners -
Making games is one of the coolest things you can do with self-taught programming skills. You have complete creative freedom, you don't have to have a completely unique and marketable idea and you're not potentially putting anyone in danger by messing up.…
Python drawer
https://philip-trauner.me/blog/post/python-quirks-lambdas
Philip Trauner
Python Quirks: Lambdas
Python lambdas are weird and underpowered... But why?
Python drawer
https://www.pyimagesearch.com/2019/01/21/regression-with-keras/
PyImageSearch
Regression with Keras - PyImageSearch
In this tutorial you will learn how to perform regression using Keras. You will learn how to train a Keras neural network for regression and continuous value prediction, specifically in the context of house price prediction.
Python drawer
https://blog.florimondmanca.com/how-i-built-a-web-framework-and-became-an-open-source-maintainer
Florimond Manca
How I Built A Python Web Framework And Became An Open Source Maintainer - Florimond Manca
Inspirational thoughts and tips on starting and managing an open source project, based on my experience building Bocadillo, an asynchronous Python web framework.
Python drawer
https://www.thurrott.com/windows/windows-10/196830/python-lands-on-the-windows-10-app-store
Thurrott.com
Python Lands on the Windows 10 App Store - Thurrott.com
You can now install the latest version of Python 3.7 from the Microsoft Store.
Python drawer
https://robert-mcdermott.gitlab.io/posts/speeding-up-python-with-nim/
robert-mcdermott.gitlab.io
Speeding Up Python with Nim
Python is a great programming language that is optimized for programmer productivity; it’s amazing sometimes how quickly you can go from idea to minimally working solution. It achieves this unbeatably low “time-to-code” via its very dynamic nature and easy…
Python drawer
https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst
GitHub
numpy/numpy
The fundamental package for scientific computing with Python. - numpy/numpy
Python drawer
https://pythonspeed.com/articles/slow-tests-fast-feedback/
Python⇒Speed
Stuck with slow tests? Speed up your feedback loop
Sometimes you can’t speed up your Python test suite. What you can do, however, is find failures faster with linters, partial testing, and more.
Python drawer
https://hackernoon.com/a-letter-to-the-python-community-in-africa-fe88cd0b3096
Hackernoon
A letter to the Python community in Africa | Hacker Noon
Python drawer
https://sumit-ghosh.com/articles/demystifying-decorators-python/
Sumit’s Dreams of Electric Sheeps
Demystifying @decorators in Python
Introduction
Python drawer
https://pyfound.blogspot.com/2019/01/python-software-foundation-fellow.html
Blogspot
Python Software Foundation Fellow Members for Q4 2018
It's a new year and we are happy to announce our newest PSF Fellow Members! Elana Hashman Github , Twitter , Blog Alexander Hend...
Python drawer
https://www.mattlayman.com/blog/2019/web-development-environments/
Matt Layman
Local web development vs Vagrant vs Docker: What’s right for you?
Web development is full of tools that claim to help you develop your perfect application. What's the right tool? Let's explore options like Docker, Vagrant, and honcho to see which tool can work for you on your next (or current) web app.
Python drawer
https://www.toptal.com/finance/financial-modeling/python-and-finance
Toptal Finance Blog
Python and Finance – Power Up Your Spreadsheets | Toptal
®
Python provides many advantages over the traditionally popular VBA scripts for finance professionals looking to automate and enhance their work processes. This article explores how to use Python and finance together via a practical step-by-step tutorial.
Python drawer
https://djangostars.com/blog/top-seven-apps-built-python/
Software Development Blog & IT Tech Insights | Django Stars
Top Seven Apps Built With Python
Simple, clean, pragmatic, cheap – find out why giants like Instagram and Spotify chose to run on Python.
Python drawer
https://realpython.com/working-with-files-in-python/
Realpython
Working With Files in Python – Real Python
In this tutorial, you'll learn how you can work with files in Python by using built-in modules to perform practical tasks that involve groups of files, like renaming them, moving them around, archiving them, and getting their metadata.
Python drawer
https://open.edx.org/blog/python-2-is-ending-we-need-to-move-to-python-3/