John Fáwọléjohnfawole.hashnode.dev·Dec 2, 2024Python Tutorial: How to Build Your First ATM TerminalPython is quite a resourceful language for anyone hoping to build incredible solutions in AI, FinTech, automation and so on. You’ll find this tutorial impactful if you are a beginner or intermediate Pythonista. Basically, you will learn how to build ...DiscussPython
Had Willamethodtothemadness.com·Nov 30, 2024Part II - growing a program step by step: a restaurant bill calculatorWhile this article touches upon many subjects, it is really about the process of creating a program iteratively. When starting with an idea for a program, we have to start from somewhere. Try to see how the code evolves through the article; this migh...DiscussPython from the ground uppython beginner
Sutapa Biswassutto.hashnode.dev·Nov 28, 2024Python Pandas for Data Analysis (Learn what Matters)What is Pandas? Pandas is a Python library designed to handle structured data easily. It offers powerful data structures, namely Series and DataFrames, to manage and manipulate data effectively. With Pandas, you can clean, analyze, and even visualize...Discusspandas
Mohammed Shakeelmaster-python.hashnode.dev·Nov 28, 2024Python Programming Language RoadmapBasic Python Concepts Introduction to Python and Installation Python Syntax and Data Types Variables, Constants, and Operators Control Flow Statements (if, else, while, for) Lists, Tuples, Dictionaries, and Sets String Manipulation Functions a...Discusspython roadmap
Shefalidevshefali.hashnode.dev·Nov 26, 2024Mastering Tuples in Python: A Comprehensive GuideTuples are an essential data structure in Python, offering a convenient way to store ordered and immutable data collections. In this blog, you’ll learn everything about tuples in Python, including creation, slicing, methods, and more. Let’s jump righ...DiscussWeb Development
Winnerwinnerezy.hashnode.dev·Nov 25, 2024Node.js vs Django: Choosing the Right Backend FrameworkWhen it comes to backend development, two popular frameworks that often come to mind are Node.js and Django. Both have their strengths and weaknesses, and choosing the right one for your project can be a daunting task. In this article, we’ll delve in...DiscussPython 3
Jorge Leonardo Cespedes Tapiajorgecespedes.hashnode.dev·Nov 24, 2024Comprensiones de Lista en Python: Potencia y Elegancia en el Manejo de DatosLas list comprehensions o comprensiones de lista son una de las características más atractivas y útiles de Python. Este enfoque permite escribir código más conciso, legible y eficiente para crear, transformar y filtrar listas en una sola línea. Si al...Discusslist comprehensions
Oduah Chigozieblog.ghoulkingr.com·Nov 24, 2024Interfacing C code with PythonSometimes, you may want more performance out of your Python projects, and the size of your project size has grown so much that it would be more difficult to port it over to a more performant language. Sometimes you may want the ability to perform low...Discusslow level programming
GreenFluxblog.greenflux.us·Nov 23, 2024Extracting All Images From A Google Doc Using PythonGoogle makes it as easy as possible to add new images to a Google Doc, with options like drag-and-drop, paste from clipboard, insert from Drive/URL, etc. But they make it surprisingly hard to get the images back out! I’ve written about this before [b...DiscussPython
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Nov 23, 2024Text Representation in NLPIntroduction What is Feature Extraction from text? To text representation To text recognition Why do we need it? Why is it difficult? What is the core idea? What are the techniques? OHE (One Hot Encoding) BOW (Bag of Words) ngrams TfIdf ...Discussnlp