#30daysofpython 検索結果

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 ✨

🥳 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

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

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)

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 🙏🏼

Day30: #30DaysOfPython #IDC30DaysChallenge Task- Building on chosen project: "Primerly" tool Step1- Creating initial page, where user can add DNA sequence and it gets validated by the tool, consequentially.

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

Task- Building on chosen project: "Primerly" tool

Step1- Creating initial page, where user can add DNA sequence and it gets validated by the tool, consequentially.

Day20: #30DaysOfPython #IDC30DaysChallenge concepts covered: >network programming >what are servers, clients, IP, ports, how server(s) are connected with client(s) using python >basics of socket module

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

concepts covered:  
>network programming
>what are servers, clients, IP, ports, how server(s) are connected with client(s) using python
>basics of socket module
_meow_meg's tweet image. Day20: #30DaysOfPython #IDC30DaysChallenge         

concepts covered:  
>network programming
>what are servers, clients, IP, ports, how server(s) are connected with client(s) using python
>basics of socket module
_meow_meg's tweet image. Day20: #30DaysOfPython #IDC30DaysChallenge         

concepts covered:  
>network programming
>what are servers, clients, IP, ports, how server(s) are connected with client(s) using python
>basics of socket module

🎉 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 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

concluding the #30DaysOfPython #IDC30DaysChallenge: below is the demo of my final project-- "Primerly" (a dna primer designing/prediction gui app) > it's a basic python tool >works offline with export options and basic validation thanks @indiandataclub team.


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

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

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

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

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

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)

🎯 Day 30 of #30DaysofPython Challenge by IDC! Built a Random Quiz Generator using Python & Streamlit! ✔️ Choose category, difficulty & type ✔️ 10 Qs from OpenTDB ✔️ Scoring, review & replay! Session State = MVP🔥 Plan: Build my own API for tech/data Qs! #IDC30DaysChallenge

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

Built a Random Quiz Generator using Python & Streamlit!

✔️ Choose category, difficulty & type
✔️ 10 Qs from OpenTDB
✔️ Scoring, review & replay!

Session State = MVP🔥

Plan: Build my own API for tech/data Qs!

#IDC30DaysChallenge

Day24: #30DaysOfPython #IDC30DaysChallenge concepts studied: >dataclass module in python, type hinting, sort_index field, field() function >has better customization ability for simpler logic

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

concepts studied:   
>dataclass module in python, type hinting, sort_index field, field() function
>has better customization ability for simpler logic
_meow_meg's tweet image. Day24: #30DaysOfPython #IDC30DaysChallenge               

concepts studied:   
>dataclass module in python, type hinting, sort_index field, field() function
>has better customization ability for simpler logic
_meow_meg's tweet image. Day24: #30DaysOfPython #IDC30DaysChallenge               

concepts studied:   
>dataclass module in python, type hinting, sort_index field, field() function
>has better customization ability for simpler logic

"#30daysofpython" に一致する結果はありません
"#30daysofpython" に一致する結果はありません
"#30daysofpython" に一致する結果はありません
Loading...

Something went wrong.


Something went wrong.


United States Trends