
ZhullyBlog
@BlogZhully
Get free HTML , CSS, JavaScript, PHP, java , Python tutorial with tons of exercise.
Saw a video talking about making sure we ask people what their conflict language is (same way we ask about their love language) and it is so important. What's your conflict language: Are you avoidant? Are you direct? Are you reconciliatory? Are you destructive? What are you?
Python Dictionary is an unordered collection of items used to store data in key:value pair format. A Dictionary is written with curly brackets { } zhullyblog.com/python-diction… #pythonprogramming #coding #buildinginpublic #CodingJourney #programming #softwaredevelopment

HTML layout involves structuring content using various elements to create a visually appealing website. Key layout elements include <div>, and semantic elements like <header>, <nav>, <main>, <article>, <section>, and <footer>. #100DaysOfCode #webdeveloper zhullyblog.com/html5-layout/
The HTML <head> element serves as the container for metadata and provides essential information about the document. It includes the <title> (document title), <meta> (specifying character set, viewport etc), <link> (linking resources like stylesheet), etc zhullyblog.com/html-head-elem…
JavaScript try, catch, and finally are used for error handling: try: Enclose the code that might cause an error. If an error occurs, it jumps to the catch block. catch: Catches & handles the error thrown in the try block. finally: Executed regardless. zhullyblog.com/javascript-try…

The SQL INNER JOIN combines rows from two or more tables based on a related column, creating a result set that includes only the matched records. #DataAnalytics #database #SQL #data Complete tutorial 👇zhullyblog.com/sql-inner-join…

The SQL ORDER BY clause is used to sort the result set of a query based on one or more columns. It allows data to be arranged in ascending (ASC) or descending (DESC) order, enhancing the readability and analysis of results. #100DaysOfCode #DataAnalytics zhullyblog.com/sql-order-by-c…
💡JavaScript modules 💡 Modules allow developers to break their code into reusable, independent units, making it more maintainable and scalable. #100DaysOfCode #100daysofcodechallenge #AppleEvent zhullyblog.com/javascript-mod…
💡JavaScript tips💡 Do not use "+" to join strings, use template literals instead. Click to learn more about template literals: zhullyblog.com/javascript-tem… #100DaysOfCode #Coding #javascript #100daysofcoding

Python program to display calendar. #pythonprogramming #100DaysOfCode #coding zhullyblog.com/python-program…
A Python generator is a special type of function that allows values to be generated using the yield keyword, making them memory-efficient and suitable for processing large datasets. #100daysofcoding #100DaysOfCode #pythonprogramming zhullyblog.com/python-generat…
Python program to print Rangoli pattern using Alphabet #100daysofcoding #100DaysOfCode #pythonprogramming #CodingJourney #Coding


💡 Python Iterator 💡 An iterator in Python is a concept that allows you to traverse through a collection of items one item at a time. It acts like a pointer, keeping track of the current position within the collection. #100DaysOfCode #pythonprogramming zhullyblog.com/python-iterato…
JavaScript DOM selectors allow you to interact with and manipulate web page elements. Common methods like getElementById, querySelector, enable you to locate and access specific elements on a webpage, update content in real-time etc zhullyblog.com/javascript-dom… #100DaysOfCode #coding
Python Object-Oriented Programming (OOP) is a programming paradigm that structures code around objects, combining data (attributes) and functions (methods) into reusable, self-contained units. #100DaysOfCode #pythonprogramming #SoftwareDeveloper zhullyblog.com/python-object-…
Python's date and time functionality is a powerful feature that provides modules like "datetime" and time that allow you to manipulate dates, times, and time intervals. This functionality is essential for various applications, like scheduling events. zhullyblog.com/how-to-get-cur…
Converting data types in Python is like making sure you're using the right tool for a job. Imagine you have a screwdriver(one data type) but you need a wrench (a data type) to tighten a bolt. Converting data types is like switching to the correct tool. zhullyblog.com/python-type-co…
Python Exception Handling Tutorial 💻 An exception is an event/ error that occurs unexpectedly during program execution that causes the program to crash or stop executing. Lets use an ATM to illustrate exception. 🧵Thread
Python Coding challenge - Day 19 What is the output of the following Python code?

You’re active on X. Cool. But are you levelling up in real life?
United States الاتجاهات
- 1. #AEWWrestleDream 17.5K posts
- 2. #UFCVancouver 19.8K posts
- 3. No Kings 1.5M posts
- 4. Chito 4,637 posts
- 5. CJ Carr N/A
- 6. Texas Tech 8,665 posts
- 7. Ole Miss 16.8K posts
- 8. Sam Rivers 4,359 posts
- 9. Billy Napier 2,683 posts
- 10. Ryan Williams 1,149 posts
- 11. Zahabi 2,566 posts
- 12. Lebby 1,700 posts
- 13. Thekla 2,226 posts
- 14. Jeremiyah Love N/A
- 15. Iowa 15.1K posts
- 16. Arkansas 19.8K posts
- 17. Georgia 72.7K posts
- 18. Arizona State 5,026 posts
- 19. Mississippi State 3,138 posts
- 20. #GoDawgs 7,415 posts
Something went wrong.
Something went wrong.