#engineerscode search results

I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook! go.gwu.edu/engcomp5lesson1 #EngineersCode

LorenaABarba's tweet image. I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook!
go.gwu.edu/engcomp5lesson1
#EngineersCode

I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot! #EngineersCode go.gwu.edu/engcomp1lesson5

LorenaABarba's tweet image. I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot!
#EngineersCode
go.gwu.edu/engcomp1lesson5

I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube. This is for my "Engineering Computations" undergraduate course: #Python functions #EngineersCode #Jupyter

LorenaABarba's tweet image. I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube.
This is for my "Engineering Computations" undergraduate course: #Python functions
#EngineersCode #Jupyter

Computing for Teaching and Learning. A Workshop for STEM Faculty. 25–27 March, Washington DC —Apply for full funding! #EngineersCode #Jupyter engineerscode.github.io/facultydev1/


Hello, tweeps! Any of you out there has used any of our open teaching materials based on #Jupyter? Do let me know! I'm writing a grant report and could use some examples of the impact these have had #EngineersCode github.com/engineersCode/…


Now on YouTube: recent live class on Zoom, where I introduced my @gwengineering students to #NumPy for the first time. Zoom recording lightly edited to snip student questions (to protect their privacy) and exercise times. #EngineersCode youtube.com/watch?v=HTxfES…

LorenaABarba's tweet card. Play with NumPy Arrays

youtube.com

YouTube

Play with NumPy Arrays


Earlier this week, #JOSE_theOJ published a paper about a course using Python for introducing fundamental concepts in signal processing, aimed at students of communications and multimedia engineering #EngineersCode

We are happy to share the PCP Notebooks: A Preparation Course for Python with a Focus on Signal Processing. Check out our Mandelbrot exercise! 🤓 Github: github.com/meinardmueller… JOSE article: jose.theoj.org/papers/10.2110…

s_rosen2g's tweet image. We are happy to share the PCP Notebooks: A Preparation Course for Python with a Focus on Signal Processing.  Check out our Mandelbrot exercise! 🤓
Github: github.com/meinardmueller…
JOSE article: jose.theoj.org/papers/10.2110…


📢 This is happening in 15 minutes! A live-coding twitch porting #CFDPython to Julia—what a cool way to promote computational fluid dynamics with high-productivity languages #EngineersCode

Join me on twitch.tv/BrainRPG to see me port @LorenaABarba’s CFD tutorial to Julia!



You mean you don't follow the work of @3blue1brown? His series on The Essence of Linear Algebra inspired one of our #Jupyter-based learning modules #EngineersCode go.gwu.edu/engcomp4


New video! From a live class, reviewing the interpretation of a matrix as a change of basis, which can be rather confusing when students first encounter it. #EngineersCode youtu.be/mNJC8p7hOPo

LorenaABarba's tweet card. A matrix is a change of basis

youtube.com

YouTube

A matrix is a change of basis


Both linear algebra and ODEs could use a complete revamp and be taught computationally and in context of applications. Have a look at my 4-lesson module: "Tour the Dynamics of Change and Motion with Python" go.gwu.edu/engcomp3 #EngineersCode


The #Gapminder graphs and animations have inspired so many people! They inspired this lesson of my series in engineering computations, which I'll be live-coding to in my class tomorrow go.gwu.edu/engcomp2lesson4 #EngineersCode


Thank you to all the students around the world who use our open educational resources and recommend then to others #engineerscode


Wo alag baat hai engineering Wale Roz naahi nahate 😂🫂 #ENGINEERSCODE


On a related note, it is also the case that computer science professors are often not the best at teaching programming to non-majors—a source of angst at many universities #EngineersCode

Many computer science students choose the major expecting to learn how to code and are shocked to find that that’s not what it is. For example, at my university, under 10% of course content is about teaching coding. So what’s actually involved in a CS major and why is it useful?



Workshop in DC for STEM faculty, March 25-27 with @LorenaABarba Apply for full funding including travel support: engineerscode.github.io/facultydev1/ #EngineersCode


Nice! I see that you included some of the #EngineersCode notebooks in your course set. It would be cool if you added a note of acknowledgement in the Readme. We're happy to see this!


Now published in IEEE Computer: "Experience Embracing GenAI in an Engineering Computations Course: What Went Wrong and What’s Next" doi.org/10.1109/MC.202… #EngineersCode


youtu.be/_7Kp33xuzW8 Part 2, Linear Regression in Python with Jupyter—includes how to compute mean values using both custom functions and NumPy's built-in functions, obtaining regression coefficients, and how to calculate and visualize the best-fit line #EngineersCode

LorenaABarba's tweet card. Linear Regression in Python with Jupyter Notebooks

youtube.com

YouTube

Linear Regression in Python with Jupyter Notebooks


