Login
Discover
Waves
Communities
Login
Signup
albro
@albro
63
I'm albro and here I want to talk about programming issues and the path I've taken.
Followers
658
Following
87
Follow
Email digest
Resource Credits
Available
Used
Created
2023-02-01 05:36
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
albro
Programming & Dev
3y
Python Calss By albro
If we want to do object oriented programming with Python, we must know how to create classes in Python. In this post, I'll learn how to define a Hive class, its methods and properties in python and check
$ 3.220
281
5
albro
Programming & Dev
3y
Python Time and Tricks By albro
The element of time has various uses in the development of different programs. We may want to check when the request was sent. Or create an interruption during the execution of the program. In this post,
$ 15.956
379
7
4
albro
Programming & Dev
3y
Python File Handling and Tricks By albro
In programming with different purposes, we need to work with files. In this post, I'll talk about Python File Handling and its practical tricks. To work with files in Python, we do not need to use and
albro
Programming & Dev
3y
Python Exception Handling and Tricks By albro
Some program errors that we have written occur during execution and according to the conditions. If an inappropriate input is entered by the user or the program cannot open a file, we will encounter a
albro
Programming & Dev
3y
Python Module and Tricks By albro
In implementing a real, medium or large project, there is a lot of code in our program. Modules in Python help us organize this code. Each module is a Python file that contains code. By importing these,
albro
Programming & Dev
3y
Python Input By albro
Getting input from the user in the programs we write can lead to more usability and improved software performance. These days, in most programs, we need to receive various information from the user. In
albro
Programming & Dev
3y
Python Tuples and Tricks By albro
A tuple in Python is an ordered and immutable set of values. With the help of tuples, we can store several values of different data types in a variable and perform operations on them. In this post, I will
albro
Programming & Dev
3y
Python Set and Tricks By albro
Sets are used in Python to store data. A set is a data type similar to a list that can hold data of the same type or different types. The two main differences of sets are the non-ordering of elements and
albro
Programming & Dev
3y
Python Dictionary and Tricks By albro
Dictionary is a popular and relatively widely used data type in Python programming language. This type of data is basically an associative list or key-value list. In this post, I'll talk comprehensively
albro
Programming & Dev
3y
Python Function and Tricks
A function is a reusable piece of code that is usually written to perform a specific task. Functions in Python can be used to organize and avoid repeating code. In this post, you'll get acquainted with
albro
Programming & Dev
3y
Python Loops and Tricks By albro
With the help of loops, which are part of control statements, we can navigate through sequences or repeat a piece of code several times. In this post, I'll talk about loops in Python and we will get to
albro
Programming & Dev
3y
Python List and Tricks By albro
List in Python is one of the most used data type that we use in almost all our programs. If we can get enough skill in working with Python list, our programming process will be faster. We will also be
albro
Programming & Dev
3y
Python Condition Structure By albro
We can make decisions with the help of conditions in programming languages. I'll talk about the condition in Python...
albro
Programming & Dev
3y
Python String and Tricks By albro
Strings are one of the most widely used data structures in programming languages! we deal with in almost all projects
albro
Programming & Dev
3y
Python Print in Output (5 tricks) By albro
With the help of print function in Python, we can display text or anything in the output. Using print is very simple and practical; But at the same time, it has various complications and tricks. In this
albro
Programming & Dev
3y
Python Variable & Constant By albro
Variables are like containers used to temporarily store data. Defining variables in Python is very simple. In this post, we will learn about python variables and python data types. In a more specialized
albro
Programming & Dev
3y
Install Python on Windows By albro
In this post, I will discuss how to install Python on Windows. Unlike operating systems such as Linux or Mac, which have Python by default, we need to install Python on Windows. This mentality that because
albro
Programming & Dev
3y
Programming Basics By albro
In this post, I'll learn programming step by step. The basics of programming aren't dependent on a specific language. So it is very useful for all those who want to enter the beautiful world of programming.
albro
Programming & Dev
3y
Object Oriented Programming By albro
With the help of object-oriented programming, we can better model the complex needs that exist in the real world. In this post, I will explain the basics of object oriented programming. First, I will review
albro
Programming & Dev
3y
Programming operators by examining 4 main types By albro
An operator in a programming language is a symbol that specifies a specific operation. This operation is usually a mathematical, relational or logical operation. In this post, we will learn about the concept
← Latest
Older →