I am a Python keyword
I look innocent… just four letters
But forget me and your function becomes a ghost — returns nothing
What am I?
#PythonBeginner#PythonTips#BuildInPublic
Unlock Python's potential with PyCharm! Your smart coding companion.
Daily Doc Tip: Use `#` for comments to explain *why* your code does something, not just *what*.
Concept: Variables. Store data like `user_name = "Dev"`. PyCharm helps you track them easily.
#PythonBeginner...
New to PyCharm? Level up your Python journey.
Daily Doc Tip: Hover over any code element for instant quick docs.
Concept: Smart Code Completion. Type `str.` and PyCharm suggests methods. It's your intelligent assistant, making coding faster & cleaner.
#PyCharm#PythonBeginner
Git milestone: Created PR from feature branch, requested review (solo), merged after fixing small conflict. Practicing full Git flow – next up: collaborating with someone! #GitHub#PythonBeginner#CodingJourney
Git practice: Used git branch -d feature/old-branch after merging, then git push origin --delete feature/old-branch to clean remote. Keeping branches tidy = good housekeeping. #GitHub#PythonBeginner#CodingJourney
Day 5:
- Today I played around with if statements and loops.
- These are the tools that help Python "make decisions" and "repeat tasks".
This part is finally making sense.
#100DaysOfCode#PythonBeginner#LearningToCode
No setup, no excuses. Just code.
1. Google Colab – free cloud-based notebooks
2. JupyterLite or Jupyter Notebook– run notebooks in your browser
3. Kaggle Notebooks – free datasets + coding environment.
Which of them are you familiar with?
#PythonBeginner#DataScienceTips
Day 1 of learning Python ☑️
Built my first little program: a YouTube channel name generator 📺💡
It asks for your nickname + channel idea, and suggests a name in return — all inside the terminal 😎Not fancy, but I MADE it.Let’s keep going 💻🧠
#100DaysOfCode#PythonBeginner
Exploring strings in Python today!
I learned how to slice, concatenate, and even count characters 😄
Still a beginner, but every line of code is a step forward.
#PythonBeginner
**4/ 💻 Contoh sederhana Python, buat yang baru mulai: ```python print("Halo Dunia!") ``` Gampang banget, kan? Ini cuma menampilkan tulisan "Halo Dunia!" di layar. Tapi dari sini, kita bisa bikin hal-hal keren lainnya! 🚀 #pythonbeginner#contohkode**
Day 4:
This is what I learnt today:
✅ Global and local scope in python
✅ Handling errors with try and except statements
✅ Slices when it comes to lists.
While doing that, I also wrote a script for a guess-the-number game.
#100DaysOfCode#PythonBeginner
**4/ Contoh Python sederhana: Coba ketik ini di interpreter Python-mu! 👇
```python
print("Hello, world! 👋")
```
Gimana? Mudah banget kan? Ini baru permulaan, masih banyak petualangan seru yang menanti! 😉 #helloworld#pythonbeginner#firstcode**
🚀 Day 1 of My Programming Journey
Just passed 12th & started BTech CSE (2025–29).
Learning Python from scratch using only my phone 📱
No laptop, just pure determination 💪
Documenting my journey to grow & help others too 💻🔥
#100DaysOfCode#PythonBeginner#SelfTaughtDev
Day 3 of learning Python.
Learned about integers, floats, strings, and booleans.
Did a lab. Nothing exploded. Still here.
#PythonBeginner#CodingJourney