#30daysofpython 검색 결과

🥳 Day 29 of #30DaysofPython Challenge by IDC! 🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 I built an Automatic Birthday Wisher that sends: 📧 Emails 📱 WhatsApp messages 📅 Reads CSV ⏰ Runs daily via scheduler #IDC30DaysChallenge

vini_pa99796's tweet image. 🥳 Day 29 of #30DaysofPython Challenge by IDC!

🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 

I built an Automatic Birthday Wisher that sends:
📧 Emails 
📱 WhatsApp messages 
📅 Reads CSV 
⏰ Runs daily via scheduler 

#IDC30DaysChallenge
vini_pa99796's tweet image. 🥳 Day 29 of #30DaysofPython Challenge by IDC!

🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 

I built an Automatic Birthday Wisher that sends:
📧 Emails 
📱 WhatsApp messages 
📅 Reads CSV 
⏰ Runs daily via scheduler 

#IDC30DaysChallenge

Day 20 of #30DaysofPython Day 20! Wow, alhamdulillah String built-in functions ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt

Aramite01's tweet image. Day 20 of #30DaysofPython 
Day 20! Wow, alhamdulillah 

String built-in functions ✅
#buildinpublic #coding #pythonlearningjourney #JustDoIt

Day 5 of #30DaysOfPython. My FastAPI app is officially connected to my Postgres database. The architecture is working. My laptop battery died. 😅 This is the real #buildinpublic journey. You can't code without power. Back tomorrow to build the endpoint. We go again. #backend

dev_big2020's tweet image. Day 5 of #30DaysOfPython.
My FastAPI app is officially connected to my Postgres database. The architecture is working.
My laptop battery died. 😅
This is the real #buildinpublic journey. You can't code without power. Back tomorrow to build the endpoint. We go again.
#backend

🎉 Day 7 of #30daysofPython on Sets! 🎉 A set is an unordered collection of unique elements, where each element is distinct from all others. 🤩 Let's get started with some code examples!

MelisaMichuki's tweet image. 🎉 Day 7 of #30daysofPython on Sets! 🎉

A set is an unordered collection of unique elements, where each element is distinct from all others. 🤩 Let's get started with some code examples!

Day 13 of #30DaysofPython Learnt how to build a web crawler #buildinpublic #coding #JustDoIt

Aramite01's tweet image. Day 13 of #30DaysofPython 

Learnt how to build a web crawler
#buildinpublic #coding #JustDoIt

Day 11 of #30DaysofPython Modules ✅ =>Wrote a code to calculate grades using the module method #buildinpublic #pythonlearningjourney #coding #justDoit

Aramite01's tweet image. Day 11 of #30DaysofPython 

Modules ✅
=>Wrote a code to calculate grades using the module method
#buildinpublic #pythonlearningjourney #coding #justDoit

Day 3 Learned about: ✅Lists, Tuples, Sets and Dictionaries ✅Mutability and immutability ✅Challenge : Create an inventory system tracking items & quantities with dictionary. loving how powerful simple data structures can be. @indiandataclub #30DaysOfPython #IDC30DaysChallenge

MohdKhalid03's tweet image. Day 3 
Learned about:
✅Lists, Tuples, Sets and Dictionaries
✅Mutability and immutability
✅Challenge : Create an inventory system tracking items & quantities with dictionary.
loving how powerful simple data structures can be. @indiandataclub #30DaysOfPython #IDC30DaysChallenge

Day 14 of #30DaysofPython Classes and objects ✅ Was trying to build, guess the number game but somehow i got stuck, so i left it, for now tho #buildinpublic #coding #pythonlearningjourney #JustDoIt

Aramite01's tweet image. Day 14 of #30DaysofPython 

Classes and objects ✅
Was trying to build, guess the number game but somehow i got stuck, so i left it, for now tho
#buildinpublic #coding #pythonlearningjourney #JustDoIt

🐍 Day 8 of #30DaysOfPython :Dictionaries 📑 Today, we're going to dive deeper into dictionaries and learn some cool tricks you can use to make your code even more efficient.

MelisaMichuki's tweet image. 🐍 Day 8 of #30DaysOfPython :Dictionaries 📑

Today, we're going to dive deeper into dictionaries and learn some cool tricks you can use to make your code even more efficient.

🐍🎉 Day 6 of #30DaysOfPython: it's all about tuples! 🤗 A Tuple is an ordered collection of elements, just like a list. However, once a Tuple is created, it cannot be modified. This means that Tuples are "immutable".

