๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile
๐š‚๐š”๐šข๐šฃ๐š˜

@skyzo_sa

แด€ แดกษช๊œฑแด‡ แดแด€ษด แดษดแด„แด‡ ๊œฑแด€ษชแด… ษดแดแด›สœษชษด' ๐Ÿ“ฉ: โ–ท โ”€โ—โ”€โ”€โ”€ @sky29_sa ยฎ

ID: 849861458

linkhttps://linktr.ee/skyzo calendar_today27-09-2012 19:54:03

2,2K Tweet

448 Followers

151 Following

๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 4 /๐Ÿ’ฏ - #100DaysOfCode Challenge Focused on randomization in Python, & learned about Python lists a Data Structor a way of organizing and storing data in Python, looking at using the random module in order to achieve this by building a Rock Paper Scissors game. #Python๐Ÿ

Day 4 /๐Ÿ’ฏ  -  #100DaysOfCode Challenge

Focused on randomization in Python, & learned about Python lists a Data Structor  a way of organizing and storing data in Python, looking at using the random module in order to achieve this by building a Rock Paper Scissors game. #Python๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

โ€œWorking hard for something we donโ€™t care about is called STRESS; Working hard for something we love is called PASSION !!โ€ ~ Simon Sinek

๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 5 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Learned about For Loops, they allow us to tell the computer to repeat actions without having to write repeated code, used the primitive parts of #Python to build out functionality of various use cases #Python ๐Ÿ

Day 5  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Learned about For Loops, they allow us to tell the computer to repeat actions without having to write repeated code, used the primitive parts of #Python to build out functionality of various use cases  #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 6 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Learned all about Code Blocks and Indentation as well as defining and calling Functions and also different flavours from the For Loops, like While Loops #Python ๐Ÿ

Day 6  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Learned all about Code Blocks and Indentation as well as defining and calling Functions and also different flavours from the For Loops, like While Loops 
 #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 7 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Took a whole day dedicated to building a really cool project the Hangman game, reviewed and test myself on a bunch of conceptsv already covered, like for and while Loops, or if and else , Lists, Strings, the range() function #Python ๐Ÿ

Day 7  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Took a whole day dedicated to building a really cool project the Hangman  game, reviewed and test myself on a bunch of conceptsv already covered, like for and while Loops, or if and else , Lists, Strings, the range() function  #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 8 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Learned about Functions that allow you to give them Inputs() and the difference between arguments and parameters I then went on to building a Cipher program called Ceasar Cipher #Python ๐Ÿ

Day 8  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Learned about Functions that allow you to give them Inputs() and the difference between arguments and parameters I then went on to building a Cipher program called Ceasar Cipher #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 9 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Learned more about Python dictionaries and nesting in addition, we also looked at how we could nest, Lists, inside Lists or Dictionaries and finally used that knowledge to build a silent auction program. #Python ๐Ÿ

Day 9  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Learned more about Python dictionaries and nesting in addition, we also looked at how we could nest, Lists, inside Lists or Dictionaries and finally used that knowledge to build a silent auction program. #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 10 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Learned about Functions with Ouputs these lessons made me to understand how functions really work, how we can use them to reduce redundant code, and how we can provide inputs to functions as well as providing outputs. #Python ๐Ÿ

Day 10  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Learned about Functions with Ouputs these lessons made me to understand how functions really work, how we can use them to reduce redundant code, and how we can provide inputs to functions as well as providing outputs. #Python ๐Ÿ
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 11 / ๐Ÿ’ฏ - #100DaysOfCode Challenge ๐Ÿ’ปโ™ ๏ธ This was my first real mini game project combining logic, loops, functions & user input into one working program. Feeling more confident with Python every day ๐Ÿš€ #100DaysOfCode #Python #BeginnerDeveloper

Day 11  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge ๐Ÿ’ปโ™ ๏ธ

This was my first real mini game project combining logic, loops, functions & user input into one working program.

Feeling more confident with Python every day ๐Ÿš€
#100DaysOfCode #Python #BeginnerDeveloper
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Day 12 / ๐Ÿ’ฏ - #100DaysOfCode Challenge Today I built a fully interactive game in Python. This project helped me understand how to structure small programs like real applications instead of just writing linear scripts. #Python ๐Ÿ #LearningInPublic #DeveloperJourney ๐Ÿš€

Day 12  / ๐Ÿ’ฏ -  #100DaysOfCode Challenge

Today I built a fully interactive game in Python. 

This project helped me understand how to structure small programs like real applications instead of just writing linear scripts.

#Python ๐Ÿ #LearningInPublic #DeveloperJourney ๐Ÿš€
๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Are you willing to study 15 hours per week consistently for CCNP for 9 months? Because that level of consistency determines whether youโ€™re average or elite.

๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

Given my skillset: - Network Engineering - Azure Cloud - Security - Python Automation I am positioned for high-value roles, my earning ceiling is much higher

๐š‚๐š”๐šข๐šฃ๐š˜ (@skyzo_sa) 's Twitter Profile Photo

This project strengthened my Python automation skills, Network troubleshooting and the ability to combine programming with real-world networking tasks #Python

This project strengthened my Python automation skills, Network troubleshooting and the ability to combine programming with real-world networking tasks #Python