
seen from Poland
seen from United Kingdom

seen from Malaysia
seen from Germany
seen from Türkiye
seen from United States
seen from China

seen from France
seen from China
seen from Türkiye
seen from China
seen from China
seen from Poland
seen from United States
seen from Japan
seen from China
seen from United States
seen from China

seen from United States
seen from Malaysia
GUYS CAN SOMEONE PLS HELP ME FIND GOOD RESOURCES TO LEARN HOW TO CODE PYTHON FROM SCRATCH 😭 my only previous experience is being goated at scratch…
Today I learned that if you write something between two sets of three quotation marks in python, it's like doing a comment, kind of, and it's called a docstring. You use it to document your code. In the reST format, you use colons to describe parameters included in your code. On Stackoverflow.com, someone called daouzli put this example:
"""
This is a reST style.
:param param1: this is a first param
:param param2:
this is a second param
:returns: this is a description of what is returned
:raises keyError: raises an exception
"""
I had to look it up because my module in python coding was dropping it into all the examples without any context or explanation!
I also learned that you use def to declare a user-defined function which in plain talk would be a function that you've made and you use def to give it a name so you can call it up easily. For example, if you knew you might want to print a specific combination of things multiple times, you might make a function for it and call the function instead of writing out the whole combination every time.
Step-by-Step Guide to Coding for Beginners
Coding is a valuable skill in today's digital world, and it's never too late to start learning. Whether you're looking to switch careers, build websites, or create apps, coding is a great place to start. This guide will help you get started on your coding journey, covering the basics of coding and providing a roadmap for further learning.
What is coding, and why is it important?
Coding is the process of writing instructions for computers to follow. It's the language that computers use to communicate with each other and with humans. Coding is important because it's a fundamental part of the technology that drives our daily lives. From websites and apps to software and automation, coding plays a crucial role in nearly every aspect of our digital world.
What do you need to get started?
To start coding, you'll need a few things: a computer, an internet connection, and a text editor. A text editor is a program that allows you to write and save code. There are many free text editors available, including Sublime Text, Visual Studio Code, and Notepad++.
Once you have your tools set up, it's time to start learning!
Getting started with coding
The first step in your coding journey is to learn a programming language and learn what are do's and don'ts of coding. There are many programming languages to choose from, but some of the most popular and widely used include HTML, CSS, JavaScript, Python, and Java. HTML (HyperText Markup Language) is used to create the structure of websites. CSS (Cascading Style Sheets) is used to add styling and design to HTML pages. JavaScript is used to create interactive elements on websites. Python is a versatile programming language that can be used for a wide range of tasks, from data analysis to machine learning. Java is a popular language for developing Android apps and building enterprise-level applications.
Once you have chosen a programming language, it's time to start learning! There are many resources available to help you get started, including online courses, books, and tutorials. Some popular resources for learning HTML, CSS, and JavaScript include Aspire Coding, Codecademy, W3Schools, and Udemy. For learning Python, try Codecademy, Udemy, or Coursera. And for learning Java, check out Udemy, Coursera, or Oracle's Java tutorials.
Practice, practice, practice
The best way to learn coding for beginners is by doing. As you learn the basics of your chosen programming language, start experimenting with small projects. Try creating a simple website, building a calculator app, or writing a program to automate a task. The more you practice, the better you'll get, and you'll soon find that coding becomes second nature.
Take your learning to the next level
Once you have a solid understanding of the basics, it's time to take your learning to the next level. Consider taking an online course or enrolling in a bootcamp to learn more advanced concepts and skills. You can also participate in coding challenges and hackathons to put your skills to the test and learn from other coders.
Final thoughts
Coding is a valuable skill that can open up a world of opportunities. Whether you're looking to switch careers, build websites, or create apps, coding is a great place to start. With this guide and the resources available, you'll be well on your way to becoming a coding pro. Remember to practice regularly, take advantage of online resources, and never stop learning!
Returning to college as an adult is more than just academic learning: it’s re-learning how to learn, too.
My first experience with Python was learning it through an inaccessible, apathetic teacher, who was so far removed from his own students that he was no longer effectively teaching a beginner course in a way new programmers could understand. By the time the semester ended, only 7 out of 30 students passed, and I was the only woman out of those 7.
The reality is that no matter where you go (especially in higher education), not everyone will teach you in a way you understand. It’s up to you to translate the material for yourself. This is extremely difficult if you’re returning to school as an adult after taking a long time off (for me, it was about 7 years). The issue is no longer just about trying to learn new academic material, but learning how to learn again, too. I realized that after being out of school for so long, I’d even forgotten how to study. Not only did I have to process new and difficult material as a returning student, I had to restructure my life and once again, learn how to learn.
If you’ve been out of school for a while and you’re considering furthering your education, pursuing a career in tech, or making any sort of advancement that involves learning for long stretches of time, accept the fact that what worked for you in high school might not work for you anymore, and that’s okay. For example, the memorization technique that you were previously taught to be most effective in retaining information is outdated. Repetition alone is not very effective. In order for information to be stored in long-term memory, it must be relatable, assigned a meaning, or cued in some way for later retrieval.
My own educational journey as an adult didn’t start with my first programming course like I originally thought it would, it started with learning how to learn again. For me, this involved having to research my ADHD and how it impairs my cognitive function, exploring different methods of studying through trial and error, forcing myself to develop discipline to look at code at least once a day, adapting to a new life that revolves around learning, and finally:
Researching how to be a better learner, so that I could ask better questions, to be a better student.
At some point during my search I discovered cognitive learning, which encompasses different active-engagement styles of learning. The #1 method which stood out to me the most was metacognition. It essentially means thinking about a method of thinking. “This cognitive learning type involves us consciously deciding which learning strategy we plan to use when we engage in a learning experience” (Source). I believe this is the most important style to become a better learner, because in order to make that choice, we have to immerse ourselves in exploring all methods first. When we learn about learning, we equip ourselves with techniques that allows us to more easily retain and understand academic material. It grants us more power and ownership of our future.
Intellectual development also requires having the ability to introspect. Some level of self-awareness equates to having a better understanding of who we are and what’s important to us. Examining our own mental and emotional processes allows us to make better decisions that align with what makes us happy and fulfilled in life. Without doing this, we are unable to recognize our strengths, limitations, rationalize our actions, or make sensible decisions about life centered around learning.
Within the upcoming week(s), I will be providing links in the navigation bar to helpful resources, videos, tutorials, Reddit threads, and useful tips on web development and programming. I will discuss topics such as why I chose to begin my journey with community college and not a bootcamp, and how I decided on what specific languages to study. As a small life update, I’ve decided to switch from learning Python to JavaScript in order to focus more on mastering front-end development.
All About JASON
👉Programming Hero - https://onelink.to/proghero9 If you want to learn Python, then download the app called 'Programming Hero' and start learning and practicing from the same app for free initially. Don't miss the chance of getting help from the free forum inside the app too.
Get your child started on coding early! Whether you're interested in teaching your children how to code in Scratch, Python, HTML, CSS, or JavaScript Programming or web designing, CodeChamp has a courses to Introduction to coding for kids and make coding a fun and interactive experience for kids. Book online Free Class Today!