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://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/
Python drawer
https://leanpub.com/clean-architectures-in-python
Leanpub
Clean Architectures in Python
Python drawer
https://blog.eleni.co/transaction-testcase-pytest/
Eleni Lixourioti
Transaction tests in Pytest
If you are coming from Django, you may have come across the slightly unfortunately named TransactionTestCase. While the most commonly used TestCase cleans up after each test by rolling back the database transaction, TransactionTestCase takes the nuclear…
Python drawer
https://hackernoon.com/recursion-vs-looping-in-python-9261442f70a5
Hackernoon
Recursion vs. Looping in Python
One of the most fundamental tools in programming is a loop. While there are many different types of loops, almost each type of loop has the same basic function: iterating over data to analyze or manipulate it. Recursion is another popular type of function…
Python drawer
https://stackabuse.com/big-o-notation-and-algorithm-analysis-with-python-examples/
Stack Abuse
Big O Notation and Algorithm Analysis with Python Examples
In this guide - learn the intuition behind and how to perform algorithmic complexity analysis - including what Big-O, Big-Omega and Big-Theta are, how to calculate Big-O and understand the notation, with practical Python examples.
Python drawer
https://www.dataquest.io/blog/advanced-jupyter-notebooks-tutorial/
Dataquest
Advanced Jupyter Notebook Tutorial – Dataquest
If you're doing data science in Python, notebooks are a powerful tool. This free Jupyter Notebooks tutorial has will help you get the best out of Jupyter.
Python drawer
https://www.youtube.com/watch?v=40S9e5Rf384
YouTube
List Comprehension | Advanced Python | Tutorial 20
An expression in Python which is more flexible than map, filter and other built-in methods are List Comprehensions. Now even though they are more flexible, you can very easily start abusing list comprehensions.
The following topics are covered in this tutorial.…
Python drawer
https://towardsdatascience.com/speed-up-jupyter-notebooks-20716cbe2025
Medium
Profiling and Optimizing Jupyter Notebooks — A Comprehensive Guide
Finding bottlenecks and increasing your speed performance by magnitudes with some tips I came along over the past year.
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://stackabuse.com/automating-aws-ec2-management-with-python-and-boto3/
Stack Abuse
Automating AWS EC2 Management with Python and Boto3
In this article I will be demonstrating the use of Python along with the Boto3 Amazon Web Services (AWS) Software Development Kit (SDK) which allows folks know...
Python drawer
https://www.pyimagesearch.com/2018/12/31/keras-conv2d-and-convolutional-layers/
PyImageSearch
Keras Conv2D and Convolutional Layers - PyImageSearch
In this tutorial you will learn about the Keras Conv2D class and convolutions, including the most important parameters you need to tune when training your own Convolutional Neural Networks (CNNs).
Python drawer
https://blog.rothe.uk/serverless-tram-time-display/
Martin's Blog
Building a Tram-Time Display with AWS Lambda
The real-time information displays at Bus and Tram stops in Nottingham are really useful but for a while I've wanted to get this information before I leave the house/office. I've recently discovered the API which exposes this information and used it to build…
Python drawer
https://cosmicbboy.github.io/2018/12/28/validating-pandas-dataframes.html
Python drawer
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-python-postgresql-app
Docs
Tutorial: Deploy Python (Django) with Postgres - Azure App Service
Learn how to create a Python app with a PostgreSQL database and deploy it to Azure App Service on Linux. The tutorial uses a Django sample app for demonstration.
Python drawer
http://www.declanoller.com/2018/12/24/solving-the-brachistochrone-and-a-cool-parallel-between-diversity-in-genetic-algorithms-and-simulated-annealing/
Python drawer
https://simpleisbetterthancomplex.com/tutorial/2019/01/02/how-to-implement-grouped-model-choice-field.html
Simple is Better Than Complex
How to Implement Grouped Model Choice Field
The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
Python drawer
https://simpleisbetterthancomplex.com/tutorial/2019/01/02/how-to-implement-grouped-model-choice-field.html
Simple is Better Than Complex
How to Implement Grouped Model Choice Field
The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
Python drawer
https://www.youtube.com/watch?v=F5mRW0jo-U4
YouTube
Python Django Web Framework - Full Course for Beginners
Learn the Python Django framework with this free full course. Django is an extremely popular and fully featured server-side web framework, written in Python. Django allows you to quickly create web apps.
💻
Code: https://github.com/codingforentrepreneurs/Try…
Python drawer
https://leanpub.com/clean-architectures-in-python
Leanpub
Clean Architectures in Python