Uploaded a small Python To-Do CLI project to GitHub today. A simple practice build to get better with Python basics, loops, conditions, lists, and logic building. Trying to stay consistent with small daily projects and learn by actually building. GitHub: [https://lnkd.in/gGscJtCP] #Python #GitHub #CodingJourney #PythonProjects #LearningInPublic
Python To-Do CLI Project on GitHub
More Relevant Posts
-
I’m excited to share that I’ve uploaded a new video on my YouTube channel! 🎥 In this video, I explain the fundamentals of Python Variables and Naming Conventions in a simple and beginner-friendly way. Understanding variables is one of the first and most important steps in programming. I’ve also covered best practices for naming variables, which helps in writing clean and readable code. 📌 What you will learn: What are variables in Python How to create and use variables Best naming conventions (camelCase, snake_case) Common mistakes to avoid If you are starting your journey in Python, this video will be very helpful. 🔗 https://lnkd.in/drrMXj3F I would really appreciate your support and feedback!
Topic : 9 Python Variable Naming Mistakes ❌ vs Best Practice
https://www.youtube.com/
To view or add a comment, sign in
-
Getting Started with Python: From Install to First Code A beginner-friendly roadmap to install Python, set up Jupyter Notebook & PyCharm, and run your first program. #python #developer #installation
To view or add a comment, sign in
-
-
Doqtor officially supports Python now. I've been expanding the ecosystem so you can keep your Python docs in sync with your code automatically. It detects changes in .py functions and classes and updates your READMEs or docs so they stay honest. I also just added a Drift Analytics Dashboard. You can see your documentation health at a glance by tracking PRs, how much drift was detected, and which files are the top offenders. Data driven documentation management makes a huge difference. Check it out on GitHub: https://lnkd.in/g7pzX6Aw #OpenSource #Python #TypeScript #BuildInPublic #Documentation
To view or add a comment, sign in
-
-
How to Merge Dictionaries in Python Stop struggling with messy dictionary merging in Python - from classic updates to modern operators, your data will finally combine flawlessly. https://lnkd.in/gxRYJrm5
To view or add a comment, sign in
-
-
🚀 Just completed a small but useful Python project! I built a simple script that helps clean and organize cluttered files automatically. You know how messy folders get with random downloads, images, and documents? This project sorts them into proper folders in seconds. While working on this, I didn’t just learn Python — I understood how automation can save time in real life. Small projects like this build strong fundamentals and confidence. 📌 What I learned: -Working with file handling in Python -Using automation to solve daily problems -Writing cleaner and more structured code -This is just the beginning. Next step: building more advanced projects. Would love your feedback and suggestions! code and git hub repo:-https://lnkd.in/dhvuVQAA #Python #BeginnerProjects #Automation #CodingJourney #LearningByDoing
To view or add a comment, sign in
-
📄🔗 Just Built Something Useful with Python! Today, I worked on merging multiple PDF files (file1, file2, file3) into a single document using Python. This small project helped me understand: ✔️ File handling ✔️ Working with external libraries ✔️ Automating repetitive tasks It’s amazing how a few lines of code can save so much manual effort! 🚀 Next step: Adding a feature to merge PDFs dynamically based on user input. #Python #Automation #CodingJourney #LearningByDoing #StudentDeveloper
To view or add a comment, sign in
-
Learn the fundamentals of Python arrays with ease Discover how to create a Python array from scratch and understand its importance in programming Read the full article 👉 https://lnkd.in/d7sgX__b #PythonProgramming #ITCareer #FreshersTraining #ProgrammingBasics #PythonArrays #TechLab Code. Learn. Build. — TechLab by Neeraj
To view or add a comment, sign in
-
Learn Python with confidence and master the power of Sets Dive deeper into Python's Sets data structure and its applications Understand how to use Sets to simplify and optimize your code Read the full article 👉 https://lnkd.in/dXCiXq_f #PythonProgramming #Sets #ITFreshers #LearnToCode #ProgrammingDataStructures #TechLab Code. Learn. Build. — TechLab by Neeraj
To view or add a comment, sign in
-
Built a small Python script that auto-organizes files in a folder by type like images, videos, documents, code files and more. Nothing fancy, just a useful little tool I made for myself. Open-source if anyone wants it. GitHub: https://lnkd.in/gt8cEsYf #Python #Automation #OpenSource
To view or add a comment, sign in
-
Inner Classes: Incorporating Structure and Organization Inner classes are a fascinating feature in Python that allows you to define a class within another class. This can help encapsulate functionality and logically group classes that are closely related. Instead of scattering your classes in the module scope, inner classes let you bundle them neatly while still providing access to the outer class’s attributes and methods. When you create an inner class, it behaves just like a regular class in many respects. However, it can access attributes and methods from the outer class. This is especially useful when the inner class is tightly coupled with the outer class, meaning its functionality is directly related to its outer counterpart. This can enhance code readability and maintainability. One important aspect to consider is that the inner class is scoped to the outer class. While you can create instances of the inner class directly from the outer class, doing so from outside requires an instance of the outer class. In this way, inner classes can help manage complexity in larger systems by keeping related functionality together without exposing it broadly. Quick challenge: How would you modify the inner class to include a method that interacts with an attribute of the outer class? #WhatImReadingToday #Python #PythonProgramming #InnerClasses #ObjectOriented #Programming
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development