MelisaMichuki's tweet image. 🐍🎉 Day 6 of #30DaysOfPython: it's all about tuples! 🤗
A Tuple is an ordered collection of elements, just like a list. However, once a Tuple is created, it cannot be modified. This means that Tuples are "immutable".

Day21: #30DaysOfPython #IDC30DaysChallenge concepts studied: >basics of html elements, 'inspecting' it >intro to web scraping using python

_meow_meg's tweet image. Day21: #30DaysOfPython #IDC30DaysChallenge           

concepts studied:   
>basics of html elements, 'inspecting' it
>intro to web scraping using python

Day23: #30DaysOfPython #IDC30DaysChallenge concepts studied: >basics of building GUI apps (using kivy) >explored what goes into app development

_meow_meg's tweet image. Day23: #30DaysOfPython #IDC30DaysChallenge              

concepts studied:     
>basics of building GUI apps (using kivy)
>explored what goes into app development
_meow_meg's tweet image. Day23: #30DaysOfPython #IDC30DaysChallenge              

concepts studied:     
>basics of building GUI apps (using kivy)
>explored what goes into app development

completed the #30DaysOfPython #IDC30DaysChallenge From fearing to learn computer science in school, to now understanding & writing lines of code- it's an unbelievable progress. Grateful to the team @indiandataclub

_meow_meg's tweet image. completed the #30DaysOfPython #IDC30DaysChallenge

From fearing to learn computer science in school, to now understanding & writing lines of code- it's an unbelievable progress.

Grateful to the team @indiandataclub ✨

Day22: #30DaysOfPython #IDC30DaysChallenge concepts studied: >command line interface (structure and basic commands) >argparse module to build python-based CLI app (temperature converter) --use of 'doskey' in cmd ~ use of 'alias' in bash script

_meow_meg's tweet image. Day22: #30DaysOfPython #IDC30DaysChallenge            

concepts studied:    
>command line interface (structure and basic commands)
>argparse module to build python-based CLI app (temperature converter)
       --use of 'doskey' in cmd ~ use of 'alias' in bash script

Day 19 of my #30DaysOfPython Today’s focus: nested for loops — loops inside loops! I used them to: Generate file names by combining years, months, and days automatically. Pair colors with sizes to list every product variation. Nested loops save time and cut repetitive code! 👇

Razak_Jubril's tweet image. Day 19 of my #30DaysOfPython
Today’s focus: nested for loops — loops inside loops!
I used them to:

Generate file names by combining years, months, and days automatically.

Pair colors with sizes to list every product variation.

Nested loops save time and cut repetitive code!
👇

Day25: #30DaysOfPython #IDC30DaysChallenge concepts studied: >pydantic library- features like serialization, customization >basic use of models, fields, validators

_meow_meg's tweet image. Day25: #30DaysOfPython #IDC30DaysChallenge                 

concepts studied:
>pydantic library- features like serialization, customization
>basic use of models, fields, validators
_meow_meg's tweet image. Day25: #30DaysOfPython #IDC30DaysChallenge                 

concepts studied:
>pydantic library- features like serialization, customization
>basic use of models, fields, validators
_meow_meg's tweet image. Day25: #30DaysOfPython #IDC30DaysChallenge                 

concepts studied:
>pydantic library- features like serialization, customization
>basic use of models, fields, validators

Day 3, #30DaysOfPython. 0 features built. 100% progress. Today was all architecture: designing the Postgres schema, defining Pydantic models, & setting up the SOLID interfaces. Building the blueprint is the work. Tomorrow, we build the walls. #buildinpublic #backenddevloper

dev_big2020's tweet image. Day 3, #30DaysOfPython. 0 features built. 100% progress.

Today was all architecture: designing the Postgres schema, defining Pydantic models, & setting up the SOLID interfaces.

Building the blueprint is the work. Tomorrow, we build the walls. #buildinpublic #backenddevloper
dev_big2020's tweet image. Day 3, #30DaysOfPython. 0 features built. 100% progress.

Today was all architecture: designing the Postgres schema, defining Pydantic models, & setting up the SOLID interfaces.

Building the blueprint is the work. Tomorrow, we build the walls. #buildinpublic #backenddevloper
dev_big2020's tweet image. Day 3, #30DaysOfPython. 0 features built. 100% progress.

Today was all architecture: designing the Postgres schema, defining Pydantic models, & setting up the SOLID interfaces.