youtu.be/zQtU8WIaYzg Part 1 of a lesson on simple linear #regression with real data of earth temperature over time. Bonus: how to create beautiful equations in #Jupyter with LaTeX and @MathpixApp #EngineersCode

LorenaABarba's tweet card. Introduction to linear regression, Part 1 (Engineering Computations...

youtube.com

YouTube

Introduction to linear regression, Part 1 (Engineering Computations...


I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube. This is for my "Engineering Computations" undergraduate course: #Python functions #EngineersCode #Jupyter

LorenaABarba's tweet image. I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube.
This is for my "Engineering Computations" undergraduate course: #Python functions
#EngineersCode #Jupyter

I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot! #EngineersCode go.gwu.edu/engcomp1lesson5

LorenaABarba's tweet image. I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot!
#EngineersCode
go.gwu.edu/engcomp1lesson5

I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook! go.gwu.edu/engcomp5lesson1 #EngineersCode

LorenaABarba's tweet image. I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook!
go.gwu.edu/engcomp5lesson1
#EngineersCode

Wo alag baat hai engineering Wale Roz naahi nahate 😂🫂 #ENGINEERSCODE


Earlier this week, #JOSE_theOJ published a paper about a course using Python for introducing fundamental concepts in signal processing, aimed at students of communications and multimedia engineering #EngineersCode

We are happy to share the PCP Notebooks: A Preparation Course for Python with a Focus on Signal Processing. Check out our Mandelbrot exercise! 🤓 Github: github.com/meinardmueller… JOSE article: jose.theoj.org/papers/10.2110…

s_rosen2g's tweet image. We are happy to share the PCP Notebooks: A Preparation Course for Python with a Focus on Signal Processing.  Check out our Mandelbrot exercise! 🤓
Github: github.com/meinardmueller…
JOSE article: jose.theoj.org/papers/10.2110…


📢 This is happening in 15 minutes! A live-coding twitch porting #CFDPython to Julia—what a cool way to promote computational fluid dynamics with high-productivity languages #EngineersCode

Join me on twitch.tv/BrainRPG to see me port @LorenaABarba’s CFD tutorial to Julia!



We are also writing a step-by-step introduction to deep learning, aimed at scientists and engineers having a background in calculus and linear algebra—we got sidetracked but it's close to done… Issues open for comments! github.com/engineersCode/… #EngineersCode


Both linear algebra and ODEs could use a complete revamp and be taught computationally and in context of applications. Have a look at my 4-lesson module: "Tour the Dynamics of Change and Motion with Python" go.gwu.edu/engcomp3 #EngineersCode


New video! From a live class, reviewing the interpretation of a matrix as a change of basis, which can be rather confusing when students first encounter it. #EngineersCode youtu.be/mNJC8p7hOPo

LorenaABarba's tweet card. A matrix is a change of basis

youtube.com

YouTube

A matrix is a change of basis


The #Gapminder graphs and animations have inspired so many people! They inspired this lesson of my series in engineering computations, which I'll be live-coding to in my class tomorrow go.gwu.edu/engcomp2lesson4 #EngineersCode


You mean you don't follow the work of @3blue1brown? His series on The Essence of Linear Algebra inspired one of our #Jupyter-based learning modules #EngineersCode go.gwu.edu/engcomp4


Hello, tweeps! Any of you out there has used any of our open teaching materials based on #Jupyter? Do let me know! I'm writing a grant report and could use some examples of the impact these have had #EngineersCode github.com/engineersCode/…


#NumFOCUS tools used in the creation of the breakthrough black-hole image: NumPy, SciPy, pandas, AstroPy, Jupyter, Matplotlib—I teach my students with all these tools except AstroPy #engineerscode @gwengineering

LorenaABarba's tweet image. #NumFOCUS tools used in the creation of the breakthrough black-hole image: NumPy, SciPy, pandas, AstroPy, Jupyter, Matplotlib—I teach my students with all these tools except AstroPy #engineerscode @gwengineering

Our latest lesson! "Catch things in motion" with Python, Matplotlib events and #Jupyter widgets go.gwu.edu/engcomp3lesson1 #EngineersCode

LorenaABarba's tweet image. Our latest lesson! "Catch things in motion" with Python, Matplotlib events and #Jupyter widgets  go.gwu.edu/engcomp3lesson1 #EngineersCode

"Transform all the Vectors”—the first lesson of our shiny new learning module on Practical Linear Algebra with $Python is polished off! #EngineersCode #Jupyter go.gwu.edu/engcomp4lesson1

LorenaABarba's tweet image. "Transform all the Vectors”—the first lesson of our shiny new learning module on Practical Linear Algebra with $Python is polished off! #EngineersCode #Jupyter
go.gwu.edu/engcomp4lesson1

Exit tickets from today’s class. We’re doing something right! #engineerscode@gwengineering

LorenaABarba's tweet image. Exit tickets from today’s class. We’re doing something right! #engineerscode ⁦@gwengineering⁩

Lesson 4 of our 2nd module in Engineering Computations—deeper dive into pandas, bonus widget #Jupyter #EngineersCode go.gwu.edu/engcomp2lesson4

LorenaABarba's tweet image. Lesson 4 of our 2nd module in Engineering Computations—deeper dive into pandas, bonus widget #Jupyter #EngineersCode go.gwu.edu/engcomp2lesson4

Group selfie of the whole instruction team for Engineering Computation. Notice anything? #EngineersCode @gwengineering

LorenaABarba's tweet image. Group selfie of the whole instruction team for Engineering Computation. Notice anything? #EngineersCode @gwengineering

"Tour the Dynamics of Change and Motion with #Python"—a new online learning module in our #OpenEdx platform #EngineersCode @gwengineering go.gwu.edu/engcomp3 #Jupyter

LorenaABarba's tweet image. "Tour the Dynamics of Change and Motion with #Python"—a new online learning module in our #OpenEdx platform #EngineersCode @gwengineering go.gwu.edu/engcomp3 #Jupyter

"The Matrix is Everywhere…"—lesson 2 of our module on Practical Linear Algebra with #Python—shows the many lives of matrices #EngineersCode #Jupyter go.gwu.edu/engcomp4lesson2

LorenaABarba's tweet image. "The Matrix is Everywhere…"—lesson 2 of our module on Practical Linear Algebra with #Python—shows the many lives of matrices #EngineersCode #Jupyter go.gwu.edu/engcomp4lesson2

"Bird's-eye view of mechanical vibrations" with direction fields and trajectories in the phase plane: go.gwu.edu/engcomp3lesson4 #EngineersCode @gwengineering with #Jupyter

LorenaABarba's tweet image. "Bird's-eye view of mechanical vibrations" with direction fields and trajectories in the phase plane: go.gwu.edu/engcomp3lesson4 #EngineersCode @gwengineering with #Jupyter

"Get Data Off the Ground with #Python"—an open online learning module on computation for engineering students. Live now! go.gwu.edu/engcomp1 #Jupyter #EngineersCode @gwengineering

LorenaABarba's tweet image. "Get Data Off the Ground with #Python"—an open online learning module on computation for engineering students. Live now! go.gwu.edu/engcomp1  #Jupyter #EngineersCode @gwengineering

What's wrong with Euler's method?—"Get with the oscillations" is our latest lesson in numerical computing with Python #EngineersCode @gwengineering go.gwu.edu/engcomp3lesson3

LorenaABarba's tweet image. What's wrong with Euler's method?—"Get with the oscillations" is our latest lesson in numerical computing with Python #EngineersCode @gwengineering go.gwu.edu/engcomp3lesson3

I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook! go.gwu.edu/engcomp5lesson1 #EngineersCode

LorenaABarba's tweet image. I finally finished the lesson to introduce the idea of Fourier transforms to my undergraduate students—largely inspired by a @3blue1brown video, and jointly crafted with @ncclementi. Check out this #Jupyter notebook!
go.gwu.edu/engcomp5lesson1
#EngineersCode

"Eigenvectors for the win"—lesson 3 of Practical Linear Algebra with #Python: draws on geometric insights and ends with applications, including PageRank go.gwu.edu/engcomp4lesson3 #EngineersCode #Jupyter

LorenaABarba's tweet image. "Eigenvectors for the win"—lesson 3 of Practical Linear Algebra with #Python: draws on geometric insights and ends with applications, including PageRank go.gwu.edu/engcomp4lesson3 #EngineersCode #Jupyter

I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot! #EngineersCode go.gwu.edu/engcomp1lesson5

LorenaABarba's tweet image. I've updated my lesson "Linear Regression with Real Data" for my Engineering Computations course, using the data for global earth temperature anomaly updated to 2023—and adding a final challenge: #warmingstripes plot!
#EngineersCode
go.gwu.edu/engcomp1lesson5

I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube. This is for my "Engineering Computations" undergraduate course: #Python functions #EngineersCode #Jupyter

LorenaABarba's tweet image. I'm finally getting around to editing videos from online teaching during pandemic times (to remove dead times and student names and likeness), and uploading them to YouTube.
This is for my "Engineering Computations" undergraduate course: #Python functions
#EngineersCode #Jupyter

A warming-stripes plot, in Viridis. Looks nice, no? I've added it as a final challenge in our online course: go.gwu.edu/engcomp1 #engineerscode Inspired by @ed_hawkins.

LorenaABarba's tweet image. A warming-stripes plot, in Viridis. Looks nice, no? I've added it as a final challenge in our online course: go.gwu.edu/engcomp1 #engineerscode 
Inspired by @ed_hawkins.

Loading...

Something went wrong.


Something went wrong.


United States Trends