ObaCodes Profile Banner
Abdulahi.py Profile
Abdulahi.py

@ObaCodes

Followers
274
Following
622
Media
66
Statuses
1K

Software Engineer | #ALX Africa (#ALX_SE C5) Graduate |Django | Passionate Pythonista 🐍 | Code enthusiast | Developer Advocate

Nigeria
Joined April 2015
Don't wanna be here? Send us removal request.
@ObaCodes
Abdulahi.py
3 years
Hello guys, I just deployed my app, please help review it and give your suggestions. Don't mind the UI/UX, my focus is on the backend, testing basic CRUD understanding with Python/Django. https://t.co/Vfp9lk9QJa Thanks. #100DaysOfCode #Python #django #webdevelopment #backend
1
1
7
@toluogunlesi
Tolu Ogunlesi
2 years
I find it very strange that the Nigerian media do not appear to like making a distinction between the two very different Miyetti Allah groups in Nigeria. Is it that they are not aware? There’s the Miyetti Allah Cattle Breeders Association of Nigeria (MACBAN), and one, then
36
291
552
@ObaCodes
Abdulahi.py
2 years
Variables Test. Post your answers before 9:00PM 22/08/2023.
0
0
3
@ObaCodes
Abdulahi.py
2 years
Conclusively, variables are used to store and manipulate different types of data. They help make your code more readable, modular, and flexible by allowing you to work with information dynamically. And that's a wrap, we will continue another day.
0
0
0
@ObaCodes
Abdulahi.py
2 years
9. Local Variable: A local variable is a variable declared within a function or a code block. It can only be accessed and modified within the scope of that function or block. Local variables are not accessible from outside the function.
1
0
0
@ObaCodes
Abdulahi.py
2 years
8. Global Variable: A global variable is a variable declared outside of any function or code block. It can be accessed and modified from anywhere in the code, including inside functions.
1
0
0
@ObaCodes
Abdulahi.py
2 years
5. List: Used to store a collection of items. 6. Tuple: Similar to a list, but immutable (cannot be changed after creation). 7. Dictionary: Used to store key-value pairs.
1
0
0
@ObaCodes
Abdulahi.py
2 years
assigned to the variable. Here are some common variable types in Python: 1. Integer (int): Used to store whole numbers. 2. Floating-Point (float): Used to store decimal numbers. 3. String (str): Used to store text. 4. Boolean (bool): Used to store True or False values.
1
0
0
@ObaCodes
Abdulahi.py
2 years
Variables allow you to work with different types of information, such as numbers, strings, lists, and more.Variable Types: Python is a dynamically typed language, which means you don't need to declare the type of a variable explicitly. The type is determined based on the value
1
0
0
@ObaCodes
Abdulahi.py
2 years
Variables in Python: A variable in Python is a symbolic name that refers to a value or an object. It's like a container that holds data, and you can use the variable to store, manipulate, and retrieve that data. #pythondeveloper #python #pythonprogramming #100DaysOfCode #py
1
0
0
@ObaCodes
Abdulahi.py
2 years
That will be all for today, we continue some other time. Remember with constant practice comes absolute perfection. Keep grinding, keep thinking, keep coding.
0
0
0
@ObaCodes
Abdulahi.py
2 years
The print() function is used to display output on the screen. You can provide one or more values to the print() function, and it will display them as text. You can also provide multiple values separated by commas to the print() function.
1
0
0
@ObaCodes
Abdulahi.py
2 years
Indentation for Code Blocks: In Python, indentation is used to define the scope of code blocks, such as loops, conditional statements, and functions. Indentation Level: Indentation level should be consistent within the same code block. Usually, four spaces or a single tab is used
1
0
0
@ObaCodes
Abdulahi.py
2 years
For example, in Python, the syntax for declaring a variable is:
1
0
0
@ObaCodes
Abdulahi.py
2 years
In simpler terms, syntax is like the grammar of a programming language. Just as using correct grammar is crucial for clear communication in natural languages, using correct syntax is essential for a computer to understand and execute instructions in a programming language.
1
0
0
@ObaCodes
Abdulahi.py
2 years
and other elements that make up a programming language. Adhering to the correct syntax is essential for the code to be executed without errors.
1
0
0
@ObaCodes
Abdulahi.py
2 years
Syntax in programming refers to the set of rules that dictate how code should be structured in order for it to be considered valid and understandable by the programming language's compiler or interpreter. It defines the proper arrangement of keywords, operators, symbols, #Python
1
0
0
@ObaCodes
Abdulahi.py
2 years
8. Applicability: Python's syntax allows it to be used across various domains, including web development, data analysis, scientific computing, artificial intelligence, automation, and more. Its versatility broadens its appeal to a wide range of programmers.
0
0
1
@ObaCodes
Abdulahi.py
2 years
6. Strong Community Support: Python's syntax, along with its versatility and extensive standard library, has fostered a robust and active community. This community support includes tutorials, libraries, and frameworks, which contribute to Python's popularity.
1
0
1
@ObaCodes
Abdulahi.py
2 years
5. Interpreted Language: Python is an interpreted language, meaning you can execute code interactively. This makes it an excellent choice for learning, experimenting, and prototyping.
1
0
1
@ObaCodes
Abdulahi.py
2 years
4. Expressive and Versatile: Python's syntax is designed to be expressive, enabling developers to write code that closely resembles natural language. This leads to code that's more intuitive and self-explanatory.
1
0
1