Building the blueprint is the work. Tomorrow, we build the walls. #buildinpublic #backenddevloper

Day26: #30DaysOfPython #IDC30DaysChallenge concepts studied: >what are APIs, RESTful API >using FastAPI via python to create simple 'library' application (get, put, post and delete methods)

_meow_meg's tweet image. Day26: #30DaysOfPython #IDC30DaysChallenge                   

concepts studied:
>what are APIs, RESTful API
>using FastAPI via python to create simple 'library' application (get, put, post and delete methods)
_meow_meg's tweet image. Day26: #30DaysOfPython #IDC30DaysChallenge                   

concepts studied:
>what are APIs, RESTful API
>using FastAPI via python to create simple 'library' application (get, put, post and delete methods)

Day27: #30DaysOfPython #IDC30DaysChallenge concepts studied: >what are ORMS, SQLA and CRUD operations >applying SQLA lib to revamp fastapi library application (official docs for sqla & fastapi were really helpful)

_meow_meg's tweet image. Day27: #30DaysOfPython #IDC30DaysChallenge                     

concepts studied:
>what are ORMS, SQLA and CRUD operations
>applying SQLA lib to revamp fastapi library application

(official docs for sqla & fastapi were really helpful)
_meow_meg's tweet image. Day27: #30DaysOfPython #IDC30DaysChallenge                     

concepts studied:
>what are ORMS, SQLA and CRUD operations
>applying SQLA lib to revamp fastapi library application

(official docs for sqla & fastapi were really helpful)

"#30daysofpython"에 대한 결과가 없습니다

Day 20 of #30DaysofPython Day 20! Wow, alhamdulillah String built-in functions ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt

Aramite01's tweet image. Day 20 of #30DaysofPython 
Day 20! Wow, alhamdulillah 

String built-in functions ✅
#buildinpublic #coding #pythonlearningjourney #JustDoIt

Day 1 of #30DaysofPython Numbers and variables ✅ #coding #JustDoIt

Aramite01's tweet image. Day 1 of #30DaysofPython 

Numbers and variables ✅
#coding #JustDoIt

Day 11 of #30DaysofPython Modules ✅ =>Wrote a code to calculate grades using the module method #buildinpublic #pythonlearningjourney #coding #justDoit

Aramite01's tweet image. Day 11 of #30DaysofPython 

Modules ✅
=>Wrote a code to calculate grades using the module method
#buildinpublic #pythonlearningjourney #coding #justDoit

Day 9 #30DaysOfPython. I've been quiet because I've been building a fortress. I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation. Client: HttpOnly Cookie DB: Argon2 Hash Strategy: Security > Convenience #buildinpublic #python #backend

dev_big2020's tweet image. Day 9 #30DaysOfPython.

I've been quiet because I've been building a fortress. 
I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation.
Client: HttpOnly Cookie
DB: Argon2 Hash
Strategy: Security > Convenience

#buildinpublic #python #backend
dev_big2020's tweet image. Day 9 #30DaysOfPython.

I've been quiet because I've been building a fortress. 
I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation.
Client: HttpOnly Cookie
DB: Argon2 Hash
Strategy: Security > Convenience

#buildinpublic #python #backend
dev_big2020's tweet image. Day 9 #30DaysOfPython.

I've been quiet because I've been building a fortress. 
I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation.
Client: HttpOnly Cookie
DB: Argon2 Hash
Strategy: Security > Convenience

#buildinpublic #python #backend
dev_big2020's tweet image. Day 9 #30DaysOfPython.

I've been quiet because I've been building a fortress. 
I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation.
Client: HttpOnly Cookie
DB: Argon2 Hash
Strategy: Security > Convenience

#buildinpublic #python #backend

✅ Day 17 of #30DaysOfPython done! 🔹 Learned how to manage files and resources efficiently 🔹 Mastered the with statement for cleaner code 🔹 Understood how __enter__() and __exit__() work 🔹 No more forgetting to close files! 😎 #IDC30DaysChallenge @indiandataclub

mohdakif919's tweet image. ✅ Day 17 of #30DaysOfPython done!

🔹 Learned how to manage files and resources efficiently
🔹 Mastered the with statement for cleaner code
🔹 Understood how __enter__() and __exit__() work
🔹 No more forgetting to close files! 😎

#IDC30DaysChallenge @indiandataclub

🥳 Day 29 of #30DaysofPython Challenge by IDC! 🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 I built an Automatic Birthday Wisher that sends: 📧 Emails 📱 WhatsApp messages 📅 Reads CSV ⏰ Runs daily via scheduler #IDC30DaysChallenge

