Kal Bartal (@kalbartal) 's Twitter Profile
Kal Bartal

@kalbartal

I'm Kal Bartal, studying MSc #ComputerScience with #CyberSecurity at the University of York, UK. Graduated from Anglia Ruskin University in Cambridge. #Python

ID: 323829889

linkhttps://kalbartal.net calendar_today25-06-2011 14:14:45

338 Tweet

29 Followers

45 Following

Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn the fundamentals of the Transport Layer & understand the protocols that govern its operation - layers, fibre engineering, advantages of implementation #NetworkSecurity #TransportLayer reddit.com/user/KalBartal…

Learn the fundamentals of the Transport Layer & understand the protocols that govern its operation - layers, fibre engineering, advantages of implementation #NetworkSecurity #TransportLayer reddit.com/user/KalBartal…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Solve the #FizzBuzz game in one line of #Python code! Join us as we explore the magic of list comprehension and learn how to solve this classic problem. #Game #Coding #Logic #Programming #Technology youtu.be/1EZ5iZOq0Ig

Solve the #FizzBuzz game in one line of #Python code! Join us as we explore the magic of list comprehension and learn how to solve this classic problem. #Game #Coding #Logic #Programming #Technology youtu.be/1EZ5iZOq0Ig
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Reduce any integer to zero in Python with loops and modulo operators! #Python #Programming #Coding reddit.com/user/KalBartal…

Reduce any integer to zero in Python with loops and modulo operators! #Python #Programming #Coding reddit.com/user/KalBartal…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Is #Python easy to learn? Find out in this video! We'll discuss the benefits of learning it, the necessary skills for success, and more! #LearningPython #Programming #Beginners #PythonProgramming youtu.be/h1dU4lC6z9g

Is #Python easy to learn? Find out in this video! We'll discuss the benefits of learning it, the necessary skills for success, and more! #LearningPython #Programming #Beginners #PythonProgramming youtu.be/h1dU4lC6z9g
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Discover the power of Python Decorators & learn to improve your code! #Python #Decorators #Tutorial #Programming #Code #Function #Basics youtu.be/VnVkzRQTHPM

Discover the power of Python Decorators & learn to improve your code! #Python #Decorators #Tutorial #Programming #Code #Function #Basics youtu.be/VnVkzRQTHPM
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn the differences between #Hashmaps and #Dictionaries in #Python with this handy tutorial! Watch the video and become a data structure pro #DataStructures #Programming #Tutorial youtu.be/Ujj8Od413K0

Learn the differences between #Hashmaps and #Dictionaries in #Python with this handy tutorial! Watch the video and become a data structure pro  #DataStructures #Programming #Tutorial youtu.be/Ujj8Od413K0
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Check out my blog post to learn how to merge two dictionaries with union and average in Python! #Python #DataStructures #Dictionaries #UnionOperations #ArithmeticMean #MergingDictionaries #CodeTutorial kalbartal.net/merging-two-di…

Check out my blog post to learn how to merge two dictionaries with union and average in Python! #Python #DataStructures #Dictionaries #UnionOperations #ArithmeticMean #MergingDictionaries #CodeTutorial kalbartal.net/merging-two-di…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Just solved the classic problem of finding the longest substring with no repeating characters in #Python! Check out my post and video tutorial now! #Python #StringManipulation #Debugging #SlidingWindow #ProblemSolving kalbartal.net/longest-substr…

Just solved the classic problem of finding the longest substring with no repeating characters in #Python! Check out my post and video tutorial now! #Python #StringManipulation #Debugging #SlidingWindow #ProblemSolving kalbartal.net/longest-substr…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn how to solve the Maximum Subarray Sum Problem using a dynamic programming approach in Python! Check out the tutorial on my blog #MaximumSubArraySum #Python #DynamicProgramming kalbartal.net/maximum-subarr…

Learn how to solve the Maximum Subarray Sum Problem using a dynamic programming approach in Python! Check out the tutorial on my blog #MaximumSubArraySum #Python #DynamicProgramming kalbartal.net/maximum-subarr…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn how to reverse a linked list in place in Python! In this blog post and video tutorial, I'll explain the problem and walk you through the solution and code step-by-step! Check it out here: kalbartal.net/reverse-a-link… #Python #DataStructures #LinkedLists #Algorithms

Learn how to reverse a linked list in place in Python! In this blog post and video tutorial, I'll explain the problem and walk you through the solution and code step-by-step! Check it out here: kalbartal.net/reverse-a-link… #Python #DataStructures #LinkedLists #Algorithms
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Need help removing duplicates in an unsorted linked list in #Python? Check out this tutorial & learn the best way to tackle this problem - it'll help hone your coding skills! #PythonChallenge #PythonCoding #LinkedListPython #PythonProblems kalbartal.net/remove-duplica…

