#60daysofpython search results

Worked on object oriented programming. **kwargs allows us to pass (key,value) pair as argument to the function. `**` can be thought as unpacking a dictionary. #60DaysOfPython @JovianML

aman_bagrecha's tweet image. Worked on object oriented programming. **kwargs allows us to pass (key,value) pair as argument to the function. `**` can be thought as unpacking a dictionary.
#60DaysOfPython @JovianML

🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators! ✅ Filtered suspicious IPs ✅ Mapped user access levels ✅ Hashed user IDs with hashlib ✅ Streamed & filtered error logs efficiently

OrinaEmilio's tweet image. 🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators!

✅ Filtered suspicious IPs
✅ Mapped user access levels
✅ Hashed user IDs with hashlib
✅ Streamed & filtered error logs efficiently

🚀 Day 1 of #60DaysOfPython Started my Python mastery journey! Today, I explored: ✅ Variables & Data Types ✅ String Manipulation (Indexing, Slicing) ✅ String Concatenation Excited to build and share more every day—let’s go! 💻 #Python #CodingJourney #LearnToCode #60DaysOfCode

OrinaEmilio's tweet image. 🚀 Day 1 of #60DaysOfPython
Started my Python mastery journey! Today, I explored:
✅ Variables & Data Types
✅ String Manipulation (Indexing, Slicing)
✅ String Concatenation
Excited to build and share more every day—let’s go! 💻
#Python #CodingJourney #LearnToCode #60DaysOfCode

Day 37 of #60DaysOfPython 🚀 Revisited Set Methods in Python — because practice makes perfect! ✅ #Python #Coding #100DaysOfCode #DevCommunity

Gaurab_on_X's tweet image. Day 37 of #60DaysOfPython 🚀
Revisited Set Methods in Python — because practice makes perfect! ✅
#Python #Coding #100DaysOfCode #DevCommunity

🚀 Day 8: Python 60 Days Challenge 🔹 Tuples – Immutable, ideal for forensic logs & credentials 🔹 Sets – Unique elements 🔹 Dictionaries – Key-value pairs, essential for access control 💡 Filtered failed logins & managed user roles using Python! #Python #60DaysOfPython


Day 18 of #60DaysOfPython and #66DaysOfData Did some reading today on medium (anebz.medium.com) 🙂 Then I wrote out one of my medium posts on my own blog page! anglinabhambra.github.io/how-i-became-a…


Day 6 #60DaysOfPython It's function and function only


Day 2 #60DaysOfPython Tuples & Dictionary. my_dict = { "name": "Jon", "addr": "India" }


Day 6 #60DaysOfPython Practices on Functions Scope and named spaces


#60DaysOfPython Day 1- Objects Mutable & Immutable. Datatypes Number Booleans and operators


Day 11&12 of #60daysofpython @JovianML Learned about operators..


#pythondsa #60DaysofPython In 1700's, The term " computer" referred to a job for people (person) who perform calculations (mostly by hand).


Day 4 #60DaysOfPython Loops- while, if, Enumerate, zip Walrus operator Next- Functions in python.


Day 13&14 of #60daysofpython @JovianML Practice some algorithm..q


Day 3 #60DaysOfPython Conditionals in python Exercises with datatypes, operator and conditions


Day 37 of #60DaysOfPython 🚀 Revisited Set Methods in Python — because practice makes perfect! ✅ #Python #Coding #100DaysOfCode #DevCommunity

Gaurab_on_X's tweet image. Day 37 of #60DaysOfPython 🚀
Revisited Set Methods in Python — because practice makes perfect! ✅
#Python #Coding #100DaysOfCode #DevCommunity

Day 6 #60DaysOfPython It's function and function only


Day 6 #60DaysOfPython Practices on Functions Scope and named spaces


Day 5 #60DaysOfPython Functions - Main tasks is to reduce the duplication of code and splitting complex task


Day 4 #60DaysOfPython Loops- while, if, Enumerate, zip Walrus operator Next- Functions in python.


Day 3 #60DaysOfPython Conditionals in python Exercises with datatypes, operator and conditions


Day 2 #60DaysOfPython Tuples & Dictionary. my_dict = { "name": "Jon", "addr": "India" }


#60DaysOfPython Day 1- Objects Mutable & Immutable. Datatypes Number Booleans and operators


🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators! ✅ Filtered suspicious IPs ✅ Mapped user access levels ✅ Hashed user IDs with hashlib ✅ Streamed & filtered error logs efficiently

OrinaEmilio's tweet image. 🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators!

✅ Filtered suspicious IPs
✅ Mapped user access levels
✅ Hashed user IDs with hashlib
✅ Streamed & filtered error logs efficiently

🚀 Day 8: Python 60 Days Challenge 🔹 Tuples – Immutable, ideal for forensic logs & credentials 🔹 Sets – Unique elements 🔹 Dictionaries – Key-value pairs, essential for access control 💡 Filtered failed logins & managed user roles using Python! #Python #60DaysOfPython


🚀 Day 1 of #60DaysOfPython Started my Python mastery journey! Today, I explored: ✅ Variables & Data Types ✅ String Manipulation (Indexing, Slicing) ✅ String Concatenation Excited to build and share more every day—let’s go! 💻 #Python #CodingJourney #LearnToCode #60DaysOfCode

OrinaEmilio's tweet image. 🚀 Day 1 of #60DaysOfPython
Started my Python mastery journey! Today, I explored:
✅ Variables & Data Types
✅ String Manipulation (Indexing, Slicing)
✅ String Concatenation
Excited to build and share more every day—let’s go! 💻
#Python #CodingJourney #LearnToCode #60DaysOfCode

Reflecting on my #60DaysofPython journey so far: the challenges, the rewards, and the future. #LearningJourney #Motivation