vini_pa99796's tweet image. 🥳 Day 29 of #30DaysofPython Challenge by IDC!

🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 

I built an Automatic Birthday Wisher that sends:
📧 Emails 
📱 WhatsApp messages 
📅 Reads CSV 
⏰ Runs daily via scheduler 

#IDC30DaysChallenge
vini_pa99796's tweet image. 🥳 Day 29 of #30DaysofPython Challenge by IDC!

🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 

I built an Automatic Birthday Wisher that sends:
📧 Emails 
📱 WhatsApp messages 
📅 Reads CSV 
⏰ Runs daily via scheduler 

#IDC30DaysChallenge

Day 18 of #30DaysOfPython done! Topic: Metaclasses Key takeaways: 🔹Metaclasses control how classes are created. 🔹They allow customization of class behavior at creation time. 🔹Useful for enforcing rules or modifying classes dynamically. #IDC30DaysChallenge @indiandataclub

mohdakif919's tweet image. Day 18 of #30DaysOfPython done!

Topic: Metaclasses

Key takeaways:
🔹Metaclasses control how classes are created.
🔹They allow customization of class behavior at creation time.
🔹Useful for enforcing rules or modifying classes dynamically.

#IDC30DaysChallenge @indiandataclub

✅Day 22 of #30DaysOfPython Done! 🔹Built a command-line temperature converter using argparse 🔹Learned how to handle user inputs from the terminal 🔹CLI apps feel powerful and efficient 💻 Python’s versatility continues to amaze! 🐍 #IDC30DaysChallenge @indiandataclub

mohdakif919's tweet image. ✅Day 22 of #30DaysOfPython Done!

🔹Built a command-line temperature converter using argparse
🔹Learned how to handle user inputs from the terminal
🔹CLI apps feel powerful and efficient 💻

Python’s versatility continues to amaze! 🐍

#IDC30DaysChallenge @indiandataclub

Day 13 of #30DaysofPython Learnt how to build a web crawler #buildinpublic #coding #JustDoIt

Aramite01's tweet image. Day 13 of #30DaysofPython 

Learnt how to build a web crawler
#buildinpublic #coding #JustDoIt

Day 3 Learned about: ✅Lists, Tuples, Sets and Dictionaries ✅Mutability and immutability ✅Challenge : Create an inventory system tracking items & quantities with dictionary. loving how powerful simple data structures can be. @indiandataclub #30DaysOfPython #IDC30DaysChallenge

MohdKhalid03's tweet image. Day 3 
Learned about:
✅Lists, Tuples, Sets and Dictionaries
✅Mutability and immutability
✅Challenge : Create an inventory system tracking items & quantities with dictionary.
loving how powerful simple data structures can be. @indiandataclub #30DaysOfPython #IDC30DaysChallenge

Day 5 of #30DaysOfPython Comments, range and while loop ✅ Break and Continue statement ✅ #Buildinpublic #coding #pythonlearningjourney #JustDoIt

Aramite01's tweet image. Day 5 of #30DaysOfPython 

Comments, range and while loop ✅
Break and Continue statement ✅
#Buildinpublic #coding #pythonlearningjourney #JustDoIt
Aramite01's tweet image. Day 5 of #30DaysOfPython 

Comments, range and while loop ✅
Break and Continue statement ✅
#Buildinpublic #coding #pythonlearningjourney #JustDoIt

Day 14 of #30DaysofPython Classes and objects ✅ Was trying to build, guess the number game but somehow i got stuck, so i left it, for now tho #buildinpublic #coding #pythonlearningjourney #JustDoIt

Aramite01's tweet image. Day 14 of #30DaysofPython 

Classes and objects ✅
Was trying to build, guess the number game but somehow i got stuck, so i left it, for now tho
#buildinpublic #coding #pythonlearningjourney #JustDoIt

Day16: #30DaysOfPython #IDC30DaysChallenge lesson tried to learn: >generators, iterators, 'yield'

_meow_meg's tweet image. Day16: #30DaysOfPython #IDC30DaysChallenge    

lesson tried to learn:
>generators, iterators, 'yield'

Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge thanks @indiandataclub for this innovative learning support 🙏🏼

_meow_meg's tweet image. Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge

thanks @indiandataclub for this innovative learning support 🙏🏼

Loading...

Something went wrong.


Something went wrong.


United States Trends