Ensuring Code Security with the Python Safety Library
https://python.plainenglish.io/ensuring-code-security-with-the-python-safety-library-bedb192a11de
https://python.plainenglish.io/ensuring-code-security-with-the-python-safety-library-bedb192a11de
Medium
Ensuring Code Security with the Python Safety Library
In the fast-paced world of software development, ensuring the security of your code is paramount. One overlooked vulnerability could lead…
How to Fine-Tune Llama2 for Python Coding on Consumer Hardware
https://towardsdatascience.com/how-to-fine-tune-llama2-for-python-coding-on-consumer-hardware-46942fa3cf92
https://towardsdatascience.com/how-to-fine-tune-llama2-for-python-coding-on-consumer-hardware-46942fa3cf92
Medium
How to Fine-Tune Llama2 for Python Coding on Consumer Hardware
Enhancing Llama2’s proficiency in Python through supervised fine-tuning and low-rank adaptation techniques
Pandas Simplified: A Beginner’s Guide to Data Manipulation in Python
https://medium.com/cloudnloud/pandas-simplified-a-beginners-guide-to-data-manipulation-in-python-9abef0eff8a9
https://medium.com/cloudnloud/pandas-simplified-a-beginners-guide-to-data-manipulation-in-python-9abef0eff8a9
Medium
Pandas Simplified: A Beginner’s Guide to Data Manipulation in Python
Imagine you have a bunch of data, like a big spreadsheet, and you want to work with it in a really smart and efficient way using the Python…
Web Scraping Google Play Store’s Review using Python in 2023 Part 1
https://chowcode.medium.com/scrape-with-python-part1-1f0bdcde68e9
https://chowcode.medium.com/scrape-with-python-part1-1f0bdcde68e9
Medium
Web Scraping Google Play Store’s Review using Python in 2023 Part 1
What is web scraping?
How to use Generative AI (ChatGBT) to learn Python
https://medium.com/@denkmatt/how-to-use-generative-ai-chatgbt-to-learn-python-8928a714137d
https://medium.com/@denkmatt/how-to-use-generative-ai-chatgbt-to-learn-python-8928a714137d
Medium
How to use Generative AI (ChatGBT) to learn Python
Basic Pands Functions other useful tools!
How to Get Date from Month and Year Columns Using Pandas
https://medium.com/@jason_the_data_scientist/how-to-get-date-from-month-and-year-columns-using-pandas-e409279476a3
https://medium.com/@jason_the_data_scientist/how-to-get-date-from-month-and-year-columns-using-pandas-e409279476a3
Medium
How to Get Date from Month and Year Columns Using Pandas
Overview
What Are Python Asterisk and Slash Special Parameters For? – Real Python
https://realpython.com/python-asterisk-and-slash-special-parameters
https://realpython.com/python-asterisk-and-slash-special-parameters
Realpython
What Are Python Asterisk and Slash Special Parameters For? – Real Python
In this tutorial, you'll learn how to use the Python asterisk and slash special parameters in function definitions. With these symbols, you can define whether your functions will accept positional or keyword arguments.
The complex simplicity of my static websites
https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/
https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/
Alinpanaitiu
The complex simplicity of my static websites
A deep dive into using indentation-based languages like Python and Slim, to build beautiful websites and love the work of doing it till the end.
What Cost Convenience: FastAPI And The Responsibility For Others' Opinions
https://ekadanta.co/posts/639bcb85-8894-4101-a486-69615847c106
https://ekadanta.co/posts/639bcb85-8894-4101-a486-69615847c106
What is a topological sort good for? | Examples in Python
https://www.cameronmacleod.com/blog/topological-sort
https://www.cameronmacleod.com/blog/topological-sort
Cameronmacleod
How to sort parent nodes before child nodes? - Topological sort - Cameron MacLeod
Khan Academy's switch from a Python 2 monolith to a services-oriented backend written in Go
https://blog.quastor.org/p/khan-academy-rewrote-backend
https://blog.quastor.org/p/khan-academy-rewrote-backend
Quastor
How Khan Academy Rewrote their Backend
Khan Academy's switch from a Python 2 monolith to a services-oriented backend written in Go.
Web Scraping with Python: A Quick Guide to Scrape Data from Website
https://dev.to/quokkalabs/web-scraping-with-python-a-quick-guide-to-scrape-data-from-website-n3o
https://dev.to/quokkalabs/web-scraping-with-python-a-quick-guide-to-scrape-data-from-website-n3o
DEV Community
Web Scraping with Python: A Quick Guide to Scrape Data from Website
Web scraping is a process to scrape data from a website and save it for further use. This technique...
Object-Oriented Design: Why don't you explain this to me like I'm five
https://dev.to/salimcodes/object-oriented-design-why-dont-you-explain-this-to-me-like-im-five-173h
https://dev.to/salimcodes/object-oriented-design-why-dont-you-explain-this-to-me-like-im-five-173h
DEV Community
Object-Oriented Design: Why don't you explain this to me like I'm five
Introduction In the world of creating software, a strong foundation is key. Before even...
Building a Robust Webhook Service with Golang: A Comprehensive Guide
https://dev.to/koladev/building-a-robust-webhook-server-with-golang-a-comprehensive-guide-4oa0
https://dev.to/koladev/building-a-robust-webhook-server-with-golang-a-comprehensive-guide-4oa0
DEV Community
Building a Robust Webhook Service with Golang: A Comprehensive Guide
Introduction In software engineering, certain concepts like webhooks require careful...
AND, OR and XOR Operator in Python with Example
https://medium.com/@priyakhandelwal/and-or-and-xor-operator-in-python-with-example-ff18d3f626ac
https://medium.com/@priyakhandelwal/and-or-and-xor-operator-in-python-with-example-ff18d3f626ac
Medium
AND, OR and XOR Operator in Python with Example
You must have learned about the bitwise operator when you started your journey in computer science. I remember I discovered these in the…
Using Python to Stop AWS EC2 Instances w/ Lambda and EventBridge
https://medium.com/@cedric-watkins/using-python-to-stop-aws-ec2-instances-w-lambda-and-eventbridge-6cd81f4d4da
https://medium.com/@cedric-watkins/using-python-to-stop-aws-ec2-instances-w-lambda-and-eventbridge-6cd81f4d4da
Medium
Using Python to Stop AWS EC2 Instances w/ Lambda and EventBridge
Objective
The Performance Dialect of Python Programmers
https://shivamdutt606.medium.com/the-performance-dialect-of-python-programmers-ccf1c267ed2c
https://shivamdutt606.medium.com/the-performance-dialect-of-python-programmers-ccf1c267ed2c
Medium
The Performance Dialect of Python Programmers
Code Quality