Solar Exploration with Python: Maximizing Google’s Solar Energy API
https://ryankmetz.medium.com/solar-exploration-with-python-maximizing-googles-solar-energy-api-cdbec6fc483f
https://ryankmetz.medium.com/solar-exploration-with-python-maximizing-googles-solar-energy-api-cdbec6fc483f
Medium
Solar Exploration with Python: Maximizing Google’s Solar Energy API
DYK that you can use the Google Solar API with Python to access solar data?!
Simple Web Scraper in Python in Just 5 Lines of Code
https://medium.com/@oliver.lovstrom/simple-web-scraper-in-python-in-just-5-lines-of-code-aa241aef961e
https://medium.com/@oliver.lovstrom/simple-web-scraper-in-python-in-just-5-lines-of-code-aa241aef961e
Medium
Simple Web Scraper in Python in Just 5 Lines of Code
Day 11 — Part 2: Learn to build a SIMPLE Python web scraper in 5 lines of code. A beginner-friendly guide for simple web scraping.
Fun Week End Python Coding Game : tic-tac-toe
https://medium.com/exploring-python-through-games/fun-week-end-python-coding-game-tic-tac-toe-1922f4870d25
https://medium.com/exploring-python-through-games/fun-week-end-python-coding-game-tic-tac-toe-1922f4870d25
Medium
Fun Week End Python Coding Game : tic-tac-toe
Hello! If you’re looking for a fun activity to enjoy with your friends or child, let’s create a tic-tac-toe game using Python. It’s a…
The Data Engineer’s Toolkit: Python’s Web Scraping Unveiled
https://medium.com/@fahadp2000/the-data-engineers-toolkit-python-s-web-scraping-unveiled-1ada6ed15c19
https://medium.com/@fahadp2000/the-data-engineers-toolkit-python-s-web-scraping-unveiled-1ada6ed15c19
Medium
The Data Engineer’s Toolkit: Python’s Web Scraping Unveiled
A Beginners Guide to Web Scraping
Converting between Naming Conventions with Python
https://xuzhusheng.medium.com/converting-between-naming-convention-with-python-2d91032bd0dc
https://xuzhusheng.medium.com/converting-between-naming-convention-with-python-2d91032bd0dc
Medium
Converting between Naming Conventions with Python
Elegant python code snippets for converting between different naming conventions, pascal case, camel case and snake case with python
Exploring the Power of Python’s Typing Library
https://medium.com/@moraneus/exploring-the-power-of-pythons-typing-library-ff32cec44981
https://medium.com/@moraneus/exploring-the-power-of-pythons-typing-library-ff32cec44981
Medium
Exploring the Power of Python’s typing Library
Python, traditionally known for its dynamic typing, embraced a new era of code clarity and bug prevention with the introduction of the…
Everyone can visualize stock data with these Python codes!
https://medium.com/tech-talk-tank/everyone-can-visualize-stock-data-with-these-python-codes-46be14fca954
https://medium.com/tech-talk-tank/everyone-can-visualize-stock-data-with-these-python-codes-46be14fca954
Medium
Everyone can visualize stock trend with these Python codes!
Let’s make stock picking more efficient !
12 Best Spark Coding Questions You Should Know for Your Next Data Job Interview
https://blog.devgenius.io/12-best-spark-coding-questions-you-should-know-for-your-next-data-job-interview-512d6cbd0d02
https://blog.devgenius.io/12-best-spark-coding-questions-you-should-know-for-your-next-data-job-interview-512d6cbd0d02
Medium
12 Best Spark Coding Questions You Should Know for Your Next Data Job Interview
Get Ready to Sparkle in Your Interview
How to use SQL and AI to create personalized recommendations for users
https://medium.com/@amb39305/how-to-use-sql-and-ai-to-create-personalized-recommendations-for-users-e8049864c91a
https://medium.com/@amb39305/how-to-use-sql-and-ai-to-create-personalized-recommendations-for-users-e8049864c91a
Medium
How to use SQL and AI to create personalized recommendations for users
Personalized recommendations are a powerful way to enhance the user experience and increase customer loyalty. They can help users discover…
Method to Merge CSV Files in Python
https://medium.com/@nawazmohtashim/method-to-merge-csv-files-in-python-8b0f16550e0b
https://medium.com/@nawazmohtashim/method-to-merge-csv-files-in-python-8b0f16550e0b
Medium
Method to Merge CSV Files in Python
In the world of data analysis and manipulation, it’s common to work with multiple CSV (Comma-Separated Values) files that contain related…
Understanding Authentication Methods in API Security
https://medium.com/@oluwateezzy03/understanding-authentication-methods-in-api-security-09bd53814769
https://medium.com/@oluwateezzy03/understanding-authentication-methods-in-api-security-09bd53814769
Medium
Understanding Authentication Methods in API Security
In the realm of API security, authentication stands as one of the fundamental pillars ensuring the integrity and confidentiality of data…
Mastering Generative AI: A Comprehensive Guide
https://medium.com/@kahalekar.sunil/mastering-generative-ai-a-comprehensive-guide-8722b9f46827
https://medium.com/@kahalekar.sunil/mastering-generative-ai-a-comprehensive-guide-8722b9f46827
Medium
Mastering Generative AI: A Comprehensive Guide
Welcome to the exciting world of Generative AI! In this blog post, we will delve into the key prerequisites and essential skill sets…
Print Ouput From Python Script in Bash
https://medium.com/@nawazmohtashim/print-ouput-from-python-script-in-bash-d5d7b37ba0c1
https://medium.com/@nawazmohtashim/print-ouput-from-python-script-in-bash-d5d7b37ba0c1
Medium
Print Ouput From Python Script in Bash
Introduction
Mini PyTorch from Scratch — Module 1 (part 2)
https://medium.com/@darko-juric/mini-pytorch-from-scratch-module-1-part-2-2dbad2a2d54e
https://medium.com/@darko-juric/mini-pytorch-from-scratch-module-1-part-2-2dbad2a2d54e
Medium
Mini PyTorch from Scratch — Module 1 (part 2)
Mini PyTorch version using only NumPy/CuPy. NN and CNN based samples. Module 1 (part 2): execution graph and auto-diff implementation.
Knapsack Problem: Dynamic Programming Solution
https://medium.com/@okanyenigun/knapsack-problem-dynamic-programming-solution-bdf48365b759
https://medium.com/@okanyenigun/knapsack-problem-dynamic-programming-solution-bdf48365b759
Medium
Knapsack Problem: Dynamic Programming Solution
Explanation and Python Code
Understanding Python Arrays: A Beginner’s Guide
https://medium.com/@techwithjulles/understanding-python-arrays-a-beginners-guide-8c5951c9af32
https://medium.com/@techwithjulles/understanding-python-arrays-a-beginners-guide-8c5951c9af32
Medium
Understanding Python Arrays: A Beginner’s Guide
Python, known for its simplicity and readability, is a popular choice for both beginners and experienced developers. One of the fundamental…