The Pandas DataFrame: Working With Data Efficiently
https://realpython.com/courses/pandas-dataframe-working-with-data/
https://realpython.com/courses/pandas-dataframe-working-with-data/
Realpython
The pandas DataFrame: Working With Data Efficiently – Real Python
In this course, you'll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You'll learn how to perform basic operations with data, handle missing values, work with time-series data, and visualize data from…
Beautiful Ideas in Programming: Generators and Continuations
https://www.hhyu.org/posts/generator_and_continuation/
https://www.hhyu.org/posts/generator_and_continuation/
Cortically Magnified
Beautiful ideas in programming: generators and continuations
Science, programming, books, and other interesting stuff
Why Tracing Might Replace (Almost) All Logging
https://go.lightstep.com/register-tracing-will-replace-logging-guide-py
https://go.lightstep.com/register-tracing-will-replace-logging-guide-py
Lightstep
Why tracing might replace (almost) all logging
This is a guide about why tracing will gradually replace most logging, at least where distributed or cloud-native architectures are concerned. And we’re going to explore this through the lens of a relational data model. It’s going to be fun!
qmsolve: A Module for Solving and Visualizing the Schrödinger Equation
https://github.com/quantum-visualizations/qmsolve
https://github.com/quantum-visualizations/qmsolve
GitHub
GitHub - quantum-visualizations/qmsolve: ⚛️ A module for solving and visualizing the Schrödinger equation.
⚛️ A module for solving and visualizing the Schrödinger equation. - quantum-visualizations/qmsolve
jupyter-text2code: A Proof-of-Concept Jupyter Extension Which Converts English Queries Into Python Code
https://github.com/deepklarity/jupyter-text2code
https://github.com/deepklarity/jupyter-text2code
GitHub
GitHub - deepklarity/jupyter-text2code: A proof-of-concept jupyter extension which converts english queries into relevant python…
A proof-of-concept jupyter extension which converts english queries into relevant python code - deepklarity/jupyter-text2code
dlib: A C++/Python Toolkit for Making Real World Machine Learning and Data Analysis Applications
https://github.com/davisking/dlib
https://github.com/davisking/dlib
GitHub
GitHub - davisking/dlib: A toolkit for making real world machine learning and data analysis applications in C++
A toolkit for making real world machine learning and data analysis applications in C++ - davisking/dlib
hook-slinger: A Generic Service to Send, Retry, and Manage Webhooks
https://github.com/rednafi/hook-slinger
https://github.com/rednafi/hook-slinger
GitHub
GitHub - rednafi/hook-slinger: A generic service to send, retry, and manage webhooks
A generic service to send, retry, and manage webhooks - rednafi/hook-slinger
3 Ways To Get Started With TensorRT 8 Using TensorFlow
https://dogaozgon.medium.com/3-ways-to-get-started-with-tensorrt-8-using-tensorflow-8e419132ee85
https://dogaozgon.medium.com/3-ways-to-get-started-with-tensorrt-8-using-tensorflow-8e419132ee85
Medium
3 Ways To Get Started With TensorRT 8 Using TensorFlow
Give yourself a head-start by seeing the big picture first.
Running and debugging Serverless Framework AWS Python Lambda functions locally in VSCode
https://lukerogerson.medium.com/running-and-debugging-serverless-framework-aws-python-lambda-functions-locally-in-vscode-3c7de5fb41a
https://lukerogerson.medium.com/running-and-debugging-serverless-framework-aws-python-lambda-functions-locally-in-vscode-3c7de5fb41a
Medium
Running and debugging Serverless Framework AWS Python Lambda functions locally in VSCode
How to debug and step-through Python Lambda functions managed by Serverless Framework in VSCode.
Handling 100 Requests per Second with Python and Django
https://www.ethicalads.io/blog/2021/07/handling-100-requests-per-second-with-python-django/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.ethicalads.io/blog/2021/07/handling-100-requests-per-second-with-python-django/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
EthicalAds
Handling 100 Requests Per Second with Python & Django
Rather than discussing advertising and privacy, in this post we're going to talk about how we scaled our ad server using some of the same tools and techniques we use on Read the Docs.
Awesome PyCharm Extensions For Data Scientists
https://preettheman.medium.com/awesome-pycharm-extensions-for-data-scientists-5f3faf27b0cc
https://preettheman.medium.com/awesome-pycharm-extensions-for-data-scientists-5f3faf27b0cc
Medium
Awesome PyCharm Extensions For Data Scientists
Welcome back! PyCharm is an awesome IDE for data scientists, so let’s take a look at some of the best extensions for this software. Now…
Python Tuple: The Definitive Guide — CODEFATHER
https://codefather-tech.medium.com/python-tuple-the-definitive-guide-codefather-658a9ee2191c
https://codefather-tech.medium.com/python-tuple-the-definitive-guide-codefather-658a9ee2191c
Medium
Python Tuple: The Definitive Guide — CODEFATHER
The tuple is a basic Python data type. It’s important to understand it and to know how to use it. This tutorial will help you with that.
Analyzing Indian takeaway food orders
https://medium.com/@anushagpatel123/analyzing-indian-takeaway-food-orders-5e80f1dfade9
https://medium.com/@anushagpatel123/analyzing-indian-takeaway-food-orders-5e80f1dfade9
Medium
Analyzing Indian takeaway food orders
Data set and topic: The data set is taken from Kaggle and contains information on individual orders places to a London-based Indian…
Python Web Scraping Takes 2 Minutes to Learn
https://medium.com/trymito/python-web-scraping-takes-2-minutes-to-learn-77253035f1c0
https://medium.com/trymito/python-web-scraping-takes-2-minutes-to-learn-77253035f1c0
Medium
Python Web Scraping Takes 2 Minutes to Learn
Web scraping is an important part of data aggregation, and is one of the many reason people flock to Python. It can be hard to get started…