Snappin’ Necks and Cashin’ Checks: Makin’ Bank with Python 3 — Moving Averages
https://rbdundas.medium.com/snappin-necks-and-cashin-checks-makin-bank-with-python-3-moving-averages-c20ac0644691
https://rbdundas.medium.com/snappin-necks-and-cashin-checks-makin-bank-with-python-3-moving-averages-c20ac0644691
Medium
Snappin’ Necks and Cashin’ Checks: Makin’ Bank with Python 3 — Moving Averages
April 18, 2022
Cat translator (classifying spectrograms)
https://sarah-packowski.medium.com/cat-translator-classifying-spectrograms-363ad7320db
https://sarah-packowski.medium.com/cat-translator-classifying-spectrograms-363ad7320db
Medium
Cat translator (classifying spectrograms)
Cornell’s birding app, Merlin, uses spectrograms to identify bird song. See how to build a simple cat translator using a similar approach.
How I stay sane developing Python packages on a Mac
https://msoukharev.medium.com/how-i-stay-sane-developing-python-packages-on-a-mac-4270f4a3726d
https://msoukharev.medium.com/how-i-stay-sane-developing-python-packages-on-a-mac-4270f4a3726d
Medium
How I stay sane developing Python packages on a Mac
Two things that allow me to manage my Python environments
RADU: Processing & Interpreting ROS Movement Messages with Python
https://admantium.medium.com/radu-processing-interpreting-ros-movement-messages-with-python-918ed47d7340
https://admantium.medium.com/radu-processing-interpreting-ros-movement-messages-with-python-918ed47d7340
Medium
RADU: Processing & Interpreting ROS Movement Messages with Python
When using the Robot Operating System, nodes are started, topics published, messages send. Internally, the ROS nodes use these messages to…
สร้าง Powerpoint Auto ด้วย Python
https://nutdnuy.medium.com/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-powerpoint-auto-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-python-b7fab97a2e1d
https://nutdnuy.medium.com/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87-powerpoint-auto-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-python-b7fab97a2e1d
Medium
สร้าง Powerpoint Auto ด้วย Python
Powerpoint เปรียบได้กับอาวุธข้างกายของพนักงานออฟฟิศ เรามักต้องทำงานกับ Powerpoint อย่างสม่ำเสมอหลายครั้งเราต้องวิเคราะห์ข้อมูลแล้วนำมาแปะใน…
Building an image classifier from scratch using Convolutional Neural Networks.
https://medium.com/@himancodes/building-an-image-classifier-from-scratch-using-convolutional-neural-networks-c9ebcde3a53e
https://medium.com/@himancodes/building-an-image-classifier-from-scratch-using-convolutional-neural-networks-c9ebcde3a53e
Medium
Building an image classifier from scratch using Convolutional Neural Networks.
Ever wondered how your phone detects if you are smiling or not?. Read along to find out and learn the inner workings of a convolutional…
Build your Own Stock Portfolio Optimizer Web App with Streamlit
https://medium.datadriveninvestor.com/build-your-own-stock-portfolio-optimizer-web-app-with-streamlit-be8654ef8c65
https://medium.datadriveninvestor.com/build-your-own-stock-portfolio-optimizer-web-app-with-streamlit-be8654ef8c65
Medium
Build your Own Stock Portfolio Optimizer Web App with Streamlit
Enter stock tickers into the app and let it do the job, also deploy the web app online
Mutual Fund Investment website created with Streamlit, hosted securely on custom domain on AWS
https://medium.com/@pranavkansara_17430/mutual-fund-investment-website-created-with-streamlit-hosted-securely-on-custom-domain-on-aws-3145479b14d7
https://medium.com/@pranavkansara_17430/mutual-fund-investment-website-created-with-streamlit-hosted-securely-on-custom-domain-on-aws-3145479b14d7
Medium
Mutual Fund Investment website created with Streamlit, hosted securely on custom domain on AWS
This is for those who are trying to deploy their streamlit app securely and host it on a custom domain on AWS. My attempt here is to show…
Аналитика больших данных с Apache Spark: UDF на Pyspark для вызова внешних REST API
https://medium.com/@bigdataschool/%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%B1%D0%BE%D0%BB%D1%8C%D1%88%D0%B8%D1%85-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D1%81-apache-spark-udf-%D0%BD%D0%B0-pyspark-%D0%B4%D0%BB%D1%8F-%D0%B2%D1%8B%D0%B7%D0%BE%D0%B2%D0%B0-%D0%B2%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D1%85-rest-api-d9a8eef8ee2
https://medium.com/@bigdataschool/%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%B1%D0%BE%D0%BB%D1%8C%D1%88%D0%B8%D1%85-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D1%81-apache-spark-udf-%D0%BD%D0%B0-pyspark-%D0%B4%D0%BB%D1%8F-%D0%B2%D1%8B%D0%B7%D0%BE%D0%B2%D0%B0-%D0%B2%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D1%85-rest-api-d9a8eef8ee2
Medium
Аналитика больших данных с Apache Spark: UDF на Pyspark для вызова внешних REST API
Сегодня рассмотрим, как загружать большие объемы данных из REST API-сервисов с Apache Spark, написав на PySpark собственную UDF-функцию с преобразованием withColumn(), чтобы воспользоваться всеми…
How to combine multiple CSV files using Python for your analysis
https://medium.com/@stella96joshua/how-to-combine-multiple-csv-files-using-python-for-your-analysis-a88017c6ff9e
https://medium.com/@stella96joshua/how-to-combine-multiple-csv-files-using-python-for-your-analysis-a88017c6ff9e
Medium
How to combine multiple CSV files using Python for your analysis
Oftentimes, as a data analyst, you may find yourself overloaded with multiple CSV files that needs to be combined together before you may…
Graph representation learning using node2vec on a toy biological data
https://biolactosil.medium.com/graph-representation-learning-using-node2vec-on-a-toy-biological-data-b2832adb6f97
https://biolactosil.medium.com/graph-representation-learning-using-node2vec-on-a-toy-biological-data-b2832adb6f97
Medium
Graph representation learning using node2vec on a toy biological data
A network or a graph is a representation to show the relationship between objects in a 2 dimensional or multidimensional space. The objects are called nodes and the relationship between the nodes are…
Top 40+ VSCode Extensions for Developers in 2022
https://medium.com/@gdprogrammers/top-40-vscode-extensions-for-developers-in-2022-48e2d7c784f6
https://medium.com/@gdprogrammers/top-40-vscode-extensions-for-developers-in-2022-48e2d7c784f6
Medium
Top 40+ VSCode Extensions for Developers in 2022
The thing that makes VS Code so popular is the number of extensions available in the Marketplace. With over 30,000 extensions in…