Need help removing duplicates in an unsorted linked list in #Python? Check out this tutorial & learn the best way to tackle this problem - it'll help hone your coding skills! #PythonChallenge #PythonCoding #LinkedListPython #PythonProblems  kalbartal.net/remove-duplica…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Can you solve the #MaximumPairSum challenge in #Python? Join me in this video as I go through the problem, solution, and time and space complexity of the code step by step! #ListManipulation #ArithmeticOperations #EfficientCode #DataStructures kalbartal.net/maximum-pair-s…

Can you solve the #MaximumPairSum challenge in #Python? Join me in this video as I go through the problem, solution, and time and space complexity of the code step by step! #ListManipulation #ArithmeticOperations #EfficientCode #DataStructures kalbartal.net/maximum-pair-s…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Need help sorting characters in a #Python string? Check out my new tutorial & learn how to solve this problem with the merge sort algorithm. #Strings #Sorting #Algorithms #MergeSort #TimeComplexity #SpaceComplexity kalbartal.net/sort-character…

Need help sorting characters in a #Python string? Check out my new tutorial & learn how to solve this problem with the merge sort algorithm.  #Strings #Sorting #Algorithms #MergeSort #TimeComplexity #SpaceComplexity kalbartal.net/sort-character…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Excited to share my latest tutorial on implementing a #Stack data structure in #Python using the #MergeSort algorithm 🚀 💻 #Coding #Programming #DataStructures kalbartal.net/implement-a-st…

Excited to share my latest tutorial on implementing a #Stack data structure in #Python using the #MergeSort algorithm 🚀 💻 #Coding #Programming #DataStructures kalbartal.net/implement-a-st…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Don't struggle with linked list problems in #Python any longer! Just posted my solution to a problem asking to check if a linked list has a cycle - code, solution included. #DataStructures #Loops #TimeComplexity #SpaceComplexity #Programming kalbartal.net/check-if-a-lin…

Don't struggle with linked list problems in #Python any longer! Just posted my solution to a problem asking to check if a linked list has a cycle - code, solution included. #DataStructures #Loops #TimeComplexity #SpaceComplexity #Programming kalbartal.net/check-if-a-lin…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn the basics of web scraping in Python with this tutorial using requests and BeautifulSoup libraries. Extract and store relevant data with best practices for error handling. #Python #WebScraping #DataScience kalbartal.net/building-a-sim…

Learn the basics of web scraping in Python with this tutorial using requests and BeautifulSoup libraries. Extract and store relevant data with best practices for error handling. #Python #WebScraping #DataScience kalbartal.net/building-a-sim…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn how to build a simple user authentication system with #Flask and several extensions like Flask-WTF and Flask-Login. #Python #WebDev kalbartal.net/building-a-res…

Learn how to build a simple user authentication system with #Flask and several extensions like Flask-WTF and Flask-Login. #Python #WebDev kalbartal.net/building-a-res…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Excited to share my latest tutorial on deploying a Flask app to Azure Web App and Container Registry using GitHub Actions! Learn how to automate your deployment process and make your app accessible to users in no time. #Flask #Azure #GitHub #DevOps kalbartal.net/flask-on-azure…

Excited to share my latest tutorial on deploying a Flask app to Azure Web App and Container Registry using GitHub Actions! Learn how to automate your deployment process and make your app accessible to users in no time. #Flask #Azure #GitHub #DevOps kalbartal.net/flask-on-azure…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Learn how to build a RESTful API with Azure Functions and Flask in this step-by-step tutorial. #AzureFunctions #Flask #RESTfulAPI #ServerlessArchitecture kalbartal.net/serverless-fla…

Learn how to build a RESTful API with Azure Functions and Flask in this step-by-step tutorial. #AzureFunctions #Flask #RESTfulAPI #ServerlessArchitecture kalbartal.net/serverless-fla…
Kal Bartal (@kalbartal) 's Twitter Profile Photo

Just completed a property management app using #Django, #Bootstrap, and deployed on #Azure! Creating a scalable, secure, and user-friendly application was an incredible opportunity. #webdevelopment #innovation kalbartal.net/django-propert…

Just completed a property management app using #Django, #Bootstrap, and deployed on #Azure! Creating a scalable, secure, and user-friendly application was an incredible opportunity. #webdevelopment #innovation kalbartal.net/django-propert…