Day 1 Just started my #60DaysofPython journey! Excited to learn this powerful language and build amazing things. #PythonLearning #NewBeginnings


Hi everyone!!! I'm starting the #60DaysOfSQL, #60DaysOfVisualization & #60DaysOfPython challenges! 📊💻 Join me for this coding adventure, let's connect, learn, and grow together! 🌐👋 #CodingCommunity #TechEnthusiast #DataAnalytics


The past few days of learning has been eventful and python is not easy as it looks. But I am committed to finish #100DaysOfCode #100DaysOfPython #60daysOfPython


A step by step procedure of reducing the time complexity calculating the nth fib number from the usual O(2^n) to O(n) using the now famous problem solving template by @jovianhq and awesome @aakashns #60DaysOfPython jovian.ai/phil/dynamic-p…


Forum MVPs for the last week ⚡ Do you have what it takes to become a Jovian MVP? 🔥 Check out their profiles 👉 jovian.ai/forum/t/forum-… #60DaysOfPython #Community #MVP

JovianHQ's tweet image. Forum MVPs for the last week ⚡

Do you have what it takes to become a Jovian MVP? 🔥
Check out their profiles 👉 jovian.ai/forum/t/forum-…

#60DaysOfPython #Community #MVP

Announcing the forum #MVP for last week - Vinay Pratap 🎉 Thank you for your contributions! We will be sending you a Jovian Swag pack 🎁 Check out his contributions here 👉 jovian.ai/forum/u/vinayp… #60DaysOfPython #pythondsa #Forum


No results for "#60daysofpython"

Worked on object oriented programming. **kwargs allows us to pass (key,value) pair as argument to the function. `**` can be thought as unpacking a dictionary. #60DaysOfPython @JovianML

aman_bagrecha's tweet image. Worked on object oriented programming. **kwargs allows us to pass (key,value) pair as argument to the function. `**` can be thought as unpacking a dictionary.
#60DaysOfPython @JovianML

🚀 Day 1 of #60DaysOfPython Started my Python mastery journey! Today, I explored: ✅ Variables & Data Types ✅ String Manipulation (Indexing, Slicing) ✅ String Concatenation Excited to build and share more every day—let’s go! 💻 #Python #CodingJourney #LearnToCode #60DaysOfCode

OrinaEmilio's tweet image. 🚀 Day 1 of #60DaysOfPython
Started my Python mastery journey! Today, I explored:
✅ Variables & Data Types
✅ String Manipulation (Indexing, Slicing)
✅ String Concatenation
Excited to build and share more every day—let’s go! 💻
#Python #CodingJourney #LearnToCode #60DaysOfCode

Who's up for a challenge? Introducing #60DaysOfPython 🥳 Stand a chance to win a Jovian Swag Pack 🎁 every week! #Python #DataScience #MachineLearning

JovianHQ's tweet image. Who's up for a challenge? Introducing #60DaysOfPython 🥳
Stand a chance to win a Jovian Swag Pack 🎁 every week!

#Python #DataScience #MachineLearning

🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators! ✅ Filtered suspicious IPs ✅ Mapped user access levels ✅ Hashed user IDs with hashlib ✅ Streamed & filtered error logs efficiently

OrinaEmilio's tweet image. 🔥 Day 8 of #60DaysOfPython – Exploring list & dictionary comprehensions + generators!

✅ Filtered suspicious IPs
✅ Mapped user access levels
✅ Hashed user IDs with hashlib
✅ Streamed & filtered error logs efficiently

Day 37 of #60DaysOfPython 🚀 Revisited Set Methods in Python — because practice makes perfect! ✅ #Python #Coding #100DaysOfCode #DevCommunity

Gaurab_on_X's tweet image. Day 37 of #60DaysOfPython 🚀
Revisited Set Methods in Python — because practice makes perfect! ✅
#Python #Coding #100DaysOfCode #DevCommunity

Forum MVPs for this week ⚡ Do you have what it takes to become a Jovian MVP? 🔥 Check out their profiles 👉 jovian.ai/forum #60DaysOfPython #Community #MVP

JovianHQ's tweet image. Forum MVPs for this week ⚡

Do you have what it takes to become a Jovian MVP? 🔥
Check out their profiles 👉 jovian.ai/forum

#60DaysOfPython #Community #MVP

Forum MVPs for the last week ⚡ Do you have what it takes to become a Jovian MVP? 🔥 Check out their profiles 👉 jovian.ai/forum/t/forum-… #60DaysOfPython #Community #MVP

JovianHQ's tweet image. Forum MVPs for the last week ⚡

Do you have what it takes to become a Jovian MVP? 🔥
Check out their profiles 👉 jovian.ai/forum/t/forum-…

#60DaysOfPython #Community #MVP

Forum MVPs for this week ⚡ Help others on the forum and you could be next 🔥 Check out their profiles 👉 jovian.ai/forum #60DaysOfPython #Community #MVP

JovianHQ's tweet image. Forum MVPs for this week ⚡

Help others on the forum and you could be next 🔥
Check out their profiles 👉 jovian.ai/forum

#60DaysOfPython #Community #MVP

Helping others out 👨‍🏫 Sharing quality resources and content ✨ Asking the right questions 🙋‍♀️ Do you have what it takes to become a Jovian MVP? 🔥 Check out their profiles 👉 jovian.ai/forum #60DaysOfPython #Community #MVP

JovianHQ's tweet image. Helping others out 👨‍🏫
Sharing quality resources and content ✨
Asking the right questions 🙋‍♀️

Do you have what it takes to become a Jovian MVP? 🔥

Check out their profiles 👉 jovian.ai/forum
#60DaysOfPython #Community #MVP

Loading...

Something went wrong.


Something went wrong.


United States Trends