Going in Circles, Chasing Our Imports
https://medium.com/@ktannehill/going-in-circles-chasing-our-imports-8366a1545061
https://medium.com/@ktannehill/going-in-circles-chasing-our-imports-8366a1545061
Medium
Going in Circles, Chasing Our Imports
After three weeks of studying Python in my software engineering bootcamp, my head is still spinning. But I don’t think anything has left me…
Efficient Trading Data Collection: A Binance Case Study
https://medium.com/@nicolastkachenko/efficient-trading-data-collection-a-binance-case-study-a63b4b701942
https://medium.com/@nicolastkachenko/efficient-trading-data-collection-a-binance-case-study-a63b4b701942
Medium
Efficient Trading Data Collection: A Binance Case Study
Building a successful trading strategy requires analysis of historical data, and the first step of any analysis is collecting data. A brave…
Python Fundamentals you should have a good understanding on as a beginner coder
https://medium.com/@kassidymatos/python-fundamentals-you-should-have-a-good-understanding-on-as-a-beginner-coder-6a9e7c1f77e0
https://medium.com/@kassidymatos/python-fundamentals-you-should-have-a-good-understanding-on-as-a-beginner-coder-6a9e7c1f77e0
Medium
Python Fundamentals you should have a good understanding on as a beginner coder
From Vanilla JavaScript, React.js to Python and SQL in Just 6 Weeks
HealthHarborMD: Healthcare Management with Flask and React
https://medium.com/@edalmei1/healthharbormd-healthcare-management-with-flask-and-react-96bc8a3d0c08
https://medium.com/@edalmei1/healthharbormd-healthcare-management-with-flask-and-react-96bc8a3d0c08
Medium
HealthHarborMD: Healthcare Management with Flask and React
HealthHarborMD is a web-based clinic portal designed to streamline clinic operations. The portal empowers administrators to efficiently…
Revolutionizing Design: Attribute-aware Generative Design with Generative Adversarial Networks
https://medium.com/@saadnoorafridi/revolutionizing-design-attribute-aware-generative-design-with-generative-adversarial-networks-51525e4be17d
https://medium.com/@saadnoorafridi/revolutionizing-design-attribute-aware-generative-design-with-generative-adversarial-networks-51525e4be17d
Medium
Revolutionizing Design: Attribute-aware Generative Design with Generative Adversarial Networks
Introduction: In today's fast-paced design landscape, the struggle to break free from conventional thinking and emotional attachment to initial ideas can hinder innovation. This challenge is further…
Mastering Data Manipulation with Pandas, which is Swiss Army Knife: Part I
https://afatsumcemreg.medium.com/mastering-data-manipulation-with-pandas-which-is-swiss-army-knife-part-i-2f3ed2fcb2eb
https://afatsumcemreg.medium.com/mastering-data-manipulation-with-pandas-which-is-swiss-army-knife-part-i-2f3ed2fcb2eb
Medium
Mastering Data Manipulation with Pandas, which is Swiss Army Knife: Part I
Abstract
Who left the lights on?? Using Python and Lambda to help manage AWS EC2 instances
https://medium.com/@steven.c.jones/who-left-the-lights-on-using-python-and-lambda-to-help-manage-aws-ec2-instances-e5daaaf42d85
https://medium.com/@steven.c.jones/who-left-the-lights-on-using-python-and-lambda-to-help-manage-aws-ec2-instances-e5daaaf42d85
Medium
Who left the lights on?? Using Python and Lambda to help manage AWS EC2 instances
Hello everyone! I’m still on my LevelUp journey with the Level Up In Tech Cloud Program. It’s been a little while since my last post — had…
Introduction to Simpy (simulation py)-03
https://gaurav-adarshi.medium.com/introduction-to-simpy-simulation-py-03-5c0c41bc4056
https://gaurav-adarshi.medium.com/introduction-to-simpy-simulation-py-03-5c0c41bc4056
Medium
Introduction to Simpy (simulation py)-03
SymPy — Function class
Building a Market-Making Trading Strategy using Python
https://janelleturing.medium.com/building-a-market-making-trading-strategy-using-python-538c94bccfef
https://janelleturing.medium.com/building-a-market-making-trading-strategy-using-python-538c94bccfef
Medium
Building a Market-Making Trading Strategy using Python
Building a Market-Making Trading Strategy using Python Market-making is a common trading strategy used by financial institutions to provide liquidity to the market. Market makers continuously quote …
MyTimer: A Geeky Timer for Terminal Enthusiasts
https://medium.com/@sepand.haghighi_22407/mytimer-a-geeky-timer-for-terminal-enthusiasts-298d635694ed
https://medium.com/@sepand.haghighi_22407/mytimer-a-geeky-timer-for-terminal-enthusiasts-298d635694ed
Medium
MyTimer: A Geeky Timer for Terminal Enthusiasts
MyTimer is a Python project that aims to provide a simple yet efficient timer for terminal users, particularly targeting the geek…
Introducing Python for Kids: A Fun Way to Learn
https://medium.com/@jawahirqarafi.jq/introducing-python-for-kids-a-fun-way-to-learn-d86004fd9db8
https://medium.com/@jawahirqarafi.jq/introducing-python-for-kids-a-fun-way-to-learn-d86004fd9db8
Medium
Introducing Python for Kids: A Fun Way to Learn
Are you looking for a fun and exciting way to introduce your kids to the world of programming? Look no further! Python, a beginner-friendly…
How to generate an HTML report based on PostgreSQL queries?
https://medium.com/@dmitry.romanoff/how-to-generate-an-html-report-based-on-postgresql-queries-2028d242e31c
https://medium.com/@dmitry.romanoff/how-to-generate-an-html-report-based-on-postgresql-queries-2028d242e31c
Medium
How to generate an HTML report based on PostgreSQL queries?
The following Python code demonstrates how to generate an HTML report based on PostgreSQL queries.
Building an Emoji Programming Language: The Pitfalls of Unicode
https://anth-volk.medium.com/building-an-emoji-programming-language-the-pitfalls-of-unicode-cfa1ffbc2e7c
https://anth-volk.medium.com/building-an-emoji-programming-language-the-pitfalls-of-unicode-cfa1ffbc2e7c
Medium
Building an Emoji Programming Language: The Pitfalls of Unicode
Or: Let’s get to the codepoint
Optimizing LightGBM Classifier Hyperparameters with Optuna
https://pub.aimind.so/optimizing-lightgbm-classifier-hyperparameters-with-optuna-97f3fb55eacd
https://pub.aimind.so/optimizing-lightgbm-classifier-hyperparameters-with-optuna-97f3fb55eacd
Medium
Optimizing LightGBM Classifier Hyperparameters with Optuna
Abstract